HomeSort by relevance Sort by last modified time
    Searched refs:Same (Results 1 - 25 of 68) sorted by null

1 2 3

  /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/extensions/renderer/resources/
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/llvm/lib/CodeGen/
MachineSSAUpdater.cpp 94 bool Same = true;
99 Same = false;
103 if (Same)
126 /// GetValueInMiddleOfBlock is the same as GetValueAtEndOfBlock except in one
177 // Otherwise, if all the merged values are the same, just use it.
  /external/chromium_org/v8/test/mjsunit/harmony/
block-conflicts.js 104 // Same level.
114 // 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
regress-latin-1.js 37 // Same test but for all values in Latin-1 range.
  /external/clang/lib/AST/
ASTDiagnostic.cpp 155 /// 4) Two different types within the same diagnostic have the same output
179 continue; // Same types
182 continue; // Same canonical types
498 /// Same - Whether the two arguments evaluate to the same value.
499 bool Same;
507 ToDefault(false), Same(false) {}
572 /// SetSame - Sets the same flag of the current node.
573 void SetSame(bool Same) {
    [all...]
  /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...]
  /external/chromium_org/chrome/browser/resources/
components.js 12 * Same expected format as returnComponentsData().
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
folder_shortcuts_data_model.js 248 // Same item check: must be exact match.
261 // Same item check: must be exact match.
270 * or after or is the same as the other entry in sort order.
285 * Adds the given item to the array. If there were already same item in the
300 * Adds the given item to the array. If there were already same item in the
314 // Same item check: must be exact match.
362 // Same item check: must be exact match.
  /external/jemalloc/include/jemalloc/internal/
size_classes.sh 197 * lg_delta_lookup: Same as lg_delta if a lookup table size class, 'no'
  /external/mockito/src/org/mockito/
Matchers.java 39 * E.g: (example shows verification but the same applies to stubbing):
620 * Object argument that is the same as the given value.
630 public static <T> T same(T value) { method in class:Matchers
631 return (T) reportMatcher(new Same(value)).<T>returnFor(value);
  /external/protobuf/python/google/protobuf/internal/
text_format_test.py 273 """Same as assertRaises, but also compares the exception message."""
  /external/chromium_org/v8/test/mjsunit/
substr.js 121 // Same with two-byte strings

Completed in 5540 milliseconds

1 2 3