Home
last modified time | relevance | path

Searched refs:expectations (Results 1 – 25 of 32) sorted by relevance

12

/external/skia/bench/
Dcheck_bench_regressions.py108 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/
Dtest_scripts.py734 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/
Dtest-decls.cc65 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()
Dtest-object-observe.cc230 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))
Dcctest.status223 # section to not overwrite the expectations for TestThatAlwaysFails.
/external/v8/test/preparser/
Dtestcfg.py82 expectations = self._GetExpectations()
89 throws = expectations.get(f, None)
/external/chromium-trace/trace-viewer/tracing/third_party/css-element-queries/
DREADME.chromium14 Made test/index.html conform to tvcm's expectations: up-cased doctype, added
/external/skia/tools/skpdiff/
Dskpdiff_server.py380 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/
DFrontBufferedStreamTest.cpp17 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/
DMORAL-LICENSE16 my expectations clearly.
/external/google-breakpad/src/testing/test/
Dgmock_output_test_golden.txt93 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/
DREADME23 - does automatic verification of expectations (no record-and-replay
/external/google-breakpad/
Daclocal.m4562 # by default if the 'rm' program in use doesn't match our expectations; the
/external/protobuf/
Daclocal.m4542 # by default if the 'rm' program in use doesn't match our expectations; the
/external/libedit/
Daclocal.m4542 # by default if the 'rm' program in use doesn't match our expectations; the
/external/clang/docs/
DAttributeReference.rst919 This attribute specifies expectations about function parameters. Calls to an
DInternalsManual.rst1848 subexpressions, meet your expectations. Add implicit conversions where
/external/libpng/
Daclocal.m4562 # by default if the 'rm' program in use doesn't match our expectations; the
/external/elfutils/src/
Daclocal.m4602 # by default if the 'rm' program in use doesn't match our expectations; the
/external/llvm/lib/Target/ARM/
DARMInstrThumb.td939 //FIXME: Disable CMN, as CCodes are backwards from compare expectations
/external/pcre/dist/
Daclocal.m4817 # by default if the 'rm' program in use doesn't match our expectations; the
/external/clang/include/clang/Basic/
DAttrDocs.td890 This attribute specifies expectations about function parameters. Calls to an
/external/bison/
DChangeLog81 Adjust expectations
711 * tests/actions.at: Adjust expectations.
DNEWS1810 Bison dies on incorrect %expectations, we fear there will be
/external/v8/
DChangeLog6494 Updated the Mozilla test expectations to the newest version.
6496 Updated the ES5 Conformance Test expectations to the latest version.

12