Searched defs:thumb (Results 1 - 14 of 14) sorted by relevance

/external/libvpx/libvpx/build/make/
H A Dthumb.pm12 package thumb; package
65 # for switching from arm to thumb (and only in armv7), but not
66 # from thumb to arm.
/external/libexif/contrib/examples/
H A Dthumbnail.c39 FILE *thumb; local
46 thumb = fopen(thumb_name, "wb");
47 if (thumb) {
49 fwrite(ed->data, 1, ed->size, thumb);
50 fclose(thumb);
/external/libmtp/examples/
H A Dthumb.c2 * \file thumb.c
38 printf("Usage: thumb -i <fileid/trackid> <imagefile>\n");
96 if (ret == -1) perror("read thumb data");
107 LIBMTP_filesampledata_t *thumb = LIBMTP_new_filesampledata_t(); local
108 thumb->data = imagedata;
109 thumb->size = filesize;
110 thumb->filetype = LIBMTP_FILETYPE_JPEG;
111 ret = LIBMTP_Send_Representative_Sample(device,id,thumb);
118 LIBMTP_destroy_filesampledata_t(thumb);
/external/glide/library/src/main/java/com/bumptech/glide/request/
H A DThumbnailRequestCoordinator.java9 private Request thumb; field in class:ThumbnailRequestCoordinator
20 public void setRequests(Request full, Request thumb) { argument
22 this.thumb = thumb;
66 * Starts first the thumb request and then the full request.
70 if (!thumb.isRunning()) {
71 thumb.begin();
81 thumb.pause();
89 thumb.clear();
111 return full.isComplete() || thumb
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DTriple.h61 thumb, // Thumb: thumb, thumbv.* enumerator in enum:llvm::Triple::ArchType
/external/llvm/include/llvm/ADT/
H A DTriple.h72 thumb, // Thumb (little endian): thumb, thumbv.* enumerator in enum:llvm::Triple::ArchType
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DTriple.h75 thumb, // Thumb (little endian): thumb, thumbv.* enumerator in enum:llvm::Triple::ArchType
/external/robolectric/v3/runtime/
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 542 milliseconds