Searched refs:Same (Results 1 - 25 of 32) sorted by relevance

12

/external/easymock/src/org/easymock/internal/matchers/
H A DSame.java23 public class Same implements IArgumentMatcher, Serializable { class in inherits:IArgumentMatcher,Serializable
29 public Same(Object expected) { method in class:Same
/external/mockito/src/org/mockito/internal/matchers/
H A DSame.java14 public class Same extends ArgumentMatcher<Object> implements Serializable { class in inherits:ArgumentMatcher,Serializable
19 public Same(Object wanted) { method in class:Same
/external/markdown/MarkdownTest/Tests_2004/
H A DOrdered and unordered lists.text113 Same thing but with paragraphs:
/external/markdown/MarkdownTest/Tests_2007/
H A DOrdered and unordered lists.text113 Same thing but with paragraphs:
/external/markdown/tests/markdown-test/
H A Dordered-and-unordered-list.txt113 Same thing but with paragraphs:
/external/llvm/lib/CodeGen/
H A DMachineSSAUpdater.cpp94 bool Same = true; local
99 Same = false;
103 if (Same)
/external/clang/lib/AST/
H A DASTDiagnostic.cpp243 continue; // Same types
246 continue; // Same canonical types
559 /// Same - Whether the two arguments evaluate to the same value.
560 bool Same; member in struct:__anon964::TemplateDiff::DiffTree::DiffNode
569 ToDefault(false), Same(false) {}
635 void SetSame(bool Same) { argument
636 FlatTree[CurrentNode].Same = Same;
739 return FlatTree[ReadNode].Same;
1555 bool FromDefault, bool ToDefault, bool Same) {
1554 PrintTypeNames(QualType FromType, QualType ToType, bool FromDefault, bool ToDefault, bool Same) argument
1607 PrintExpr(const Expr *FromExpr, const Expr *ToExpr, bool FromNullPtr, bool ToNullPtr, bool FromDefault, bool ToDefault, bool Same) argument
1646 PrintTemplateTemplate(TemplateDecl *FromTD, TemplateDecl *ToTD, bool FromDefault, bool ToDefault, bool Same) argument
1679 PrintAPSInt(llvm::APSInt FromInt, llvm::APSInt ToInt, bool IsValidFromInt, bool IsValidToInt, Expr *FromExpr, Expr *ToExpr, bool FromDefault, bool ToDefault, bool Same) argument
1754 PrintValueDecl(ValueDecl *FromValueDecl, ValueDecl *ToValueDecl, bool FromAddressOf, bool ToAddressOf, bool FromNullPtr, bool ToNullPtr, bool FromDefault, bool ToDefault, bool Same) argument
[all...]
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-indic-machine.rl40 # Same order as enum indic_category_t. Not sure how to avoid duplication.
H A Dhb-ot-shape-complex-myanmar-machine.rl40 # Same order as enum myanmar_category_t. Not sure how to avoid duplication.
H A Dhb-ot-shape-complex-use-machine.rl42 # Same order as enum use_category_t. Not sure how to avoid duplication.
/external/junit/
H A DAndroid.mk134 # Same as above, but does not statically link in dependencies
146 # Same as above, but for host dalvik. However, since we don't have
/external/bison/data/
H A Dglr.c79 # Same as above, but on the lookahead, hence &yylloc instead of yylocp.
87 # Same as b4_yyerror_args, but with a leading comma.
94 # Same as above, but on the lookahead, hence &yylloc instead of yylocp.
/external/jemalloc/include/jemalloc/internal/
H A Dsize_classes.sh211 * lg_delta_lookup: Same as lg_delta if a lookup table size class, 'no'
/external/llvm/lib/Analysis/
H A DCFLAliasAnalysis.cpp111 enum class Level { Same, Above, Below }; member in class:__anon11697::Level
262 return Level::Same;
777 return Level::Same;
957 case Level::Same:
/external/mockito/src/org/mockito/
H A DMatchers.java631 return (T) reportMatcher(new Same(value)).<T>returnFor(value);
/external/v8/test/unittests/compiler/
H A Dregister-allocator-unittest.cc117 auto ipp = EmitOI(Same(), Reg(phi), Use(DefineConstant()));
286 auto result = EmitOI(Same(), Reg(phis[i]), Use(constant));
H A Dinstruction-sequence-unittest.h59 static TestOperand Same() { return TestOperand(kSameAsFirst, VReg()); } function in class:v8::internal::compiler::InstructionSequenceTest
/external/easymock/src/org/easymock/
H A DEasyMock.java1406 reportMatcher(new Same(value));
/external/mesa3d/docs/
H A DMESA_texture_signed_rgba.spec76 RESOLVED: NO. Same enums as those used in OpenGL 3.1.
81 RESOLVED: Same as described in issue 5) of
125 RESOLVED: Same as described in issue 6) of
/external/guice/extensions/persist/lib/
H A Deasymock.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/easymock/ org/easymock/AbstractMatcher.class AbstractMatcher. ...
/external/guice/lib/build/
H A Deasymock.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/easymock/ org/easymock/AbstractMatcher.class AbstractMatcher. ...
/external/clang/include/clang/AST/
H A DDecl.h1269 void setPreviousDeclInSameBlockScope(bool Same) {
1271 NonParmVarDeclBits.PreviousDeclInSameBlockScope = Same;
/external/curl/projects/
H A Dgenerate.bat27 rem that only contains errorlevel when %ERRORLEVEL% is not set. Same for %CD%.
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dx86inc.asm123 ; Same, but if it doesn't pop anything it becomes a 2-byte ret, for athlons
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp4961 bool Same = Context.hasSameType(LTy, RTy); local
4962 if (Same && LVK == RVK && LVK != VK_RValue &&
4975 if (!Same && (LTy->isRecordType() || RTy->isRecordType())) {

Completed in 6523 milliseconds

12