HomeSort by relevance Sort by last modified time
    Searched refs:cookie (Results 226 - 250 of 887) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/av/include/media/
MediaPlayerInterface.h 67 typedef void (*notify_callback_f)(void* cookie,
79 AudioSink *audioSink, void *buffer, size_t size, void *cookie);
101 void *cookie = NULL,
186 void* cookie, notify_callback_f notifyFunc) {
188 mCookie = cookie; mNotify = notifyFunc;
  /system/core/libzipfile/
zipfile.c 148 iterate_zipfile(zipfile_t file, void** cookie)
150 Zipentry* entry = (Zipentry*)*cookie;
153 *cookie = zip->entries;
154 return *cookie;
157 *cookie = entry;
  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
ImageDownloader.java 103 * cookie that will be used when the image will be retrieved.
107 * @param cookie A cookie String that will be used by the http connection.
109 public void download(String url, ImageView imageView, String cookie) {
114 forceDownload(url, imageView, cookie);
133 private void forceDownload(String url, ImageView imageView, String cookie) {
144 task.execute(url, cookie);
252 String cookie = params[1]; local
253 if (cookie != null) {
254 getRequest.setHeader("cookie", cookie)
    [all...]
  /system/core/libcutils/
properties.c 55 int property_list(void (*propfn)(const char *key, const char *value, void *cookie),
56 void *cookie)
65 propfn(name, value, cookie);
241 int property_list(void (*propfn)(const char *key, const char *value, void *cookie),
242 void *cookie)
324 int property_list(void (*propfn)(const char *key, const char *value, void *cookie),
325 void *cookie)
  /bootable/recovery/minzip/
Zip.h 144 int dataLen, void *cookie);
148 * passing cookie to it each time it gets called. processFunction
158 void *cookie);
218 void (*callback)(const char *fn, void*), void *cookie,
  /external/webkit/Source/WebCore/page/
DOMTimer.cpp 123 InspectorInstrumentationCookie cookie = InspectorInstrumentation::willFireTimer(context, m_timeoutId); local
137 InspectorInstrumentation::didFireTimer(cookie);
150 InspectorInstrumentation::didFireTimer(cookie);
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorPreviewController.h 26 typedef void (*jni_progress_callback_fct)(void* cookie, M4OSA_UInt32 msgType, void *argc);
60 void* cookie,
135 static void notify(void* cookie, int msg, int ext1, int ext2);
  /frameworks/base/tools/aapt/
printapk.cpp 34 void* cookie; local
80 cookie = NULL;
81 while ((entry = iterate_zipfile(zip, &cookie))) {
  /libcore/dalvik/src/main/java/dalvik/system/
DexFile.java 81 //System.out.println("DEX FILE cookie is " + mCookie);
112 //System.out.println("DEX FILE cookie is " + mCookie);
214 private native static Class defineClass(String name, ClassLoader loader, int cookie);
248 native private static String[] getClassNameList(int cookie);
269 * Open a DEX file. The value returned is a magic VM cookie. On
277 * is a magic VM cookie. On failure, a RuntimeException is thrown.
284 native private static void closeDexFile(int cookie);
  /external/tcpdump/
print-juniper.c 79 u_int8_t cookie_len; /* cookie len */
128 u_int8_t cookie[8]; member in struct:juniper_l2info_t
468 * best indicator if the cookie looks like a proto */
470 EXTRACT_16BITS(&l2info.cookie) != PPP_OSI &&
471 EXTRACT_16BITS(&l2info.cookie) != (PPP_ADDRESS << 8 | PPP_CONTROL))
479 /* IP traffic going to the RE would not have a cookie
482 if (l2info.cookie[4] == (JUNIPER_LSQ_COOKIE_RE|JUNIPER_LSQ_COOKIE_DIR))
502 /* zero length cookie ? */
503 switch (EXTRACT_16BITS(&l2info.cookie)) {
560 if (eflag && EXTRACT_32BITS(l2info.cookie) != 1) printf("Bundle-ID %u, ",l2info.bundle)
    [all...]
  /bionic/libc/kernel/common/linux/
if_arcnet.h 72 uint8_t cookie[sizeof(int)]; member in struct:arc_cap
inotify.h 26 __u32 cookie; member in struct:inotify_event
  /bionic/libc/stdio/
sscanf.c 41 eofread(void *cookie, char *buf, int len)
  /development/ndk/platforms/android-3/include/linux/
if_arcnet.h 65 uint8_t cookie[sizeof(int)]; member in struct:arc_cap
inotify.h 20 __u32 cookie; member in struct:inotify_event
  /external/apache-http/src/org/apache/http/client/protocol/
ClientContextConfigurer.java 39 import org.apache.http.cookie.CookieSpecRegistry;
  /external/chromium/chrome/browser/printing/
printer_query.h 42 virtual int cookie() const;
92 // Cookie that make this instance unique.
  /external/kernel-headers/original/linux/
if_arcnet.h 95 uint8_t cookie[sizeof(int)]; /* Actually NOT sent over the network */ member in struct:arc_cap
  /external/oprofile/daemon/
opd_mangling.c 43 if (sf->cookie == sf->app_cookie)
85 values.image_name = find_cookie(sf->cookie);
116 values.cg_image_name = find_cookie(last->cookie);
183 binary = find_cookie(sf->cookie);
opd_sfile.h 40 /** cookie value for the binary profiled */
41 cookie_t cookie; member in struct:sfile
42 /** cookie value for the application owner, INVALID_COOKIE if not set */
  /frameworks/native/libs/utils/
Debug.cpp 41 static void defaultPrintFunc(void* cookie, const char* txt)
163 void printTypeCode(uint32_t typeCode, debugPrintFunc func, void* cookie)
168 func ? (*func)(cookie, buffer) : defaultPrintFunc(cookie, buffer);
174 debugPrintFunc func, void* cookie)
188 if (singleLineBytesCutoff < 0) func(cookie, "\n");
189 func(cookie, "(NULL)");
194 if (singleLineBytesCutoff < 0) func(cookie, "\n");
195 func(cookie, "(empty)");
200 if (singleLineBytesCutoff < 0) func(cookie, "\n")
    [all...]
  /hardware/qcom/msm8960/kernel-headers/media/
msm_gestures.h 54 uint32_t cookie; member in struct:msm_ges_ctrl_cmd
  /hardware/qcom/msm8960/original-kernel-headers/media/
msm_gestures.h 58 uint32_t cookie; member in struct:msm_ges_ctrl_cmd
  /packages/apps/Phone/src/com/android/phone/
ADNList.java 185 protected void onQueryComplete(int token, Object cookie, Cursor c) {
196 protected void onInsertComplete(int token, Object cookie, Uri uri) {
202 protected void onUpdateComplete(int token, Object cookie, int result) {
208 protected void onDeleteComplete(int token, Object cookie, int result) {
DeleteFdnContactScreen.java 166 protected void onQueryComplete(int token, Object cookie, Cursor c) {
170 protected void onInsertComplete(int token, Object cookie, Uri uri) {
174 protected void onUpdateComplete(int token, Object cookie, int result) {
178 protected void onDeleteComplete(int token, Object cookie, int result) {

Completed in 1344 milliseconds

1 2 3 4 5 6 7 8 91011>>