/development/samples/XmlAdapters/src/com/example/android/xmladapters/ |
ImageDownloader.java | 102 * cookie that will be used when the image will be retrieved. 106 * @param cookie A cookie String that will be used by the http connection. 108 public void download(String url, ImageView imageView, String cookie) { 113 forceDownload(url, imageView, cookie); 132 private void forceDownload(String url, ImageView imageView, String cookie) { 143 task.execute(url, cookie); 251 String cookie = params[1]; local 252 if (cookie != null) { 253 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)
|
/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/base/tools/aapt/ |
printapk.cpp | 34 void* cookie; local 80 cookie = NULL; 81 while ((entry = iterate_zipfile(zip, &cookie))) {
|
/bionic/libc/kernel/common/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
|
/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/base/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...] |
/packages/apps/Phone/src/com/android/phone/ |
ADNList.java | 185 protected void onQueryComplete(int token, Object cookie, Cursor c) { 193 protected void onInsertComplete(int token, Object cookie, 200 protected void onUpdateComplete(int token, Object cookie, int result) { 206 protected void onDeleteComplete(int token, Object cookie, int result) {
|
DeleteFdnContactScreen.java | 166 protected void onQueryComplete(int token, Object cookie, Cursor c) { 169 protected void onInsertComplete(int token, Object cookie, 173 protected void onUpdateComplete(int token, Object cookie, int result) { 176 protected void onDeleteComplete(int token, Object cookie, int result) {
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
if_arcnet.h | 95 uint8_t cookie[sizeof(int)]; /* Actually NOT sent over the network */ member in struct:arc_cap
|
inotify.h | 21 __u32 cookie; /* cookie to synchronize two events */ member in struct:inotify_event
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/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
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/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
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/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
|