/cts/tests/libcore/okhttp/ |
AndroidTest.xml | 35 <option name="instrumentation-arg" key="core-expectations"
|
/cts/tests/tests/icu/resources/android/icu/cts/expectations/ |
icu-known-failures.txt | 2 * This file contains expectations for tests that are known to fail.
|
/external/autotest/client/cros/cellular/mbim_compliance/ |
mbim_channel_unittest.py | 31 # expectations on it. 55 Setup long-term expectations on the mocked out subprocess. 57 These expectations are only met when |self._channel.close| is called in 297 Helper method to setup expectations on the queues.
|
/external/autotest/client/site_tests/graphics_dEQP/ |
graphics_dEQP.py | 108 """Load all test cases that are in non-'Pass' expectations.""" 110 expectations_dir = os.path.join(self.bindir, 'expectations', 127 are not in 'Pass'ing expectations from the list. This can be used 137 # We did not find passing cases in expectations. Assume everything else 139 expectations_dir = os.path.join(self.bindir, 'expectations', 170 # And remove non-Pass'ing expectations from caselist. 189 """Gets the test cases for 'Pass', 'Fail' etc. expectations. 192 binaries. In particular if there are not 'Pass' expectations found for 203 expectations_dir = os.path.join(self.bindir, 'expectations',
|
/external/chromium-trace/catapult/perf_insights/perf_insights_examples/ |
map_startup_info_test.html | 42 m.userModel.expectations.push(loadIr);
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/testing/ |
mock.py | 138 """Validate that key and request match expectations, and respond if so. 141 key: str, Actual key to compare against expectations. 143 or number or string, Actual request to compare againt expectations 147 expectations.
|
/external/chromium-trace/catapult/tracing/tracing/importer/ |
user_expectation_verifier.html | 38 var actualUEs = model.userModel.expectations;
|
/external/chromium-trace/catapult/tracing/tracing/metrics/system_health/ |
efficiency_metric.html | 27 model.userModel.expectations.forEach(function(ue) {
|
responsiveness_metric_test.html | 23 model.userModel.expectations.push(ue); 35 model.userModel.expectations.push(ue);
|
/external/chromium-trace/catapult/tracing/tracing/model/ |
ir_coverage.html | 58 var associatedEvents = getAssociatedEvents(model.userModel.expectations);
|
/external/skia/platform_tools/android/tests/ |
generate_user_config_tests.py | 100 parser.add_argument('-r', '--rebaseline', help='Rebaseline expectations.',
|
/external/v8/src/ |
flags.h | 61 // Hash of flags (to quickly determine mismatching flag expectations).
|
/frameworks/base/core/jni/android/graphics/ |
PorterDuff.cpp | 35 // validate that the Java enum values match our expectations
|
/frameworks/base/docs/html/topic/instant-apps/ |
faqs.jd | 31 features that might not match users' expectations of an app
|
/prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/ |
nmmintrin.h | 31 /* To match expectations of gcc we put the sse4.2 definitions into smmintrin.h,
|
/prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/ |
nmmintrin.h | 31 /* To match expectations of gcc we put the sse4.2 definitions into smmintrin.h,
|
/prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/ |
nmmintrin.h | 31 /* To match expectations of gcc we put the sse4.2 definitions into smmintrin.h,
|
/prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/ |
nmmintrin.h | 31 /* To match expectations of gcc we put the sse4.2 definitions into smmintrin.h,
|
/system/connectivity/shill/ |
property_observer_unittest.cc | 53 // Invoked method during expectations.
|
/system/tpm/trunks/ |
trunks_factory_for_test.h | 57 // // Set expectations on mock_tpm_state...
|
/build/blueprint/tests/ |
test.sh | 11 # Run ninja, filter the output, and compare against expectations 32 # Run wrapper, filter the output, and compare against expectations
|
/external/autotest/server/site_tests/platform_ExternalUSBStress/ |
platform_ExternalUSBStress.py | 103 @raise error.TestFail: if USB peripherals do not match expectations. 143 @raise error.TestFail: if USB peripherals do not match expectations.
|
/external/caliper/ |
Android.mk | 77 # vogar --expectations $ANDROID_BUILD_TOP/external/caliper/expectations/knownfailures.txt \
|
/external/v8/test/preparser/ |
testcfg.py | 87 expectations = self._GetExpectations() 94 throws = expectations.get(f, None)
|
/external/v8/test/cctest/ |
test-object-observe.cc | 311 const RecordExpectation expectations[], int num) { 325 CHECK(expectations[i].object->StrictEquals(value)); 329 CHECK(v8_str(expectations[i].type) 332 if (strcmp("splice", expectations[i].type) != 0) { 337 CHECK(v8_str(expectations[i].name) 340 if (!expectations[i].old_value.IsEmpty()) { 345 CHECK(expectations[i] 355 #define EXPECT_RECORDS(records, expectations) \ 356 ExpectRecords(CcTest::isolate(), records, expectations, \ 357 arraysize(expectations)) [all...] |