Home
last modified time | relevance | path

Searched defs:cookie (Results 1 – 25 of 3448) sorted by relevance

12345678910>>...138

/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
H A DHttpCookieTest.java81 HttpCookie cookie = new HttpCookie("harmony!", null); in test_HttpCookie_LString_LString() local
178 HttpCookie cookie = new HttpCookie("name", "value"); in test_Get_SetVersion() local
205 HttpCookie cookie = new HttpCookie("name", "value"); in test_Get_SetValue() local
225 HttpCookie cookie = new HttpCookie("testName", "value"); in test_GetName() local
234 HttpCookie cookie = new HttpCookie("testName", "value"); in test_Get_SetSecure() local
251 HttpCookie cookie = new HttpCookie("name", "test new value"); in test_Get_SetPath() local
270 HttpCookie cookie = new HttpCookie("name", "test new value"); in test_Get_SetMaxAge() local
286 HttpCookie cookie = new HttpCookie("name", "test new value"); in test_Get_SetDomain() local
305 HttpCookie cookie = new HttpCookie("cookieName", "cookieName value"); in test_Get_SetPortlist() local
320 HttpCookie cookie = new HttpCookie("cookie'sName", in test_Get_SetDiscard() local
[all …]
/aosp_15_r20/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
Dbosch_bmi160.c870 SpiCbkF callback, void *cookie, const char * src)
930 static void sensorSpiCallback(void *cookie, int err)
961 static bool accFirmwareUpload(void *cookie)
968 static bool gyrFirmwareUpload(void *cookie)
976 static bool magFirmwareUpload(void *cookie)
984 static bool stepFirmwareUpload(void *cookie)
991 static bool doubleTapFirmwareUpload(void *cookie)
998 static bool noMotionFirmwareUpload(void *cookie)
1005 static bool anyMotionFirmwareUpload(void *cookie)
1012 static bool flatFirmwareUpload(void *cookie)
[all …]
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/net/
H A DAbstractCookiesTest.java106 HttpCookie cookie = cookies.get(0); in testNetscapeResponse() local
136 HttpCookie cookie = cookies.get(0); in testRfc2109Response() local
169 HttpCookie cookie = cookies.get(0); in testRfc2965Response() local
204 HttpCookie cookie = cookies.get(0); in testQuotedAttributeValues() local
372 HttpCookie cookie = createCookie("c", "cookie", redirectSource.getCookieDomain(), "/"); in testRedirectsDoNotIncludeTooManyCookies() local
514 HttpCookie cookie = new HttpCookie("Foo", "foo"); in testDomainNotAutomaticallyPrefixedWithDot() local
653 HttpCookie cookie = new HttpCookie("theme", "light"); in testCookieStoreGetWithPort() local
664 HttpCookie cookie = createCookie("theme", "light", "a.com", "/path"); in testCookieStoreGetWithSecure() local
730 HttpCookie cookie = createCookie("a", "android", "a.com", "/"); in testIsHttpOnly() local
780 public void add(URI uri, HttpCookie cookie) { in add()
[all …]
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/soundtrigger/2.1/android.hardware.soundtrigger-V2.1-java_gen_java/gen/srcs/android/hardware/soundtrigger/V2_1/
DISoundTriggerHwCallback.java399 …_2_1(android.hardware.soundtrigger.V2_1.ISoundTriggerHwCallback.RecognitionEvent event, int cookie) in recognitionCallback_2_1()
410 …ndroid.hardware.soundtrigger.V2_1.ISoundTriggerHwCallback.PhraseRecognitionEvent event, int cookie) in phraseRecognitionCallback_2_1()
420 …llback_2_1(android.hardware.soundtrigger.V2_1.ISoundTriggerHwCallback.ModelEvent event, int cookie) in soundModelCallback_2_1()
498 boolean linkToDeath(android.os.IHwBinder.DeathRecipient recipient, long cookie) in linkToDeath()
567 …back(android.hardware.soundtrigger.V2_0.ISoundTriggerHwCallback.RecognitionEvent event, int cookie) in recognitionCallback()
585 …ndroid.hardware.soundtrigger.V2_0.ISoundTriggerHwCallback.PhraseRecognitionEvent event, int cookie) in phraseRecognitionCallback()
603 …elCallback(android.hardware.soundtrigger.V2_0.ISoundTriggerHwCallback.ModelEvent event, int cookie) in soundModelCallback()
622 …_2_1(android.hardware.soundtrigger.V2_1.ISoundTriggerHwCallback.RecognitionEvent event, int cookie) in recognitionCallback_2_1()
640 …ndroid.hardware.soundtrigger.V2_1.ISoundTriggerHwCallback.PhraseRecognitionEvent event, int cookie) in phraseRecognitionCallback_2_1()
658 …llback_2_1(android.hardware.soundtrigger.V2_1.ISoundTriggerHwCallback.ModelEvent event, int cookie) in soundModelCallback_2_1()
[all …]
DISoundTriggerHw.java430 …, android.hardware.soundtrigger.V2_1.ISoundTriggerHwCallback callback, int cookie, loadSoundModel_… in loadSoundModel_2_1()
466 …, android.hardware.soundtrigger.V2_1.ISoundTriggerHwCallback callback, int cookie, loadPhraseSound… in loadPhraseSoundModel_2_1()
491 …tionConfig config, android.hardware.soundtrigger.V2_1.ISoundTriggerHwCallback callback, int cookie) in startRecognition_2_1()
569 boolean linkToDeath(android.os.IHwBinder.DeathRecipient recipient, long cookie) in linkToDeath()
659 …, android.hardware.soundtrigger.V2_0.ISoundTriggerHwCallback callback, int cookie, loadSoundModelC… in loadSoundModel()
682 …, android.hardware.soundtrigger.V2_0.ISoundTriggerHwCallback callback, int cookie, loadPhraseSound… in loadPhraseSoundModel()
725 …tionConfig config, android.hardware.soundtrigger.V2_0.ISoundTriggerHwCallback callback, int cookie) in startRecognition()
788 …, android.hardware.soundtrigger.V2_1.ISoundTriggerHwCallback callback, int cookie, loadSoundModel_… in loadSoundModel_2_1()
811 …, android.hardware.soundtrigger.V2_1.ISoundTriggerHwCallback callback, int cookie, loadPhraseSound… in loadPhraseSoundModel_2_1()
834 …tionConfig config, android.hardware.soundtrigger.V2_1.ISoundTriggerHwCallback callback, int cookie) in startRecognition_2_1()
[all …]
/aosp_15_r20/external/cronet/net/cookies/
H A Dcanonical_cookie_unittest.cc41 for (const auto& cookie : cookies) in MatchCookieLineToVector() local
138 std::unique_ptr<CanonicalCookie> cookie; in TEST() local
198 std::unique_ptr<CanonicalCookie> cookie(CanonicalCookie::CreateForTesting( in TEST() local
333 std::unique_ptr<CanonicalCookie> cookie = CanonicalCookie::Create( in TEST() local
350 std::unique_ptr<CanonicalCookie> cookie(CanonicalCookie::CreateForTesting( in TEST() local
360 std::unique_ptr<CanonicalCookie> cookie; in TEST() local
379 std::unique_ptr<CanonicalCookie> cookie; in TEST() local
405 std::unique_ptr<CanonicalCookie> cookie = CanonicalCookie::Create( in TEST() local
419 std::unique_ptr<CanonicalCookie> cookie = CanonicalCookie::Create( in TEST() local
437 std::unique_ptr<CanonicalCookie> cookie = CanonicalCookie::Create( in TEST() local
[all …]
/aosp_15_r20/packages/apps/Dialer/java/com/android/incallui/
DCallerInfoAsyncQuery.java59 void onQueryComplete(int token, Object cookie, CallerInfo ci); in onQueryComplete()
63 void onDataLoaded(int token, Object cookie, CallerInfo ci); in onDataLoaded()
90 final Object cookie) { in startQuery()
125 Object cookie) { in startDefaultDirectoryQuery()
145 Object cookie, in startQueryInternal()
189 Object cookie) { in startOtherDirectoriesQuery()
265 public Object cookie; field in CallerInfoAsyncQuery.CookieWrapper
297 int token, Object cookie, CallerInfo ci, long directoryId) { in onDirectoryQueryComplete()
353 public void onDataLoaded(int token, Object cookie, CallerInfo ci) { in onDataLoaded()
359 public void onQueryComplete(int token, Object cookie, CallerInfo ci) { in onQueryComplete()
[all …]
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/soundtrigger/2.2/android.hardware.soundtrigger-V2.2-java_gen_java/gen/srcs/android/hardware/soundtrigger/V2_2/
DISoundTriggerHw.java182 boolean linkToDeath(android.os.IHwBinder.DeathRecipient recipient, long cookie) in linkToDeath()
272 …, android.hardware.soundtrigger.V2_0.ISoundTriggerHwCallback callback, int cookie, loadSoundModelC… in loadSoundModel()
295 …, android.hardware.soundtrigger.V2_0.ISoundTriggerHwCallback callback, int cookie, loadPhraseSound… in loadPhraseSoundModel()
338 …tionConfig config, android.hardware.soundtrigger.V2_0.ISoundTriggerHwCallback callback, int cookie) in startRecognition()
401 …, android.hardware.soundtrigger.V2_1.ISoundTriggerHwCallback callback, int cookie, loadSoundModel_… in loadSoundModel_2_1()
424 …, android.hardware.soundtrigger.V2_1.ISoundTriggerHwCallback callback, int cookie, loadPhraseSound… in loadPhraseSoundModel_2_1()
447 …tionConfig config, android.hardware.soundtrigger.V2_1.ISoundTriggerHwCallback callback, int cookie) in startRecognition_2_1()
602 public boolean linkToDeath(android.os.IHwBinder.DeathRecipient recipient, long cookie) in linkToDeath()
708 … public final boolean linkToDeath(android.os.IHwBinder.DeathRecipient recipient, long cookie) { in linkToDeath()
784 int cookie = _hidl_request.readInt32(); in onTransact() local
[all …]
/aosp_15_r20/external/musl/src/stdio/
H A Dopen_wmemstream.c9 struct cookie { struct
21 struct cookie c; argument
/aosp_15_r20/external/trusty/musl/src/stdio/
Dopen_wmemstream.c9 struct cookie { struct
21 struct cookie c; argument
/aosp_15_r20/external/python/cpython2/Lib/
Dcookielib.py830 def set_ok(self, cookie, request): argument
839 def return_ok(self, cookie, request): argument
927 def set_ok(self, cookie, request): argument
946 def set_ok_version(self, cookie, request): argument
961 def set_ok_verifiability(self, cookie, request): argument
973 def set_ok_name(self, cookie, request): argument
982 def set_ok_path(self, cookie, request): argument
993 def set_ok_domain(self, cookie, request): argument
1052 def set_ok_port(self, cookie, request): argument
1073 def return_ok(self, cookie, request): argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/http/
Dcookiejar.py850 def set_ok(self, cookie, request): argument
859 def return_ok(self, cookie, request): argument
949 def set_ok(self, cookie, request): argument
968 def set_ok_version(self, cookie, request): argument
983 def set_ok_verifiability(self, cookie, request): argument
995 def set_ok_name(self, cookie, request): argument
1004 def set_ok_path(self, cookie, request): argument
1015 def set_ok_domain(self, cookie, request): argument
1075 def set_ok_port(self, cookie, request): argument
1096 def return_ok(self, cookie, request): argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/http/
Dcookiejar.py850 def set_ok(self, cookie, request): argument
859 def return_ok(self, cookie, request): argument
949 def set_ok(self, cookie, request): argument
968 def set_ok_version(self, cookie, request): argument
983 def set_ok_verifiability(self, cookie, request): argument
995 def set_ok_name(self, cookie, request): argument
1004 def set_ok_path(self, cookie, request): argument
1015 def set_ok_domain(self, cookie, request): argument
1075 def set_ok_port(self, cookie, request): argument
1096 def return_ok(self, cookie, request): argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/http/
Dcookiejar.py850 def set_ok(self, cookie, request): argument
859 def return_ok(self, cookie, request): argument
949 def set_ok(self, cookie, request): argument
968 def set_ok_version(self, cookie, request): argument
983 def set_ok_verifiability(self, cookie, request): argument
995 def set_ok_name(self, cookie, request): argument
1004 def set_ok_path(self, cookie, request): argument
1015 def set_ok_domain(self, cookie, request): argument
1075 def set_ok_port(self, cookie, request): argument
1096 def return_ok(self, cookie, request): argument
[all …]
/aosp_15_r20/external/python/cpython3/Lib/http/
Dcookiejar.py850 def set_ok(self, cookie, request): argument
859 def return_ok(self, cookie, request): argument
949 def set_ok(self, cookie, request): argument
968 def set_ok_version(self, cookie, request): argument
983 def set_ok_verifiability(self, cookie, request): argument
995 def set_ok_name(self, cookie, request): argument
1004 def set_ok_path(self, cookie, request): argument
1015 def set_ok_domain(self, cookie, request): argument
1075 def set_ok_port(self, cookie, request): argument
1096 def return_ok(self, cookie, request): argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/http/
Dcookiejar.py850 def set_ok(self, cookie, request): argument
859 def return_ok(self, cookie, request): argument
949 def set_ok(self, cookie, request): argument
968 def set_ok_version(self, cookie, request): argument
983 def set_ok_verifiability(self, cookie, request): argument
995 def set_ok_name(self, cookie, request): argument
1004 def set_ok_path(self, cookie, request): argument
1015 def set_ok_domain(self, cookie, request): argument
1075 def set_ok_port(self, cookie, request): argument
1096 def return_ok(self, cookie, request): argument
[all …]
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/http/
H A Dcookiejar.py850 def set_ok(self, cookie, request): argument
859 def return_ok(self, cookie, request): argument
949 def set_ok(self, cookie, request): argument
968 def set_ok_version(self, cookie, request): argument
983 def set_ok_verifiability(self, cookie, request): argument
995 def set_ok_name(self, cookie, request): argument
1004 def set_ok_path(self, cookie, request): argument
1015 def set_ok_domain(self, cookie, request): argument
1075 def set_ok_port(self, cookie, request): argument
1096 def return_ok(self, cookie, request): argument
[all …]
/aosp_15_r20/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
Dst_lsm6dsm.c1333 static void lsm6dsm_spiBatchTxRx(struct SpiMode *mode, SpiCbkF callback, void *cookie, const char *… in lsm6dsm_spiBatchTxRx()
1385 static void lsm6dsm_spiCallback(void *cookie, int err) in lsm6dsm_spiCallback()
2550 static bool lsm6dsm_setAccelPower(bool on, void *cookie) in lsm6dsm_setAccelPower()
2583 static bool lsm6dsm_setGyroPower(bool on, void *cookie) in lsm6dsm_setGyroPower()
2620 static bool lsm6dsm_setMagnPower(bool on, void *cookie) in lsm6dsm_setMagnPower()
2679 static bool lsm6dsm_setPressPower(bool on, void *cookie) in lsm6dsm_setPressPower()
2756 static bool lsm6dsm_setTempPower(bool on, void *cookie) in lsm6dsm_setTempPower()
2834 static bool lsm6dsm_setStepDetectorPower(bool on, void *cookie) in lsm6dsm_setStepDetectorPower()
2884 static bool lsm6dsm_setStepCounterPower(bool on, void *cookie) in lsm6dsm_setStepCounterPower()
2935 static bool lsm6dsm_setSignMotionPower(bool on, void *cookie) in lsm6dsm_setSignMotionPower()
[all …]
/aosp_15_r20/device/google/contexthub/firmware/os/drivers/bosch_bmp280/
Dbosch_bmp280.c253 static void i2cCallback(void *cookie, size_t tx, size_t rx, int err) in i2cCallback()
266 static void baroTimerCallback(uint32_t timerId, void *cookie) in baroTimerCallback()
271 static void tempTimerCallback(uint32_t timerId, void *cookie) in tempTimerCallback()
276 static void softresetCallback(uint32_t timerId, void *cookie) in softresetCallback()
311 static bool sensorPowerBaro(bool on, void *cookie) in sensorPowerBaro()
357 static bool sensorFirmwareBaro(void *cookie) in sensorFirmwareBaro()
362 static bool sensorRateBaro(uint32_t rate, uint64_t latency, void *cookie) in sensorRateBaro()
370 static bool sensorFlushBaro(void *cookie) in sensorFlushBaro()
375 static bool sensorCalibrateBaro(void *cookie) in sensorCalibrateBaro()
394 static bool sensorCfgDataBaro(void *data, void *cookie) in sensorCfgDataBaro()
[all …]
/aosp_15_r20/frameworks/base/core/java/android/content/
H A DAsyncQueryHandler.java56 public Object cookie; field in AsyncQueryHandler.WorkerArgs
164 public void startQuery(int token, Object cookie, Uri uri, in startQuery()
207 public final void startInsert(int token, Object cookie, Uri uri, in startInsert()
233 public final void startUpdate(int token, Object cookie, Uri uri, in startUpdate()
261 public final void startDelete(int token, Object cookie, Uri uri, in startDelete()
286 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { in onQueryComplete()
299 protected void onInsertComplete(int token, Object cookie, Uri uri) { in onInsertComplete()
312 protected void onUpdateComplete(int token, Object cookie, int result) { in onUpdateComplete()
325 protected void onDeleteComplete(int token, Object cookie, int result) { in onDeleteComplete()
/aosp_15_r20/external/trusty/arm-trusted-firmware/services/std_svc/spm/el3_spmc/
Dspmc_main.c218 void *cookie, in spmc_smc_return()
342 void *cookie, in direct_req_smc_handler()
451 void *cookie, in direct_resp_smc_handler()
553 void *cookie, in msg_wait_handler()
644 void *cookie, in ffa_error_handler()
686 void *cookie, in ffa_version_handler()
739 void *cookie, in rxtx_map_handler()
846 void *cookie, in rxtx_unmap_handler()
1056 void *cookie, in partition_info_get_handler()
1223 void *cookie, in ffa_features_handler()
[all …]
/aosp_15_r20/system/chre/test/simulation/
H A Dgnss_test.cc61 uint32_t cookie; in TEST_F() member
138 uint32_t cookie; in TEST_F() local
177 uint32_t cookie; in TEST_F() member
235 uint32_t cookie; in TEST_F() local
254 uint32_t cookie; in TEST_F() member
309 uint32_t cookie; in TEST_F() local
323 uint32_t cookie; in TEST_F() member
334 static uint32_t cookie; in TEST_F() local
383 uint32_t cookie; in TEST_F() local
402 uint32_t cookie; in TEST_F() member
[all …]
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/tracing/tracing/1.3.0-alpha02/androidx.tracing_tracing/android_common_apex10000/aar/
Dclasses.jar ... .Continuation) String methodName String methodName String methodName int cookie int cookie int cookie kotlin.jvm.functions. ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/tracing/tracing/1.3.0-alpha02/androidx.tracing_tracing/android_common_apex34/aar/
Dclasses.jar ... .Continuation) String methodName String methodName String methodName int cookie int cookie int cookie kotlin.jvm.functions. ...
/aosp_15_r20/external/perfetto/src/trace_redaction/
H A Dcollect_frame_cookies_unittest.cc56 int64_t cookie) { in CreateExpectedSurfaceFrameStart()
68 int64_t cookie) { in CreateActualSurfaceFrameStart()
81 int64_t cookie) { in CreateExpectedDisplayFrameStart()
94 int64_t cookie) { in CreateActualDisplayFrameStart()
105 protos::gen::TracePacket CreateFrameEnd(uint64_t ts, int64_t cookie) { in CreateFrameEnd()
118 int64_t cookie) { in CreateStartPacket()
155 const auto& cookie = context_.global_frame_cookies.back(); in TEST_F() local
168 const auto& cookie = context_.global_frame_cookies.back(); in TEST_F() local
181 const auto& cookie = context_.global_frame_cookies.back(); in TEST_F() local
194 const auto& cookie = context_.global_frame_cookies.back(); in TEST_F() local
[all …]

12345678910>>...138