/external/llvm/test/CodeGen/WebAssembly/ |
D | offset.ll | 68 ; Same as above but with i64. 80 ; Same as above but with i64. 90 ; Same as above but with i64. 102 ; Same as above but with i64. 116 ; Same as above but with i64. 139 ; Same as above but with store. 151 ; Same as above but with store. 161 ; Same as above but with store. 173 ; Same as above but with store. 187 ; Same as above but with store. [all …]
|
/external/mockito/src/test/java/org/mockito/internal/matchers/ |
D | MatchersToStringTest.java | 19 assertEquals("same(\"X\")", new Same("X").toString()); in sameToStringWithString() 39 assertEquals("same('x')", new Same('x').toString()); in sameToStringWithChar() 50 assertEquals("same(X)", new Same(o).toString()); in sameToStringWithObject()
|
/external/mockito/src/main/java/org/mockito/internal/matchers/ |
D | Same.java | 13 public class Same implements ArgumentMatcher<Object>, Serializable { class 17 public Same(Object wanted) { in Same() method in Same
|
/external/easymock/src/org/easymock/internal/matchers/ |
D | Same.java | 23 public class Same implements IArgumentMatcher, Serializable { class 29 public Same(Object expected) { in Same() method in Same
|
/external/llvm/test/CodeGen/PowerPC/ |
D | vec_extload.ll | 33 ; Same as v16si8_sext_in_reg, expands to load/store halfwords (lhz/sth). 44 ; Same as v8si16_sext_in_reg, but instead of creating the mask 56 ; Same as v16si8_sext_in_reg, expands to load halfword (lha) and 68 ; Same as v8si16_sext_in_reg.
|
/external/walt/hardware/ |
D | README.md | 35 * G_PIN 15 // Same as A1 - Accelerometer for detecting when touch probe hits the screen 36 * PD_SCREEN_PIN 20 // Same as A6 - Photodiode that looks at the screen 37 * AUDIO_PIN 22 // Same as A8 - Detects audio signal from headphones output 38 * MIC_PIN 23 // Same as A9 - uses PWM to generate a tone for measuring microphone latency.
|
/external/conscrypt/openjdk/src/test/resources/ |
D | README | 8 - cert-ct-poisoned.pem: Same certificate as cert.pem, but with an extra CT Poison extension 10 - cert-ct-embedded.pem: Same certificate as cert.pem, but with an embedded signed certificate
|
/external/llvm/test/Transforms/InstCombine/ |
D | minmax-fold.ll | 32 ; Same as @t2, with flipped operands and zext instead of sext. 44 ; Same again, with trunc. 56 ; Same as @t3, but with mismatched signedness between icmp and zext.
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | Trie.h | 46 Same = -3, enumerator 102 return Same; in query() 216 case Node::Same: in addString() 255 case Node::Same: in lookup()
|
/external/llvm/test/CodeGen/Mips/ |
D | divrem.ll | 18 ; ACC64 - Same as ACC32 but only for 64-bit targets 20 ; GPR64 - Same as GPR32 but only for 64-bit targets 21 ; ACC32-TRAP - Same as TRAP and ACC32 combined 22 ; ACC64-TRAP - Same as TRAP and ACC64 combined 23 ; GPR32-TRAP - Same as TRAP and GPR32 combined 24 ; GPR64-TRAP - Same as TRAP and GPR64 combined
|
/external/clang/lib/AST/ |
D | ASTDiagnostic.cpp | 555 bool Same = false; member 696 void SetSame(bool Same) { in SetSame() argument 697 FlatTree[CurrentNode].Same = Same; in SetSame() 849 return FlatTree[ReadNode].Same; in NodeIsSame() 1588 bool FromDefault, bool ToDefault, bool Same) { in PrintTypeNames() argument 1592 if (Same) { in PrintTypeNames() 1640 bool ToDefault, bool Same) { in PrintExpr() argument 1643 if (Same) { in PrintExpr() 1675 bool FromDefault, bool ToDefault, bool Same) { in PrintTemplateTemplate() argument 1685 if (Same) { in PrintTemplateTemplate() [all …]
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | MachineSSAUpdater.cpp | 92 bool Same = true; in LookForIdenticalPHI() local 97 Same = false; in LookForIdenticalPHI() 101 if (Same) in LookForIdenticalPHI()
|
/external/llvm/lib/CodeGen/ |
D | MachineSSAUpdater.cpp | 93 bool Same = true; in LookForIdenticalPHI() local 98 Same = false; in LookForIdenticalPHI() 102 if (Same) in LookForIdenticalPHI()
|
/external/iptables/extensions/ |
D | libxt_helper.man | 10 Same rules apply for other conntrack-helpers.
|
/external/lz4/programs/ |
D | README.md | 7 - `lz4c` : Same as `lz4` with additional support legacy lz4 commands (incompatible with gzip) 8 - `lz4c32` : Same as `lz4c`, but forced to compile in 32-bits mode
|
/external/syslinux/gnu-efi/gnu-efi-3.0/gnuefi/ |
D | elf_x86_64_fbsd_efi.lds | 1 /* Same as elf_x86_64_efi.lds, except for OUTPUT_FORMAT below - KEEP IN SYNC */
|
D | elf_x86_64_efi.lds | 1 /* Same as elf_x86_64_fbsd_efi.lds, except for OUTPUT_FORMAT below - KEEP IN SYNC */
|
/external/markdown/tests/markdown-test/ |
D | ordered-and-unordered-list.txt | 113 Same thing but with paragraphs:
|
/external/markdown/MarkdownTest/Tests_2004/ |
D | Ordered and unordered lists.text | 113 Same thing but with paragraphs:
|
/external/syslinux/efi64/lib/ |
D | elf_x86_64_efi.lds | 1 /* Same as elf_x86_64_fbsd_efi.lds, except for OUTPUT_FORMAT below - KEEP IN SYNC */
|
/external/llvm/test/CodeGen/AArch64/ |
D | eon.ll | 15 ; Same check with mutliple uses of %neg
|
/external/markdown/MarkdownTest/Tests_2007/ |
D | Links, reference style.text | 53 [Same with [this].]
|
D | Ordered and unordered lists.text | 113 Same thing but with paragraphs:
|
/external/walt/arduino/walt/ |
D | walt.ino | 65 #define PD_SCREEN_PIN 20 // Same as A6 66 #define G_PIN 15 // Same as A1 67 #define AUDIO_PIN 22 // Same as A8 68 #define MIC_PIN 23 // Same as A9
|
/external/llvm/test/CodeGen/Hexagon/ |
D | pic-regusage.ll | 29 ; Same as above for R15. 48 ; Same as above for R28.
|