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

<<11121314151617181920>>

  /external/python/cpython3/Doc/tools/static/
sidebar.js 15 * per-browser/per-session cookie used to remember the position of the sidebar
16 * among the pages. Once the browser is closed the cookie is deleted and the
79 document.cookie = 'sidebar=collapsed';
95 document.cookie = 'sidebar=expanded';
144 if (!document.cookie)
146 var items = document.cookie.split(';');
  /frameworks/base/media/java/android/media/
Media2HTTPService.java 57 for ( HttpCookie cookie : mCookies ) {
59 store.add(null, cookie);
64 //Log.v(TAG, "MediaHTTPConnection adding Cookie[" + cookie.getName() +
65 // "]: " + cookie);
69 + "CookieManager. Can?t add the provided cookies to the cookie "
  /frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/
RemoteAssetRepositoryAdapter.java 47 public RemoteInputStream openNonAsset(int cookie, String path, int mode)
49 return RemoteInputStreamAdapter.create(mDelegate.openNonAsset(cookie, path, mode));
  /frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/adapters/
RemoteAssetRepositoryAdapter.java 46 public InputStream openNonAsset(int cookie, String path, int mode)
48 return StreamUtil.getInputStream(mDelgate.openNonAsset(cookie, path, mode));
  /frameworks/native/libs/binder/
TextOutput.cpp 40 static void textOutputPrinter(void* cookie, const char* txt)
42 ((TextOutput*)cookie)->print(txt, strlen(txt));
  /frameworks/native/libs/binder/include/binder/
Binder.h 43 void* cookie = NULL,
47 void* cookie = NULL,
  /hardware/google/av/codec2/vndk/bufferpool/
Accessor.cpp 43 uint64_t cookie = it->second; local
45 auto cit = mCookieToConnections.find(cookie);
56 uint64_t cookie,
62 mConnectionToCookie.insert(std::make_pair(connectionId, cookie));
63 auto it = mCookieToConnections.find(cookie);
68 cookie, std::set<int64_t>{connectionId}));
73 uint64_t cookie,
80 auto it = mCookieToConnections.find(cookie);
  /hardware/libhardware/include/hardware/
radio.h 84 typedef void (*radio_callback_t)(radio_hal_event_t *event, void *cookie);
246 * - cookie: the cookie to pass when calling the callback
261 void *cookie,
  /hardware/qcom/gps/msm8909w_3100/android/
GnssMeasurement.cpp 34 uint64_t cookie, const wp<IBase>& who) {
35 LOC_LOGE("%s] service died. cookie: %llu, who: %p",
36 __FUNCTION__, static_cast<unsigned long long>(cookie), &who);
75 mGnssMeasurementCbIface->linkToDeath(mGnssMeasurementDeathRecipient, 0 /*cookie*/);
GnssNi.cpp 33 void GnssNi::GnssNiDeathRecipient::serviceDied(uint64_t cookie, const wp<IBase>& who) {
34 LOC_LOGE("%s] service died. cookie: %llu, who: %p",
35 __FUNCTION__, static_cast<unsigned long long>(cookie), &who);
58 mGnssNiCbIface->linkToDeath(mGnssNiDeathRecipient, 0 /*cookie*/);
  /hardware/qcom/gps/msm8998/android/
GnssMeasurement.cpp 34 uint64_t cookie, const wp<IBase>& who) {
35 LOC_LOGE("%s] service died. cookie: %llu, who: %p",
36 __FUNCTION__, static_cast<unsigned long long>(cookie), &who);
75 mGnssMeasurementCbIface->linkToDeath(mGnssMeasurementDeathRecipient, 0 /*cookie*/);
GnssNi.cpp 33 void GnssNi::GnssNiDeathRecipient::serviceDied(uint64_t cookie, const wp<IBase>& who) {
34 LOC_LOGE("%s] service died. cookie: %llu, who: %p",
35 __FUNCTION__, static_cast<unsigned long long>(cookie), &who);
58 mGnssNiCbIface->linkToDeath(mGnssNiDeathRecipient, 0 /*cookie*/);
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
CallerInfoAsyncQueryFactoryFixture.java 55 CallerInfoAsyncQuery.OnQueryCompleteListener listener, Object cookie) {
58 r.mCookie = cookie;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
nlm_prot.h 51 netobj cookie; member in struct:nlm_res
57 netobj cookie; member in struct:nlm_testres
73 netobj cookie; member in struct:nlm_lockargs
83 netobj cookie; member in struct:nlm_cancargs
91 netobj cookie; member in struct:nlm_testargs
98 netobj cookie; member in struct:nlm_unlockargs
133 netobj cookie; member in struct:nlm_shareargs
140 netobj cookie; member in struct:nlm_shareres
  /system/chre/platform/shared/
chre_api_re.cc 46 DLL_EXPORT uint32_t chreTimerSet(uint64_t duration, const void *cookie,
50 .setTimer(nanoapp, chre::Nanoseconds(duration), cookie, oneShot);
  /system/core/libcutils/include/cutils/
properties.h 110 int property_list(void (*propfn)(const char *key, const char *value, void *cookie), void *cookie);
  /system/libhidl/transport/base/1.0/
IBase.hal 84 * @param cookie a cookie that must be returned with the callback
87 linkToDeath(death_recipient recipient, uint64_t cookie) generates (bool success);
  /system/libhwbinder/
TextOutput.cpp 41 static void textOutputPrinter(void* cookie, const char* txt)
43 ((TextOutput*)cookie)->print(txt, strlen(txt));
  /system/libhwbinder/include/hwbinder/
Binder.h 40 void* cookie = NULL,
44 void* cookie = NULL,
IBinder.h 73 * The @a cookie is optional -- if non-NULL, it should be a
89 void* cookie = NULL,
95 * dies. The @a cookie is optional. If non-NULL, you can
97 * added with that cookie will be unlinked.
100 void* cookie = NULL,
  /system/netd/tests/
bpf_base_test.cpp 92 uint64_t cookie = getSocketCookie(sock); local
93 ASSERT_NE(NONEXISTENT_COOKIE, cookie);
95 StatusOr<UidTag> tagResult = cookieTagMap.readValue(cookie);
100 tagResult = cookieTagMap.readValue(cookie);
112 uint64_t cookie = getSocketCookie(sock); local
113 ASSERT_NE(NONEXISTENT_COOKIE, cookie);
115 StatusOr<UidTag> tagResult = cookieTagMap.readValue(cookie);
122 tagResult = cookieTagMap.readValue(cookie);
  /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 

Completed in 802 milliseconds

<<11121314151617181920>>