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

1 2 3 4 56 7 8 91011>>

  /system/connectivity/wificond/scanning/offload/
offload_scan_manager.cpp 97 uint64_t cookie = reinterpret_cast<uint64_t>(wifi_offload_hal_.get()); local
100 wifi_offload_hal_->linkToDeath(death_recipient_, cookie);
313 void OffloadScanManager::OnObjectDeath(uint64_t cookie) {
314 if (wifi_offload_hal_ == reinterpret_cast<IOffload*>(cookie)) {
  /system/extras/simpleperf/
gtest_main.cpp 68 void* cookie; local
69 int ret = StartIteration(handle, &cookie, nullptr, nullptr);
74 std::unique_ptr<void, decltype(&EndIteration)> guard(cookie, EndIteration);
77 while (Next(cookie, &entry, &name) == 0) {
  /system/libhidl/transport/token/1.0/utils/include/hidl/
HybridInterface.h 128 void* cookie = nullptr,
132 void* cookie = nullptr,
140 void* cookie; member in struct:android::H2BConverter::Obituary
147 recipient(r), cookie(c), flags(f), who(w) {
151 cookie(o.cookie),
157 cookie = o.cookie;
264 void* cookie, uint32_t flags) {
269 mObituaries.push_back(new Obituary(recipient, cookie, flags, this))
    [all...]
  /system/netd/server/
TcpSocketMonitor.cpp 130 dw.println("netId=%u uid=%u cookie=%ld",
291 const uint64_t cookie = (static_cast<uint64_t>(sockinfo->id.idiag_cookie[0]) << 32) variable
293 const SocketEntry previous = mSocketEntries[cookie];
294 mSocketEntries[cookie] = {
  /external/robolectric/v1/lib/main/
httpclient-4.0.3.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
httpclient-4.0.3.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
httpclient-4.0.3.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
httpclient-4.0.3.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
httpclient-4.0.3.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.0.1/
httpclient-4.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.0.3/
httpclient-4.0.3.jar 
  /packages/apps/Dialer/java/com/android/dialer/dialpadview/
SpecialCharSequenceMgr.java 224 // create the cookie object
228 // setup the cookie fields
270 private static void handleAdnQuery(QueryHandler handler, SimContactQueryCookie cookie, Uri uri) {
271 if (handler == null || cookie == null || uri == null) {
277 cookie.progressDialog.show();
282 cookie,
507 private final SimContactQueryCookie cookie; field in class:SpecialCharSequenceMgr.HandleAdnEntryAccountSelectedCallback
510 Context context, QueryHandler queryHandler, SimContactQueryCookie cookie) {
513 this.cookie = cookie;
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.6/
httpclient-4.2.6.jar 
  /prebuilts/devtools/tools/lib/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.1/
httpclient-4.2.1.jar 
  /prebuilts/tools/common/offline-m2/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar 
  /bionic/libc/kernel/uapi/linux/
if_arcnet.h 59 __u8 cookie[sizeof(int)]; member in struct:arc_cap
  /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...]
  /device/google/contexthub/firmware/os/inc/
seos_priv.h 78 void *cookie; member in struct:I2cEventData
88 void *cookie; member in struct:OsApiSlabItem::__anon1927
101 void *cookie; member in struct:SeosInternalSlabData::__anon1929
113 typedef bool (*appMatchFunc)(const void *cookie, const struct AppHdr *);
  /device/google/cuttlefish_common/common/commands/wifi_relay/
mac80211_hwsim.cpp 241 uint64_t cookie = nla_get_u64(attrs[HWSIM_ATTR_COOKIE]); local
260 nla_put_u64(outMsg.get(), HWSIM_ATTR_COOKIE, cookie);
  /device/linaro/bootloader/arm-trusted-firmware/include/drivers/auth/
auth_common.h 29 * Defines an authentication parameter. The cookie will be interpreted by the
34 void *cookie; member in struct:auth_param_type_desc_s
108 .cookie = (void *)_cookie \
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
SerializedGrammar.java 39 public static final String COOKIE = "$ANTLR";
99 String cookie = readString(in); // get $ANTLR local
100 if ( !cookie.equals(COOKIE) ) throw new IOException("not a serialized grammar file");
  /external/apache-http/src/org/apache/http/impl/cookie/
BasicClientCookie.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/cookie/BasicClientCookie.java $
32 package org.apache.http.impl.cookie;
39 import org.apache.http.cookie.ClientCookie;
40 import org.apache.http.cookie.SetCookie;
43 * HTTP "magic-cookie" represents a piece of state information
111 * Returns the comment describing the purpose of this cookie, or
123 * If a user agent (web browser) presents this cookie to a user, the
124 * cookie's purpose will be described using this comment.
144 * Returns the expiration {@link Date} of the cookie, or <tt>null</tt>
164 * @param expiryDate the {@link Date} after which this cookie is no longer valid
    [all...]

Completed in 387 milliseconds

1 2 3 4 56 7 8 91011>>