/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/mockito/src/org/mockito/internal/matchers/ |
D | Same.java | 14 public class Same extends ArgumentMatcher<Object> implements Serializable { class 19 public Same(Object wanted) { 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/clang/lib/AST/ |
D | ASTDiagnostic.cpp | 498 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/ |
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/llvm/lib/CodeGen/ |
D | MachineSSAUpdater.cpp | 94 bool Same = true; in LookForIdenticalPHI() local 99 Same = false; in LookForIdenticalPHI() 103 if (Same) in LookForIdenticalPHI()
|
/external/iptables/extensions/ |
D | libxt_helper.man | 10 Same rules apply for other conntrack-helpers.
|
/external/pcre/dist/ |
D | pcre.h.in | 185 #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. */
|
D | pcre.h.generic | 185 #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/ |
D | valgrind.supp | 115 #Same root cause as font_config_bug_2. 126 #Same root cause as font_config_bug_2.
|
/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/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/llvm/test/CodeGen/SystemZ/ |
D | branch-08.ll | 29 ; Same again with a fused compare and branch.
|
/external/lzma/ |
D | 7zFormat.txt | 77 (Same as in AdditionalStreams) 94 (Same as in AdditionalStreams)
|
/external/llvm/test/Transforms/ObjCARC/ |
D | post-inlining.ll | 22 ; Same as test0, but with slightly different use arrangements.
|
/external/llvm/test/CodeGen/Thumb2/ |
D | inflate-regs.ll | 26 ; Same thing, but across basic blocks.
|
/external/llvm/test/CodeGen/X86/ |
D | statepoint-forward.ll | 40 ;; Same as above, but forwarding from a store 86 ;; Same as above, but forwarding from a store
|
D | fmul-combines.ll | 73 ; 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/ |
D | bad_types.ll | 26 ; Same as @test1 but using phi-input vectorization instead of store
|
/external/llvm/lib/Target/Sparc/ |
D | README.txt | 41 * Same as above, but emit conditional move on register zero (p192) in V9
|
/external/llvm/test/MC/Disassembler/AArch64/ |
D | arm64-basic-a64-undefined.txt | 27 # Same with FCVTZS and FCVTZU.
|
/external/llvm/test/tools/llvm-cov/ |
D | llvm-cov.test | 18 # Same, but specifying the object directory 51 # Don't preserve paths. Same results as preserve paths, but no mangling.
|
/external/llvm/include/llvm/Target/ |
D | TargetCallingConv.td | 83 /// CCAssignToRegWithShadow - Same as CCAssignToReg, but with list of registers 100 /// CCAssignToStackWithShadow - Same as CCAssignToStack, but with a list of
|