Home
last modified time | relevance | path

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

12345678

/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/clang/lib/AST/
DASTDiagnostic.cpp437 bool Same; member
442 FromDefault(false), ToDefault(false), Same(false) { } in DiffNode()
484 void SetSame(bool Same) { in SetSame() argument
485 FlatTree[CurrentNode].Same = Same; in SetSame()
580 return FlatTree[ReadNode].Same; in NodeIsSame()
1082 bool FromDefault, bool ToDefault, bool Same) { in PrintTypeNames() argument
1086 if (Same) { in PrintTypeNames()
1124 bool FromDefault, bool ToDefault, bool Same) { in PrintExpr() argument
1127 if (Same) { in PrintExpr()
1158 bool FromDefault, bool ToDefault, bool Same) { in PrintTemplateTemplate() argument
[all …]
/external/llvm/test/Transforms/ObjCARC/
Dretain-block.ll27 ; Same as test0, but there's no copy_on_escape metadata, so there's no
42 ; Same as test0, but the pointer escapes, so there's no
58 ; Same as test0_escape, but there's no intervening call.
92 ; Same as test1, but there's no copy_on_escape metadata, so there's no
115 ; Same as test1, but the pointer escapes, so there's no
Dpost-inlining.ll22 ; Same as test0, but with slightly different use arrangements.
/external/llvm/lib/CodeGen/
DMachineSSAUpdater.cpp92 bool Same = true; in LookForIdenticalPHI() local
97 Same = false; in LookForIdenticalPHI()
101 if (Same) in LookForIdenticalPHI()
/external/iptables/extensions/
Dlibxt_helper.man10 Same rules apply for other conntrack-helpers.
/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/
DOrdered and unordered lists.text113 Same thing but with paragraphs:
DLinks, reference style.text53 [Same with [this].]
/external/bison/m4/
Dmbrtowc.m414 dnl Same as AC_FUNC_MBRTOWC in autoconf-2.60.
/external/clang/test/Analysis/
Dcasts.m16 // Test casts from void* to function pointers. Same issue as above:
/external/llvm/include/llvm/Target/
DTargetCallingConv.td75 /// CCAssignToRegWithShadow - Same as CCAssignToReg, but with list of registers
92 /// CCAssignToStackWithShadow - Same as CCAssignToStack, but with a register
/external/llvm/test/CodeGen/Thumb2/
Dinflate-regs.ll26 ; Same thing, but across basic blocks.
/external/llvm/lib/Target/Sparc/
DREADME.txt41 * Same as above, but emit conditional move on register zero (p192) in V9
/external/libvpx/vp8/common/arm/armv6/
Dsimpleloopfilter_v6.asm59 ; for flimit. Same applies to limit. thresh is not used in simple looopfilter
/external/llvm/test/Transforms/PhaseOrdering/
Dscev.ll38 ; Same thing as test1, but it is even more tempting to fold 2 * (%d /u 2)
/external/clang/test/CodeGenObjCXX/
Dproperty-reference.mm79 // Same as the previous test, but instantiation-dependent.
/external/clang/test/Index/
Dcomplete-natural.m36 // Same tests as above, but with completion caching.
/external/eigen/doc/
DAsciiQuickReference.txt7 Matrix<double, 3, 3> A; // Fixed rows and cols. Same as Matrix3d.
9 Matrix<double, Dynamic, Dynamic> C; // Full dynamic. Same as MatrixXd.
/external/llvm/lib/Target/ARM/
DARMInstrFormats.td167 // Same as cc_out except it defaults to setting CPSR.
424 // Same as I except it can optionally modify CPSR. Note it's modeled as an input
886 // ARMPat - Same as Pat<>, but requires that the compiler be in ARM mode.
1100 // Same as Thumb2I except it can optionally modify CPSR. Note it's modeled as an
1289 // Tv5Pat - Same as Pat<>, but requires V5T Thumb mode.
1294 // T1Pat - Same as Pat<>, but requires that the compiler be in Thumb1 mode.
1299 // T2v6Pat - Same as Pat<>, but requires V6T2 Thumb2 mode.
1304 // T2Pat - Same as Pat<>, but requires that the compiler be in Thumb2 mode.
1533 // Single precision unary, if no NEON. Same as ASuI except not available if
1568 // Single precision binary, if no NEON. Same as ASbI except not available if
[all …]
/external/icu4c/data/curr/
Dmk.txt680 "САД долар (Same day)",
/external/openssl/crypto/perlasm/
Dreadme35 &function_begin_B(name,extra) Same as norma function_begin but no pushing.
/external/llvm/test/CodeGen/X86/
Dclz.ll132 ; Same as ctlz_bsr, but ensure this happens even when there is a potential
/external/libvpx/vp8/common/arm/neon/
Dloopfiltersimplehorizontaledge_neon.asm20 ;for flimit. Same way applies to limit and thresh.

12345678