Home
last modified time | relevance | path

Searched refs:DIR_SOURCE_ROOT (Results 1 – 20 of 20) sorted by relevance

/external/libchrome/build/android/pylib/constants/
D__init__.py26 DIR_SOURCE_ROOT = os.environ.get('CHECKOUT_SOURCE_ROOT', variable
91 PERF_OUTPUT_DIR = os.path.join(DIR_SOURCE_ROOT, 'out', 'step_results')
96 SCREENSHOTS_DIR = os.path.join(DIR_SOURCE_ROOT, 'out_screenshots')
100 ANDROID_SDK_ROOT = os.path.join(DIR_SOURCE_ROOT,
104 ANDROID_NDK_ROOT = os.path.join(DIR_SOURCE_ROOT,
107 PROGUARD_ROOT = os.path.join(DIR_SOURCE_ROOT, 'third_party', 'proguard')
109 BAD_DEVICES_JSON = os.path.join(DIR_SOURCE_ROOT,
130 'path': os.path.join(DIR_SOURCE_ROOT, 'build', 'android'),
140 'path': os.path.join(DIR_SOURCE_ROOT, 'build', 'android', 'gyp'),
209 DIR_SOURCE_ROOT, os.environ.get('CHROMIUM_OUTPUT_DIR')))
[all …]
Dhost_paths.py11 DIR_SOURCE_ROOT = os.environ.get( variable
17 DIR_SOURCE_ROOT, 'build', 'util', 'lib', 'common')
21 DIR_SOURCE_ROOT, 'third_party', 'android_platform', 'development',
24 DIR_SOURCE_ROOT, 'third_party', 'catapult', 'devil')
26 DIR_SOURCE_ROOT, 'third_party', 'pymock')
/external/libchrome/build/android/pylib/
Dvalgrind_tools.py15 from pylib.constants import DIR_SOURCE_ROOT
45 libs = glob.glob(os.path.join(DIR_SOURCE_ROOT,
52 DIR_SOURCE_ROOT,
/external/libchrome/base/test/
Dtest_support_android.cc176 case base::DIR_SOURCE_ROOT: in GetTestProviderPath()
215 InitPathProvider(DIR_SOURCE_ROOT); in InitAndroidTestPaths()
/external/libjpeg-turbo/gtest/
Dtjbench-gtest-wrapper.cpp63 ASSERT_TRUE(base::PathService::Get(base::DIR_SOURCE_ROOT, &resource_path)); in SetUpTestSuite()
133 ASSERT_TRUE(base::PathService::Get(base::DIR_SOURCE_ROOT, &resource_path)); in SetUpTestSuite()
Dgtest-utils.cpp43 ASSERT_TRUE(base::PathService::Get(base::DIR_SOURCE_ROOT, path)); in GetTestFilePath()
/external/libchrome/base/
Dbase_paths.h43 DIR_SOURCE_ROOT, // Returns the root of the source tree. This key is useful enumerator
Dbase_paths_android.cc38 case base::DIR_SOURCE_ROOT: in PathProviderAndroid()
Dbase_paths.cc36 if (!PathService::Get(DIR_SOURCE_ROOT, &test_data_path)) in PathProvider()
Dbase_paths_posix.cc82 case DIR_SOURCE_ROOT: { in PathProviderPosix()
/external/libchrome/mojo/core/test/
Dtest_support_impl.cc30 if (!base::PathService::Get(base::DIR_SOURCE_ROOT, &path)) in ResolveSourceRootRelativePath()
/external/libchrome/base/test/metrics/
Dhistogram_enum_reader.cc87 if (!PathService::Get(DIR_SOURCE_ROOT, &src_root)) { in ReadEnumFromEnumsXml()
/external/libchrome/build/android/gyp/util/
Dbuild_utils.py42 DIR_SOURCE_ROOT = os.environ.get('CHECKOUT_SOURCE_ROOT', variable
452 assert os.path.isabs(DIR_SOURCE_ROOT)
454 p for p in abs_module_paths if p.startswith(DIR_SOURCE_ROOT)]
/external/libchrome/libchrome_tools/patch/
Dpath_service.patch21 case DIR_SOURCE_ROOT: {
/external/libchrome/components/policy/core/common/
Dpreg_parser_unittest.cc94 ASSERT_TRUE(base::PathService::Get(base::DIR_SOURCE_ROOT, &test_data_dir_)); in SetUp()
/external/zlib/google/
Dzip_reader_unittest.cc178 bool success = base::PathService::Get(base::DIR_SOURCE_ROOT, path); in GetTestDataDirectory()
Dzip_unittest.cc169 bool success = base::PathService::Get(base::DIR_SOURCE_ROOT, path); in GetTestDataDirectory()
/external/angle/third_party/zlib/google/
Dzip_reader_unittest.cc178 bool success = base::PathService::Get(base::DIR_SOURCE_ROOT, path); in GetTestDataDirectory()
Dzip_unittest.cc196 bool success = base::PathService::Get(base::DIR_SOURCE_ROOT, path); in GetTestDataDirectory()
/external/libchrome/components/json_schema/
Djson_schema_validator_unittest_base.cc30 base::PathService::Get(base::DIR_SOURCE_ROOT, &path); in LoadValue()