Home
last modified time | relevance | path

Searched defs:new_cookie (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/robolectric/resources/src/main/java/org/robolectric/res/android/
H A DAttributeResolution9.java180 ApkAssetsCookie new_cookie = in ResolveAttrs() local
191 ApkAssetsCookie new_cookie = theme.GetAttribute(cur_ident, valueRef, type_set_flagsRef); in ResolveAttrs() local
389 ApkAssetsCookie new_cookie = in ApplyStyle() local
400 ApkAssetsCookie new_cookie = theme.GetAttribute(cur_ident, value, type_set_flags); in ApplyStyle() local
515 ApkAssetsCookie new_cookie = in RetrieveAttributes() local
H A DAttributeResolution10.java183 ApkAssetsCookie new_cookie = in ResolveAttrs() local
194 ApkAssetsCookie new_cookie = theme.GetAttribute(cur_ident, valueRef, type_set_flagsRef); in ResolveAttrs() local
397 ApkAssetsCookie new_cookie = in ApplyStyle() local
408 ApkAssetsCookie new_cookie = theme.GetAttribute(cur_ident, value, type_set_flags); in ApplyStyle() local
524 ApkAssetsCookie new_cookie = in RetrieveAttributes() local
/aosp_15_r20/external/cronet/net/cookies/
H A Dcookie_monster_netlog_params.cc60 const CanonicalCookie* new_cookie, in NetLogCookieMonsterCookieRejectedSecure()
76 const CanonicalCookie* new_cookie, in NetLogCookieMonsterCookieRejectedHttponly()
92 const CanonicalCookie* new_cookie, in NetLogCookieMonsterCookiePreservedSkippedSecure()
/aosp_15_r20/art/openjdkjvmti/
H A Dti_class_loader.cc90 art::ObjPtr<art::mirror::LongArray> new_cookie) { in UpdateJavaDexFile()
123 art::Handle<art::mirror::LongArray> new_cookie( in AllocateNewDexFileCookie() local
H A Dti_redefine.cc1690 new_cookie(hs.NewHandle(ClassLoaderHelper::AllocateNewDexFileCookie(driver_->self_, in AllocateAndRememberNewDexFileCookie() local
/aosp_15_r20/system/connectivity/wificond/tests/
Dclient_interface_impl_unittest.cpp354 uint64_t new_cookie = kCookie + 1; in TEST_F() local
/aosp_15_r20/frameworks/native/libs/binder/rust/src/
H A Dproxy.rs606 unsafe fn new_cookie(&self) -> *mut c_void { in new_cookie() method