| /external/dropbear/ |
| common-kex.c | 71 /* cookie */ 601 buf_incrpos(ses.payload, 16); /* start after the cookie */
|
| /external/ipsec-tools/src/racoon/ |
| isakmp.c | 407 /* the initiator's cookie must not be zero */ 410 "malformed cookie received.\n"); 462 "malformed cookie received or " 563 "malformed cookie received " 580 "malformed cookie received. " [all...] |
| isakmp_inf.c | 783 * Initiator/Responder cookie and SPI has no meaning, SPI size = 0. 785 * by cookie and SPI has no meaning, 0 <= SPI size <= 16. [all...] |
| /external/tcpdump/ |
| print-pptp.c | 988 printf(" UNEXPECTED Magic-Cookie!!(%08x)", mc); 991 printf(" Magic-Cookie=%08x", mc);
|
| print-isakmp.c | 162 /* find cookie from initiator cache */ 986 "INVALID-COOKIE", "INVALID-MAJOR-VERSION", [all...] |
| print-nfs.c | 132 { 10003, "READDIR/READDIRPLUS cookie is stale" }, /* NFS3ERR_BAD_COOKIE */ 713 * offset cookie here. 742 * cookie here. [all...] |
| /external/webkit/Source/WebCore/inspector/front-end/ |
| Resource.js | 467 this._requestCookies = WebInspector.CookieParser.parseCookie(this.requestHeaderValue("Cookie")); 543 this._responseCookies = WebInspector.CookieParser.parseSetCookie(this.responseHeaderValue("Set-Cookie"));
|
| /external/webkit/Source/WebCore/platform/chromium/ |
| PlatformBridge.h | 85 struct Cookie; 121 static bool rawCookies(const Document*, const KURL&, Vector<Cookie>&);
|
| /frameworks/base/core/java/android/provider/ |
| Downloads.java | 252 * The name of the column contain the values of the cookie to be used for 253 * the download. This is used directly as the value for the Cookie: HTTP
|
| /frameworks/base/core/java/android/speech/tts/ |
| TextToSpeechService.java | 916 public void onCallbackDied(ITextToSpeechCallback callback, Object cookie) { 917 String packageName = (String) cookie;
|
| /frameworks/base/libs/gui/ |
| SurfaceComposerClient.cpp | 325 void* cookie, uint32_t flags) { 327 return sm->asBinder()->linkToDeath(recipient, cookie, flags);
|
| /frameworks/base/media/libeffects/testlibs/ |
| EffectEqualizer.cpp | 309 pContext->config.inputCfg.bufferProvider.cookie = NULL; 317 pContext->config.outputCfg.bufferProvider.cookie = NULL;
|
| /hardware/ti/omap4xxx/camera/ |
| ANativeWindowDisplayAdapter.cpp | [all...] |
| /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/ |
| nameser.h | 252 ns_t_invalid = 0, /* Cookie. */ 319 ns_c_invalid = 0, /* Cookie. */
|
| /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/ |
| introspect.h | 276 uint32_t cookie; /**< A random cookie for identifying this instance of PulseAudio. \since 0.8 */ member in struct:pa_server_info
|
| /frameworks/base/libs/utils/ |
| ResourceTypes.cpp | 70 static void printToLogFunc(void* cookie, const char* txt) 1386 void* cookie; member in struct:android::ResTable::Header [all...] |
| /external/chromium/chrome/common/extensions/docs/ |
| samples.json | 518 "description": "Testing Cookie API", 525 "icon": "cookie.png", 527 "name": "Cookie API Test Extension", 533 "search_string": "COOKIE API TEST EXTENSION TESTING COOKIE API BACKGROUND_PAGE BROWSER_ACTION COOKIES TABS CHROME.BROWSERACTION.ONCLICKED CHROME.COOKIES.GET CHROME.COOKIES.GETALL CHROME.COOKIES.ONCHANGED CHROME.COOKIES.REMOVE CHROME.EXTENSION.GETURL CHROME.TABS.CREATE CHROME.TABS.UPDATE CHROME.WINDOWS.GET CHROME.WINDOWS.GETALL", [all...] |
| /external/wpa_supplicant_8/src/drivers/ |
| nl80211_copy.h | 327 * When called, this operation returns a cookie (%NL80211_ATTR_COOKIE) 329 * the cookie is also used to cancel the request. 366 * returns a cookie (%NL80211_ATTR_COOKIE) that will be included with the 369 * command may be used with the corresponding cookie to cancel the wait [all...] |
| /external/chromium/net/spdy/ |
| spdy_network_transaction_unittest.cc | [all...] |
| /external/openssl/include/openssl/ |
| ssl.h | 543 /* Turn on Cookie Exchange (on relevant for servers) */ 770 /* cookie generate callback */ 771 int (*app_gen_cookie_cb)(SSL *ssl, unsigned char *cookie, 774 /* verify cookie callback */ 775 int (*app_verify_cookie_cb)(SSL *ssl, unsigned char *cookie, [all...] |
| /external/openssl/ssl/ |
| ssl.h | 543 /* Turn on Cookie Exchange (on relevant for servers) */ 770 /* cookie generate callback */ 771 int (*app_gen_cookie_cb)(SSL *ssl, unsigned char *cookie, 774 /* verify cookie callback */ 775 int (*app_verify_cookie_cb)(SSL *ssl, unsigned char *cookie, [all...] |
| /external/clang/include/clang/Basic/ |
| Diagnostic.h | 289 void *Cookie, 499 void SetArgToStringFn(ArgToStringFnTy Fn, void *Cookie) { 501 ArgToStringCookie = Cookie; [all...] |
| /packages/apps/Calendar/src/com/android/calendar/agenda/ |
| AgendaWindowAdapter.java | [all...] |
| /prebuilt/sdk/8/ |
| android.jar | |
| /build/tools/droiddoc/templates-pdk/assets/ |
| android-developer-reference.js | 29 userApiLevel = userApiLevel == 0 ? maxLevel : userApiLevel; // If there's no cookie (zero), use the max by default
|