| /external/webkit/Source/WebCore/bindings/v8/ |
| V8Proxy.cpp | 360 InspectorInstrumentationCookie cookie = InspectorInstrumentation::willEvaluateScript(m_frame, source.url().isNull() ? String() : source.url().string(), source.startLine()); local 395 InspectorInstrumentation::didEvaluateScript(cookie); 499 InspectorInstrumentationCookie cookie; local 508 cookie = InspectorInstrumentation::willCallFunction(m_frame, resourceName, lineNumber); 515 InspectorInstrumentation::didCallFunction(cookie);
|
| /external/qemu/distrib/sdl-1.2.12/src/joystick/darwin/ |
| SDL_sysjoystick.c | 53 IOHIDElementCookie cookie; /* unique value which identifies element, will NOT change */ member in struct:recElement 125 result = (*(pDevice->interface))->getElementValue(pDevice->interface, pElement->cookie, &hidEvent); 241 pElement->cookie = (IOHIDElementCookie) number;
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
| PreviewIconFactory.java | 316 Object cookie = info.getCookie(); local 317 if (!(cookie instanceof UiElementNode)) { 320 UiElementNode node = (UiElementNode) cookie;
|
| /prebuilt/common/layoutlib_api/ |
| layoutlib_api-prebuilt.jar | |
| /external/chromium/chrome/browser/automation/ |
| automation_provider_win.cc | 369 uint64 cookie, 384 ExternalTabContainer::RemovePendingTab(static_cast<uintptr_t>(cookie));
|
| automation_provider.h | 342 void ConnectExternalTab(uint64 cookie,
|
| /external/chromium/chrome/browser/extensions/ |
| extension_cookies_api.cc | 64 extension_cookies_helpers::CreateCookieValue(*details->cookie, 100 extension_cookies_helpers::GetURLFromCanonicalCookie(*details->cookie); 143 // Retrieve its corresponding cookie store. 157 // cookie store by default. 190 // Get the cookie name string or return false. 217 // Return the first matching cookie. Relies on the fact that the 227 // The cookie doesn't exist; return null. 376 // Pull the newly set cookie. 381 // Return the first matching cookie. Relies on the fact that the 422 // Get the cookie name string or return false [all...] |
| /external/chromium/chrome/browser/ui/views/ |
| collected_cookies_win.cc | 460 cookie_info_view_->SetCookie(detailed_info.cookie->Domain(), 461 *detailed_info.cookie);
|
| /external/chromium/net/base/ |
| cookie_monster.h | 35 // The cookie monster is the system for storing and retrieving cookies. It has 43 // TODO(deanm) Implement CookieMonster, the cookie database. 78 // cookies. If the domain of the cookie has an eTLD+1, that is the 79 // key for the map. If the domain of the cookie does not have an eTLD+1, 80 // the key of the map is the host the cookie applies to (it is not 86 // then the key is just the domain of the cookie. Eventually, this 115 // this class, but it must remain valid for the duration of the cookie 126 // Parses the string with the cookie time (very forgivingly). 129 // Returns true if a domain string represents a host-only cookie, 133 // Sets a cookie given explicit user-provided cookie attributes. The cooki [all...] |
| /external/webkit/Source/WebCore/bindings/js/ |
| ScriptController.cpp | 139 InspectorInstrumentationCookie cookie = InspectorInstrumentation::willEvaluateScript(m_frame, sourceURL, sourceCode.startLine()); local 145 InspectorInstrumentation::didEvaluateScript(cookie);
|
| /external/webkit/Source/WebCore/html/parser/ |
| HTMLDocumentParser.cpp | 263 InspectorInstrumentationCookie cookie = InspectorInstrumentation::willWriteHTML(document(), m_input.current().length(), m_tokenizer->lineNumber()); local 303 InspectorInstrumentation::didWriteHTML(cookie, m_tokenizer->lineNumber());
|
| /external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
| wps_upnp_event.c | 214 static void event_got_response_handler(struct httpread *handle, void *cookie, 217 struct wps_event_ *e = cookie; 338 e /* cookie */,
|
| /frameworks/base/media/libeffects/visualizer/ |
| EffectVisualizer.cpp | 134 pContext->mConfig.inputCfg.bufferProvider.cookie = NULL; 142 pContext->mConfig.outputCfg.bufferProvider.cookie = NULL;
|
| /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/ |
| nfs_prot.h | 218 nfscookie cookie; member in struct:readdirargs 226 nfscookie cookie; member in struct:entry
|
| nis.h | 324 netobj cookie; member in struct:nis_result 491 #define NIS_RES_COOKIE(x) ((x)->cookie)
|
| /bionic/libc/kernel/common/linux/sunrpc/ |
| sched.h | 146 unsigned long cookie; member in struct:rpc_wait_queue
|
| /bootable/bootloader/legacy/usbloader/ |
| main.c | 182 static void tag_dump(unsigned tag, void *data, unsigned sz, void *cookie)
|
| /development/ndk/platforms/android-3/include/linux/sunrpc/ |
| sched.h | 146 unsigned long cookie; member in struct:rpc_wait_queue
|
| /external/chromium/chrome/browser/ |
| external_tab_container_win.h | 184 // Returns the ExternalTabContainer instance associated with the cookie 186 // Returns NULL if we fail to find the cookie in the map. 187 static scoped_refptr<ExternalTabContainer> RemovePendingTab(uintptr_t cookie);
|
| /external/dbus/bus/ |
| dir-watch-inotify.c | 83 _dbus_verbose ("inotify event: wd=%d mask=%u cookie=%u len=%u\n", ev->wd, ev->mask, ev->cookie, ev->len);
|
| /external/dhcpcd/ |
| bind.c | 147 } else if (state->new->cookie != htonl(MAGIC_COOKIE)) {
|
| /external/kernel-headers/original/linux/ |
| signal.h | 242 extern int get_signal_to_deliver(siginfo_t *info, struct k_sigaction *return_ka, struct pt_regs *regs, void *cookie);
|
| /external/kernel-headers/original/linux/sunrpc/ |
| sched.h | 58 unsigned long tk_cookie; /* Cookie for batching tasks */ 207 unsigned long cookie; /* cookie of last task serviced */ member in struct:rpc_wait_queue 211 unsigned char nr; /* # tasks remaining for cookie */ 220 * from a single cookie. The aim is to improve
|
| /external/ppp/pppd/plugins/rp-pppoe/ |
| pppoe.h | 268 PPPoETag cookie; /* We have to send this if we get it */ member in struct:PPPoEConnectionStruct
|
| /external/qemu/distrib/sdl-1.2.12/src/audio/mint/ |
| SDL_mintaudio_dma8.c | 34 #include <mint/cookie.h> 87 /* Cookie _MCH present ? if not, assume ST machine */ 92 /* Cookie _SND present ? if not, assume ST machine */
|