HomeSort by relevance Sort by last modified time
    Searched defs:cookie (Results 101 - 125 of 750) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/robolectric-shadows/shadows/framework/src/main/java/android/webkit/
RoboCookieManager.java 24 private final List<Cookie> store = new ArrayList<>();
28 List<Cookie> cookies = parseCookies(url, value);
29 for (Cookie cookie : cookies) {
30 store.add(cookie);
76 final List<Cookie> matchedCookies;
90 Cookie cookie = matchedCookies.get(i); local
95 cookieHeaderValue.append(cookie.getName());
96 String value = cookie.getValue()
    [all...]
  /bionic/libc/kernel/uapi/linux/
inotify.h 26 __u32 cookie; member in struct:inotify_event
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewDataDirTest.java 131 String cookie = cm.getCookie(COOKIE_URL); local
132 assertNull("cookie leaked to alternate cookie jar", cookie);
144 String cookie = cm.getCookie(COOKIE_URL); local
145 assertEquals("wrong cookie in default cookie jar", COOKIE_VALUE, cookie);
  /development/samples/ApiDemos/src/com/example/android/apis/content/
FileProvider.java 122 int cookie = Integer.parseInt(path.substring(1, off)); local
124 AssetFileDescriptor asset = getContext().getAssets().openNonAssetFd(cookie, assetPath);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
dynload_win.c 16 void _Py_DeactivateActCtx(ULONG_PTR cookie);
179 ULONG_PTR cookie = 0; local
193 ULONG_PTR cookie = _Py_ActivateActCtx(); local
197 _Py_DeactivateActCtx(cookie);
  /external/apache-http/src/org/apache/http/impl/cookie/
DateUtils.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/cookie/DateUtils.java $
32 package org.apache.http.impl.cookie;
  /external/kernel-headers/original/uapi/linux/
inotify.h 24 __u32 cookie; /* cookie to synchronize two events */ member in struct:inotify_event
  /external/mesa3d/src/glx/tests/
create_context_unittest.cpp 98 xcb_void_cookie_t cookie; local
99 cookie.sequence = 0xbadc0de;
101 return cookie;
105 xcb_request_check(xcb_connection_t *c, xcb_void_cookie_t cookie)
  /external/python/cpython2/Python/
dynload_win.c 16 void _Py_DeactivateActCtx(ULONG_PTR cookie);
179 ULONG_PTR cookie = 0; local
193 ULONG_PTR cookie = _Py_ActivateActCtx(); local
197 _Py_DeactivateActCtx(cookie);
  /external/python/cpython3/Python/
dynload_win.c 18 void _Py_DeactivateActCtx(ULONG_PTR cookie);
209 ULONG_PTR cookie = 0; local
216 cookie = _Py_ActivateActCtx();
224 _Py_DeactivateActCtx(cookie);
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowRemoteCallbackList.java 22 final Object cookie; field in class:ShadowRemoteCallbackList.Callback
24 Callback(E callback, Object cookie) {
26 this.cookie = cookie;
33 onCallbackDied(callback, cookie);
43 public boolean register(E callback, Object cookie) {
50 Callback cb = new Callback(callback, cookie);
87 public void onCallbackDied(E callback, Object cookie) {
120 return ((Callback) activeBroadcast[index]).cookie;
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowRemoteCallbackList.java 20 final Object cookie; field in class:ShadowRemoteCallbackList.Callback
22 Callback(E callback, Object cookie) {
24 this.cookie = cookie;
31 onCallbackDied(callback, cookie);
41 public boolean register(E callback, Object cookie) {
48 Callback cb = new Callback(callback, cookie);
85 public void onCallbackDied(E callback, Object cookie) {
118 return ((Callback) activeBroadcast[index]).cookie;
  /frameworks/base/libs/androidfw/
AttributeResolution.cpp 30 // Java asset cookies have 0 as an invalid cookie, but TypedArray expects < 0.
31 static uint32_t ApkAssetsCookieToJavaCookie(ApkAssetsCookie cookie) {
32 return cookie != kInvalidCookie ? static_cast<uint32_t>(cookie + 1) : static_cast<uint32_t>(-1);
109 ApkAssetsCookie cookie = kInvalidCookie; local
130 cookie = entry->cookie;
143 theme->ResolveAttributeReference(cookie, &value, &config, &type_set_flags, &resid);
145 cookie = new_cookie;
160 cookie = new_cookie
283 ApkAssetsCookie cookie = kInvalidCookie; local
415 ApkAssetsCookie cookie = kInvalidCookie; local
    [all...]
ZipFileRO.cpp 43 void *cookie; member in class:_ZipEntryRO
45 _ZipEntryRO() : cookie(NULL) {}
48 EndIteration(cookie);
145 bool ZipFileRO::startIteration(void** cookie) {
146 return startIteration(cookie, NULL, NULL);
149 bool ZipFileRO::startIteration(void** cookie, const char* prefix, const char* suffix)
154 int32_t error = StartIteration(mHandle, &(ze->cookie),
164 *cookie = ze;
168 ZipEntryRO ZipFileRO::nextEntry(void* cookie)
170 _ZipEntryRO* ze = reinterpret_cast<_ZipEntryRO*>(cookie);
    [all...]
  /frameworks/base/libs/androidfw/tests/
AssetManager2_test.cpp 102 ApkAssetsCookie cookie = local
105 ASSERT_NE(kInvalidCookie, cookie);
108 EXPECT_EQ(0, cookie);
132 ApkAssetsCookie cookie = local
135 ASSERT_NE(kInvalidCookie, cookie);
138 EXPECT_EQ(1, cookie);
160 ApkAssetsCookie cookie = local
163 ASSERT_NE(kInvalidCookie, cookie);
166 EXPECT_EQ(2, cookie);
170 cookie = assetmanager.GetResource(value.data, false /* may_be_bag */, 0 /* density_override*/
205 ApkAssetsCookie cookie = assetmanager.GetResource( local
350 ApkAssetsCookie cookie = local
373 ApkAssetsCookie cookie = local
408 ApkAssetsCookie cookie = assetmanager.GetResource(high_ref, false \/*may_be_bag*\/, local
    [all...]
  /frameworks/base/tools/aapt2/io/
ZipArchive.cpp 108 void* cookie = nullptr; local
109 result = StartIteration(collection->handle_, &cookie, nullptr, nullptr);
116 IterationEnder iteration_ender(cookie, EndIteration);
120 while ((result = Next(cookie, &zip_data, &zip_entry_name)) == 0) {
  /frameworks/native/libs/binder/include/binder/
BpBinder.h 50 void* cookie = NULL,
53 void* cookie = NULL,
118 void* cookie; member in struct:android::BpBinder::Obituary
  /hardware/google/av/codec2/vndk/bufferpool/
Accessor.cpp 43 uint64_t cookie = it->second; local
45 auto cit = mCookieToConnections.find(cookie);
56 uint64_t cookie,
62 mConnectionToCookie.insert(std::make_pair(connectionId, cookie));
63 auto it = mCookieToConnections.find(cookie);
68 cookie, std::set<int64_t>{connectionId}));
73 uint64_t cookie,
80 auto it = mCookieToConnections.find(cookie);
  /hardware/interfaces/usb/1.0/vts/functional/
VtsHalUsbV1_0TargetTest.cpp 71 int cookie; member in class:UsbHidlTest::UsbCallback
74 UsbCallback(UsbHidlTest& parent, int cookie)
75 : parent_(parent), cookie(cookie){};
92 parent_.usb_last_cookie = cookie;
102 parent_.usb_last_cookie = cookie;
170 // Stores the cookie of the last invoked usb callback object.
  /packages/apps/Contacts/tests/src/com/android/contacts/database/
NoNullCursorAsyncQueryHandlerTest.java 71 protected void onNotNullableQueryComplete(int token, Object cookie,
91 final String cookie = "TEST COOKIE"; local
98 protected void onNotNullableQueryComplete(int token, Object cookie,
101 cookieHolder.obj = cookie;
105 handler.startQuery(1, cookie, URI, PROJECTION, null, null, null);
110 assertSame(cookie, cookieHolder.obj);
118 final String cookie = "TEST COOKIE"; local
125 protected void onNotNullableQueryComplete(int token, Object cookie,
    [all...]
  /packages/apps/Dialer/java/com/android/incallui/
ContactsAsyncHelper.java 47 * @param cookie Object passed in {@link ContactsAsyncHelper#startObtainPhotoAsync(int, Context,
48 * Uri, OnImageLoadCompleteListener, Object)}. Can be null iff. the original cookie is null.
51 void onImageLoadComplete(int token, Drawable photo, Bitmap photoIcon, Object cookie);
55 void onImageLoaded(int token, Drawable photo, Bitmap photoIcon, Object cookie);
69 * @param cookie Arbitrary object the caller wants to remember, which will become the fourth
78 Object cookie) {
86 // Added additional Cookie field in the callee to handle arguments
92 args.cookie = cookie;
111 args.token, args.photo, args.photoIcon, args.cookie);
125 public Object cookie; field in class:ContactsAsyncHelper.WorkerArgs
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
inotify.h 40 uint32_t cookie; /* Cookie to synchronize two events. */ member in struct:inotify_event
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
inotify.h 23 __u32 cookie; /* cookie to synchronize two events */ member in struct:inotify_event
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
inotify.h 40 uint32_t cookie; /* Cookie to synchronize two events. */ member in struct:inotify_event
  /system/chre/apps/gnss_world/
gnss_world.cc 35 //! A dummy cookie to pass into the session async and timer request.
143 LOGE("Invalid timer cookie");
164 const uint32_t *cookie; local
177 cookie = &kLocationSessionCookie;
190 cookie = &kMeasurementSessionCookie;
207 if (result->cookie != cookie) {
208 LOGE("GNSS %s session %s request cookie mismatch", name, action);

Completed in 971 milliseconds

1 2 3 45 6 7 8 91011>>