/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 */
|
SDL_mintaudio_gsxb.c | 34 #include <mint/cookie.h> 91 /* Cookie _SND present ? if not, assume ST machine */ 102 /* Cookie GSXB present ? */
|
SDL_mintaudio_mcsn.c | 36 #include <mint/cookie.h> 98 /* Cookie _MCH present ? if not, assume ST machine */ 103 /* Cookie _SND present ? if not, assume ST machine */ 114 /* Cookie MCSN present ? */
|
SDL_mintaudio_stfa.c | 34 #include <mint/cookie.h> 95 /* Cookie _MCH present ? if not, assume ST machine */ 100 /* Cookie _SND present ? if not, assume ST machine */ 105 /* Cookie STFA present ? */
|
/external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/ |
SDL_atarievents.c | 32 #include <mint/cookie.h>
|
/external/webkit/Source/WebCore/xml/ |
XMLHttpRequest.cpp | 89 m_forbiddenRequestHeaders.add("cookie"); 136 return equalIgnoringCase(name, "set-cookie") || equalIgnoringCase(name, "set-cookie2"); 355 InspectorInstrumentationCookie cookie = InspectorInstrumentation::willChangeXHRReadyState(scriptExecutionContext(), this); 360 InspectorInstrumentation::didChangeXHRReadyState(cookie); 363 InspectorInstrumentationCookie cookie = InspectorInstrumentation::willLoadXHR(scriptExecutionContext(), this); local 365 InspectorInstrumentation::didLoadXHR(cookie); 864 // Hide Set-Cookie header fields from the XMLHttpRequest client for these reasons: 867 // 2) There's no known harm in hiding Set-Cookie header fields entirely; we don't [all...] |
/external/webkit/Source/WebKit/win/Interfaces/ |
DOMHTML.idl | 173 - (NSString *)cookie; 175 HRESULT cookie([out, retval] BSTR* result); 178 - (void)setCookie:(NSString *)cookie; 180 HRESULT setCookie([in] BSTR cookie);
|
/frameworks/base/include/binder/ |
Parcel.h | 186 void* cookie);
|
/frameworks/base/libs/binder/ |
IPCThreadState.cpp | 147 out << " (cookie " << btd->cookie << ")" << endl 190 out << ": target=" << (void*)b << " (cookie " << (void*)c << ")"; 197 out << ": target=" << (void*)b << " (cookie " << (void*)c 204 out << ": death cookie " << (void*)c; 260 out << ": target=" << (void*)b << " (cookie " << (void*)c << ")"; 273 out << ": handle=" << h << " (death cookie " << (void*)c << ")"; 278 out << ": death cookie " << (void*)c; 856 tr.cookie = 0; 908 "BR_ACQUIRE: object %p does not match cookie %p (expected %p)" [all...] |
/frameworks/base/tools/localize/ |
XLIFFFile.cpp | 224 XLIFFFile::Filter(bool (*func)(const string&,const TransUnit&,void*), void* cookie) 234 bool keep = func(file.filename, tu, cookie); 258 XLIFFFile::Map(void (*func)(const string&,TransUnit*,void*), void* cookie) 266 func(file.filename, &(file.transUnits[j]), cookie);
|
localize_test.cpp | 49 return_false(const string&, const TransUnit& unit, void* cookie)
|
/packages/apps/Calendar/src/com/android/calendar/ |
ContactsAsyncHelper.java | 54 public void onImageLoadComplete(int token, Object cookie, ImageView iView, 150 // Added additional Cookie field in the callee to handle arguments 199 // Added additional Cookie field in the callee to handle arguments
|
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/ |
SelectVisibleCalendarsFragment.java | 83 protected void onQueryComplete(int token, Object cookie, Cursor cursor) {
|
/packages/apps/Contacts/src/com/android/contacts/activities/ |
ShowOrCreateActivity.java | 152 public void onQueryComplete(int token, Object cookie, Cursor cursor) {
|
/packages/apps/Contacts/src/com/android/contacts/calllog/ |
CallLogQueryHandler.java | 254 protected synchronized void onQueryComplete(int token, Object cookie, Cursor cursor) {
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/ |
nislib.h | 108 * nis_next_entry (table_name, cookie) retrieves the "next" entry from a 111 * const netobj *cookie: The value of cookie from the nis_result structure 130 const netobj *cookie) __THROW;
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/sunrpc/ |
sched.h | 146 unsigned long cookie; member in struct:rpc_wait_queue
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/sunrpc/ |
sched.h | 146 unsigned long cookie; member in struct:rpc_wait_queue
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/sunrpc/ |
sched.h | 146 unsigned long cookie; member in struct:rpc_wait_queue
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/sunrpc/ |
sched.h | 146 unsigned long cookie; member in struct:rpc_wait_queue
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/sunrpc/ |
sched.h | 146 unsigned long cookie; member in struct:rpc_wait_queue
|