/external/skia/platform_tools/android/tests/ |
utils.py | 14 EXPECTATIONS_DIR = os.path.join(os.path.dirname(__file__), 'expectations') 24 expectation_name: Basename of the expectations file within which 26 platform_tools/android/tests/expectations.
|
/external/chromium-trace/catapult/tracing/tracing/ui/tracks/ |
interaction_track_test.html | 32 model.userModel.expectations.push(new tr.model.um.StubExpectation( 34 model.userModel.expectations.push(new tr.model.um.StubExpectation( 36 model.userModel.expectations.push(new tr.model.um.StubExpectation( 38 model.userModel.expectations.push(new tr.model.um.StubExpectation( 40 model.userModel.expectations.push(new tr.model.um.StubExpectation(
|
/external/easymock/src/org/easymock/ |
IMocksControl.java | 42 * Removes all expectations for the mock objects of this control.
47 * Removes all expectations for the mock objects of this control and turn
53 * Removes all expectations for the mock objects of this control and turn
59 * Removes all expectations for the mock objects of this control and turn
70 * Verifies that all expectations were met.
|
/system/tpm/attestation/server/ |
attestation_service_test.cc | 204 // Set expectations on the outputs. 216 // Set expectations on the outputs. 231 // Set expectations on the outputs. 244 // Set expectations on the outputs. 257 // Set expectations on the outputs. 270 // Set expectations on the outputs. 283 // Set expectations on the outputs. 297 // Set expectations on the outputs. 311 // Set expectations on the outputs. 326 // Set expectations on the outputs [all...] |
/external/chromium-trace/catapult/tracing/tracing/metrics/system_health/ |
efficiency_metric_test.html | 33 model.userModel.expectations.push(idle); 39 model.userModel.expectations[0].associatedEvents[0].cpuSelfTime = 10; 47 model.userModel.expectations[0].associatedEvents[0].cpuSelfTime = 100;
|
/external/autotest/client/site_tests/security_SysVIPC/ |
control | 10 CRITERIA = "Fails if shm, mqueues, or semaphores do not match expectations."
|
/external/chromium-trace/catapult/tracing/third_party/css-element-queries/ |
README.chromium | 14 Made test/index.html conform to the expectations of py_vulcanize:
|
/external/skia/tools/ |
jsondiff.py | 11 Gathers diffs between 2 JSON expectations files, or between actual and 72 2. All expectations are of type JSONKEY_HASHTYPE_BITMAP_64BITMD5. 77 Any tests for which we have no expectations will be left out of the 155 old = expectations within oldfile 156 new = expectations within newfile 166 old = expectations within oldjson 167 new = expectations within newjson 184 help='Path to JSON file whose expectations to display on ' + 189 help='Path to JSON file whose expectations to display on ' +
|
/external/v8/test/preparser/ |
preparser.expectation | 0 # Expectations for .js preparser tests.
|
/external/webrtc/talk/app/webrtc/objctests/ |
RTCPeerConnectionSyncObserver.h | 34 // expectations. 43 // Register expectations for events that this observer should see before it can 56 // Wait until all registered expectations above have been observed. 57 // Return false if expectations aren't met within |timeoutSeconds|.
|
/frameworks/base/docs/html/training/ |
best-ux.jd | 10 in your app, your app should match their expectations for user interaction on Android.
|
/external/skia/bench/ |
check_bench_regressions.py | 108 def read_expectations(expectations, filename): 109 """Reads expectations data from file and put in expectations dict.""" 118 if bench_entry in expectations: 122 expectations[bench_entry] = (float(elements[LB_IDX]), 126 def check_expectations(lines, expectations, key_suffix): 129 For each input line in lines, checks the expectations dictionary to see if 134 expectations: dictionary returned by read_expectations(). 157 if bench_platform_key not in expectations: 160 this_min, this_max, this_expected = expectations[bench_platform_key [all...] |
/external/skia/tests/ |
PDFMetadataAttributeTest.cpp | 28 static const char* expectations[] = { local 38 for (const char* expectation : expectations) {
|
/platform_testing/libraries/base-app-helpers/src/android/platform/test/helpers/ |
AbstractGoogleCameraHelper.java | 29 * Setup expectations: GoogleCamera is open and idle in video mode. 36 * Setup expectations: GoogleCamera is open and idle in camera mode. 43 * Setup expectations: GoogleCamera is open and idle in either camera/video mode. 50 * Setup expectations: GoogleCamera is open and idle in either camera/video mode. 117 * Setup expectations: GoogleCamera is open and idle in either camera/video mode. 150 * Setup expectations: GoogleCamera is open, idle, in video mode, 180 * Setup expectations: in Camera mode or in Video mode 185 * Setup expectations:
|
AbstractGoogleKeyboardHelper.java | 28 * Setup expectations: Recently performed action that will open Google Keyboard 35 * Setup expectations: Google Keyboard is open and visible
|
AbstractPlayMoviesHelper.java | 28 * Setup expectations: PlayMovies is open on any screen with access to the navigation bar. 36 * Setup expectations: PlayMovies is open on any screen.
|
AbstractPlayStoreHelper.java | 28 * Setup expectations: The search bar is visible. 36 * Setup expectations: There are visible search results.
|
/external/autotest/server/site_tests/network_WiFi_RegDomain/ |
control | 43 # TODO(quiche): Add ath9k expectations for channels 52 and 120. 46 # This first set of expectations is based on 56 # Many of the 'passive-scan' expectations for the remaining 58 # least, not all of the passive scanning expectations can be 113 # TODO(quiche): Add wp2 expectations for channels 52 and 120. If 114 # those expectations match the (to-be-added) expectations for 123 # Many of the 'passive-scan' expectations seem to follow from 125 # the passive scanning expectations can be attributed to 127 # investigated if the 'passive-scan' expectations are due t [all...] |
/external/vogar/src/vogar/ |
ExpectationStore.java | 37 * <li>Outcome expectations name an outcome (or its prefix, such as 40 * <li>Failure expectations include a pattern that may match the output of any 41 * outcome. These expectations are useful for hiding failures caused by 124 log.verbose("loading expectations file " + expectationsFile); 138 log.verbose("loaded " + count + " expectations from " + expectationsFile); 188 log.warn("Unhandled name in expectations file: " + name); 212 throw new IllegalArgumentException("Duplicate expectations for " + name); 258 * Sets the bugIsOpen status on all expectations by querying an external bug 280 // update our expectations with that set
|
/external/autotest/client/site_tests/graphics_PiglitBVT/ |
README | 38 4) You can manually edit the test expectations (say due to recent flakyness) 45 or removed. Also please diff the expectations for sanity. 48 Instead pick one representative log plus the corresponding expectations.
|
/external/chromium-trace/catapult/perf_insights/perf_insights/mappers/scheduling/ |
map_gesture_timing.html | 17 var loadIRs = model.userModel.expectations.filter(function(ir) { 20 var responseIRs = model.userModel.expectations.filter(function(ir) { 24 var animationIRs = model.userModel.expectations.filter(function(ir) {
|
/build/core/tasks/ |
old-cts.mk | 121 # $6 : The directory containing vogar expectations files 188 $(TARGET_ARCH),libcore/expectations) 195 $(TARGET_ARCH),libcore/expectations) 202 $(TARGET_ARCH),libcore/expectations) 209 $(TARGET_ARCH),libcore/expectations) 216 $(TARGET_ARCH),libcore/expectations) 233 $(TARGET_ARCH),libcore/expectations) 240 $(TARGET_ARCH),libcore/expectations) 247 $(TARGET_ARCH),libcore/expectations) 254 $(TARGET_ARCH),libcore/expectations) [all...] |
/external/chromium-trace/catapult/tracing/tracing/model/ |
interaction_record_test.html | 38 model.userModel.expectations.push(model.ir1); 104 var ir1 = model.userModel.expectations.push( 106 var ir2 = model.userModel.expectations.push( 108 var ir3 = model.userModel.expectations.push(
|
/cts/libs/vogar-expect/src/vogar/ |
ExpectationStore.java | 43 * <li>Outcome expectations name an outcome (or its prefix, such as 46 * <li>Failure expectations include a pattern that may match the output of any 47 * outcome. These expectations are useful for hiding failures caused by 157 Log.verbose("loading expectations from " + url); 166 Log.verbose("loading expectations file " + expectationsFile); 185 Log.verbose("loaded " + count + " expectations from " + source); 211 // expectations in our entire expectation store that have this tag. 231 Log.warn("Unhandled name in expectations file: " + name); 248 throw new IllegalArgumentException("Duplicate expectations for " + name); 272 * Sets the bugIsOpen status on all expectations by querying an external bu [all...] |
/cts/tests/tests/icu/ |
AndroidTest.xml | 26 <option name="instrumentation-arg" key="core-expectations" 27 value="/android/icu/cts/expectations/icu-known-failures.txt" />
|