/external/libchrome/build/android/pylib/constants/ |
D | __init__.py | 26 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 …]
|
D | host_paths.py | 11 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/ |
D | valgrind_tools.py | 15 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/ |
D | test_support_android.cc | 176 case base::DIR_SOURCE_ROOT: in GetTestProviderPath() 215 InitPathProvider(DIR_SOURCE_ROOT); in InitAndroidTestPaths()
|
/external/libjpeg-turbo/gtest/ |
D | tjbench-gtest-wrapper.cpp | 63 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()
|
D | gtest-utils.cpp | 43 ASSERT_TRUE(base::PathService::Get(base::DIR_SOURCE_ROOT, path)); in GetTestFilePath()
|
/external/libchrome/base/ |
D | base_paths.h | 43 DIR_SOURCE_ROOT, // Returns the root of the source tree. This key is useful enumerator
|
D | base_paths_android.cc | 38 case base::DIR_SOURCE_ROOT: in PathProviderAndroid()
|
D | base_paths.cc | 36 if (!PathService::Get(DIR_SOURCE_ROOT, &test_data_path)) in PathProvider()
|
D | base_paths_posix.cc | 82 case DIR_SOURCE_ROOT: { in PathProviderPosix()
|
/external/libchrome/mojo/core/test/ |
D | test_support_impl.cc | 30 if (!base::PathService::Get(base::DIR_SOURCE_ROOT, &path)) in ResolveSourceRootRelativePath()
|
/external/libchrome/base/test/metrics/ |
D | histogram_enum_reader.cc | 87 if (!PathService::Get(DIR_SOURCE_ROOT, &src_root)) { in ReadEnumFromEnumsXml()
|
/external/libchrome/build/android/gyp/util/ |
D | build_utils.py | 42 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/ |
D | path_service.patch | 21 case DIR_SOURCE_ROOT: {
|
/external/libchrome/components/policy/core/common/ |
D | preg_parser_unittest.cc | 94 ASSERT_TRUE(base::PathService::Get(base::DIR_SOURCE_ROOT, &test_data_dir_)); in SetUp()
|
/external/zlib/google/ |
D | zip_reader_unittest.cc | 178 bool success = base::PathService::Get(base::DIR_SOURCE_ROOT, path); in GetTestDataDirectory()
|
D | zip_unittest.cc | 169 bool success = base::PathService::Get(base::DIR_SOURCE_ROOT, path); in GetTestDataDirectory()
|
/external/angle/third_party/zlib/google/ |
D | zip_reader_unittest.cc | 178 bool success = base::PathService::Get(base::DIR_SOURCE_ROOT, path); in GetTestDataDirectory()
|
D | zip_unittest.cc | 196 bool success = base::PathService::Get(base::DIR_SOURCE_ROOT, path); in GetTestDataDirectory()
|
/external/libchrome/components/json_schema/ |
D | json_schema_validator_unittest_base.cc | 30 base::PathService::Get(base::DIR_SOURCE_ROOT, &path); in LoadValue()
|