/cts/tests/tests/webkit/src/android/webkit/cts/ |
CacheManager_CacheResultTest.java | 25 import org.apache.http.impl.cookie.DateUtils;
|
/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/chromium/chrome/browser/printing/ |
print_job_manager.cc | 75 if (current_query->cookie() == document_cookie &&
|
/external/kernel-headers/original/linux/ |
nfs_xdr.h | 285 __u64 cookie, member in struct:nfs_entry 369 __u32 cookie; member in struct:nfs_readdirargs 470 __u64 cookie; member in struct:nfs3_readdirargs 611 u64 cookie; member in struct:nfs4_readdir_arg
|
/external/kernel-headers/original/linux/nfsd/ |
xdr.h | 84 __u32 cookie; member in struct:nfsd_readdirargs
|
/external/qemu/distrib/sdl-1.2.12/src/audio/mint/ |
SDL_mintaudio.c | 35 #include <mint/cookie.h>
|
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/ |
SDL_sysvideo.cc | 637 int32 cookie = 0; local 638 while (get_next_image_info(0,&cookie,&info) == B_OK) { 640 if (get_image_symbol((image_id)cookie,"glBegin",B_SYMBOL_TYPE_ANY,&location) == B_OK) { 641 _this->gl_config.dll_handle = (void*)cookie;
|
/frameworks/base/include/surfaceflinger/ |
SurfaceComposerClient.h | 136 void* cookie = NULL, uint32_t flags = 0);
|
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
CallerInfoTest.java | 201 public void onQueryComplete(int token, Object cookie, CallerInfo info) {
|
/frameworks/base/tools/localize/ |
localize.cpp | 175 keep_this_trans_unit(const string& file, const TransUnit& unit, void* cookie) 177 const Settings* settings = reinterpret_cast<const Settings*>(cookie); 478 pseudolocalize_trans_unit(const string&file, TransUnit* unit, void* cookie) 480 const PseudolocalizeSettings* settings = (PseudolocalizeSettings*)cookie;
|
/frameworks/media/libvideoeditor/lvpp/ |
PreviewPlayer.h | 113 static bool ContinuePreparation(void *cookie);
|
VideoEditorPlayer.h | 54 AudioCallback cb, void *cookie);
|
AudioPlayerBase.cpp | 266 void *buffer, size_t size, void *cookie) { 267 AudioPlayerBase *me = (AudioPlayerBase *)cookie;
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/ |
nis.x | 122 netobj cookie; /* Cookie Data */ 157 netobj ibr_cookie; /* The first/next cookie */ 418 %#define NIS_RES_COOKIE(x) ((x)->cookie)
|
/system/core/adb/ |
framebuffer_service.c | 52 void framebuffer_service(int fd, void *cookie)
|
/system/core/toolbox/ |
notify.c | 98 printf("%s: %08x %08x \"%s\"\n", file_names[event->wd + id_offset], event->mask, event->cookie, event->len ? event->name : "");
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
CookieManagerTest.java | 113 // cookie-key | (content, URI)... 115 { "Set-cookie", 116 "Set-cookie:PREF=test;path=/;domain=.b.c;", "http://a.b.c/", 117 "Set-cookie:PREF1=test2;path=/;domain=.beg.com;", "http://a.b.c/"}, 122 { "Set-cookie", 137 // requires path of cookie is the prefix of uri 138 // domain of cookie must match that of uri 150 List<String> list = map.get("Cookie"); 153 // requires path of cookie is the prefix of uri 155 list = map.get("Cookie"); [all...] |
/external/chromium/chrome/browser/ |
process_singleton_linux_uitest.cc | 126 std::string cookie(buf, len); 132 EXPECT_EQ(cookie, std::string(buf, len)); 296 // notify it over the socket before of a bad cookie. 298 // Change the cookie.
|
/external/chromium/chrome/browser/resources/net_internals/ |
logviewpainter.js | 276 * Removes a cookie or unencrypted login information from a single HTTP header 282 // Cookie patterns 283 /^set-cookie:/i, 285 /^cookie:/i, 300 * Removes all cookie and unencrypted login text from a list of HTTP
|
/external/chromium/chrome/common/ |
automation_messages.h | 153 AttachExternalTabParams(uint64 cookie, 161 uint64 cookie; member in struct:AttachExternalTabParams
|
/external/openssl/ssl/ |
d1_lib.c | 112 d1->cookie_len = sizeof(s->d1->cookie); 222 s->d1->cookie_len = sizeof(s->d1->cookie);
|
/external/webkit/Source/WebCore/dom/ |
EventDispatcher.cpp | 292 InspectorInstrumentationCookie cookie = InspectorInstrumentation::willDispatchEvent(m_node->document(), *event, windowContext.window(), m_node.get(), m_ancestors); local 367 InspectorInstrumentation::didDispatchEvent(cookie);
|
/external/webkit/Source/WebCore/loader/ |
ResourceLoader.cpp | 438 InspectorInstrumentationCookie cookie = InspectorInstrumentation::willReceiveResourceData(m_frame.get(), identifier()); local 440 InspectorInstrumentation::didReceiveResourceData(cookie);
|
/frameworks/base/media/libstagefright/ |
AudioPlayer.cpp | 274 void *buffer, size_t size, void *cookie) { 275 AudioPlayer *me = (AudioPlayer *)cookie;
|
/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);
|