/external/glide/library/src/main/java/com/bumptech/glide/request/ |
D | ThumbnailRequestCoordinator.java | 9 private Request thumb; field in ThumbnailRequestCoordinator 20 public void setRequests(Request full, Request thumb) { in setRequests() argument 22 this.thumb = thumb; in setRequests() 70 if (!thumb.isRunning()) { in begin() 71 thumb.begin(); in begin() 81 thumb.pause(); in pause() 89 thumb.clear(); in clear() 111 return full.isComplete() || thumb.isComplete(); in isComplete() 116 return full.isResourceSet() || thumb.isResourceSet(); in isResourceSet() 138 thumb.recycle(); in recycle()
|
/external/valgrind/docs/internals/ |
D | arm_thumb_notes_gdbserver.txt | 5 ARM thumb and gdbserver 8 When executing thumb code, the ARM cpu program counter value is 10 that the instruction being executed is a thumb instruction is 21 by gdb. As gdb is giving breakpoints without the thumb bit set, 23 the thumb bit. 25 without the thumb bit. 26 => when the guest_IP is compared with these breakpoints, the thumb bit 32 sees the correct IP. This PUT must be done with the thumb bit set, 33 as this value will be given back to gdb. gdb uses the thumb bit a.o. 36 If the thumb bit is not properly set, these commands are not working. [all …]
|
/external/libvpx/libvpx/build/make/ |
D | ads2gas.pl | 23 use thumb; 25 my $thumb = 0; 28 $thumb = 1 if ($arg eq "-thumb"); 34 if ($thumb) { 169 if ($thumb) { 185 if ($thumb) { 186 thumb::FixThumbInstructions($_, 0);
|
D | ads2armasm_ms.pl | 14 use thumb; 31 thumb::FixThumbInstructions($_, 1);
|
/external/libmtp/examples/ |
D | thumb.c | 107 LIBMTP_filesampledata_t *thumb = LIBMTP_new_filesampledata_t(); local 110 thumb->data = malloc(sizeof(uint16_t) * filesize); 112 thumb->data[i] = imagedata[i]; 115 thumb->size = filesize; 116 thumb->filetype = LIBMTP_FILETYPE_JPEG; 118 ret = LIBMTP_Send_Representative_Sample(device,id,thumb); 126 LIBMTP_destroy_filesampledata_t(thumb);
|
/external/libexif/contrib/examples/ |
D | thumbnail.c | 39 FILE *thumb; in main() local 46 thumb = fopen(thumb_name, "wb"); in main() 47 if (thumb) { in main() 49 fwrite(ed->data, 1, ed->size, thumb); in main() 50 fclose(thumb); in main()
|
/external/llvm/test/CodeGen/Thumb2/ |
D | div.ll | 1 ; RUN: llc -mtriple=thumb-apple-darwin -mcpu=arm1156t2-s -mattr=+thumb2 %s -o - \ 3 ; RUN: llc -mtriple=thumb-apple-darwin -mcpu=cortex-m3 -mattr=+thumb2 %s -o - \ 5 ; RUN: llc -mtriple=thumb-apple-darwin -mcpu=swift %s -o - \ 7 ; RUN: llc -mtriple=thumb-apple-darwin -mcpu=cortex-r4 %s -o - \ 9 ; RUN: llc -mtriple=thumb-apple-darwin -mcpu=cortex-r4f %s -o - \ 11 ; RUN: llc -mtriple=thumb-apple-darwin -mcpu=cortex-r5 %s -o - \
|
D | segmented-stacks.ll | 1 ; RUN: llc < %s -mtriple=thumb-linux-androideabi -march=thumb -mcpu=arm1156t2-s -mattr=+thumb2 -ver… 2 ; RUN: llc < %s -mtriple=thumb-linux-androideabi -march=thumb -mcpu=arm1156t2-s -mattr=+thumb2 -fil…
|
D | cortex-fp.ll | 1 ; RUN: llc < %s -mtriple=thumbv7-apple-darwin10 -march=thumb -mcpu=cortex-m3 | FileCheck %s -check-… 2 ; RUN: llc < %s -mtriple=thumbv7-apple-darwin10 -march=thumb -mcpu=cortex-m4 | FileCheck %s -check-… 3 ; RUN: llc < %s -mtriple=thumbv7-apple-darwin10 -march=thumb -mcpu=cortex-m7 | FileCheck %s -check-… 4 ; RUN: llc < %s -mtriple=thumbv7-apple-darwin10 -march=thumb -mcpu=cortex-a8 | FileCheck %s -check-…
|
D | thumb2-ror.ll | 1 ; RUN: llc -mtriple=thumb-eabi -mcpu=arm1156t2-s -mattr=+thumb2 %s -o - | FileCheck %s 2 ; RUN: llc -mtriple=thumb-eabi %s -o - | FileCheck %s -check-prefix=THUMB1
|
D | thumb2-smla.ll | 1 ; RUN: llc -mtriple=thumb-eabi -mcpu=arm1156t2-s -mattr=+thumb2,+t2xtpk,+t2dsp %s -o - | FileCheck … 2 ; RUN: llc -mtriple=thumb-eabi -mcpu=arm1156t2-s -mattr=+thumb2,+t2xtpk,+t2dsp -arm-use-mulops=fals…
|
/external/libopus/celt/arm/ |
D | arm2gnu.pl | 25 $thumb = 0; # ARM mode by default, not Thumb. 123 s/\bCODE32\b/.code 32/ && do {$thumb = 0}; 124 s/\bCODE16\b/.code 16/ && do {$thumb = 1}; 138 $prefix = $prefix."\t.thumb_func; " if ($thumb);
|
/external/llvm/test/MC/ARM/ |
D | inst-directive.s | 28 .thumb 47 .thumb 66 .thumb
|
D | directive-fpu-instrs.s | 7 @ .thumb should not disable the prior .fpu neon 8 .thumb
|
D | thumb-st_other.s | 1 @ Check the value of st_other for thumb function. 3 @ ARM does not define any st_other flags for thumb function. The value
|
D | mapping-within-section.s | 8 .thumb 16 .thumb
|
D | elf-thumbfunc.s | 1 @@ test st_value bit 0 of thumb function 17 @@ make sure foo and bar are thumb function: bit 0 = 1 (st_value)
|
/external/llvm/test/CodeGen/Thumb/ |
D | segmented-stacks-dynamic.ll | 1 ; RUN: llc < %s -mtriple=thumb-linux-unknown-gnueabi -verify-machineinstrs | FileCheck %s -check-pr… 2 ; RUN: llc < %s -mtriple=thumb-linux-androideabi -verify-machineinstrs | FileCheck %s -check-prefix… 3 ; RUN: llc < %s -mtriple=thumb-linux-unknown-gnueabi -filetype=obj 4 ; RUN: llc < %s -mtriple=thumb-linux-androideabi -filetype=obj
|
D | frame_thumb.ll | 1 ; RUN: llc < %s -mtriple=thumb-apple-darwin \ 3 ; RUN: llc < %s -mtriple=thumb-linux-gnueabi \
|
D | mature-mc-support.ll | 4 ; RUN: not llc -mtriple=thumb-pc-linux < %s > /dev/null 2> %t1 7 ; RUN: not llc -mtriple=thumb-pc-linux -filetype=obj < %s > /dev/null 2> %t2
|
D | iabs.ll | 1 ; RUN: llc < %s -mtriple=thumb-unknown-unknown -filetype=obj -o %t.o 2 ; RUN: llvm-objdump -disassemble -arch-name=thumb %t.o | FileCheck %s
|
/external/llvm/test/CodeGen/ARM/ |
D | inlineasm-global.ll | 1 ; RUN: llc -mtriple=thumb-unknown-unknown -no-integrated-as < %s | FileCheck %s --check-prefix=THUMB 4 ; In thumb mode, emit ".code 16" before global inline-asm instructions.
|
D | none-macho-v4t.ll | 1 ; RUN: llc -mtriple=thumb-none-macho -mcpu=arm7tdmi %s -o - | FileCheck %s 2 ; RUN: llc -mtriple=thumb-none-macho -mcpu=arm7tdmi %s -filetype=obj -o /dev/null
|
/external/llvm/test/MC/MachO/ARM/ |
D | thumb-bl-jbits.s | 2 .thumb 10 .thumb
|
/external/lldb/source/Core/ |
D | ArchSpec.cpp | 65 …{ eByteOrderLittle, 4, 2, 4, llvm::Triple::thumb , ArchSpec::eCore_thumb , "thumb" … 66 …{ eByteOrderLittle, 4, 2, 4, llvm::Triple::thumb , ArchSpec::eCore_thumbv4t , "thumbv4t" … 67 …{ eByteOrderLittle, 4, 2, 4, llvm::Triple::thumb , ArchSpec::eCore_thumbv5 , "thumbv5" … 68 …{ eByteOrderLittle, 4, 2, 4, llvm::Triple::thumb , ArchSpec::eCore_thumbv5e , "thumbv5e" … 69 …{ eByteOrderLittle, 4, 2, 4, llvm::Triple::thumb , ArchSpec::eCore_thumbv6 , "thumbv6" … 70 …{ eByteOrderLittle, 4, 2, 4, llvm::Triple::thumb , ArchSpec::eCore_thumbv7 , "thumbv7" … 71 …{ eByteOrderLittle, 4, 2, 4, llvm::Triple::thumb , ArchSpec::eCore_thumbv7f , "thumbv7f" … 72 …{ eByteOrderLittle, 4, 2, 4, llvm::Triple::thumb , ArchSpec::eCore_thumbv7s , "thumbv7s" … 73 …{ eByteOrderLittle, 4, 2, 4, llvm::Triple::thumb , ArchSpec::eCore_thumbv7k , "thumbv7k" … 74 …{ eByteOrderLittle, 4, 2, 4, llvm::Triple::thumb , ArchSpec::eCore_thumbv7m , "thumbv7m" … [all …]
|