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

1 2 3 4 5 6 78 91011>>

  /packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/tileinfo/
ResourceWallpaperInfo.java 18 public ResourceWallpaperInfo(Resources res, int resId, Drawable thumb) {
19 super(thumb);
PickImageInfo.java 63 Bitmap thumb = null; local
67 thumb = MediaStore.Images.Thumbnails.getThumbnail(context.getContentResolver(),
72 return thumb;
  /prebuilts/ndk/r11/sources/cxx-stl/gabi++/
Android.mk 10 # For armeabi*, choose thumb mode unless LOCAL_ARM_MODE := arm
13 LOCAL_SRC_FILES:= libs/$(TARGET_ARCH_ABI)/thumb/lib$(LOCAL_MODULE)$(TARGET_SONAME_EXTENSION)
24 # For armeabi*, choose thumb mode unless LOCAL_ARM_MODE := arm
27 LOCAL_SRC_FILES:= libs/$(TARGET_ARCH_ABI)/thumb/lib$(LOCAL_MODULE)$(TARGET_LIB_EXTENSION)
  /prebuilts/ndk/r13/sources/cxx-stl/gabi++/
Android.mk 10 # For armeabi*, choose thumb mode unless LOCAL_ARM_MODE := arm
13 LOCAL_SRC_FILES:= libs/$(TARGET_ARCH_ABI)/thumb/lib$(LOCAL_MODULE)$(TARGET_SONAME_EXTENSION)
24 # For armeabi*, choose thumb mode unless LOCAL_ARM_MODE := arm
27 LOCAL_SRC_FILES:= libs/$(TARGET_ARCH_ABI)/thumb/lib$(LOCAL_MODULE)$(TARGET_LIB_EXTENSION)
  /system/extras/tests/memtest/
Android.mk 11 thumb.cpp \
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
insn-error-a.d 1 # Check that changing arm -> thumb state immediately
insn-error-t.d 1 # Check that changing thumb -> arm state immediately
3 #name: invalid instruction recovery test - Thumb version
inst-po.s 7 .thumb
neon-suffix-bad.s 8 .thumb
thumb2_ldstd_unpredictable.s 4 .thumb
thumbv6.s 4 .thumb
thumbv6k.d 1 #name: THUMB V6K instructions
3 #objdump: -dr --prefix-addresses --show-raw-insn -M force-thumb
branch-reloc.s 35 .thumb
43 .thumb
57 .thumb
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
tls-longplt-lib.s 11 .thumb
34 .thumb
tls-longplt.s 11 .thumb
34 .thumb
  /frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
MediaStoreSaver.java 128 Bitmap thumb = Bitmap.createBitmap(source, 0, 0, local
137 values.put(Images.Thumbnails.HEIGHT, thumb.getHeight());
138 values.put(Images.Thumbnails.WIDTH, thumb.getWidth());
144 thumb.compress(Bitmap.CompressFormat.JPEG, 100, thumbOut);
146 return thumb;
  /frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
MediaStoreSaver.java 128 Bitmap thumb = Bitmap.createBitmap(source, 0, 0, local
137 values.put(Images.Thumbnails.HEIGHT, thumb.getHeight());
138 values.put(Images.Thumbnails.WIDTH, thumb.getWidth());
144 thumb.compress(Bitmap.CompressFormat.JPEG, 100, thumbOut);
146 return thumb;
  /device/google/contexthub/firmware/os/platform/stm32/flash_script/
Makefile 20 FLAGS += -mthumb -mcpu=cortex-m4 -march=armv7e-m -mno-thumb-interwork -fno-unwind-tables -fstack-reuse=all -Os -Wall -Werror -nostartfiles
  /external/compiler-rt/lib/builtins/arm/
bswapdi2.S 15 .thumb
  /external/llvm/test/MC/MachO/ARM/
llvm-objdump-macho.s 2 .thumb
no-subsections-reloc.s 10 .thumb
relax-thumb-ldr-literal.s 7 .thumb
  /packages/apps/DocumentsUI/src/com/android/documentsui/
ThumbnailLoader.java 50 public static final BiConsumer<View, View> ANIM_FADE_IN = (mime, thumb) -> {
53 thumb.setAlpha(0f);
54 thumb.animate().alpha(alpha).start();
56 public static final BiConsumer<View, View> ANIM_NO_OP = (mime, thumb) -> {};
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue3261.go 8 // libgcc on ARM might be compiled as thumb code, but our 5l
13 puts("testLibgcc is disabled on ARM because 5l cannot handle thumb library.");
  /prebuilts/go/linux-x86/misc/cgo/test/
issue3261.go 8 // libgcc on ARM might be compiled as thumb code, but our 5l
13 puts("testLibgcc is disabled on ARM because 5l cannot handle thumb library.");

Completed in 415 milliseconds

1 2 3 4 5 6 78 91011>>