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

1 2 3 4 5 6 78 91011>>

  /frameworks/base/core/java/android/widget/
MediaController.java 476 // seekbar's thumb. In this case onStartTrackingTouch is called followed by
492 // the seekbar and b) once the user is done dragging the thumb
  /dalvik/vm/mterp/armv5te/
header.S 168 * interpreter, we don't have to worry about pre-ARMv5 THUMB interwork.
  /external/iproute2/examples/
README.cbq 64 # as a rule of thumb weight=batdwidth/10.
  /external/libffi/src/arm/
sysv.S 98 .thumb
  /external/qemu/
elf_ops.h 145 /* The bottom address bit marks a Thumb or MIPS16 symbol. */
  /external/webkit/WebKitExamplePlugins/
ChangeLog 54 * NetscapeCoreAnimationMoviePlugin/Thumb.tiff: Added.
  /frameworks/base/core/res/res/values/
styles.xml 334 <item name="android:thumb">@android:drawable/seek_thumb</item>
345 <item name="android:thumb">@null</item>
354 <item name="android:thumb">@null</item>
364 <item name="android:thumb">@null</item>
    [all...]
  /ndk/build/toolchains/arm-eabi-4.4.0/
setup.mk 113 $(call set-src-files-text,$(__thumb_sources),thumb)
  /packages/apps/Gallery/src/com/android/camera/
ViewImage.java 535 // isThumb: We always load thumb bitmap first, so we will
536 // reset the supp matrix for then thumb bitmap, and keep
    [all...]
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaThumbRequest.java 135 * Check if the corresponding thumbnail and mini-thumb have been created
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/man/man1/
arm-eabi-objdump.1 382 use the ARM/Thumb Procedure Call Standard naming conventions. (Either
386 disassembler to interpret all instructions as Thumb instructions by
387 using the switch \fB\-\-disassembler\-options=force\-thumb\fR. This can be
388 useful when attempting to disassemble thumb code produced by other
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/man/man1/
arm-eabi-objdump.1 396 use the ARM/Thumb Procedure Call Standard naming conventions. (Either
400 disassembler to interpret all instructions as Thumb instructions by
401 using the switch \fB\-\-disassembler\-options=force\-thumb\fR. This can be
402 useful when attempting to disassemble thumb code produced by other
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/man/man1/
arm-eabi-objdump.1 396 use the ARM/Thumb Procedure Call Standard naming conventions. (Either
400 disassembler to interpret all instructions as Thumb instructions by
401 using the switch \fB\-\-disassembler\-options=force\-thumb\fR. This can be
402 useful when attempting to disassemble thumb code produced by other
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/man/man1/
arm-eabi-objdump.1 382 use the ARM/Thumb Procedure Call Standard naming conventions. (Either
386 disassembler to interpret all instructions as Thumb instructions by
387 using the switch \fB\-\-disassembler\-options=force\-thumb\fR. This can be
388 useful when attempting to disassemble thumb code produced by other
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/man/man1/
arm-eabi-objdump.1 396 use the ARM/Thumb Procedure Call Standard naming conventions. (Either
400 disassembler to interpret all instructions as Thumb instructions by
401 using the switch \fB\-\-disassembler\-options=force\-thumb\fR. This can be
402 useful when attempting to disassemble thumb code produced by other
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/man/man1/
arm-eabi-objdump.1 396 use the ARM/Thumb Procedure Call Standard naming conventions. (Either
400 disassembler to interpret all instructions as Thumb instructions by
401 using the switch \fB\-\-disassembler\-options=force\-thumb\fR. This can be
402 useful when attempting to disassemble thumb code produced by other
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/man/man1/
i686-unknown-linux-gnu-objdump.1 382 use the ARM/Thumb Procedure Call Standard naming conventions. (Either
386 disassembler to interpret all instructions as Thumb instructions by
387 using the switch \fB\-\-disassembler\-options=force\-thumb\fR. This can be
388 useful when attempting to disassemble thumb code produced by other
  /development/samples/Home/src/com/example/android/home/
Home.java 651 final Bitmap thumb = Bitmap.createBitmap(width, height, c); local
652 final Canvas canvas = new Canvas(thumb);
663 icon = info.icon = new BitmapDrawable(thumb);
  /frameworks/base/core/java/android/provider/
MediaStore.java 455 * The mini thumb id.
549 Bitmap thumb = Bitmap.createBitmap(source, 0, 0, local
557 values.put(Images.Thumbnails.HEIGHT, thumb.getHeight());
558 values.put(Images.Thumbnails.WIDTH, thumb.getWidth());
565 thumb.compress(Bitmap.CompressFormat.JPEG, 100, thumbOut);
567 return thumb;
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/arm-eabi/bin/
as 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/
arm-eabi-as 
  /external/qemu/target-arm/
translate.c 58 /* Thumb-2 condtional execution bits. */
64 int thumb; member in struct:DisasContext
196 if (s->thumb)
657 /* For unknown reasons Arm and Thumb-2 use arbitrarily different encodings. */
819 /* Set PC and Thumb state from an immediate address. */
826 if (s->thumb != (addr & 1)) {
828 tcg_gen_st_i32(tmp, cpu_env, offsetof(CPUState, thumb));
835 /* Set PC and Thumb state from var. var is marked as dead. */
843 store_cpu_field(tmp, thumb);
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/arm-eabi/bin/
ar 
ranlib 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/bin/
arm-eabi-addr2line 

Completed in 75 milliseconds

1 2 3 4 5 6 78 91011>>