HomeSort by relevance Sort by last modified time
    Searched refs:cookie (Results 151 - 175 of 709) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/linux/
binder.h 43 void *cookie; member in struct:flat_binder_object
83 void *cookie; member in struct:binder_transaction_data
105 void *cookie; member in struct:binder_ptr_cookie
116 void *cookie; member in struct:binder_pri_ptr_cookie
  /prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/linux/
binder.h 43 void *cookie; member in struct:flat_binder_object
83 void *cookie; member in struct:binder_transaction_data
105 void *cookie; member in struct:binder_ptr_cookie
116 void *cookie; member in struct:binder_pri_ptr_cookie
  /prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/linux/
binder.h 43 void *cookie; member in struct:flat_binder_object
83 void *cookie; member in struct:binder_transaction_data
105 void *cookie; member in struct:binder_ptr_cookie
116 void *cookie; member in struct:binder_pri_ptr_cookie
  /prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/linux/
binder.h 43 void *cookie; member in struct:flat_binder_object
83 void *cookie; member in struct:binder_transaction_data
105 void *cookie; member in struct:binder_ptr_cookie
116 void *cookie; member in struct:binder_pri_ptr_cookie
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/
binder.h 43 void *cookie; member in struct:flat_binder_object
83 void *cookie; member in struct:binder_transaction_data
105 void *cookie; member in struct:binder_ptr_cookie
116 void *cookie; member in struct:binder_pri_ptr_cookie
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/
binder.h 43 void *cookie; member in struct:flat_binder_object
83 void *cookie; member in struct:binder_transaction_data
105 void *cookie; member in struct:binder_ptr_cookie
116 void *cookie; member in struct:binder_pri_ptr_cookie
  /external/webkit/Source/WebCore/inspector/
InspectorInstrumentation.cpp 220 void InspectorInstrumentation::didCallFunctionImpl(const InspectorInstrumentationCookie& cookie)
222 if (InspectorTimelineAgent* timelineAgent = retrieveTimelineAgent(cookie))
237 void InspectorInstrumentation::didChangeXHRReadyStateImpl(const InspectorInstrumentationCookie& cookie)
239 if (InspectorTimelineAgent* timelineAgent = retrieveTimelineAgent(cookie))
256 void InspectorInstrumentation::didDispatchEventImpl(const InspectorInstrumentationCookie& cookie)
258 cancelPauseOnNativeEvent(cookie.first);
260 if (InspectorTimelineAgent* timelineAgent = retrieveTimelineAgent(cookie))
277 void InspectorInstrumentation::didDispatchEventOnWindowImpl(const InspectorInstrumentationCookie& cookie)
279 cancelPauseOnNativeEvent(cookie.first);
281 if (InspectorTimelineAgent* timelineAgent = retrieveTimelineAgent(cookie))
462 InspectorInstrumentationCookie cookie = InspectorInstrumentation::willReceiveResourceResponse(frame, identifier, r); local
    [all...]
  /external/chromium/chrome/browser/ui/views/
cookie_info_view.cc 60 const net::CookieMonster::CanonicalCookie& cookie) {
61 name_value_field_->SetText(UTF8ToWide(cookie.Name()));
62 content_value_field_->SetText(UTF8ToWide(cookie.Value()));
64 path_value_field_->SetText(UTF8ToWide(cookie.Path()));
66 base::TimeFormatFriendlyDateAndTime(cookie.CreationDate()));
68 std::wstring expire_text = cookie.DoesExpire() ?
69 base::TimeFormatFriendlyDateAndTime(cookie.ExpiryDate()) :
75 if (cookie.DoesExpire())
87 send_for_value_field_->SetText(cookie.IsSecure() ?
99 net::CookieMonster::CanonicalCookie cookie(url, pc)
    [all...]
  /external/chromium/net/base/
cookie_monster_perftest.cc 28 std::string cookie(kCookieLine);
31 CookieMonster::ParsedCookie pc(cookie);
38 std::string cookie(3800, 'z');
39 cookie += kCookieLine;
42 CookieMonster::ParsedCookie pc(cookie);
79 std::string cookie(kCookieLine);
85 // Add a cookie on a bunch of host
89 EXPECT_TRUE(cm->SetCookie(*it, cookie));
116 // Create a balanced binary tree of domains on which the cookie is set.
144 const std::string cookie = base::StringPrintf(domain_cookie_format_tree local
186 const std::string cookie = base::StringPrintf(domain_cookie_format_line, local
    [all...]
  /bionic/libc/kernel/common/linux/lockd/
xdr.h 44 struct nlm_cookie cookie; member in struct:nlm_args
57 struct nlm_cookie cookie; member in struct:nlm_res
  /development/ndk/platforms/android-3/include/linux/lockd/
xdr.h 44 struct nlm_cookie cookie; member in struct:nlm_args
57 struct nlm_cookie cookie; member in struct:nlm_res
  /external/dhcpcd/
if-pref.c 55 sill = (si->state->new->cookie == htonl(MAGIC_COOKIE));
56 till = (ti->state->new->cookie == htonl(MAGIC_COOKIE));
  /frameworks/base/core/java/android/view/textservice/
TextInfo.java 42 * @param cookie the cookie for this TextInfo
45 public TextInfo(String text, int cookie, int sequence) {
50 mCookie = cookie;
81 * @return the cookie of TextInfo
  /frameworks/base/include/binder/
Binder.h 41 void* cookie = NULL,
45 void* cookie = NULL,
IBinder.h 104 * The @a cookie is optional -- if non-NULL, it should be a
120 void* cookie = NULL,
126 * dies. The @a cookie is optional. If non-NULL, you can
128 * added with that cookie will be unlinked.
131 void* cookie = NULL,
  /frameworks/base/media/libstagefright/include/
TimedEventQueue.h 93 bool (*predicate)(void *cookie, const sp<Event> &event),
94 void *cookie,
  /hardware/msm7k/librpc/rpc/
clnt.h 108 void * cookie,
116 void * cookie,
187 cb_data - cookie for results call back function
  /hardware/ti/omap4xxx/camera/inc/
SensorListener.h 39 typedef void (*orientation_callback_t) (uint32_t orientation, uint32_t tilt, void* cookie);
82 void setCallbacks(orientation_callback_t orientation_cb, void *cookie);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/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
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/lockd/
xdr.h 44 struct nlm_cookie cookie; member in struct:nlm_args
57 struct nlm_cookie cookie; member in struct:nlm_res
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/lockd/
xdr.h 44 struct nlm_cookie cookie; member in struct:nlm_args
57 struct nlm_cookie cookie; member in struct:nlm_res
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/lockd/
xdr.h 44 struct nlm_cookie cookie; member in struct:nlm_args
57 struct nlm_cookie cookie; member in struct:nlm_res
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/lockd/
xdr.h 44 struct nlm_cookie cookie; member in struct:nlm_args
57 struct nlm_cookie cookie; member in struct:nlm_res
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/lockd/
xdr.h 44 struct nlm_cookie cookie; member in struct:nlm_args
57 struct nlm_cookie cookie; member in struct:nlm_res
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/lockd/
xdr.h 44 struct nlm_cookie cookie; member in struct:nlm_args
57 struct nlm_cookie cookie; member in struct:nlm_res

Completed in 2399 milliseconds

1 2 3 4 5 67 8 91011>>