HomeSort by relevance Sort by last modified time
    Searched defs:cookie (Results 251 - 275 of 750) sorted by null

<<11121314151617181920>>

  /hardware/qcom/msm8998/original-kernel-headers/media/
msmb_pproc.h 73 void *cookie; member in struct:msm_cpp_frame_info_t
163 void *cookie; member in struct:msm_vpe_frame_info_t
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
rds.h 223 rds_rdma_cookie_t cookie; member in struct:rds_free_mr_args
228 rds_rdma_cookie_t cookie; member in struct:rds_rdma_args
237 rds_rdma_cookie_t cookie; member in struct:rds_atomic_args
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
nfs_prot.h 218 nfscookie cookie; member in struct:readdirargs
226 nfscookie cookie; member in struct:entry
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasViewInfo.java 675 Object cookie = root.getCookie(); local
676 if (cookie == null) {
677 // Special case: If the root-most view does not have a view cookie,
774 Object cookie = root.getCookie(); local
776 if (cookie instanceof UiViewElementNode) {
777 node = (UiViewElementNode) cookie;
778 } else if (cookie instanceof MergeCookie) {
779 cookie = ((MergeCookie) cookie).getCookie();
780 if (cookie instanceof UiViewElementNode)
864 Object cookie = child.getCookie(); local
884 Object cookie = child.getCookie(); local
933 Object cookie = child.getCookie(); local
    [all...]
PreviewIconFactory.java 318 Object cookie = info.getCookie(); local
319 if (!(cookie instanceof UiElementNode)) {
322 UiElementNode node = (UiElementNode) cookie;
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasViewInfoTest.java 203 // Test rendering of included views on layoutlib 4- (e.g. no <include> tag cookie
402 Object cookie = missingKeys.contains(i) || extraViews.contains(i) ? null : childNode; local
403 ViewInfo childView = new ViewInfo("childView" + i, cookie,
497 Object cookie = (i % 2) == 0 ? cookie1 : cookie2; local
498 ViewInfo childView = new ViewInfo("childView" + i, cookie, 0, i * 20, 50,
518 Object cookie = (i % 2) == 0 ? node1 : node2; local
519 assertSame(cookie, childView.getUiViewNode());
549 Object cookie = (i % 2) == 0 ? cookie1 : cookie2; local
550 ViewInfo childView = new ViewInfo("childView" + i, cookie, 0, i * 20, 50,
569 Object cookie = (i % 2) == 0 ? node1 : node2 local
760 Object cookie = info.getCookie(); local
    [all...]
  /system/core/libziparchive/
zip_archive.cc 688 IterationHandle* cookie = new IterationHandle(optional_prefix, optional_suffix); local
689 cookie->position = 0;
690 cookie->archive = archive;
692 *cookie_ptr = cookie;
696 void EndIteration(void* cookie) {
697 delete reinterpret_cast<IterationHandle*>(cookie);
717 int32_t Next(void* cookie, ZipEntry* data, ZipString* name) {
718 IterationHandle* handle = reinterpret_cast<IterationHandle*>(cookie);
    [all...]
  /system/tools/hidl/test/hidl_test/
hidl_test_client.cpp 180 Simple(int32_t cookie)
181 : mCookie(cookie) {
238 Complicated(int32_t cookie)
239 : mCookie(cookie) {
1520 uint64_t cookie = 0; member in struct:HidlDeathRecipient
    [all...]
  /prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-htmlunit-driver/2.42.2/
selenium-htmlunit-driver-2.42.2.jar 
  /cts/libs/testserver/src/android/webkit/cts/
CtsTestServer.java 35 import org.apache.http.impl.cookie.DateUtils;
112 private static final String COOKIE_PREFIX = "/cookie";
373 * getSetCookieUrl returns a URL that attempts to set the cookie
375 * @param path a suffix to disambiguate mulitple Cookie URLs.
376 * @param key the key of the cookie.
377 * @return the url for a page that attempts to set the cookie.
669 * separated by '|' characters. If a numeric 'count' value is passed in a cookie,
670 * return a cookie with the value incremented by 1. Otherwise, return a cookie
674 Header[] cookies = request.getHeaders("Cookie");
696 String cookie = key + "=" + value; local
    [all...]
  /device/google/contexthub/firmware/os/core/
nanohubCommand.c 329 static void deferredUpdateOs(void *cookie)
331 const struct AppHdr *app = cookie;
504 static void firmwareErase(void *cookie)
537 static void firmwareWrite(void *cookie)
541 struct FirmwareWriteCookie *resp = cookie;
542 // only check crc when cookie is NULL (write came from kernel, not HAL)
543 bool checkCrc = !cookie;
562 osDefer(firmwareWrite, cookie, false);
592 static uint32_t doFirmwareChunk(uint8_t *data, uint32_t offset, uint32_t len, void *cookie)
619 if (!cookie)
1245 struct FirmwareWriteCookie *cookie; local
1790 struct FirmwareWriteCookie *cookie; local
    [all...]
  /device/google/contexthub/firmware/os/platform/stm32/
i2c.c 144 void *cookie; member in struct:I2cStmState::__anon1938
226 void *cookie; member in struct:StmI2cXfer
359 state->rx.callback(state->rx.cookie, tx, rx, err);
366 state->tx.callback(state->tx.cookie, tx, rx, err);
519 state->tx.cookie = xfer->cookie;
524 state->rx.cookie = NULL;
538 static void stmI2cMasterDmaTxDone(void *cookie, uint16_t bytesLeft, int err)
540 struct StmI2cDev *pdev = cookie;
559 static void stmI2cMasterDmaRxDone(void *cookie, uint16_t bytesLeft, int err
    [all...]
  /device/google/marlin/camera/QCamera2/HAL/
QCamera2HWI.h 121 void *cookie,
139 void *cookie; // release callback cookie member in struct:qcamera::__anon2058
552 void *cookie,
555 void *cookie,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
textio.c 2003 cookie_type cookie; local
2187 cookie_type cookie = {0,0,0,0,0}; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
textio.c 1957 cookie_type cookie; local
2134 cookie_type cookie = {0,0,0,0,0}; local
    [all...]
  /external/curl/src/
tool_cfgable.h 44 char *cookie; /* single line with specified cookies */ member in struct:OperationConfig
  /external/dhcpcd-6.8.2/
dhcp.h 176 uint32_t cookie; member in struct:dhcp_message
177 uint8_t options[DHCP_OPTION_LEN]; /* message options - cookie */
197 uint32_t cookie; member in struct:dhcp_lease
  /external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/internal/huc/
ResponseCacheTest.java     [all...]
  /external/python/cpython2/Modules/_io/
textio.c 2007 cookie_type cookie; local
2191 cookie_type cookie = {0,0,0,0,0}; local
    [all...]
  /external/python/cpython3/Modules/_io/
textio.c 2062 cookie_type cookie; local
2248 cookie_type cookie = {0,0,0,0,0}; local
    [all...]
  /external/tcpdump/
print-juniper.c 369 uint8_t cookie_len; /* cookie len */
418 uint8_t cookie[8]; member in struct:juniper_l2info_t
473 gh = (struct juniper_ggsn_header *)&l2info.cookie;
795 * best indicator if the cookie looks like a proto */
797 EXTRACT_16BITS(&l2info.cookie) != PPP_OSI &&
798 EXTRACT_16BITS(&l2info.cookie) != (PPP_ADDRESS << 8 | PPP_CONTROL))
806 /* IP traffic going to the RE would not have a cookie
809 if (l2info.cookie[4] == (JUNIPER_LSQ_COOKIE_RE|JUNIPER_LSQ_COOKIE_DIR))
827 /* zero length cookie ? */
828 switch (EXTRACT_16BITS(&l2info.cookie)) {
    [all...]
  /external/toybox/toys/pending/
dhcp.c 164 uint32_t cookie; member in struct:dhcp_msg_s
695 if (state->pdhcp.cookie != htonl(DHCP_MAGIC)) {
711 if (state->pdhcp.cookie != htonl(DHCP_MAGIC)) {
999 state->pdhcp.cookie = htonl(DHCP_MAGIC);;
    [all...]
  /external/vulkan-validation-layers/demos/
vulkaninfo.c 1063 xcb_intern_atom_cookie_t cookie = xcb_intern_atom(inst->xcb_connection, 1, 12, "WM_PROTOCOLS"); local
    [all...]
  /external/wpa_supplicant_8/hostapd/
ctrl_iface.c 65 static unsigned char cookie[COOKIE_LEN]; variable
    [all...]
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 701 void *cookie = NULL; local
703 if (!zip->startIteration(&cookie)) {
709 while ((entry = zip->nextEntry(cookie)) != NULL) {
792 zip->endIteration(cookie);
    [all...]

Completed in 1454 milliseconds

<<11121314151617181920>>