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

1 2

  /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/webkit/Tools/Scripts/
sunspider-compare-results 53 --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
run-sunspider 65 --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/
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/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 62 --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/
ASTDiagnostic.cpp 149 /// 4) Two different types within the same diagnostic have the same output
174 continue; // Same types
177 continue; // Same canonical types
436 /// Same - Whether the two arguments evaluate to the same value.
437 bool Same;
442 FromDefault(false), ToDefault(false), Same(false) { }
483 /// SetSame - Sets the same flag of the current node.
484 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/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
  /dalvik/vm/compiler/template/mips/
TEMPLATE_STRING_COMPARETO.S 6 * same and positive if >.
19 subu v0, a0, a1 # Same?
  /external/bison/data/
glr.c 70 # 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.
    [all...]
  /external/protobuf/python/google/protobuf/internal/
text_format_test.py 273 """Same as assertRaises, but also compares the exception message."""
  /external/libvpx/vp8/common/arm/neon/
loopfiltersimplehorizontaledge_neon.asm 20 ;for flimit. Same way applies to limit and thresh.
loopfiltersimpleverticaledge_neon.asm 20 ;for flimit. Same way applies to limit and thresh.
  /external/v8/test/mjsunit/
substr.js 121 // Same with two-byte strings
string-slices.js 113 // Same with two-byte strings
  /external/easymock/src/org/easymock/
EasyMock.java 1405 public static <T> T same(T value) { method in class:EasyMock
    [all...]
  /external/mesa3d/docs/
MESA_texture_signed_rgba.spec 49 It is usually possible to get the same functionality
76 RESOLVED: NO. Same enums as those used in OpenGL 3.1.
81 RESOLVED: Same as described in issue 5) of
104 This is the same mapping as OpenGL 3.1 uses.
125 RESOLVED: Same as described in issue 6) of
180 same behaviour as in OpenGL 3.1.
  /external/oprofile/utils/
opcontrol 170 kernel: same as library, plus kernel profiles
191 kernel). Same rules as defined for
194 Same rules as defined for buffer-size.
1179 # are from the same group.
1189 # events. All events must have the same mmcrx values i.e. be in
1190 # the same group. Only one event is assigned per counter,
1197 # make sure all events are from the same group
1201 echo "ERROR: The specified events are not from the same group."
1222 # the same time. SPU event can not be measured
1223 # at the same time as any other event. Similarly fo
    [all...]
  /external/chromium/net/data/proxy_resolver_v8_unittest/
pac_library_unittest.js 97 // Same-valued IP addresses (also tests stability).

Completed in 1191 milliseconds

1 2