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

1 2 3 4 5 6 7 891011>>

  /system/chre/build/arch/
cortexm.mk 31 TARGET_CFLAGS += -mno-thumb-interwork
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
arch7ar-mp.s 18 .thumb
blx-local.s 17 .thumb
plt-1.s 3 .thumb
thumb2_mul-bad.s 5 .thumb
tls.s 20 .thumb
vfp2_t2.s 2 @ Same as vfp2.s, but for Thumb-2
4 .thumb
bl-local-v4t.d 5 # stderr: blx-local-thumb.l
  /toolchain/binutils/binutils-2.25/gold/testsuite/
arm_abs_global.s 20 .thumb
arm_abs_lib.s 17 .thumb
arm_cortex_a8_blx.s 23 .thumb
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
arm-call1.s 20 .thumb
tls-descseq.s 19 .thumb
tls-gdesc.s 14 .thumb
arm-movwt.s 17 .thumb
37 .thumb
thumb2-bl-blx-interwork.s 5 .thumb
59 .thumb
  /external/compiler-rt/lib/builtins/arm/
sync-ops.h 12 * ARM and Thumb-2 versions of the functions.
20 .thumb ; \
36 .thumb ; \
  /external/llvm/test/MC/ARM/
thumb-not-mclass.s 8 @ Check that the assembler rejects thumb instructions that are not valid
directive-eabi_attribute-diagnostics.s 5 .thumb
ldrd-strd-gnu-thumb.s 4 .thumb
macho-movwt.s 4 .thumb
30 @ Third column identifies ARM/Thumb & HI/LO.
thumb-types.s 6 .thumb
21 .thumb
  /frameworks/support/v7/mediarouter/src/android/support/v7/app/
MediaRouteVolumeSlider.java 28 * Volume slider with showing, hiding, and applying alpha supports to the thumb.
57 // The thumb drawable is a collection of drawables and its current drawables are changed per
67 public void setThumb(Drawable thumb) {
68 mThumb = thumb;
73 * Sets whether to show or hide thumb.
87 * the thumb.
  /packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
SavedWallpaperImages.java 46 public SavedWallpaperInfo(int dbId, File target, Drawable thumb) {
47 super(target, thumb);
87 Bitmap thumb = BitmapFactory.decodeFile(file.getAbsolutePath()); local
88 if (thumb != null) {
91 new BitmapDrawable(mContext.getResources(), thumb)));
  /art/runtime/arch/arm/
asm_support_arm.S 38 .thumb
54 // Common ENTRY declaration code for ARM and thumb, an ENTRY should always be paired with an END.
59 // Clang ignores .thumb_func and requires an explicit .thumb. Investigate whether we should still
62 .thumb

Completed in 4422 milliseconds

1 2 3 4 5 6 7 891011>>