Home
last modified time | relevance | path

Searched defs:expectations (Results 1 – 7 of 7) sorted by relevance

/external/autotest/client/site_tests/graphics_PiglitBVT/
Dgenerate_scripts.py212 def get_passing_tests(statistics, expectations): argument
333 def insert_expectation(expectations, test, expectation): argument
397 def output_suggested_expectations(expectations, family, family_root): argument
/external/skia/bench/
Dcheck_bench_regressions.py108 def read_expectations(expectations, filename): argument
126 def check_expectations(lines, expectations, key_suffix): argument
/external/autotest/client/site_tests/security_RootfsStatefulSymlinks/
Dsecurity_RootfsStatefulSymlinks.py30 def validate_attributes(self, link, expectations): argument
/external/skia/tests/
DPDFMetadataAttributeTest.cpp28 static const char* expectations[] = { in DEF_TEST() local
DFrontBufferedStreamTest.cpp17 const void* expectations, size_t bytesToRead) { in test_read()
/external/v8/test/cctest/
Dtest-field-type-tracking.cc446 Expectations expectations(isolate); in TEST() local
568 Expectations expectations(isolate); in TestGeneralizeRepresentation() local
877 Expectations expectations(isolate); in TEST() local
949 Expectations expectations(isolate); in TestReconfigureDataFieldAttribute_GeneralizeRepresentation() local
1034 Expectations expectations(isolate); in TestReconfigureDataFieldAttribute_GeneralizeRepresentationTrivial() local
1276 Expectations expectations(isolate); in TestReconfigureProperty_CustomPropertyAfterTargetMap() local
1565 Expectations expectations(isolate, FAST_SMI_ELEMENTS); in TestReconfigureElementsKind_GeneralizeRepresentation() local
1658 Expectations expectations(isolate, FAST_SMI_ELEMENTS); in TestReconfigureElementsKind_GeneralizeRepresentationTrivial() local
1819 Expectations expectations(isolate); in TEST() local
1913 Expectations expectations(isolate); in TestGeneralizeRepresentationWithSpecialTransition() local
[all …]
Dtest-decls.cc141 Expectations expectations, in Check()
508 void Check(const char* source, Expectations expectations, in Check()