Home
last modified time | relevance | path

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

12345678910>>...18

/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/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/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/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/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/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/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/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/llvm/lib/CodeGen/
DMachineSSAUpdater.cpp93 bool Same = true; in LookForIdenticalPHI() local
98 Same = false; in LookForIdenticalPHI()
102 if (Same) in LookForIdenticalPHI()
/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/curl/docs/cmdline-opts/
Dproxy-tlsv1.d5 Same as --tlsv1 but used in HTTPS proxy context.
Dproxy-key.d5 Same as --key but used in HTTPS proxy context.
Dproxy-tlspassword.d6 Same as --tlspassword but used in HTTPS proxy context.
Dproxy-tlsuser.d6 Same as --tlsuser but used in HTTPS proxy context.
Dproxy-crlfile.d6 Same as --crlfile but used in HTTPS proxy context.
Dproxy-ciphers.d6 Same as --ciphers but used in HTTPS proxy context.
Dproxy-cert.d6 Same as --cert but used in HTTPS proxy context.
Dproxy-tlsauthtype.d6 Same as --tlsauthtype but used in HTTPS proxy context.
Dproxy-insecure.d5 Same as --insecure but used in HTTPS proxy context.
Dproxy-cert-type.d6 Same as --cert-type but used in HTTPS proxy context.
Dproxy-key-type.d6 Same as --key-type but used in HTTPS proxy context.
Dproxy-pass.d6 Same as --pass but used in HTTPS proxy context.

12345678910>>...18