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

<<11121314151617181920>>

  /external/qemu/
cpu-common.h 91 void cpu_unregister_map_client(void *cookie);
  /frameworks/base/include/binder/
IPCThreadState.h 107 void* cookie);
  /frameworks/base/include/media/
mediarecorder.h 37 typedef void (*media_completion_f)(status_t status, void *cookie);
  /frameworks/media/libvideoeditor/lvpp/
VideoEditorPlayer.cpp 383 AudioCallback cb, void *cookie) {
386 mCallbackCookie = cookie;
517 int event, void *cookie, void *info) {
523 VeAudioOutput *me = (VeAudioOutput *)cookie;
  /ndk/sources/android/libthread_db/gdb-7.1.x/
thread_db.h 154 extern td_err_e td_ta_thr_iter(td_thragent_t const * agent, td_thr_iter_f * func, void * cookie,
libthread_db.c 334 td_ta_thr_iter(td_thragent_t const * agent, td_thr_iter_f * func, void * cookie,
355 if (func(&handle, cookie) != 0) {
  /packages/apps/Calendar/src/com/android/calendar/event/
AttendeesView.java 368 protected void onQueryComplete(int queryIndex, Object cookie, Cursor cursor) {
369 if (cursor == null || cookie == null) {
371 Log.d(TAG, "onQueryComplete: cursor=" + cursor + ", cookie=" + cookie);
376 final AttendeeItem item = (AttendeeItem)cookie;
  /prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/
thread_db.h 151 extern td_err_e td_ta_thr_iter(td_thragent_t const * agent, td_thr_iter_f * func, void * cookie,
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/
thread_db.h 151 extern td_err_e td_ta_thr_iter(td_thragent_t const * agent, td_thr_iter_f * func, void * cookie,
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/
thread_db.h 151 extern td_err_e td_ta_thr_iter(td_thragent_t const * agent, td_thr_iter_f * func, void * cookie,
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/
thread_db.h 151 extern td_err_e td_ta_thr_iter(td_thragent_t const * agent, td_thr_iter_f * func, void * cookie,
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/
thread_db.h 151 extern td_err_e td_ta_thr_iter(td_thragent_t const * agent, td_thr_iter_f * func, void * cookie,
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/
thread_db.h 151 extern td_err_e td_ta_thr_iter(td_thragent_t const * agent, td_thr_iter_f * func, void * cookie,
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/
thread_db.h 151 extern td_err_e td_ta_thr_iter(td_thragent_t const * agent, td_thr_iter_f * func, void * cookie,
  /build/tools/droiddoc/templates-sdk/assets/
android-developer-docs.js 103 function readCookie(cookie) {
104 var myCookie = cookie_namespace+"_"+cookie+"=";
105 if (document.cookie) {
106 var index = document.cookie.indexOf(myCookie);
109 var valEnd = document.cookie.indexOf(";", valStart);
111 valEnd = document.cookie.length;
113 var val = document.cookie.substring(valStart, valEnd);
120 function writeCookie(cookie, val, section, expiration) {
128 document.cookie = cookie_namespace + section + cookie + "=" + val + "; expires=" + expiration+"; path=/"
    [all...]
  /external/doclava/res/assets/templates/assets/
doclava-developer-docs.js 103 function readCookie(cookie) {
104 var myCookie = cookie_namespace+"_"+cookie+"=";
105 if (document.cookie) {
106 var index = document.cookie.indexOf(myCookie);
109 var valEnd = document.cookie.indexOf(";", valStart);
111 valEnd = document.cookie.length;
113 var val = document.cookie.substring(valStart, valEnd);
120 function writeCookie(cookie, val, section, expiration) {
128 document.cookie = cookie_namespace + section + cookie + "=" + val + "; expires=" + expiration+"; path=/"
    [all...]
  /external/antlr/src/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/dnsmasq/contrib/wrt/
dhcp_release.c 72 u32 cookie; member in struct:dhcp_packet
298 packet.cookie = htonl(DHCP_COOKIE);
  /external/webkit/Source/WebCore/loader/
ResourceLoadNotifier.cpp 128 InspectorInstrumentationCookie cookie = InspectorInstrumentation::willReceiveResourceResponse(m_frame, identifier, r); local
130 InspectorInstrumentation::didReceiveResourceResponse(cookie, identifier, loader, r);
  /external/wpa_supplicant_8/src/wps/
http_server.c 47 static void http_request_cb(struct httpread *handle, void *cookie,
50 struct http_request *req = cookie;
  /hardware/libhardware/include/hardware/
audio_effect.h 660 void *cookie; \/\/ for use by client of buffer provider functions member in struct:buffer_provider_s
    [all...]
  /hardware/ti/omap4xxx/camera/inc/
CameraHal.h 414 virtual void enableMsgType(int32_t msgs, frame_callback frameCb=NULL, event_callback eventCb=NULL, void* cookie=NULL) = 0;
415 virtual void disableMsgType(int32_t msgs, void* cookie) = 0;
452 FrameProvider(FrameNotifier *fn, void* cookie, frame_callback frameCallback)
453 :mFrameNotifier(fn), mCookie(cookie),mFrameCallback(frameCallback) { }
473 EventProvider(MessageNotifier *mn, void* cookie, event_callback eventCallback)
474 :mEventNotifier(mn), mCookie(cookie), mEventCallback(eventCallback) {}
800 void *cookie = NULL) = 0;
801 virtual void disableMsgType(int32_t msgs, void* cookie) = 0;
    [all...]
  /ndk/sources/android/libthread_db/gdb-6.6/
libthread_db.c 298 td_ta_thr_iter(td_thragent_t const * agent, td_thr_iter_f * func, void * cookie,
319 err = func(&handle, cookie);
  /packages/apps/Calendar/src/com/android/calendar/
CalendarUtils.java 93 protected void onQueryComplete(int token, Object cookie, Cursor cursor) {
125 SharedPreferences prefs = getSharedPreferences((Context)cookie, mPrefsName);
  /packages/apps/Contacts/src/com/android/contacts/
SpecialCharSequenceMgr.java 143 // create the cookie object
147 // setup the cookie fields
243 * Cookie object that contains everything we need to communicate to the
283 * the cookie that a cancel request is made.
316 protected void onQueryComplete(int token, Object cookie, Cursor c) {
317 SimContactQueryCookie sc = (SimContactQueryCookie) cookie;

Completed in 512 milliseconds

<<11121314151617181920>>