Home
last modified time | relevance | path

Searched refs:Same (Results 1 – 25 of 342) sorted by relevance

12345678910>>...14

/external/llvm/test/CodeGen/WebAssembly/
Doffset.ll68 ; 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/
DMatchersToStringTest.java19 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/
DSame.java13 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/
DSame.java23 public class Same implements IArgumentMatcher, Serializable { class
29 public Same(Object expected) { in Same() method in Same
/external/llvm/test/CodeGen/PowerPC/
Dvec_extload.ll33 ; 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/
DREADME.md35 * 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/
DREADME8 - 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/
Dminmax-fold.ll32 ; 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/
DTrie.h46 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/
Ddivrem.ll18 ; 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/
DASTDiagnostic.cpp555 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/
DMachineSSAUpdater.cpp92 bool Same = true; in LookForIdenticalPHI() local
97 Same = false; in LookForIdenticalPHI()
101 if (Same) in LookForIdenticalPHI()
/external/llvm/lib/CodeGen/
DMachineSSAUpdater.cpp93 bool Same = true; in LookForIdenticalPHI() local
98 Same = false; in LookForIdenticalPHI()
102 if (Same) in LookForIdenticalPHI()
/external/iptables/extensions/
Dlibxt_helper.man10 Same rules apply for other conntrack-helpers.
/external/lz4/programs/
DREADME.md7 - `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/
Delf_x86_64_fbsd_efi.lds1 /* Same as elf_x86_64_efi.lds, except for OUTPUT_FORMAT below - KEEP IN SYNC */
Delf_x86_64_efi.lds1 /* Same as elf_x86_64_fbsd_efi.lds, except for OUTPUT_FORMAT below - KEEP IN SYNC */
/external/markdown/tests/markdown-test/
Dordered-and-unordered-list.txt113 Same thing but with paragraphs:
/external/markdown/MarkdownTest/Tests_2004/
DOrdered and unordered lists.text113 Same thing but with paragraphs:
/external/syslinux/efi64/lib/
Delf_x86_64_efi.lds1 /* Same as elf_x86_64_fbsd_efi.lds, except for OUTPUT_FORMAT below - KEEP IN SYNC */
/external/llvm/test/CodeGen/AArch64/
Deon.ll15 ; Same check with mutliple uses of %neg
/external/markdown/MarkdownTest/Tests_2007/
DLinks, reference style.text53 [Same with [this].]
DOrdered and unordered lists.text113 Same thing but with paragraphs:
/external/walt/arduino/walt/
Dwalt.ino65 #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/
Dpic-regusage.ll29 ; Same as above for R15.
48 ; Same as above for R28.

12345678910>>...14