Searched refs:Same (Results 1 - 25 of 26) 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/webkit/Tools/Scripts/
H A Dsunspider-compare-results53 --ubench Use microbenchmark suite instead of regular tests. Same as --suite=ubench
54 --v8-suite Use the V8 benchmark suite. Same as --suite=v8-v4
55 --parse-only Use the parse-only benchmark suite. Same as --suite=parse-only
H A Drun-sunspider65 --ubench Use microbenchmark suite instead of regular tests. Same as --suite=ubench
66 --v8-suite Use the V8 benchmark suite. Same as --suite=v8-v4
67 --parse-only Use the parse-only benchmark suite. Same as --suite=parse-only
/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/webkit/PerformanceTests/SunSpider/
H A Dsunspider-compare-results43 --ubench Use microbenchmark suite instead of regular tests. Same as --suite=ubench
44 --v8-suite Use the V8 benchmark suite. Same as --suite=v8-v4
H A Dsunspider62 --ubench Use microbenchmark suite instead of regular tests. Same as --suite=ubench
63 --v8-suite Use the V8 benchmark suite. Same as --suite=v8-v4
64 --parse-only Use the parse-only benchmark suite. Same as --suite=parse-only
/external/clang/lib/AST/
H A DASTDiagnostic.cpp174 continue; // Same types
177 continue; // Same canonical types
436 /// Same - Whether the two arguments evaluate to the same value.
437 bool Same; member in struct:__anon3470::TemplateDiff::DiffTree::DiffNode
442 FromDefault(false), ToDefault(false), Same(false) { }
484 void SetSame(bool Same) { argument
485 FlatTree[CurrentNode].Same = Same;
580 return FlatTree[ReadNode].Same;
1082 bool FromDefault, bool ToDefault, bool Same) {
1081 PrintTypeNames(QualType FromType, QualType ToType, bool FromDefault, bool ToDefault, bool Same) argument
1123 PrintExpr(const Expr *FromExpr, const Expr *ToExpr, bool FromDefault, bool ToDefault, bool Same) argument
1157 PrintTemplateTemplate(TemplateDecl *FromTD, TemplateDecl *ToTD, bool FromDefault, bool ToDefault, bool Same) argument
[all...]
/external/llvm/lib/CodeGen/
H A DMachineSSAUpdater.cpp92 bool Same = true; local
97 Same = false;
101 if (Same)
/external/bison/data/
H A Dglr.c70 # Same as above, but on the look-ahead, hence &yylloc instead of yylocp.
78 # Same as b4_yyerror_args, but with a leading comma.
85 # Same as above, but on the look-ahead, hence &yylloc instead of yylocp.
/external/libvpx/vp8/common/arm/neon/
H A Dloopfiltersimplehorizontaledge_neon.asm20 ;for flimit. Same way applies to limit and thresh.
H A Dloopfiltersimpleverticaledge_neon.asm20 ;for flimit. Same way applies to limit and thresh.
H A Dsixtappredict16x16_neon.asm43 ; applying 3rd filter coeff. Same applys to other filter functions.
/external/libvpx/examples/includes/geshi/geshi/
H A Dabap.php47 * style, but should be ignored. Same problem for all words!!! This is quite impossible to
/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/oprofile/utils/
H A Dopcontrol191 kernel). Same rules as defined for
194 Same rules as defined for buffer-size.
/external/libvpx/vp8/common/arm/armv6/
H A Dsimpleloopfilter_v6.asm59 ; for flimit. Same applies to limit. thresh is not used in simple looopfilter
H A Dloopfilter_v6.asm62 ;for flimit. Same way applies to limit and thresh.
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp4256 bool Same = Context.hasSameType(LTy, RTy); local
4257 if (Same && LVK == RVK && LVK != VK_RValue &&
4270 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/grub/docs/
H A Dtexinfo.tex4651 % Same as \defaultparindent.
6953 % Same as above, but check for italic font. Actually this also catches
7036 % Same as @turnoffactive except outputs \ as {\tt\char`\\} instead of
/external/e2fsprogs/lib/et/
H A Dtexinfo.tex949 % Same as \bigskipamount except no shrink.

Completed in 1916 milliseconds

12