/prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/linux/ |
inotify.h | 20 __u32 cookie; member in struct:inotify_event
|
/prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/linux/ |
if_arcnet.h | 65 uint8_t cookie[sizeof(int)]; member in struct:arc_cap
|
inotify.h | 20 __u32 cookie; member in struct:inotify_event
|
/prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/ |
if_arcnet.h | 65 uint8_t cookie[sizeof(int)]; member in struct:arc_cap
|
inotify.h | 20 __u32 cookie; member in struct:inotify_event
|
/prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/ |
if_arcnet.h | 65 uint8_t cookie[sizeof(int)]; member in struct:arc_cap
|
inotify.h | 20 __u32 cookie; member in struct:inotify_event
|
/dalvik/vm/ |
IndirectRefTable.cpp | 61 IndirectRef IndirectRefTable::add(u4 cookie, Object* obj) 64 prevState.all = cookie; 205 * specified by the cookie, we don't remove anything. This is the behavior 213 bool IndirectRefTable::remove(u4 cookie, IndirectRef iref) 216 prevState.all = cookie; 269 LOGV("+++ checking for hole at %d (cookie=0x%08x) val=%p", 270 topIndex-1, cookie, table_[topIndex-1].obj);
|
/external/chromium/net/websockets/ |
websocket_job.cc | 28 "cookie", "cookie2" 31 "set-cookie", "set-cookie2" 300 std::string cookie = local 303 if (!cookie.empty()) 304 handshake_request_->AppendHeaderIfMissing("Cookie", cookie); 382 // Remove cookie headers, with malformed headers preserved.
|
/external/wpa_supplicant/ |
wpa_ctrl.c | 56 char *cookie; member in struct:wpa_ctrl 242 ctrl->cookie = strdup(buf); 252 os_free(ctrl->cookie); 272 if (ctrl->cookie) { 274 _cmd_len = strlen(ctrl->cookie) + 1 + cmd_len; 280 strcpy(pos, ctrl->cookie); 281 pos += strlen(ctrl->cookie);
|
/external/wpa_supplicant_8/src/common/ |
wpa_ctrl.c | 51 char *cookie; member in struct:wpa_ctrl 224 ctrl->cookie = os_strdup(buf); 234 os_free(ctrl->cookie); 254 if (ctrl->cookie) { 256 _cmd_len = os_strlen(ctrl->cookie) + 1 + cmd_len; 262 os_strlcpy(pos, ctrl->cookie, _cmd_len); 263 pos += os_strlen(ctrl->cookie);
|
/frameworks/base/core/java/android/net/http/ |
RequestHandle.java | 184 // update the "Cookie" header based on the redirected url 185 mHeaders.remove("Cookie"); 186 String cookie = CookieManager.getInstance().getCookie(mUri); local 187 if (cookie != null && cookie.length() > 0) { 188 mHeaders.put("Cookie", cookie);
|
/libcore/dalvik/src/main/java/dalvik/system/ |
DexFile.java | 78 //System.out.println("DEX FILE cookie is " + mCookie); 96 //System.out.println("DEX FILE cookie is " + mCookie); 198 private native static Class defineClass(String name, ClassLoader loader, int cookie); 232 native private static String[] getClassNameList(int cookie); 253 * Open a DEX file. The value returned is a magic VM cookie. On 261 * is a magic VM cookie. On failure, a RuntimeException is thrown. 268 native private static void closeDexFile(int cookie);
|
/build/tools/droiddoc/templates-pdk/assets/ |
android-developer-docs.js | 84 function readCookie(cookie) { 85 var myCookie = cookie_namespace+"_"+cookie+"="; 86 if (document.cookie) { 87 var index = document.cookie.indexOf(myCookie); 90 var valEnd = document.cookie.indexOf(";", valStart); 92 valEnd = document.cookie.length; 94 var val = document.cookie.substring(valStart, valEnd); 101 function writeCookie(cookie, val, section, expiration) { 109 document.cookie = cookie_namespace+section+cookie+"="+val+"; expires="+expiration+"; path=/" [all...] |
/external/chromium/chrome/browser/printing/ |
print_view_manager.cc | 102 void PrintViewManager::OnDidGetPrintedPagesCount(int cookie, int number_pages) { 103 DCHECK_GT(cookie, 0); 106 if (!OpportunisticallyCreatePrintJob(cookie)) 110 if (!document || cookie != document->cookie()) { 123 if (!document || params.document_cookie != document->cookie()) { 357 print_job_->cookie(), 433 bool PrintViewManager::OpportunisticallyCreatePrintJob(int cookie) { 437 if (!cookie) { 446 g_browser_process->print_job_manager()->PopPrinterQuery(cookie, [all...] |
/external/chromium/third_party/libjingle/source/talk/xmpp/ |
xmppengineimpl_iq.cc | 57 XmppIqCookie* cookie) { 79 if (cookie) 80 *cookie = iq_entry; 87 XmppEngineImpl::RemoveIqHandler(XmppIqCookie cookie, 94 reinterpret_cast<XmppIqEntry*>(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
|
/frameworks/base/core/java/android/webkit/ |
JWebCoreJavaBridge.java | 161 * Store a cookie string associated with a url. 162 * @param url The url to be used as a key for the cookie. 163 * @param value The cookie string to be stored. 167 // for security reason, filter out '\r' and '\n' from the cookie 190 * Retrieve the cookie string for the given url.
|
/frameworks/base/media/libstagefright/ |
TimedEventQueue.cpp | 133 void *cookie, const sp<TimedEventQueue::Event> &event) { 135 static_cast<TimedEventQueue::event_id *>(cookie); 160 bool (*predicate)(void *cookie, const sp<Event> &event), 161 void *cookie, 167 if (!(*predicate)(cookie, (*it).event)) {
|
/system/extras/sound/ |
playwav.c | 37 int (*fill)(void *buf, unsigned sz, void *cookie), 38 void *cookie) 71 if (fill(buf, sz, cookie)) 85 if (fill(buf, sz, cookie)) 125 int fill_buffer(void *buf, unsigned sz, void *cookie)
|
/external/chromium/base/ |
message_loop_unittest.cc | 617 cookie(c), 622 int cookie; member in struct:TaskItem 626 return type == other.type && cookie == other.cookie && start == other.start; 652 return os << item.type << " " << item.cookie << " starts"; 654 return os << item.type << " " << item.cookie << " ends"; 660 OrderedTasks(TaskList* order, int cookie) 663 cookie_(cookie) { 665 OrderedTasks(TaskList* order, TaskType type, int cookie) 668 cookie_(cookie) { 692 int cookie() const { function in class:OrderedTasks [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
CookieStoreTest.java | 42 HttpCookie cookie = new HttpCookie("name1", "value1"); local 43 cookie.setDiscard(true); 45 cookieStore.add(null, cookie); 65 cookieStore.add(uri, cookie); 68 assertTrue(list.contains(cookie)); 97 // expired cookie won't be selected. 171 // expired cookie won't be selected. 226 // duplicated cookie won't be selected. 230 // expired cookie won't be selected.
|
/hardware/ti/omap4xxx/camera/ |
BaseCameraAdapter.cpp | 131 void BaseCameraAdapter::enableMsgType(int32_t msgs, frame_callback callback, event_callback eventCb, void* cookie) 139 mFrameSubscribers.add((int) cookie, callback); 143 mFrameDataSubscribers.add((int) cookie, callback); 147 mImageSubscribers.add((int) cookie, callback); 151 mRawSubscribers.add((int) cookie, callback); 155 mVideoSubscribers.add((int) cookie, callback); 159 mFocusSubscribers.add((int) cookie, eventCb); 160 mShutterSubscribers.add((int) cookie, eventCb); 161 mZoomSubscribers.add((int) cookie, eventCb); 162 mFaceSubscribers.add((int) cookie, eventCb) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
CanvasViewInfo.java | 647 Object cookie = root.getCookie(); local 648 if (cookie == null) { 649 // Special case: If the root-most view does not have a view cookie, 746 Object cookie = root.getCookie(); local 748 if (cookie instanceof UiViewElementNode) { 749 node = (UiViewElementNode) cookie; 750 } else if (cookie instanceof MergeCookie) { 751 cookie = ((MergeCookie) cookie).getCookie(); 752 if (cookie instanceof UiViewElementNode) 836 Object cookie = child.getCookie(); local 856 Object cookie = child.getCookie(); local 905 Object cookie = child.getCookie(); local [all...] |
/external/chromium/chrome/browser/net/ |
sqlite_persistent_cookie_store.cc | 86 // Batch a cookie addition. 89 // Batch a cookie access time update. 92 // Batch a cookie deletion. 142 // Batch a cookie operation (add or delete) 238 NOTREACHED() << "Unable to open cookie DB."; 250 NOTREACHED() << "Unable to open cookie DB."; 309 LOG(WARNING) << "Cookie database is too new."; 321 LOG(WARNING) << "Unable to update cookie database to version 3."; 370 "Cookie database version " << cur_version << " is too old to handle."; 401 // We do a full copy of the cookie here, and hopefully just here [all...] |