/frameworks/base/libs/binder/ |
BpBinder.cpp | 174 const sp<DeathRecipient>& recipient, void* cookie, uint32_t flags) 178 ob.cookie = cookie; 208 const wp<DeathRecipient>& recipient, void* cookie, uint32_t flags, 221 || (recipient == NULL && obit.cookie == cookie))
|
/dalvik/vm/ |
IndirectRefTable.h | 124 /* use as initial value for "cookie", and when table has only one segment */ 160 * Instead of a "bottom" argument we take a "cookie", which includes the 164 * "cookie" externally, on the interpreted call stack, the VM can handle 278 IndirectRef add(u4 cookie, Object* obj); 299 * specified by the cookie, we don't remove anything. This is the behavior 304 bool remove(u4 cookie, IndirectRef iref);
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
ExpandableList2.java | 59 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { 66 int groupPosition = (Integer) cookie;
|
/external/chromium/third_party/libjingle/source/talk/xmpp/ |
xmppclientsettings.h | 46 void set_auth_cookie(const std::string & cookie) { auth_cookie_ = cookie; }
|
/external/mesa3d/docs/ |
MESA_shader_debug.spec | 198 void assertMESA(const bool condition, const int cookie) 199 void assertMESA(const bool condition, const int cookie, 205 The message contains the argument <file>, <line>, <cookie> and 207 delimited by a white space. If the argument <cookie> is not present, 222 1 66 1 "assertion failed in file 1, line 66, cookie 1"
|
/frameworks/base/libs/utils/ |
TextOutput.cpp | 122 static void textOutputPrinter(void* cookie, const char* txt) 124 ((TextOutput*)cookie)->print(txt, strlen(txt));
|
/packages/apps/Calendar/tests/src/com/android/calendar/ |
AsyncQueryServiceTest.java | 93 work[index].cookie = ++mId; 104 aqs.startQuery(work[index].token, work[index].cookie, work[index].uri, 122 work[index].cookie = ++mId; 131 aqs.startInsert(work[index].token, work[index].cookie, work[index].uri, work[index].values, 148 work[index].cookie = ++mId; 159 aqs.startUpdate(work[index].token, work[index].cookie, work[index].uri, work[index].values, 176 work[index].cookie = ++mId; 186 work[index].cookie, 206 work[index].cookie = ++mId; 219 work[index].cookie, [all...] |
/bionic/libc/include/ |
stdio.h | 129 void *_cookie; /* cookie passed to io functions */ 367 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0) 368 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0)
|
/bootable/recovery/minzip/ |
Zip.c | 529 void *cookie) 547 ret = processFunction(buf, n, cookie); 558 void *cookie) 633 bool ret = processFunction(procBuf, procSize, cookie); 664 * passing cookie to it each time it gets called. processFunction 674 void *cookie) 687 ret = processStoredEntry(pArchive, pEntry, processFunction, cookie); 690 ret = processDeflatedEntry(pArchive, pEntry, processFunction, cookie); 740 void *cookie) 742 CopyProcessArgs *args = (CopyProcessArgs *)cookie; [all...] |
/development/ndk/platforms/android-3/include/ |
stdio.h | 129 void *_cookie; /* cookie passed to io functions */ 366 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0) 367 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0)
|
/development/ndk/platforms/android-8/include/ |
stdio.h | 129 void *_cookie; /* cookie passed to io functions */ 366 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0) 367 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0)
|
/external/apache-http/src/org/apache/http/cookie/ |
CookieOrigin.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/cookie/CookieOrigin.java $ 31 package org.apache.http.cookie;
|
CookieSpecRegistry.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/cookie/CookieSpecRegistry.java $ 32 package org.apache.http.cookie; 43 * Cookie specification registry that can be used to obtain the corresponding 44 * cookie specification implementation for a given type of type or version of 45 * cookie. 77 throw new IllegalArgumentException("Cookie spec factory may not be null"); 85 * @param id the identifier of the {@link CookieSpec cookie specification} to unregister 95 * Gets the {@link CookieSpec cookie specification} with the given ID. 97 * @param name the {@link CookieSpec cookie specification} identifier 98 * @param params the {@link HttpParams HTTP parameters} for the cookie [all...] |
/external/apache-http/src/org/apache/http/impl/cookie/ |
NetscapeDraftHeaderParser.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/cookie/NetscapeDraftHeaderParser.java $ 32 package org.apache.http.impl.cookie;
|
/external/chromium/chrome/browser/extensions/ |
extension_cookies_unittest.cc | 114 cookie1, "some cookie store")); 134 EXPECT_EQ("some cookie store", string_value); 142 cookie2, "some cookie store")); 181 net::CookieMonster::CanonicalCookie cookie; local 183 EXPECT_TRUE(filter.MatchesCookie(cookie)); 201 net::CookieMonster::CanonicalCookie cookie(GURL(), "", "", tests[i].domain, 205 EXPECT_EQ(tests[i].matches, filter.MatchesCookie(cookie));
|
/external/chromium/chrome/browser/printing/ |
print_job.h | 60 virtual int cookie() const;
|
/external/chromium/net/websockets/ |
websocket_handshake_handler_unittest.cc | 22 "cookie", "cookie2" 26 "set-cookie", "set-cookie2" 68 "Cookie: WK-websocket-test=1\r\n" 77 handler.AppendHeaderIfMissing("Cookie", 90 "Cookie: WK-websocket-test=1; WK-websocket-test-httponly=1\r\n" 130 "Set-Cookie: WK-websocket-test-1\r\n" 131 "Set-Cookie: WK-websocket-test-httponly=1; HttpOnly\r\n" 344 "Cookie: WK-websocket-test=1; WK-websocket-test-httponly=1\r\n" 369 headers["cookie"]); 380 std::string cookie = "WK-websocket-test=1" local [all...] |
/external/oprofile/daemon/ |
opd_trans.h | 47 cookie_t cookie; member in struct:transient
|
/external/qemu/distrib/sdl-1.2.12/src/timer/mint/ |
SDL_systimer.c | 40 #include <mint/cookie.h>
|
/external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/ |
SDL_biosevents.c | 32 #include <mint/cookie.h>
|
SDL_gemdosevents.c | 32 #include <mint/cookie.h>
|
/external/qemu/hw/ |
goldfish_device.h | 19 void *cookie; member in struct:goldfish_device
|
/frameworks/base/include/media/ |
JetPlayer.h | 30 typedef void (*jetevent_callback)(int eventType, int val1, int val2, void *cookie);
|
/frameworks/base/media/libstagefright/include/ |
ARTSPController.h | 38 void seekAsync(int64_t timeUs, void (*seekDoneCb)(void *), void *cookie);
|
/frameworks/base/services/camera/libcameraservice/ |
CameraHardwareStub.cpp | 248 int CameraHardwareStub::beginAutoFocusThread(void *cookie) 250 CameraHardwareStub *c = (CameraHardwareStub *)cookie; 274 /*static*/ int CameraHardwareStub::beginPictureThread(void *cookie) 276 CameraHardwareStub *c = (CameraHardwareStub *)cookie;
|