Searched refs:Same (Results 1 - 25 of 28) 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/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-sea-machine.rl40 # Same order as enum sea_category_t. Not sure how to avoid duplication.
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.
/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.cpp179 continue; // Same types
182 continue; // Same canonical types
497 /// Same - Whether the two arguments evaluate to the same value.
498 bool Same; member in struct:__anon811::TemplateDiff::DiffTree::DiffNode
507 ToDefault(false), Same(false) {}
573 void SetSame(bool Same) { argument
574 FlatTree[CurrentNode].Same = Same;
677 return FlatTree[ReadNode].Same;
1493 bool FromDefault, bool ToDefault, bool Same) {
1492 PrintTypeNames(QualType FromType, QualType ToType, bool FromDefault, bool ToDefault, bool Same) argument
1545 PrintExpr(const Expr *FromExpr, const Expr *ToExpr, bool FromNullPtr, bool ToNullPtr, bool FromDefault, bool ToDefault, bool Same) argument
1584 PrintTemplateTemplate(TemplateDecl *FromTD, TemplateDecl *ToTD, bool FromDefault, bool ToDefault, bool Same) argument
1617 PrintAPSInt(llvm::APSInt FromInt, llvm::APSInt ToInt, bool IsValidFromInt, bool IsValidToInt, Expr *FromExpr, Expr *ToExpr, bool FromDefault, bool ToDefault, bool Same) argument
1692 PrintValueDecl(ValueDecl *FromValueDecl, ValueDecl *ToValueDecl, bool FromAddressOf, bool ToAddressOf, bool FromNullPtr, bool ToNullPtr, bool FromDefault, bool ToDefault, bool Same) argument
[all...]
/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.sh207 * lg_delta_lookup: Same as lg_delta if a lookup table size class, 'no'
/external/llvm/lib/Analysis/
H A DCFLAliasAnalysis.cpp101 enum class Level { Same, Above, Below }; member in class:__anon10333::Level
368 return Level::Same;
857 return Level::Same;
1038 case Level::Same:
/external/mockito/src/org/mockito/
H A DMatchers.java631 return (T) reportMatcher(new Same(value)).<T>returnFor(value);
/external/junit/
H A DAndroid.mk133 # Same as above, but does not statically link in dependencies
/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/clang/include/clang/AST/
H A DDecl.h1217 void setPreviousDeclInSameBlockScope(bool Same) {
1218 VarDeclBits.PreviousDeclInSameBlockScope = Same;
/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.cpp4637 bool Same = Context.hasSameType(LTy, RTy); local
4638 if (Same && LVK == RVK && LVK != VK_RValue &&
4651 if (!Same && (LTy->isRecordType() || RTy->isRecordType())) {
/external/blktrace/doc/
H A Dblktrace.tex548 \item[F -- front merge] Same as the back merge, except this io ends
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas84 /// not pure input indexes. Same for tree node streams. */
6012 Disjoint, Same: Boolean;
6048 Same := (PrevROp.Index = ROp.Index) and (PrevROp.LastIndex = ROp.LastIndex);
6049 if (not Disjoint) and (not Same) then
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/bison/build-aux/
H A Dtexinfo.tex6189 % Same as \defaultparindent.
9909 % Same as above, but check for italic font. Actually this also catches
9995 % Same as @turnoffactive except outputs \ as {\tt\char`\\} instead of
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...

Completed in 871 milliseconds

12