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

1 2 3 4 56 7 8 91011>>

  /device/google/contexthub/firmware/lib/builtins/
aeabi_uldivmod.S 21 .thumb
  /external/compiler-rt/lib/builtins/arm/
bswapsi2.S 15 .thumb
clzsi2.S 19 .thumb
  /external/libopus/celt/arm/
arm2gnu.pl 56 $thumb = 0; # ARM mode by default, not Thumb.
156 s/\bCODE32\b/.code 32/ && do {$thumb = 0};
157 s/\bCODE16\b/.code 16/ && do {$thumb = 1};
175 $prefix = $prefix."\t.thumb_func; " if ($thumb);
  /external/llvm/test/MC/ARM/
inst-thumb-overflow-2.s 5 .thumb
thumb2-strd.s 3 .thumb
udf-thumb-2.s 5 .thumb
udf-thumb-diagnostics.s 5 .thumb
unwind-stack-diagnostics.s 5 .thumb
inst-directive.s 28 .thumb
47 .thumb
66 .thumb
bkpt.s 4 .thumb
inst-directive-emit.s 4 .thumb
inst-thumb-overflow.s 5 .thumb
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
inst-po-3.s 3 .thumb
relax_load_align.s 5 .thumb
vfp-bad_t2.s 2 @ Same as vfp-bad.s, but for Thumb-2
4 .thumb
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
arm-call2.s 10 .thumb
callweak-2.s 10 .thumb
callweak.s 10 .thumb
data-only-map.s 2 .thumb
cortex-a8-fix-blx-bcond.s 3 .thumb
51 .thumb
72 .thumb
  /frameworks/base/core/java/android/widget/
ScrollBarDrawable.java 206 final Drawable thumb = mVerticalThumb; local
208 thumb.setBounds(bounds.left, bounds.top + offset,
212 thumb.draw(canvas);
216 final Drawable thumb = mHorizontalThumb; local
218 thumb.setBounds(bounds.left + offset, bounds.top,
222 thumb.draw(canvas);
227 public void setVerticalThumbDrawable(Drawable thumb) {
232 propagateCurrentState(thumb);
233 mVerticalThumb = thumb;
245 public void setHorizontalThumbDrawable(Drawable thumb) {
    [all...]
  /packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/tileinfo/
UriWallpaperInfo.java 60 Bitmap thumb = createThumbnail(
62 a.getSavedImages().writeImage(thumb, imageBytes);
102 protected void onPostExecute(Bitmap thumb) {
103 if (!isCancelled() && thumb != null) {
104 setThumb(new BitmapDrawable(activity.getResources(), thumb));
  /bionic/libc/arch-arm/cortex-a9/bionic/
memcpy.S 39 .thumb
  /external/llvm/test/MC/ARM/Windows/
text-attributes.s 5 .thumb

Completed in 1429 milliseconds

1 2 3 4 56 7 8 91011>>