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

<<11121314151617181920>>

  /external/apache-http/src/org/apache/http/cookie/
CookieIdentityComparator.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/cookie/CookieIdentityComparator.java $
32 package org.apache.http.cookie;
38 * This cookie comparator can be used to compare identity of cookies.
52 public class CookieIdentityComparator implements Serializable, Comparator<Cookie> {
56 public int compare(final Cookie c1, final Cookie c2) {
  /external/curl/docs/cmdline-opts/
dump-header.d 12 curl invocation by using the --cookie option! The --cookie-jar option is a
  /external/python/cpython3/Lib/test/
test_http_cookies.py 26 'output': 'Set-Cookie: chips=ahoy\nSet-Cookie: vienna=finger'},
31 'output': 'Set-Cookie: keebler="E=mc2; L=\\"Loves\\"; fudge=\\012;"'},
37 'output': 'Set-Cookie: keebler=E=mc2'},
45 'output': 'Set-Cookie: key:term=value:term'},
47 # issue22931 - Adding '[' and ']' as valid characters in cookie
54 'Set-Cookie: a=b',
55 'Set-Cookie: c=[',
56 'Set-Cookie: d=r',
57 'Set-Cookie: f=h
    [all...]
  /frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
RemoteAssetRepository.java 35 RemoteInputStream openNonAsset(int cookie, String path, int mode) throws IOException;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/xcb/
bigreq.h 59 * @return A cookie
80 * @return A cookie
104 * @param cookie The cookie
121 ** @param xcb_big_requests_enable_cookie_t cookie
129 xcb_big_requests_enable_cookie_t cookie /**< */,
  /system/chre/chre_api/include/chre_api/chre/
common.h 127 * specific API. Typically, a "cookie" parameter is supplied to allow the client
163 //! Set to the cookie parameter given to the request function tied to this
165 const void *cookie; member in struct:chreAsyncResult
gnss.h 390 * @param cookie An opaque value that will be included in the chreAsyncResult
399 const void *cookie);
417 * @param cookie An opaque value that will be included in the chreAsyncResult
424 bool chreGnssLocationSessionStopAsync(const void *cookie);
445 * @param cookie An opaque value that will be included in the chreAsyncResult
453 const void *cookie);
468 * @param cookie An opaque value that will be included in the chreAsyncResult
475 bool chreGnssMeasurementSessionStopAsync(const void *cookie);
  /system/chre/chre_api/legacy/v1_0/chre/
re.h 234 * CHRE_EVENT_TIMER and with the given 'cookie'.
241 * @param cookie Argument that will be sent to nanoappHandleEvent upon the
254 uint32_t chreTimerSet(uint64_t duration, const void* cookie, bool oneShot);
  /system/chre/chre_api/legacy/v1_1/chre/
common.h 127 * specific API. Typically, a "cookie" parameter is supplied to allow the client
163 //! Set to the cookie parameter given to the request function tied to this
165 const void *cookie; member in struct:chreAsyncResult
gnss.h 383 * @param cookie An opaque value that will be included in the chreAsyncResult
392 const void *cookie);
410 * @param cookie An opaque value that will be included in the chreAsyncResult
417 bool chreGnssLocationSessionStopAsync(const void *cookie);
438 * @param cookie An opaque value that will be included in the chreAsyncResult
446 const void *cookie);
461 * @param cookie An opaque value that will be included in the chreAsyncResult
468 bool chreGnssMeasurementSessionStopAsync(const void *cookie);
wifi.h 469 * @param cookie An opaque value that will be included in the chreAsyncResult
476 bool chreWifiConfigureScanMonitorAsync(bool enable, const void *cookie);
502 * @param cookie An opaque value that will be included in the chreAsyncResult
510 const void *cookie);
516 * @param cookie An opaque value that will be included in the chreAsyncResult
523 inline bool chreWifiRequestScanAsyncDefault(const void *cookie) {
529 return chreWifiRequestScanAsync(&params, cookie);
  /system/core/libziparchive/include/ziparchive/
zip_archive.h 170 * in the central directory but is stable for a given zip file. |cookie| will
171 * contain the value of an opaque cookie which can be used to make one or more
189 int32_t Next(void* cookie, ZipEntry* data, ZipString* name);
195 void EndIteration(void* cookie);
223 typedef bool (*ProcessZipEntryFunction)(const uint8_t* buf, size_t buf_size, void* cookie);
227 * passing cookie to it each time it gets called.
230 ProcessZipEntryFunction func, void* cookie);
  /system/core/toolbox/
getprop.cpp 41 [](const prop_info* pi, void* cookie) {
44 [](void* cookie, const char* name, const char* value, unsigned) {
46 reinterpret_cast<std::vector<std::pair<std::string, std::string>>*>(cookie);
49 cookie);
  /frameworks/base/libs/androidfw/
AssetManager2.cpp 167 const ResStringPool* AssetManager2::GetStringPoolForCookie(ApkAssetsCookie cookie) const {
168 if (cookie < 0 || static_cast<size_t>(cookie) >= apk_assets_.size()) {
171 return apk_assets_[cookie]->GetLoadedArsc()->GetStringPool();
186 const DynamicRefTable* AssetManager2::GetDynamicRefTableForCookie(ApkAssetsCookie cookie) const {
189 if (package_cookie == cookie) {
243 std::unique_ptr<Asset> AssetManager2::Open(const std::string& filename, ApkAssetsCookie cookie,
246 return OpenNonAsset(new_path, cookie, mode);
301 ApkAssetsCookie cookie,
303 if (cookie < 0 || static_cast<size_t>(cookie) >= apk_assets_.size())
356 ApkAssetsCookie cookie = package_group.cookies_[pi]; local
460 ApkAssetsCookie cookie = local
497 ApkAssetsCookie cookie = local
511 ApkAssetsCookie cookie = local
584 ApkAssetsCookie cookie = local
884 ApkAssetsCookie cookie; member in struct:android::__anon45732::ThemeEntry
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.5.2/
httpclient-4.5.2.jar 
  /device/google/contexthub/firmware/os/core/
spi.c 157 void *cookie = state->rxTxCookie; local
160 callback(cookie, err);
215 void *cookie = state->finishCookie; local
220 callback(cookie, 0);
248 void *cookie = state->rxTxCookie; local
254 callback(cookie, err);
275 SpiCbkF callback, void *cookie)
281 state->rxTxCookie = cookie;
319 void *cookie)
327 ret = spiSetupRxTx(state, packets, n, callback, cookie);
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.6/
httpclient-4.2.6.jar 
  /bionic/libc/system_properties/
system_properties.cpp 182 void (*callback)(void* cookie, const char* name,
184 void* cookie) {
190 callback(cookie, pi->name, pi->long_value(), serial);
192 callback(cookie, pi->name, pi->value, serial);
208 callback(cookie, pi->name, value_buf, serial);
362 int SystemProperties::Foreach(void (*propfn)(const prop_info* pi, void* cookie), void* cookie) {
367 contexts_->ForEach(propfn, cookie);
  /device/linaro/bootloader/arm-trusted-firmware/include/common/
runtime_svc.h 49 * can be accessed using the handle pointer. The cookie parameter is reserved
57 void *cookie,
123 uintptr_t handle_runtime_svc(uint32_t smc_fid, void *cookie, void *handle,
  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/common/
arm_sip_svc.c 36 void *cookie,
47 return pmf_smc_handler(smc_fid, x1, x2, x3, x4, cookie,
  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey/
hisi_sip_svc.c 35 void *cookie,
46 return pmf_smc_handler(smc_fid, x1, x2, x3, x4, cookie,
  /device/linaro/bootloader/arm-trusted-firmware/plat/xilinx/zynqmp/
sip_svc_setup.c 56 void *cookie,
62 return pm_smc_handler(smc_fid, x1, x2, x3, x4, cookie, handle,
  /device/linaro/bootloader/arm-trusted-firmware/services/std_svc/
std_svc_setup.c 48 void *cookie,
72 cookie, handle, flags);
  /external/ltp/testcases/kernel/syscalls/inotify/
inotify02.c 194 "wd=%d mask=%x cookie=%u len=%u"
196 event->cookie, event->len, event->len,
207 if (event->cookie == 0)
210 stored_cookie = event->cookie;
212 if (event->cookie != stored_cookie)
217 if (event->cookie != 0)
223 "cookie=%u len=%u name=\"%.*s\"",
225 event->cookie, event->len,
230 "cookie=%u (wrong) len=%u "
233 event->cookie, event->len
    [all...]
  /external/python/cpython2/Doc/tools/static/
sidebar.js 15 * This script saves a per-browser/per-session cookie used to
17 * Once the browser is closed the cookie is deleted and the position
79 document.cookie = 'sidebar=collapsed';
92 document.cookie = 'sidebar=expanded';
137 if (!document.cookie)
139 var items = document.cookie.split(';');

Completed in 1054 milliseconds

<<11121314151617181920>>