/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/libvpx/libvpx/build/make/ |
D | ads2gas.pl | 23 use thumb; 25 my $thumb = 0; 29 $thumb = 1 if ($arg eq "-thumb"); 37 if ($thumb) { 167 if ($thumb) { 183 if ($thumb) { 184 thumb::FixThumbInstructions($_, 0);
|
/external/libmtp/examples/ |
D | thumb.c | 107 LIBMTP_filesampledata_t *thumb = LIBMTP_new_filesampledata_t(); local 108 thumb->data = imagedata; 109 thumb->size = filesize; 110 thumb->filetype = LIBMTP_FILETYPE_JPEG; 111 ret = LIBMTP_Send_Representative_Sample(device,id,thumb); 118 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/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LowerTypeTests/ |
D | function-arm-thumb.ll | 5 define void @f1() "target-features"="+thumb-mode" !type !0 { 9 define void @g1() "target-features"="-thumb-mode" !type !0 { 13 define void @f2() "target-features"="+thumb-mode" !type !1 { 17 define void @g2() "target-features"="-thumb-mode" !type !1 { 21 define void @h2() "target-features"="-thumb-mode" !type !1 { 46 ; CHECK-DAG: attributes #[[AA]] = { naked nounwind "target-features"="-thumb-mode" } 47 …G: attributes #[[AT]] = { naked nounwind "target-cpu"="cortex-a8" "target-features"="+thumb-mode" }
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/ |
D | thumb2-branch-ranges.s | 9 .thumb 25 .thumb 46 .thumb 65 .thumb 86 .thumb
|
D | arm-branch-errors.s | 13 @ CHECK: note: instruction requires: thumb 17 @ CHECK: note: instruction requires: thumb 21 @ CHECK: note: instruction requires: thumb
|
/external/llvm/test/CodeGen/ARM/ |
D | subtarget-features-long-calls.ll | 1 ; RUN: llc -march thumb -mcpu=cortex-a8 -relocation-model=static %s -o - | FileCheck -check-prefix=… 2 ; RUN: llc -march thumb -mcpu=cortex-a8 -relocation-model=static %s -o - -mattr=+long-calls | FileC… 3 ; RUN: llc -march thumb -mcpu=cortex-a8 -relocation-model=static %s -o - -mattr=-long-calls | FileC… 4 ; RUN: llc -march thumb -mcpu=cortex-a8 -relocation-model=static %s -o - -O0 | FileCheck -check-pre… 5 ; RUN: llc -march thumb -mcpu=cortex-a8 -relocation-model=static %s -o - -O0 -mattr=+long-calls | F… 6 ; RUN: llc -march thumb -mcpu=cortex-a8 -relocation-model=static %s -o - -O0 -mattr=-long-calls | F…
|
D | subtarget-no-movt.ll | 1 ; RUN: llc -march thumb -mcpu=cortex-a8 -relocation-model=static %s -o - | FileCheck -check-prefix=… 2 ; RUN: llc -march thumb -mcpu=cortex-a8 -relocation-model=static %s -o - -mattr=-no-movt | FileChec… 3 ; RUN: llc -march thumb -mcpu=cortex-a8 -relocation-model=static %s -o - -mattr=+no-movt | FileChec… 4 ; RUN: llc -march thumb -mcpu=cortex-a8 -relocation-model=static %s -o - -O0 | FileCheck -check-pre… 5 ; RUN: llc -march thumb -mcpu=cortex-a8 -relocation-model=static %s -o - -O0 -mattr=-no-movt | File… 6 ; RUN: llc -march thumb -mcpu=cortex-a8 -relocation-model=static %s -o - -O0 -mattr=+no-movt | File…
|
D | inlineasm-imm-thumb.ll | 3 ; Test thumb-mode "I" constraint, for any Data Processing immediate. 9 ; Test thumb-mode "J" constraint, for compatibility with unknown use in GCC. 15 ; Test thumb-mode "L" constraint, for negated Data Processing immediates.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | subtarget-features-long-calls.ll | 1 ; RUN: llc -mtriple=thumb-- -mcpu=cortex-a8 -relocation-model=static %s -o - | FileCheck -check-pre… 2 ; RUN: llc -mtriple=thumb-- -mcpu=cortex-a8 -relocation-model=static %s -o - -mattr=+long-calls | F… 3 ; RUN: llc -mtriple=thumb-- -mcpu=cortex-a8 -relocation-model=static %s -o - -mattr=-long-calls | F… 4 ; RUN: llc -mtriple=thumb-- -mcpu=cortex-a8 -relocation-model=static %s -o - -O0 | FileCheck -check… 5 ; RUN: llc -mtriple=thumb-- -mcpu=cortex-a8 -relocation-model=static %s -o - -O0 -mattr=+long-calls… 6 ; RUN: llc -mtriple=thumb-- -mcpu=cortex-a8 -relocation-model=static %s -o - -O0 -mattr=-long-calls…
|
/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-…
|
/external/swiftshader/third_party/llvm-7.0/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 - \
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/ARM/ |
D | v7m-subfeatures.s | 1 @ RUN: llvm-mc < %s -triple armv7m -mattr=+vfp4 -filetype=obj | llvm-objdump -triple=thumb -d - | F… 7 .thumb 14 .thumb 21 .thumb
|
D | v7m-neg-subfeatures.s | 1 @ RUN: llvm-mc < %s -triple armv7m -mattr=+vfp4 -filetype=obj | llvm-objdump -triple=thumb -d - | F… 6 .thumb 13 .thumb
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/RuntimeDyld/ARM/ |
D | MachO_Thumb_Relocations.s | 35 # Check that stubs for thumb callers use thumb code (not arm), and that thumb 54 # Check that stubs for arm callers use arm code (not thumb), and that thumb
|
/external/libopus/celt/arm/ |
D | 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/u-boot/arch/arm/lib/ |
D | interrupts.c | 62 const int thumb = thumb_mode(regs); in dump_instr() local 63 const int width = thumb ? 4 : 8; in dump_instr() 66 if (thumb) in dump_instr() 71 for (i = -4; i < 1 + !!thumb; i++) { in dump_instr() 74 if (thumb) in dump_instr()
|
/external/libnl/ |
D | make.log | 34 [ 1% 1/68] target thumb C: libnl_32 <= external/libnl/lib/cache.c 35 [ 2% 2/68] target thumb C: libnl_32 <= external/libnl/lib/data.c 43 [ 4% 3/68] target thumb C: libnl_32 <= external/libnl/lib/nl.c 54 [ 5% 4/68] target thumb C: libnl_32 <= external/libnl/lib/cache_mngr.c 55 [ 7% 5/68] target thumb C: libnl_32 <= external/libnl/lib/socket.c 56 [ 8% 6/68] target thumb C: libnl_32 <= external/libnl/lib/addr.c 67 [ 10% 7/68] target thumb C: libnl_32 <= external/libnl/lib/fib_lookup/lookup.c 72 [ 11% 8/68] target thumb C: libnl_32 <= external/libnl/lib/fib_lookup/request.c 73 [ 13% 9/68] target thumb C: libnl_32 <= external/libnl/lib/object.c 81 [ 14% 10/68] target thumb C: libnl_32 <= external/libnl/lib/msg.c [all …]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Thumb2/ |
D | thumb2-ldr_ext.ll | 1 ; RUN: llc < %s -march=thumb -mattr=+thumb2 | grep ldrb | count 1 2 ; RUN: llc < %s -march=thumb -mattr=+thumb2 | grep ldrh | count 1 3 ; RUN: llc < %s -march=thumb -mattr=+thumb2 | grep ldrsb | count 1 4 ; RUN: llc < %s -march=thumb -mattr=+thumb2 | grep ldrsh | count 1
|
/external/llvm/test/MC/ARM/ |
D | arm-branch-errors.s | 11 @ CHECK: error: instruction requires: thumb 13 @ CHECK: error: instruction requires: thumb 15 @ CHECK: error: instruction requires: thumb
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Thumb/ |
D | long.ll | 1 ; RUN: llc < %s -march=thumb | \ 3 ; RUN: llc < %s -march=thumb | \ 5 ; RUN: llc < %s -march=thumb | \ 7 ; RUN: llc < %s -mtriple=thumb-apple-darwin | grep __muldi3
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/ARM/ |
D | armv8.3a-js-thumb.txt | 1 # RUN: llvm-mc -triple thumb-none-eabi -mattr=+v8.3a,+fp-armv8 --disassemble < %s 2>&1 | FileCh… 2 # RUN: not llvm-mc -triple thumb-none-eabi -mattr=+v8.2a,+fp-armv8 --disassemble < %s 2>&1 | FileCh… 3 # RUN: not llvm-mc -triple thumb-none-eabi -mattr=+v8.3a,-fp-armv8 --disassemble < %s 2>&1 | FileCh…
|