Home
last modified time | relevance | path

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

123456789

/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/mockito/src/org/mockito/internal/matchers/
DSame.java14 public class Same extends ArgumentMatcher<Object> implements Serializable { class
19 public Same(Object wanted) { 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/clang/lib/AST/
DASTDiagnostic.cpp498 bool Same; member
507 ToDefault(false), Same(false) {} in DiffNode()
573 void SetSame(bool Same) { in SetSame() argument
574 FlatTree[CurrentNode].Same = Same; in SetSame()
677 return FlatTree[ReadNode].Same; in NodeIsSame()
1493 bool FromDefault, bool ToDefault, bool Same) { in PrintTypeNames() argument
1497 if (Same) { in PrintTypeNames()
1546 bool ToNullPtr, bool FromDefault, bool ToDefault, bool Same) { in PrintExpr() argument
1549 if (Same) { in PrintExpr()
1585 bool FromDefault, bool ToDefault, bool Same) { in PrintTemplateTemplate() argument
[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.cpp94 bool Same = true; in LookForIdenticalPHI() local
99 Same = false; in LookForIdenticalPHI()
103 if (Same) in LookForIdenticalPHI()
/external/iptables/extensions/
Dlibxt_helper.man10 Same rules apply for other conntrack-helpers.
/external/pcre/dist/
Dpcre.h.in185 #define PCRE_ERROR_BADUTF8 (-10) /* Same for 8/16/32 */
186 #define PCRE_ERROR_BADUTF16 (-10) /* Same for 8/16/32 */
187 #define PCRE_ERROR_BADUTF32 (-10) /* Same for 8/16/32 */
188 #define PCRE_ERROR_BADUTF8_OFFSET (-11) /* Same for 8/16 */
189 #define PCRE_ERROR_BADUTF16_OFFSET (-11) /* Same for 8/16 */
204 #define PCRE_ERROR_SHORTUTF16 (-25) /* Same for 8/16 */
387 /* Same structure as above, but with 16 bit char pointers. */
400 /* Same structure as above, but with 32 bit char pointers. */
438 /* Same structure as above, but with 16 bit char pointers. */
460 /* Same structure as above, but with 32 bit char pointers. */
Dpcre.h.generic185 #define PCRE_ERROR_BADUTF8 (-10) /* Same for 8/16/32 */
186 #define PCRE_ERROR_BADUTF16 (-10) /* Same for 8/16/32 */
187 #define PCRE_ERROR_BADUTF32 (-10) /* Same for 8/16/32 */
188 #define PCRE_ERROR_BADUTF8_OFFSET (-11) /* Same for 8/16 */
189 #define PCRE_ERROR_BADUTF16_OFFSET (-11) /* Same for 8/16 */
204 #define PCRE_ERROR_SHORTUTF16 (-25) /* Same for 8/16 */
387 /* Same structure as above, but with 16 bit char pointers. */
400 /* Same structure as above, but with 32 bit char pointers. */
438 /* Same structure as above, but with 16 bit char pointers. */
460 /* Same structure as above, but with 32 bit char pointers. */
/external/skia/tools/
Dvalgrind.supp115 #Same root cause as font_config_bug_2.
126 #Same root cause as font_config_bug_2.
/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/markdown/MarkdownTest/Tests_2007/
DLinks, reference style.text53 [Same with [this].]
DOrdered and unordered lists.text113 Same thing but with paragraphs:
/external/llvm/test/CodeGen/SystemZ/
Dbranch-08.ll29 ; Same again with a fused compare and branch.
/external/lzma/
D7zFormat.txt77 (Same as in AdditionalStreams)
94 (Same as in AdditionalStreams)
/external/llvm/test/Transforms/ObjCARC/
Dpost-inlining.ll22 ; Same as test0, but with slightly different use arrangements.
/external/llvm/test/CodeGen/Thumb2/
Dinflate-regs.ll26 ; Same thing, but across basic blocks.
/external/llvm/test/CodeGen/X86/
Dstatepoint-forward.ll40 ;; Same as above, but forwarding from a store
86 ;; Same as above, but forwarding from a store
Dfmul-combines.ll73 ; Same as above, but reverse operands to make sure non-canonical form is also handled.
124 ; Same as above, but verify that non-splat vectors are handled correctly too.
/external/llvm/test/Transforms/SLPVectorizer/X86/
Dbad_types.ll26 ; Same as @test1 but using phi-input vectorization instead of store
/external/llvm/lib/Target/Sparc/
DREADME.txt41 * Same as above, but emit conditional move on register zero (p192) in V9
/external/llvm/test/MC/Disassembler/AArch64/
Darm64-basic-a64-undefined.txt27 # Same with FCVTZS and FCVTZU.
/external/llvm/test/tools/llvm-cov/
Dllvm-cov.test18 # Same, but specifying the object directory
51 # Don't preserve paths. Same results as preserve paths, but no mangling.
/external/llvm/include/llvm/Target/
DTargetCallingConv.td83 /// CCAssignToRegWithShadow - Same as CCAssignToReg, but with list of registers
100 /// CCAssignToStackWithShadow - Same as CCAssignToStack, but with a list of

123456789