/external/skia/bench/ |
D | check_bench_regressions.py | 108 def read_expectations(expectations, filename): argument 118 if bench_entry in expectations: 122 expectations[bench_entry] = (float(elements[LB_IDX]), 126 def check_expectations(lines, expectations, key_suffix): argument 157 if bench_platform_key not in expectations: 160 this_min, this_max, this_expected = expectations[bench_platform_key]
|
/external/v8/tools/push-to-trunk/ |
D | test_scripts.py | 734 expectations = [] 736 expectations.append(Cmd("which vi", "/usr/bin/vi")) 737 expectations += [ 752 expectations.append(RL("Y")) # Confirm last push. 753 expectations += [ 763 expectations.append(RL("")) # Increment build number. 764 expectations += [ 771 expectations.append(RL("")) # Open editor. 773 expectations.append( 775 expectations += [ [all …]
|
/external/v8/test/cctest/ |
D | test-decls.cc | 65 Expectations expectations, 143 Expectations expectations, in Check() argument 154 if (expectations == EXPECT_ERROR) { in Check() 163 if (expectations == EXPECT_RESULT) { in Check() 169 CHECK(expectations == EXPECT_EXCEPTION); in Check() 575 Expectations expectations, in Check() argument 582 if (expectations == EXPECT_ERROR) { in Check() 588 if (expectations == EXPECT_RESULT) { in Check() 594 CHECK(expectations == EXPECT_EXCEPTION); in Check()
|
D | test-object-observe.cc | 230 const RecordExpectation expectations[], in ExpectRecords() argument 239 CHECK(expectations[i].object->StrictEquals( in ExpectRecords() 241 CHECK(String::NewFromUtf8(isolate, expectations[i].type)->Equals( in ExpectRecords() 243 if (strcmp("splice", expectations[i].type) != 0) { in ExpectRecords() 244 CHECK(String::NewFromUtf8(isolate, expectations[i].name)->Equals( in ExpectRecords() 246 if (!expectations[i].old_value.IsEmpty()) { in ExpectRecords() 247 CHECK(expectations[i].old_value->Equals( in ExpectRecords() 254 #define EXPECT_RECORDS(records, expectations) \ argument 255 ExpectRecords(CcTest::isolate(), records, expectations, \ 256 arraysize(expectations))
|
D | cctest.status | 223 # section to not overwrite the expectations for TestThatAlwaysFails.
|
/external/v8/test/preparser/ |
D | testcfg.py | 82 expectations = self._GetExpectations() 89 throws = expectations.get(f, None)
|
/external/chromium-trace/trace-viewer/tracing/third_party/css-element-queries/ |
D | README.chromium | 14 Made test/index.html conform to tvcm's expectations: up-cased doctype, added
|
/external/skia/tools/skpdiff/ |
D | skpdiff_server.py | 380 expectations = gm_json.LoadFromFile(json_path) 383 set_expected_hash_in_json(expectations, image_name, hash_value) 386 gm_json.WriteToFile(expectations, json_path)
|
/external/skia/tests/ |
D | FrontBufferedStreamTest.cpp | 17 const void* expectations, size_t bytesToRead) { in test_read() argument 23 REPORTER_ASSERT(reporter, memcmp(storage.get(), expectations, bytesRead) == 0); in test_read()
|
/external/fio/ |
D | MORAL-LICENSE | 16 my expectations clearly.
|
/external/google-breakpad/src/testing/test/ |
D | gmock_output_test_golden.txt | 93 Google Mock tried the following 2 expectations, but none matched: 114 Google Mock tried the following 2 expectations, but none matched: 135 Google Mock tried the following 2 expectations, but none matched:
|
/external/google-breakpad/src/testing/ |
D | README | 23 - does automatic verification of expectations (no record-and-replay
|
/external/google-breakpad/ |
D | aclocal.m4 | 562 # by default if the 'rm' program in use doesn't match our expectations; the
|
/external/protobuf/ |
D | aclocal.m4 | 542 # by default if the 'rm' program in use doesn't match our expectations; the
|
/external/libedit/ |
D | aclocal.m4 | 542 # by default if the 'rm' program in use doesn't match our expectations; the
|
/external/clang/docs/ |
D | AttributeReference.rst | 919 This attribute specifies expectations about function parameters. Calls to an
|
D | InternalsManual.rst | 1848 subexpressions, meet your expectations. Add implicit conversions where
|
/external/libpng/ |
D | aclocal.m4 | 562 # by default if the 'rm' program in use doesn't match our expectations; the
|
/external/elfutils/src/ |
D | aclocal.m4 | 602 # by default if the 'rm' program in use doesn't match our expectations; the
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrThumb.td | 939 //FIXME: Disable CMN, as CCodes are backwards from compare expectations
|
/external/pcre/dist/ |
D | aclocal.m4 | 817 # by default if the 'rm' program in use doesn't match our expectations; the
|
/external/clang/include/clang/Basic/ |
D | AttrDocs.td | 890 This attribute specifies expectations about function parameters. Calls to an
|
/external/bison/ |
D | ChangeLog | 81 Adjust expectations 711 * tests/actions.at: Adjust expectations.
|
D | NEWS | 1810 Bison dies on incorrect %expectations, we fear there will be
|
/external/v8/ |
D | ChangeLog | 6494 Updated the Mozilla test expectations to the newest version. 6496 Updated the ES5 Conformance Test expectations to the latest version.
|