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

1 2 3 4 5 6 7 891011>>

  /packages/apps/Calendar/src/com/android/calendar/
AsyncQueryServiceHelper.java 63 public Object cookie; field in class:AsyncQueryServiceHelper.OperationInfo
131 builder.append(",\n\t cookie= ");
132 builder.append(cookie);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
nlm_prot.h 51 netobj cookie; member in struct:nlm_res
57 netobj cookie; member in struct:nlm_testres
73 netobj cookie; member in struct:nlm_lockargs
83 netobj cookie; member in struct:nlm_cancargs
91 netobj cookie; member in struct:nlm_testargs
98 netobj cookie; member in struct:nlm_unlockargs
133 netobj cookie; member in struct:nlm_shareargs
140 netobj cookie; member in struct:nlm_shareres
  /system/core/adf/libadf/
adf.cpp 467 bool (*filter)(struct adf_overlay_engine_data *data, void *cookie),
468 void *cookie)
483 if (filter(&data, cookie))
496 struct adf_overlay_engine_data *data, void *cookie)
498 auto c = static_cast<format_filter_cookie *>(cookie);
513 struct format_filter_cookie cookie = { formats, n_formats }; local
515 adf_overlay_engine_format_filter, &cookie);
  /system/media/audio/include/system/
audio_effect.h 457 typedef int32_t (* buffer_function_t)(void *cookie, audio_buffer_t *buffer);
462 void *cookie; // for use by client of buffer provider functions member in struct:buffer_provider_s
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.3.2/
httpclient-4.3.2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 
  /cts/tests/tests/webkit/src/android/webkit/cts/
CookieManagerTest.java 115 String cookie = mCookieManager.getCookie(url); local
116 assertNotNull(cookie);
117 // 'count' value of the returned cookie is 0
119 Matcher m = pat.matcher(cookie);
125 assertEquals("1|count=0", mOnUiThread.getTitle()); // outgoing cookie
127 cookie = mCookieManager.getCookie(url);
128 assertNotNull(cookie);
129 m = pat.matcher(cookie);
136 assertEquals("1|count=41", mOnUiThread.getTitle()); // outgoing cookie
138 cookie = mCookieManager.getCookie(url)
151 String cookie = "name=test"; local
163 final String cookie = "name=test"; local
371 String cookie = mCookieManager.getCookie(cookieUrl); local
388 String cookie = mCookieManager.getCookie(uri); local
    [all...]
  /external/libchrome/base/message_loop/
message_loop_test.cc 450 cookie(c),
455 int cookie; member in struct:base::test::TaskItem
459 return type == other.type && cookie == other.cookie && start == other.start;
483 return os << item.type << " " << item.cookie << " starts";
485 return os << item.type << " " << item.cookie << " ends";
490 void RecordStart(TaskType type, int cookie) {
491 TaskItem item(type, cookie, true);
496 void RecordEnd(TaskType type, int cookie) {
497 TaskItem item(type, cookie, false)
    [all...]
  /external/libchrome/base/metrics/
persistent_memory_allocator.cc 98 uint32_t cookie; // Constant value indicating completed allocation. member in struct:__anon24245::base::PersistentMemoryAllocator::BlockHeader
108 uint32_t cookie; // Some value that indicates complete initialization. member in struct:__anon24245::base::PersistentMemoryAllocator::SharedMetadata
344 if (shared_meta()->cookie != kGlobalCookie) {
355 if (shared_meta()->cookie != 0 ||
363 shared_meta()->queue.cookie != 0 ||
366 first_block->cookie != 0 ||
374 shared_meta()->cookie = kGlobalCookie;
384 shared_meta()->queue.cookie = kBlockCookieQueue;
402 shared_meta()->tailptr == 0 || shared_meta()->queue.cookie == 0 ||
680 block->cookie = kBlockCookieWasted
    [all...]
  /external/libxkbcommon/xkbcommon/src/x11/
keymap.c 654 xcb_xkb_get_map_cookie_t cookie = local
657 xcb_xkb_get_map_reply_t *reply = xcb_xkb_get_map_reply(conn, cookie, NULL);
749 xcb_xkb_get_indicator_map_cookie_t cookie = local
752 xcb_xkb_get_indicator_map_reply(conn, cookie, NULL);
831 xcb_xkb_get_compat_map_cookie_t cookie = local
834 xcb_xkb_get_compat_map_reply(conn, cookie, NULL);
1069 xcb_xkb_get_names_cookie_t cookie = local
1119 xcb_xkb_get_controls_cookie_t cookie = local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_winsys_dri3.c 398 xcb_void_cookie_t cookie; local
422 cookie = xcb_present_select_input_checked(scrn->conn, scrn->eid,
425 xcb_discard_reply(scrn->conn, cookie.sequence);
430 cookie =
436 error = xcb_request_check(scrn->conn, cookie);
726 xcb_void_cookie_t cookie = local
731 xcb_discard_reply(scrn->conn, cookie.sequence);
  /external/mesa3d/src/loader/
loader_dri3_helper.c 117 xcb_void_cookie_t cookie = local
121 xcb_discard_reply(draw->conn, cookie.sequence);
136 xcb_get_geometry_cookie_t cookie; local
181 cookie = xcb_get_geometry(draw->conn, draw->drawable);
182 reply = xcb_get_geometry_reply(draw->conn, cookie, &error);
428 xcb_void_cookie_t cookie; local
430 cookie = xcb_copy_area_checked(c,
440 xcb_discard_reply(c, cookie.sequence);
771 xcb_dri3_open_cookie_t cookie; local
775 cookie = xcb_dri3_open(conn
959 xcb_void_cookie_t cookie; local
    [all...]
  /external/ppp/pppd/plugins/rp-pppoe/
pppoe.h 242 PPPoETag cookie; /* We have to send this if we get it */ member in struct:PPPoEConnectionStruct
  /frameworks/base/core/java/android/content/res/
TypedArray.java 258 final int cookie = data[index + STYLE_ASSET_COOKIE]; local
259 if (cookie < 0) {
1266 final int cookie = data[index + STYLE_ASSET_COOKIE]; local
    [all...]
  /frameworks/base/core/java/android/service/textservice/
SpellCheckerService.java 396 final int cookie = originalTextInfo.getCookie(); local
411 final TextInfo ti = new TextInfo(query, 0, query.length(), cookie,
  /frameworks/base/core/jni/
com_android_internal_content_NativeLibraryHelper.cpp 311 NativeLibrariesIterator(ZipFileRO* zipFile, bool debuggable, void* cookie)
312 : mZipFile(zipFile), mDebuggable(debuggable), mCookie(cookie), mLastSlash(NULL) {
318 void* cookie = NULL; local
320 if (!zipFile->startIteration(&cookie, APK_LIB, NULL /* suffix */)) {
324 return new NativeLibrariesIterator(zipFile, debuggable, cookie);
526 void* cookie = NULL; local
527 if (!zipFile->startIteration(&cookie, NULL /* prefix */, RS_BITCODE_SUFFIX)) {
533 while ((next = zipFile->nextEntry(cookie)) != NULL) {
540 zipFile->endIteration(cookie);
545 zipFile->endIteration(cookie);
    [all...]
  /libcore/ojluni/src/main/java/java/net/
HttpCookie.java 41 * An HttpCookie object represents an HTTP cookie, which carries state
42 * information between server and user agent. Cookie is widely adopted
45 * <p> There are 3 HTTP cookie specifications:
80 // The value of the cookie itself.
84 // Attributes encoded in the header's cookie fields.
85 private String comment; // Comment=VALUE ... describes cookie's use
86 private String commentURL; // CommentURL="http URL" ... describes cookie's use
87 private boolean toDiscard; // Discard ... discard cookie unconditionally
88 private String domain; // Domain=VALUE ... domain that sees cookie
90 private String path; // Path=VALUE ... URLs that see the cookie
227 HttpCookie cookie = parseInternal(header, retainHeader); local
236 HttpCookie cookie = parseInternal(cookieStr, retainHeader); local
846 HttpCookie cookie = null; local
    [all...]
  /packages/apps/Dialer/java/com/android/incallui/
CallerInfoAsyncQuery.java 64 void onQueryComplete(int token, Object cookie, CallerInfo ci);
68 void onDataLoaded(int token, Object cookie, CallerInfo ci);
95 final Object cookie) {
98 Log.d(LOG_TAG, "- cookie: " + cookie);
103 public void onQueryComplete(int token, Object cookie, CallerInfo ci) {
108 || !startOtherDirectoriesQuery(token, context, info, listener, cookie)) {
110 listener.onQueryComplete(token, cookie, ci);
116 public void onDataLoaded(int token, Object cookie, CallerInfo ci) {
118 listener.onDataLoaded(token, cookie, ci)
273 public Object cookie; field in class:CallerInfoAsyncQuery.CookieWrapper
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
aufs_type.h 184 struct au_rdu_cookie cookie; member in struct:aufs_rdu
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/
introspect.h 369 uint32_t cookie; /**< A random cookie for identifying this instance of PulseAudio. */ member in struct:pa_server_info
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ViewHierarchy.java 739 Object cookie = info.getCookie(); local
740 if (cookie instanceof UiViewElementNode) {
742 UiViewElementNode node = (UiViewElementNode) cookie;
752 } else if (cookie != null) {
753 sb.append(" " + cookie); //$NON-NLS-1$
  /system/chre/chre_api/include/chre_api/chre/
wwan.h 403 //! Set to the cookie parameter given to chreWwanGetCellInfoAsync()
404 const void *cookie; member in struct:chreWwanCellInfoResult
438 * @param cookie An opaque value that will be included in the chreAsyncResult
445 bool chreWwanGetCellInfoAsync(const void *cookie);
  /system/chre/chre_api/legacy/v1_1/chre/
wwan.h 403 //! Set to the cookie parameter given to chreWwanGetCellInfoAsync()
404 const void *cookie; member in struct:chreWwanCellInfoResult
438 * @param cookie An opaque value that will be included in the chreAsyncResult
445 bool chreWwanGetCellInfoAsync(const void *cookie);
  /frameworks/base/services/core/java/com/android/server/pm/
InstantAppRegistry.java 139 // Only installed packages can get their own cookie
154 Slog.w(LOG_TAG, "Error reading cookie file: " + cookieFile);
161 @Nullable byte[] cookie, @UserIdInt int userId) {
162 if (cookie != null && cookie.length > 0) {
165 if (cookie.length > maxCookieSize) {
166 Slog.e(LOG_TAG, "Instant app cookie for package " + packageName + " size "
167 + cookie.length + " bytes while max size is " + maxCookieSize);
172 // Only an installed package can set its own cookie
178 mCookiePersistence.schedulePersistLPw(userId, pkg, cookie);
549 File cookie = peekInstantCookieFile(packageName, userId); local
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
AbstractCookiesTest.java 97 server.enqueue(new MockResponse().addHeader("Set-Cookie: a=android; "
106 HttpCookie cookie = cookies.get(0); local
107 assertEquals("a", cookie.getName());
108 assertEquals("android", cookie.getValue());
109 assertEquals(null, cookie.getComment());
110 assertEquals(null, cookie.getCommentURL());
111 assertEquals(false, cookie.getDiscard());
112 assertEquals(server.getCookieDomain(), cookie.getDomain());
113 assertTrue(cookie.getMaxAge() > 100000000000L);
114 assertEquals("/path", cookie.getPath())
136 HttpCookie cookie = cookies.get(0); local
169 HttpCookie cookie = cookies.get(0); local
204 HttpCookie cookie = cookies.get(0); local
372 HttpCookie cookie = createCookie("c", "cookie", redirectSource.getCookieDomain(), "\/"); local
514 HttpCookie cookie = new HttpCookie("Foo", "foo"); local
653 HttpCookie cookie = new HttpCookie("theme", "light"); local
664 HttpCookie cookie = createCookie("theme", "light", "a.com", "\/path"); local
834 HttpCookie cookie = new HttpCookie(name, value); local
850 HttpCookie cookie = new HttpCookie("name1", "value1"); local
1475 HttpCookie cookie = new HttpCookie("foo", "bar"); local
1564 HttpCookie cookie = cookies.get(0); local
    [all...]

Completed in 891 milliseconds

1 2 3 4 5 6 7 891011>>