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

1 2 3 4

  /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(");
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
vfp-bad_t2.s 2 @ Same as vfp-bad.s, but for Thumb-2
vfp2_t2.s 2 @ Same as vfp2.s, but for Thumb-2
arm-it-auto.s 30 @Same, reverted condition:
108 @Same here:
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
aix-weak-1a.s 12 # Same again, with weak common symbols
aix-weak-1b.s 12 # Same again, with weak common symbols
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/sh64/
rel-1.s 2 ! strange. Reference from same and other file to .text and .data in
6 ! 1 - Same file and section.
7 ! 2 - Same file, different section.
8 ! 3 - Other file, same section.
rel-2.s 4 ! 1 - Same file and section.
5 ! 2 - Same file, different section.
6 ! 3 - Other file, same section.
shdl-1.s 7 ! the same section. The implementation is currently indifferent to that
10 ! * The above with reference from same *and* other file.
27 ! Referenced from the same file, same section, is ISA32, only referenced
34 ! Referenced from same file, same section, both with and without
42 ! Same as above, but in different order.
49 ! Referenced from this file and another, same section, is ISA32.
55 ! Same as above, different section than definition.
80 ! Same as above, mixing references from same and other section
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/d30v/
guard-debug.s 0 # Same as guard.s but here we are testing debug (-g) assembly
  /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/v8/test/mjsunit/es6/
block-conflicts.js 99 // Same level.
116 // Same level.
132 // Same level.
151 // Same level.
  /external/v8/test/mjsunit/harmony/
block-conflicts-sloppy.js 101 // Same level.
118 // Same level.
134 // Same level.
153 // Same level.
module-recompile.js 61 // Same test with loop inside a module.
  /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/clang/lib/AST/
ASTDiagnostic.cpp 219 /// 4) Two different types within the same diagnostic have the same output
243 continue; // Same types
246 continue; // Same canonical types
559 /// Same - Whether the two arguments evaluate to the same value.
560 bool Same;
569 ToDefault(false), Same(false) {}
634 /// SetSame - Sets the same flag of the current node.
635 void SetSame(bool Same) {
    [all...]
  /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/harfbuzz_ng/src/
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.
hb-ot-shape-complex-use-machine.rl 42 # Same order as enum use_category_t. Not sure how to avoid duplication.
  /external/junit/
Android.mk 76 # build a core-junit-hostdex jar that contains exactly the same classes
134 # Same as above, but does not statically link in dependencies
146 # Same as above, but for host dalvik. However, since we don't have

Completed in 519 milliseconds

1 2 3 4