HomeSort by relevance Sort by last modified time
    Searched refs:thumb (Results 1 - 25 of 593) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
neon-cond-bad_t2.s 1 .thumb
vfp-fma-thumb.s 1 .thumb
vfp-neon-syntax_t2.s 1 .thumb
attr-any-thumbv6.s 1 .thumb
mov-highregs-any.s 2 .thumb
mov-lowregs-any.s 2 .thumb
reloc-bad.s 2 .thumb
any-idiv.s 3 .thumb
udf-bad.s 6 thumb: .thumb label
archv6s-m.s 2 .thumb
insn-error-a.s 5 .thumb
insn-error-t.s 3 .thumb
arm-it-bad-3.s 3 .thumb
ldgesb-bad.s 3 .thumb
ldgesh-bad.s 3 .thumb
ldsgeb.s 3 .thumb
ldsgeh.s 3 .thumb
pr12198-1.s 1 .thumb
pr12198-2.s 1 .thumb
t2-branch-global.s 1 .thumb
vstr-thumb-bad.d 1 # name: VFP PC-relative VSTR thumb mode
4 # error-output: vstr-thumb-bad.l
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
arm-be8.s 7 .thumb
9 thumb: label
12 bl thumb
thumb-entry.s 3 .thumb
  /external/glide/library/src/main/java/com/bumptech/glide/request/
ThumbnailRequestCoordinator.java 9 private Request thumb; field in class:ThumbnailRequestCoordinator
20 public void setRequests(Request full, Request thumb) {
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.isComplete()
    [all...]
  /packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/tileinfo/
DrawableThumbWallpaperInfo.java 19 DrawableThumbWallpaperInfo(Drawable thumb) {
20 mThumb = thumb;
30 public void setThumb(Drawable thumb) {
31 if (mView != null && thumb != null) {
32 thumb.setDither(true);
34 image.setImageDrawable(thumb);

Completed in 411 milliseconds

1 2 3 4 5 6 7 8 91011>>