HomeSort by relevance Sort by last modified time
    Searched refs:cookie (Results 426 - 450 of 601) sorted by null

<<11121314151617181920>>

  /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)
file_sync_client.c 75 typedef void (*sync_ls_cb)(unsigned mode, unsigned size, unsigned time, const char *name, void *cookie);
77 int sync_ls(int fd, const char *path, sync_ls_cb func, void *cookie)
108 buf, cookie); local
536 const char *name, void *cookie)
811 const char *name, void *cookie)
813 sync_ls_build_list_cb_args *args = (sync_ls_build_list_cb_args *)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
automation_messages.cc 150 : cookie(0),
162 : cookie(in_cookie),
643 WriteParam(m, p.cookie);
655 return ReadParam(m, iter, &p->cookie) &&
667 LogParam(p.cookie, l);
  /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);
  /external/webkit/Source/WebCore/inspector/front-end/
AuditRules.js 566 return this.isCacheableResource(resource) && !this.hasResponseHeader(resource, "Set-Cookie") && !this.hasExplicitExpiration(resource);
583 !this.hasResponseHeader(resource, "Set-Cookie") &&
591 !this.hasResponseHeader(resource, "Set-Cookie") &&
611 this.execCheck("The following publicly cacheable resources contain a Set-Cookie header. This security vulnerability can cause cookies to be shared by multiple users.",
617 return resource.url.indexOf("?") >= 0 && !this.hasResponseHeader(resource, "Set-Cookie") && this.isPubliclyCacheable(resource);
625 !this.hasResponseHeader(resource, "Set-Cookie");
630 return this.hasResponseHeader(resource, "Set-Cookie") && this.isPubliclyCacheable(resource);
    [all...]
  /packages/apps/Phone/src/com/android/phone/
PhoneUtils.java     [all...]

Completed in 718 milliseconds

<<11121314151617181920>>