Searched defs:EXPECTATIONS_DIR (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/skia/platform_tools/android/tests/
H A Dutils.py14 EXPECTATIONS_DIR = os.path.join(os.path.dirname(__file__), 'expectations') variable
18 """Check that a generated file matches its expectation in EXPECTATIONS_DIR.
35 full_expectations_path = os.path.join(EXPECTATIONS_DIR, expectation_name)
/external/skia/platform_tools/android/tests/
H A Dutils.py14 EXPECTATIONS_DIR = os.path.join(os.path.dirname(__file__), 'expectations') variable
18 """Check that a generated file matches its expectation in EXPECTATIONS_DIR.
35 full_expectations_path = os.path.join(EXPECTATIONS_DIR, expectation_name)
/external/chromium_org/tools/perf_expectations/
H A Dmake_expectations.py27 EXPECTATIONS_DIR = os.path.dirname(os.path.abspath(__file__)) variable
28 DEFAULT_CONFIG_FILE = os.path.join(EXPECTATIONS_DIR,

Completed in 1990 milliseconds