/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/ |
ListWithOffScreenNextSelectableTest.java | 67 assertEquals("expecting view to be panned to just above fading edge",
|
/frameworks/base/rs/java/android/renderscript/ |
ProgramFragment.java | 33 * GLSL code. For example, if the fragment program is expecting a varying input called
|
/frameworks/compile/slang/ |
slang_bitcode_gen.cpp | 46 // which is either ahead or behind the version it is expecting it will
|
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/ |
ExpressionParser.java | 87 "Inconsistent exit from context. Received %s, expecting %s",
|
/libcore/luni/src/test/java/libcore/java/lang/reflect/ |
OldAndroidArrayTest.java | 109 fail("expecting bad cast");
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/ |
ViewUtil.java | 44 throw new IllegalStateException("Expecting view's width to be a constant rather " +
|
/packages/apps/PhoneCommon/src/com/android/phone/common/util/ |
ViewUtil.java | 46 throw new IllegalStateException("Expecting view's width to be a constant rather " +
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
EvenMoreAsserts.java | 48 // and, if we are expecting an AssertionError or AssertionFailedError (depending on
|
/prebuilts/go/darwin-x86/src/database/sql/ |
convert_test.go | 238 t.Errorf("expecting not null") 241 t.Errorf("expecting foo; got %q", ns.String) 245 t.Errorf("expecting null on nil") 248 t.Errorf("expecting blank on nil; got %q", ns.String)
|
/prebuilts/go/linux-x86/src/database/sql/ |
convert_test.go | 238 t.Errorf("expecting not null") 241 t.Errorf("expecting foo; got %q", ns.String) 245 t.Errorf("expecting null on nil") 248 t.Errorf("expecting blank on nil; got %q", ns.String)
|
/system/core/fastboot/ |
socket_mock.h | 49 // Example: testing sending "foo" and expecting "bar", but receiving "baz" instead.
|
/system/extras/tests/net_test/ |
forwarding_test.py | 68 self.ExpectPacketOn(netid, msg + ": expecting %s after close" % desc, fin)
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t052import.py | [all...] |
t057autoAST.py | 679 expecting = "id list=[a,b],a b" 680 self.assertEquals(expecting, found) 697 expecting = "id list=[a,b],(a b)" 698 self.assertEquals(expecting, found) 849 self.assertEquals(["line 1:4 extraneous input u'34' expecting ID"], 888 self.assertEquals(["line 1:0 mismatched input u'x' expecting set None"], errors) 921 self.assertEquals(["line 1:3 mismatched input '<EOF>' expecting INT"], errors) 940 self.assertEquals(["line 1:4 extraneous input u'ick' expecting INT"],
|
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
TestAutoAST.java | 530 String expecting = "id list=[[@0,0:0='a',<4>,1:0], [@2,2:2='b',<4>,1:2]];a b\n"; local 531 assertEquals(expecting, found); 546 String expecting = "id list=[[@0,0:0='a',<4>,1:0], [@2,2:2='b',<4>,1:2]];(a b)\n"; local 547 assertEquals(expecting, found); 676 assertEquals("line 1:4 extraneous input '34' expecting ID\n", this.stderrDuringParse); 708 assertEquals("line 1:0 mismatched input 'x' expecting set null\n", this.stderrDuringParse); 737 assertEquals("line 1:3 mismatched input '<EOF>' expecting INT\n", this.stderrDuringParse); 753 assertEquals("line 1:4 extraneous input 'ick' expecting INT\n", this.stderrDuringParse);
|
TestCompositeGrammars.java | 787 boolean expecting = true; // should be ok 788 assertEquals(expecting, ok); 850 boolean expecting = true; // should be ok 851 assertEquals(expecting, ok); 950 boolean expecting = true; // should be ok 951 assertEquals(expecting, ok); [all...] |
/external/clang/docs/analyzer/ |
DebugChecks.rst | 103 least once (by passing 'true' and expecting a warning), or to assert that a 104 function is never inlined (by passing 'false' and expecting no warning). The
|
/external/clang/test/SemaCXX/ |
warn-undefined-bool-conversion.cpp | 109 assert(&x && "Expecting valid reference"); 117 assert(this && "Expecting invalid reference");
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
HexagonInstPrinter.cpp | 176 assert(MI->getOperand(OpNo).isExpr() && "Expecting expression"); 183 assert(MI->getOperand(OpNo).isExpr() && "Expecting expression");
|
/external/protobuf/src/google/protobuf/compiler/javanano/ |
javanano_generator.cc | 117 *error = "Bad java_package, expecting filename|PackageName found '" 127 "expecting filename|ClassName found '"
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
producer_fec_unittest.cc | 117 producer_->SetFecParameters(¶ms, 0); // Expecting one FEC packet. 157 producer_->SetFecParameters(¶ms, 0); // Expecting one FEC packet.
|
/prebuilts/go/darwin-x86/src/net/http/httputil/ |
dump_test.go | 169 t.Errorf("DumpRequest %d, expecting:\n%s\nGot:\n%s\n", i, tt.WantDump, string(dump)) 182 t.Errorf("DumpRequestOut %d, expecting:\n%s\nGot:\n%s\n", i, tt.WantDumpOut, string(dump))
|
/prebuilts/go/linux-x86/src/net/http/httputil/ |
dump_test.go | 169 t.Errorf("DumpRequest %d, expecting:\n%s\nGot:\n%s\n", i, tt.WantDump, string(dump)) 182 t.Errorf("DumpRequestOut %d, expecting:\n%s\nGot:\n%s\n", i, tt.WantDumpOut, string(dump))
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/ |
ITreeNodeStreamFixture.cs | 390 String expecting = " 101 2 102 2 103 3 104 2 105 3 106 2 107 3 108 109 3"; 392 Assert.AreEqual(expecting, found); 575 String expecting = buf.ToString(); 577 Assert.AreEqual(expecting, found); 579 expecting = buf2.ToString(); 581 Assert.AreEqual(expecting, found);
|
/external/bison/tests/ |
java.at | 292 [1.3: syntax error, unexpected '/', expecting number or '-' or '(' or '!']) 322 [1.2: syntax error, unexpected ')', expecting number or '-' or '(' or '!' 323 1.11: syntax error, unexpected ')', expecting number or '-' or '(' or '!' 324 1.14: syntax error, unexpected '*', expecting number or '-' or '(' or '!' 325 1.24: syntax error, unexpected '*', expecting number or '-' or '(' or '!' 334 [1.3: syntax error, unexpected '*', expecting number or '-' or '(' or '!'
|