/external/gtest/test/ |
gtest_output_test_golden_lin.txt | 49 (expecting a failure that x should be 1) 56 (expecting a failure that x should be 1) 63 (expecting a failure on false) 71 (expecting 2 failures on (3) >= (a[i])) 165 (expecting 6 failures) 195 (expecting 5 failures) 214 (expecting 2 failures) 224 (expecting 4 failures) 240 (expecting 3 failures) 334 (expecting a failure [all...] |
gtest_output_test_.cc | 118 printf("(expecting a failure that x should be 1)\n"); 125 printf("(expecting a failure that x should be 1)\n"); 142 printf("(expecting a failure on false)\n"); 153 printf("(expecting 2 failures on (3) >= (a[i]))\n"); 298 printf("(expecting 6 failures)\n"); 349 printf("(expecting 5 failures)\n"); 374 printf("(expecting 2 failures)\n"); 414 printf("(expecting 4 failures)\n"); 439 printf("(expecting 3 failures)\n"); 621 printf("(expecting a failure)\n") [all...] |
/external/protobuf/gtest/test/ |
gtest_output_test_.cc | 92 printf("(expecting a failure that x should be 1)\n"); 99 printf("(expecting a failure that x should be 1)\n"); 116 printf("(expecting a failure on false)\n"); 127 printf("(expecting 2 failures on (3) >= (a[i]))\n"); 272 printf("(expecting 6 failures)\n"); 323 printf("(expecting 5 failures)\n"); 348 printf("(expecting 2 failures)\n"); 387 printf("(expecting 4 failures)\n"); 412 printf("(expecting 3 failures)\n"); 445 printf("(expecting a failure on thrown exception [all...] |
gtest_output_test_golden_lin.txt | 36 (expecting a failure that x should be 1) 43 (expecting a failure that x should be 1) 50 (expecting a failure on false) 58 (expecting 2 failures on (3) >= (a[i])) 152 (expecting 6 failures) 182 (expecting 5 failures) 201 (expecting 2 failures) 211 (expecting 4 failures) 227 (expecting 3 failures) 315 (expecting a failure [all...] |
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
gtest_output_test_golden_lin.txt | 49 (expecting a failure that x should be 1) 56 (expecting a failure that x should be 1) 63 (expecting a failure on false) 71 (expecting 2 failures on (3) >= (a[i])) 165 (expecting 6 failures) 195 (expecting 5 failures) 214 (expecting 2 failures) 224 (expecting 4 failures) 240 (expecting 3 failures) 334 (expecting a failure [all...] |
gtest_output_test_.cc | 118 printf("(expecting a failure that x should be 1)\n"); 125 printf("(expecting a failure that x should be 1)\n"); 142 printf("(expecting a failure on false)\n"); 153 printf("(expecting 2 failures on (3) >= (a[i]))\n"); 298 printf("(expecting 6 failures)\n"); 349 printf("(expecting 5 failures)\n"); 374 printf("(expecting 2 failures)\n"); 414 printf("(expecting 4 failures)\n"); 439 printf("(expecting 3 failures)\n"); 621 printf("(expecting a failure)\n") [all...] |
/ndk/sources/third_party/googletest/googletest/test/ |
gtest_output_test_golden_lin.txt | 49 (expecting a failure that x should be 1) 56 (expecting a failure that x should be 1) 63 (expecting a failure on false) 71 (expecting 2 failures on (3) >= (a[i])) 165 (expecting 6 failures) 195 (expecting 5 failures) 214 (expecting 2 failures) 224 (expecting 4 failures) 240 (expecting 3 failures) 334 (expecting a failure [all...] |
gtest_output_test_.cc | 118 printf("(expecting a failure that x should be 1)\n"); 125 printf("(expecting a failure that x should be 1)\n"); 142 printf("(expecting a failure on false)\n"); 153 printf("(expecting 2 failures on (3) >= (a[i]))\n"); 298 printf("(expecting 6 failures)\n"); 349 printf("(expecting 5 failures)\n"); 374 printf("(expecting 2 failures)\n"); 414 printf("(expecting 4 failures)\n"); 439 printf("(expecting 3 failures)\n"); 621 printf("(expecting a failure)\n") [all...] |
/external/valgrind/memcheck/tests/ |
leak-delta.stderr.exp | 0 expecting details 10 bytes reachable 7 expecting to have NO details 8 expecting details +10 bytes lost, +21 bytes reachable 19 expecting details +65 bytes reachable 25 expecting to have NO details 26 expecting details +10 bytes reachable 32 expecting details -10 bytes reachable, +10 bytes lost 43 expecting details -10 bytes lost, +10 bytes reachable 54 expecting details 32 (+32) bytes lost, 33 (-32) bytes reachable
|
/cts/tests/tests/net/src/android/net/rtp/cts/ |
AudioStreamTest.java | 55 fail("Expecting IllegalArgumentException"); 65 fail("Expecting IllegalArgumentException"); 82 fail("Expecting IllegalArgumentException");
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRUnwantedTokenException.m | 58 expecting = expected; 70 NSString *exp1 = [NSString stringWithFormat:@", expected %d", expecting]; 71 if ( expecting == ANTLRTokenTypeInvalid ) {
|
ANTLRMismatchedTokenException.m | 32 @synthesize expecting; 62 expecting = expectedTokenType; 73 expecting = expectedTokenType; 92 [desc appendFormat:@" expected:%d got:%d", expecting, [self unexpectedType]];
|
/external/srtp/crypto/test/ |
stat_driver.c | 56 printf("running stat_tests on all-null buffer, expecting failure\n"); 63 printf("running stat_tests on rand(), expecting success\n"); 68 printf("running stat_tests on AES-128-ICM, expecting success\n");
|
/external/google-breakpad/src/testing/gtest/test/ |
gtest_output_test_.cc | 106 printf("(expecting a failure that x should be 1)\n"); 113 printf("(expecting a failure that x should be 1)\n"); 130 printf("(expecting a failure on false)\n"); 141 printf("(expecting 2 failures on (3) >= (a[i]))\n"); 286 printf("(expecting 6 failures)\n"); 337 printf("(expecting 5 failures)\n"); 362 printf("(expecting 2 failures)\n"); 402 printf("(expecting 4 failures)\n"); 427 printf("(expecting 3 failures)\n"); 609 printf("(expecting a failure)\n") [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/ |
test-trees.rb | 23 expecting = '101' 27 found.should == expecting 29 expecting = '<UNKNOWN: 101>' 32 found.should == expecting 67 expecting = "101 102 103 104" 69 found.should == expecting 71 expecting = "<UNKNOWN: 101> <DOWN> <UNKNOWN: 102> <DOWN> <UNKNOWN: 103> <UP> <UNKNOWN: 104> <UP>" 73 found.should == expecting 90 expecting = '101 102 103 104 105' 92 found.should == expecting [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/token/ |
ANTLRCommonTokenTest.m | 36 STAssertNotNil(token.text, @"Token text was nil, was expecting <UP>"); 46 STAssertNotNil(token.text, @"Token text was nil, was expecting <UP>"); 57 STAssertNotNil(token.text, @"Token text was nil, was expecting ||"); 69 STAssertNotNil(token.text, @"Token text was nil, was expecting ||");
|
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
MissingTokenException.pm | 17 return $self->expecting;
|
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
TestSyntacticPredicateEvaluation.java | 55 String expecting = local 60 assertEquals(expecting, found); 64 expecting = 68 assertEquals(expecting, found); 72 expecting = 79 assertEquals(expecting, found); 104 String expecting = local 109 assertEquals(expecting, found); 113 expecting = 117 assertEquals(expecting, found) 226 String expecting = local 261 String expecting = \/\/ has no memoization local [all...] |
/external/autotest/client/site_tests/network_DestinationVerification/ |
control | 17 crypto-util interacts with OpenSSL and verifies that we're expecting the
|
/external/bison/runtime-po/ |
ast.po | 41 msgid "syntax error, unexpected %s, expecting %s" 46 msgid "syntax error, unexpected %s, expecting %s or %s" 51 msgid "syntax error, unexpected %s, expecting %s or %s or %s" 56 msgid "syntax error, unexpected %s, expecting %s or %s or %s or %s"
|
da.po | 44 msgid "syntax error, unexpected %s, expecting %s" 49 msgid "syntax error, unexpected %s, expecting %s or %s" 54 msgid "syntax error, unexpected %s, expecting %s or %s or %s" 59 msgid "syntax error, unexpected %s, expecting %s or %s or %s or %s"
|
de.po | 41 msgid "syntax error, unexpected %s, expecting %s" 46 msgid "syntax error, unexpected %s, expecting %s or %s" 51 msgid "syntax error, unexpected %s, expecting %s or %s or %s" 56 msgid "syntax error, unexpected %s, expecting %s or %s or %s or %s"
|
el.po | 41 msgid "syntax error, unexpected %s, expecting %s" 46 msgid "syntax error, unexpected %s, expecting %s or %s" 51 msgid "syntax error, unexpected %s, expecting %s or %s or %s" 56 msgid "syntax error, unexpected %s, expecting %s or %s or %s or %s"
|
eo.po | 40 msgid "syntax error, unexpected %s, expecting %s" 45 msgid "syntax error, unexpected %s, expecting %s or %s" 50 msgid "syntax error, unexpected %s, expecting %s or %s or %s" 55 msgid "syntax error, unexpected %s, expecting %s or %s or %s or %s"
|
et.po | 40 msgid "syntax error, unexpected %s, expecting %s" 45 msgid "syntax error, unexpected %s, expecting %s or %s" 50 msgid "syntax error, unexpected %s, expecting %s or %s or %s" 55 msgid "syntax error, unexpected %s, expecting %s or %s or %s or %s"
|