/external/easymock/src/org/easymock/internal/matchers/ |
Same.java | 23 public class Same implements IArgumentMatcher, Serializable {
29 public Same(Object expected) {
38 buffer.append("same(");
|
/external/mockito/src/org/mockito/internal/matchers/ |
Same.java | 14 public class Same extends ArgumentMatcher<Object> implements Serializable { 19 public Same(Object wanted) { 28 description.appendText("same(");
|
/external/markdown/MarkdownTest/Tests_2004/ |
Ordered and unordered lists.text | 113 Same thing but with paragraphs:
|
/external/markdown/MarkdownTest/Tests_2007/ |
Ordered and unordered lists.text | 113 Same thing but with paragraphs:
|
/external/markdown/tests/markdown-test/ |
ordered-and-unordered-list.txt | 113 Same thing but with paragraphs:
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
storage_area.js | 21 // even generate) for other APIs that need to do this. Same for other
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/ |
sunspider-compare-results | 43 --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
|
sunspider | 58 --ubench Use microbenchmark suite instead of regular tests. Same as --suite=ubench 59 --v8-suite Use the V8 benchmark suite. Same as --suite=v8-v4 60 --parse-only Use the parse-only benchmark suite. Same as --suite=parse-only
|
/external/harfbuzz_ng/src/ |
hb-ot-shape-complex-sea-machine.rl | 40 # Same order as enum sea_category_t. Not sure how to avoid duplication.
|
hb-ot-shape-complex-indic-machine.rl | 40 # Same order as enum indic_category_t. Not sure how to avoid duplication.
|
hb-ot-shape-complex-myanmar-machine.rl | 40 # Same order as enum myanmar_category_t. Not sure how to avoid duplication.
|
/external/clang/lib/AST/ |
ASTDiagnostic.cpp | 148 /// 4) Two different types within the same diagnostic have the same output 173 continue; // Same types 176 continue; // Same canonical types 468 /// Same - Whether the two arguments evaluate to the same value. 469 bool Same; 476 FromDefault(false), ToDefault(false), Same(false) { } 541 /// SetSame - Sets the same flag of the current node. 542 void SetSame(bool Same) { [all...] |
/external/llvm/lib/CodeGen/ |
MachineSSAUpdater.cpp | 92 bool Same = true; 97 Same = false; 101 if (Same) 124 /// GetValueInMiddleOfBlock is the same as GetValueAtEndOfBlock except in one 175 // Otherwise, if all the merged values are the same, just use it.
|
/dalvik/vm/compiler/template/armv5te/ |
TEMPLATE_STRING_COMPARETO.S | 6 * same and positive if >. 20 subs r0, r2, r1 @ Same?
|
/external/chromium_org/v8/test/mjsunit/harmony/ |
block-conflicts.js | 105 // Same level. 115 // Same level.
|
module-recompile.js | 61 // Same test with loop inside a module.
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-406.js | 46 // Same with just the left operand constant. 60 // Same with just the right operand constant.
|
regress-675.js | 46 // Same test, but test that the global property cell is also checked
|
/external/v8/test/mjsunit/harmony/ |
block-conflicts.js | 104 // Same level. 114 // Same level.
|
/external/v8/test/mjsunit/regress/ |
regress-406.js | 46 // Same with just the left operand constant. 60 // Same with just the right operand constant.
|
regress-675.js | 46 // Same test, but test that the global property cell is also checked
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ |
folder_shortcuts_data_model.js | 62 // Same item check: must be exact match. 122 // Same item check: must be exact match. 132 * or after or is the same as the other string in sort order. 146 * Adds the given item to the array. If there were already same item in the 157 // Same item check: must be exact match. 191 // Same item check: must be exact match.
|
/dalvik/vm/compiler/template/mips/ |
TEMPLATE_STRING_COMPARETO.S | 6 * same and positive if >. 19 subu v0, a0, a1 # Same?
|
/external/chromium_org/chrome/browser/resources/ |
components.js | 12 * Same expected format as returnComponentsData().
|
/external/bison/data/ |
glr.c | 79 # 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. [all...] |