Home
last modified time | relevance | path

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

123456

/external/cronet/stable/build/android/pylib/constants/
D__init__.py25 DIR_SOURCE_ROOT = os.environ.get('CHECKOUT_SOURCE_ROOT', variable
28 JAVA_HOME = os.path.join(DIR_SOURCE_ROOT, 'third_party', 'jdk', 'current')
110 PERF_OUTPUT_DIR = os.path.join(DIR_SOURCE_ROOT, 'out', 'step_results')
115 SCREENSHOTS_DIR = os.path.join(DIR_SOURCE_ROOT, 'out_screenshots')
118 ANDROID_SDK_ROOT = os.path.join(DIR_SOURCE_ROOT, 'third_party', 'android_sdk',
122 ANDROID_NDK_ROOT = os.path.join(DIR_SOURCE_ROOT, 'third_party',
125 BAD_DEVICES_JSON = os.path.join(DIR_SOURCE_ROOT,
147 os.path.join(DIR_SOURCE_ROOT, 'build', 'android'),
157 os.path.join(DIR_SOURCE_ROOT, 'build', 'android', 'gyp'),
228 DIR_SOURCE_ROOT, os.environ.get('CHROMIUM_OUTPUT_DIR')))
[all …]
Dhost_paths.py12 DIR_SOURCE_ROOT = os.environ.get( variable
19 DIR_SOURCE_ROOT, 'third_party', 'android_platform', 'development',
21 BUILD_PATH = os.path.join(DIR_SOURCE_ROOT, 'build')
22 BUILD_UTIL_PATH = os.path.join(DIR_SOURCE_ROOT, 'build', 'util')
24 DEVIL_PATH = os.path.join(DIR_SOURCE_ROOT, 'third_party', 'catapult', 'devil')
25 JAVA_PATH = os.path.join(DIR_SOURCE_ROOT, 'third_party', 'jdk', 'current',
28 DIR_SOURCE_ROOT, 'third_party', 'catapult', 'tracing')
/external/angle/build/android/pylib/constants/
D__init__.py25 DIR_SOURCE_ROOT = os.environ.get('CHECKOUT_SOURCE_ROOT', variable
28 JAVA_HOME = os.path.join(DIR_SOURCE_ROOT, 'third_party', 'jdk', 'current')
110 PERF_OUTPUT_DIR = os.path.join(DIR_SOURCE_ROOT, 'out', 'step_results')
115 SCREENSHOTS_DIR = os.path.join(DIR_SOURCE_ROOT, 'out_screenshots')
118 ANDROID_SDK_ROOT = os.path.join(DIR_SOURCE_ROOT, 'third_party', 'android_sdk',
122 ANDROID_NDK_ROOT = os.path.join(DIR_SOURCE_ROOT, 'third_party',
125 BAD_DEVICES_JSON = os.path.join(DIR_SOURCE_ROOT,
147 os.path.join(DIR_SOURCE_ROOT, 'build', 'android'),
157 os.path.join(DIR_SOURCE_ROOT, 'build', 'android', 'gyp'),
228 DIR_SOURCE_ROOT, os.environ.get('CHROMIUM_OUTPUT_DIR')))
[all …]
Dhost_paths.py12 DIR_SOURCE_ROOT = os.environ.get( variable
19 DIR_SOURCE_ROOT, 'third_party', 'android_platform', 'development',
21 BUILD_PATH = os.path.join(DIR_SOURCE_ROOT, 'build')
22 BUILD_UTIL_PATH = os.path.join(DIR_SOURCE_ROOT, 'build', 'util')
24 DEVIL_PATH = os.path.join(DIR_SOURCE_ROOT, 'third_party', 'catapult', 'devil')
25 JAVA_PATH = os.path.join(DIR_SOURCE_ROOT, 'third_party', 'jdk', 'current',
28 DIR_SOURCE_ROOT, 'third_party', 'catapult', 'tracing')
/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/cronet/tot/build/android/pylib/constants/
D__init__.py25 DIR_SOURCE_ROOT = os.environ.get('CHECKOUT_SOURCE_ROOT', variable
28 JAVA_HOME = os.path.join(DIR_SOURCE_ROOT, 'third_party', 'jdk', 'current')
110 PERF_OUTPUT_DIR = os.path.join(DIR_SOURCE_ROOT, 'out', 'step_results')
115 SCREENSHOTS_DIR = os.path.join(DIR_SOURCE_ROOT, 'out_screenshots')
118 ANDROID_SDK_ROOT = os.path.join(DIR_SOURCE_ROOT, 'third_party', 'android_sdk',
122 ANDROID_NDK_ROOT = os.path.join(DIR_SOURCE_ROOT, 'third_party',
125 BAD_DEVICES_JSON = os.path.join(DIR_SOURCE_ROOT,
147 os.path.join(DIR_SOURCE_ROOT, 'build', 'android'),
157 os.path.join(DIR_SOURCE_ROOT, 'build', 'android', 'gyp'),
228 DIR_SOURCE_ROOT, os.environ.get('CHROMIUM_OUTPUT_DIR')))
[all …]
Dhost_paths.py12 DIR_SOURCE_ROOT = os.environ.get( variable
19 DIR_SOURCE_ROOT, 'third_party', 'android_platform', 'development',
21 BUILD_PATH = os.path.join(DIR_SOURCE_ROOT, 'build')
22 BUILD_UTIL_PATH = os.path.join(DIR_SOURCE_ROOT, 'build', 'util')
24 DEVIL_PATH = os.path.join(DIR_SOURCE_ROOT, 'third_party', 'catapult', 'devil')
25 JAVA_PATH = os.path.join(DIR_SOURCE_ROOT, 'third_party', 'jdk', 'current',
28 DIR_SOURCE_ROOT, 'third_party', 'catapult', 'tracing')
/external/angle/build/android/pylib/utils/
Ddevice_dependencies_test.py16 test_path = os.path.join(constants.DIR_SOURCE_ROOT, 'foo', 'bar', 'baz.txt')
18 constants.DIR_SOURCE_ROOT, 'out-foo', 'Release')
24 test_path = os.path.join(constants.DIR_SOURCE_ROOT, 'out-foo', 'Release',
27 constants.DIR_SOURCE_ROOT, 'out-foo', 'Release')
33 test_path = os.path.join(constants.DIR_SOURCE_ROOT, 'out-foo', 'Release',
36 constants.DIR_SOURCE_ROOT, 'out-foo', 'Release')
42 test_path = os.path.join(constants.DIR_SOURCE_ROOT, 'out-foo', 'Release',
45 constants.DIR_SOURCE_ROOT, 'out-foo', 'Release')
/external/cronet/tot/build/android/pylib/utils/
Ddevice_dependencies_test.py16 test_path = os.path.join(constants.DIR_SOURCE_ROOT, 'foo', 'bar', 'baz.txt')
18 constants.DIR_SOURCE_ROOT, 'out-foo', 'Release')
24 test_path = os.path.join(constants.DIR_SOURCE_ROOT, 'out-foo', 'Release',
27 constants.DIR_SOURCE_ROOT, 'out-foo', 'Release')
33 test_path = os.path.join(constants.DIR_SOURCE_ROOT, 'out-foo', 'Release',
36 constants.DIR_SOURCE_ROOT, 'out-foo', 'Release')
42 test_path = os.path.join(constants.DIR_SOURCE_ROOT, 'out-foo', 'Release',
45 constants.DIR_SOURCE_ROOT, 'out-foo', 'Release')
/external/cronet/stable/build/android/pylib/utils/
Ddevice_dependencies_test.py16 test_path = os.path.join(constants.DIR_SOURCE_ROOT, 'foo', 'bar', 'baz.txt')
18 constants.DIR_SOURCE_ROOT, 'out-foo', 'Release')
24 test_path = os.path.join(constants.DIR_SOURCE_ROOT, 'out-foo', 'Release',
27 constants.DIR_SOURCE_ROOT, 'out-foo', 'Release')
33 test_path = os.path.join(constants.DIR_SOURCE_ROOT, 'out-foo', 'Release',
36 constants.DIR_SOURCE_ROOT, 'out-foo', 'Release')
42 test_path = os.path.join(constants.DIR_SOURCE_ROOT, 'out-foo', 'Release',
45 constants.DIR_SOURCE_ROOT, 'out-foo', 'Release')
/external/cronet/stable/build/android/stacktrace/
Djava_deobfuscate.py14 DIR_SOURCE_ROOT = os.path.normpath( variable
19 os.path.join(DIR_SOURCE_ROOT, 'build', 'android', 'stacktrace',
21 os.path.join(DIR_SOURCE_ROOT, 'third_party', 'r8', 'cipd', 'lib',
24 java_path = os.path.join(DIR_SOURCE_ROOT, 'third_party', 'jdk', 'current',
/external/angle/build/android/stacktrace/
Djava_deobfuscate.py14 DIR_SOURCE_ROOT = os.path.normpath( variable
19 os.path.join(DIR_SOURCE_ROOT, 'build', 'android', 'stacktrace',
21 os.path.join(DIR_SOURCE_ROOT, 'third_party', 'r8', 'cipd', 'lib',
24 java_path = os.path.join(DIR_SOURCE_ROOT, 'third_party', 'jdk', 'current',
/external/cronet/tot/build/android/stacktrace/
Djava_deobfuscate.py14 DIR_SOURCE_ROOT = os.path.normpath( variable
19 os.path.join(DIR_SOURCE_ROOT, 'build', 'android', 'stacktrace',
21 os.path.join(DIR_SOURCE_ROOT, 'third_party', 'r8', 'cipd', 'lib',
24 java_path = os.path.join(DIR_SOURCE_ROOT, 'third_party', 'jdk', 'current',
/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/angle/build/android/update_deps/
Dupdate_third_party_deps.py25 os.path.join(host_paths.DIR_SOURCE_ROOT, 'third_party', 'depot_tools')))
49 local_path = os.path.join(host_paths.DIR_SOURCE_ROOT, local_path)
/external/cronet/tot/build/android/update_deps/
Dupdate_third_party_deps.py25 os.path.join(host_paths.DIR_SOURCE_ROOT, 'third_party', 'depot_tools')))
49 local_path = os.path.join(host_paths.DIR_SOURCE_ROOT, local_path)
/external/cronet/stable/build/android/update_deps/
Dupdate_third_party_deps.py25 os.path.join(host_paths.DIR_SOURCE_ROOT, 'third_party', 'depot_tools')))
49 local_path = os.path.join(host_paths.DIR_SOURCE_ROOT, local_path)
/external/libchrome/base/
Dbase_paths.h43 DIR_SOURCE_ROOT, // Returns the root of the source tree. This key is useful enumerator
/external/cronet/tot/build/android/pylib/results/flakiness_dashboard/
Dresults_uploader.py63 if parent in (host_paths.DIR_SOURCE_ROOT, in_directory):
67 in_directory = os.path.join(host_paths.DIR_SOURCE_ROOT, in_directory)
/external/cronet/tot/build/android/gyp/
Djacoco_instr.py239 build_utils.DIR_SOURCE_ROOT,
250 build_utils.DIR_SOURCE_ROOT, args.root_build_dir)
/external/angle/build/android/gyp/
Djacoco_instr.py239 build_utils.DIR_SOURCE_ROOT,
250 build_utils.DIR_SOURCE_ROOT, args.root_build_dir)
/external/cronet/stable/build/android/gyp/
Djacoco_instr.py239 build_utils.DIR_SOURCE_ROOT,
250 build_utils.DIR_SOURCE_ROOT, args.root_build_dir)
/external/cronet/stable/build/android/pylib/results/flakiness_dashboard/
Dresults_uploader.py63 if parent in (host_paths.DIR_SOURCE_ROOT, in_directory):
67 in_directory = os.path.join(host_paths.DIR_SOURCE_ROOT, in_directory)

123456