/external/autotest/client/site_tests/graphics_PiglitBVT/ |
D | generate_scripts.py | 333 def insert_expectation(expectations, test, expectation): argument 339 expectations[test] = expectation 342 expectations[test]['result'] = expectation['result'] 343 if (not 'crbug' in expectations[test] and 'crbug' in expectation): 344 expectations[test]['crbug'] = expectation['crbug'] 345 if (not 'comment' in expectations[test] and 'comment' in expectation): 346 expectations[test]['comment'] = expectation['comment'] 347 if (not 'command' in expectations[test] and 'command' in expectation): 348 expectations[test]['command'] = expectation['command'] 349 if (not 'pass rate' in expectations[test] and 'pass rate' in expectation): [all …]
|
/external/v8/test/mjsunit/es6/ |
D | unicode-regexp-backrefs.js | 15 function test(expectation, regexp_source, subject) { argument 16 if (expectation !== null) expectation = expectation.map(replace); 19 assertEquals(expectation, new RegExp(regexp_source, "u").exec(subject));
|
D | unicode-character-ranges.js | 7 function execl(expectation, regexp, subject) { argument 9 assertEquals(expectation, regexp.exec(subject)); 12 function execs(expectation, regexp_source, subject) { argument 13 execl(expectation, new RegExp(regexp_source, "u"), subject);
|
/external/vogar/src/vogar/ |
D | AnnotatedOutcome.java | 39 private final Expectation expectation; field in AnnotatedOutcome 44 AnnotatedOutcome(Outcome outcome, Expectation expectation) { in AnnotatedOutcome() argument 45 this.expectation = expectation; in AnnotatedOutcome() 62 return outcome.getResultValue(expectation); in getResultValue() 68 previousResultValues.add(previousOutcome.getResultValue(expectation)); in getPreviousResultValues()
|
D | ExpectationStore.java | 95 Expectation expectation = outcomes.get(name); in getByNameOrPackage() local 96 if (expectation != null) { in getByNameOrPackage() 97 return expectation; in getByNameOrPackage() 207 Expectation expectation = in readExpectation() local 211 if (map.put(name, expectation) != null) { in readExpectation() 267 for (Expectation expectation : allExpectations) { in loadBugStatuses() 268 if (expectation.getBug() != -1) { in loadBugStatuses() 269 bugs.add(expectation.getBug()); in loadBugStatuses() 281 for (Expectation expectation : allExpectations) { in loadBugStatuses() 282 if (openBugs.contains(expectation.getBug())) { in loadBugStatuses() [all …]
|
D | XmlReportPrinter.java | 104 Expectation expectation = expectationStore.get(outcome); in testsToSuites() local 105 if (!expectation.matches(outcome)) { in testsToSuites() 151 Expectation expectation = expectationStore.get(outcome); in print() local 152 if (!expectation.matches(outcome)) { in print()
|
D | Driver.java | 152 Expectation expectation = run.expectationStore.get(action.getName()); in enqueueActionTasks() local 153 boolean useLargeTimeout = expectation.getTags().contains("large"); in enqueueActionTasks() 228 Expectation expectation = run.expectationStore.get(outcome); in recordOutcome() local 229 ResultValue resultValue = outcome.getResultValue(expectation); in recordOutcome() 243 run.console.printResult(outcome.getName(), result, resultValue, expectation); in recordOutcome() local
|
D | Outcome.java | 136 public ResultValue getResultValue(Expectation expectation) { in getResultValue() argument 138 if (expectation.matches(this)) { in getResultValue() 140 } else if (expectation.getIsFromExpectationFile()) { in getResultValue()
|
D | Console.java | 157 String outcomeName, Result result, ResultValue resultValue, Expectation expectation) { in printResult() argument 160 if (!expectation.getDescription().isEmpty()) { in printResult() 161 … streamOutput(outcomeName, "\n" + colorString(expectation.getDescription(), Color.COMMENT)); in printResult() 163 if (expectation.getBug() != -1) { in printResult() 164 … streamOutput(outcomeName, "\n" + colorString("http://b/" + expectation.getBug(), Color.COMMENT)); in printResult()
|
/external/skia/tests/ |
D | PDFMetadataAttributeTest.cpp | 38 for (const char* expectation : expectations) { in DEF_TEST() local 40 size_t N = 1 + data->size() - strlen(expectation); in DEF_TEST() 43 expectation, strlen(expectation))) { in DEF_TEST() 49 ERRORF(r, "expectation missing: '%s'.", expectation); in DEF_TEST()
|
/external/android-mock/src/com/google/android/testing/mocking/ |
D | AndroidMock.java | 1509 public static boolean not(boolean expectation) { in not() argument 1510 return EasyMock.not(expectation); in not() 1534 public static byte not(byte expectation) { in not() argument 1535 return EasyMock.not(expectation); in not() 1558 public static char not(char expectation) { in not() argument 1559 return EasyMock.not(expectation); in not() 1583 public static double not(double expectation) { in not() argument 1584 return EasyMock.not(expectation); in not() 1608 public static float not(float expectation) { in not() argument 1609 return EasyMock.not(expectation); in not() [all …]
|
/external/v8/test/preparser/ |
D | testcfg.py | 44 def Test(name, source, expectation, extra_flags=[]): argument 48 if expectation: 54 def MkTest(replacement, expectation): argument 60 Test(testname, testsource, expectation)
|
D | duplicate-parameter.pyt | 37 expectation = "strict_param_dupe" 40 Template(name, '"use strict";\n' + source)(non_selfstrict, expectation) 43 non_selfstrict, expectation) 46 source +'\n }\n}\n')(non_selfstrict, expectation) 56 selftest(selfstrict, expectation) 57 selftest(selfstrictnestedclean, expectation)
|
/external/chromium-libpac/test/js-unittest/ |
D | bindings.js | 13 function expectEquals(expectation, actual) { argument 14 if (!(expectation === actual)) { 15 throw "FAIL: expected: " + expectation + ", actual: " + actual;
|
/external/gmock/test/ |
D | gmock_output_test_golden.txt | 36 Google Mock tried the following 1 expectation, but it didn't match: 49 Google Mock tried the following 1 expectation, but it didn't match: 95 FILE:#: tried expectation #0: EXPECT_CALL(foo_, Bar2(_, _))... 96 Expected: the expectation is active 100 FILE:#: tried expectation #1: EXPECT_CALL(foo_, Bar2(0, 0))... 116 FILE:#: tried expectation #0: EXPECT_CALL(foo_, Bar2(0, 0))... 121 FILE:#: tried expectation #1: EXPECT_CALL(foo_, Bar2(1, _))... 137 FILE:#: tried expectation #0: EXPECT_CALL(foo_, Bar2(0, 0))... 142 FILE:#: tried expectation #1: EXPECT_CALL(foo_, Bar2(1, _))... 174 Google Mock tried the following 1 expectation, but it didn't match: [all …]
|
/external/google-breakpad/src/testing/test/ |
D | gmock_output_test_golden.txt | 36 Google Mock tried the following 1 expectation, but it didn't match: 49 Google Mock tried the following 1 expectation, but it didn't match: 95 FILE:#: tried expectation #0: EXPECT_CALL(foo_, Bar2(_, _))... 96 Expected: the expectation is active 100 FILE:#: tried expectation #1: EXPECT_CALL(foo_, Bar2(0, 0))... 116 FILE:#: tried expectation #0: EXPECT_CALL(foo_, Bar2(0, 0))... 121 FILE:#: tried expectation #1: EXPECT_CALL(foo_, Bar2(1, _))... 137 FILE:#: tried expectation #0: EXPECT_CALL(foo_, Bar2(0, 0))... 142 FILE:#: tried expectation #1: EXPECT_CALL(foo_, Bar2(1, _))... 174 Google Mock tried the following 1 expectation, but it didn't match: [all …]
|
/external/v8/test/mjsunit/regress/ |
D | regress-crbug-109362.js | 6 function test(expectation, f) { argument 13 assertTrue(stack.indexOf("at eval (evaltest:" + expectation + ")") > 0);
|
D | regress-phi-truncation.js | 30 function test(fun, expectation) { argument 33 assertEquals(expectation, fun(0));
|
D | regress-crbug-582051.js | 26 var expectation = [ ScopeType.Block, 30 assertEquals(expectation, scopes.map(x => x.scopeType()));
|
/external/v8/test/mjsunit/ |
D | eval-origin.js | 36 var expectation = item[1]; variable 37 var re = new RegExp(`:${expectation}\\)$`);
|
D | debug-evaluate-nested.js | 22 function checkScopes(scopes, expectation) { argument 23 assertEquals(scopes.map(s => s.scopeType()), expectation);
|
/external/v8/test/mjsunit/es6/debug-promises/ |
D | evaluate-across-microtasks.js | 57 var expectation = variable 66 assertEquals(expectation, log);
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue176/ |
D | SingleQuoteTest.java | 39 private void checkQuotes(boolean isBlock, String expectation) { in checkQuotes() argument 54 assertEquals(expectation + "\n", output); in checkQuotes()
|
/external/skia/bench/ |
D | check_bench_regressions.py | 110 for expectation in open(filename).readlines(): 111 elements = expectation.strip().split(',') 116 expectation)
|
/external/webrtc/webrtc/examples/objc/AppRTCDemo/tests/ |
D | ARDAppClientTest.mm | 75 ARDTestExpectation *expectation = 77 [_expectations addObject:expectation]; 78 return expectation; 97 for (ARDTestExpectation *expectation in _expectations) { 98 if (!expectation.isFulfilled) {
|