Searched refs:DIR_SOURCE_ROOT (Results 1 - 25 of 28) sorted by relevance

12

/external/v8/build/android/pylib/constants/
H A Dhost_paths.py9 DIR_SOURCE_ROOT = os.environ.get( variable
15 DIR_SOURCE_ROOT, 'build', 'util', 'lib', 'common')
19 DIR_SOURCE_ROOT, 'third_party', 'android_platform', 'development',
22 DIR_SOURCE_ROOT, 'third_party', 'catapult', 'devil')
24 DIR_SOURCE_ROOT, 'third_party', 'pymock')
H A D__init__.py25 DIR_SOURCE_ROOT = os.environ.get('CHECKOUT_SOURCE_ROOT', variable
137 PERF_OUTPUT_DIR = os.path.join(DIR_SOURCE_ROOT, 'out', 'step_results')
142 SCREENSHOTS_DIR = os.path.join(DIR_SOURCE_ROOT, 'out_screenshots')
146 ANDROID_SDK_ROOT = os.path.join(DIR_SOURCE_ROOT,
150 ANDROID_NDK_ROOT = os.path.join(DIR_SOURCE_ROOT,
156 PROGUARD_ROOT = os.path.join(DIR_SOURCE_ROOT, 'third_party', 'proguard')
158 BAD_DEVICES_JSON = os.path.join(DIR_SOURCE_ROOT,
170 'path': os.path.join(DIR_SOURCE_ROOT, 'build', 'android'),
180 'path': os.path.join(DIR_SOURCE_ROOT, 'build', 'android', 'gyp'),
224 DIR_SOURCE_ROOT, o
[all...]
/external/v8/build/android/pylib/remote/device/
H A Dappurify_sanitized.py12 host_paths.DIR_SOURCE_ROOT, 'third_party', 'requests', 'src')
14 host_paths.DIR_SOURCE_ROOT, 'third_party', 'appurify-python', 'src')
/external/v8/build/android/buildbot/
H A Dbb_host_steps.py20 DIR_BUILD_ROOT = os.path.dirname(host_paths.DIR_SOURCE_ROOT)
27 return os.path.join(host_paths.DIR_SOURCE_ROOT, *path)
88 '--src-dir', host_paths.DIR_SOURCE_ROOT,
104 '-w', os.path.join(host_paths.DIR_SOURCE_ROOT, os.pardir)])
106 '-w', os.path.join(host_paths.DIR_SOURCE_ROOT, os.pardir),
/external/v8/build/android/pylib/
H A Dvalgrind_tools.py15 from pylib.constants import DIR_SOURCE_ROOT namespace
45 libs = glob.glob(os.path.join(DIR_SOURCE_ROOT,
52 DIR_SOURCE_ROOT,
111 [((os.path.join(DIR_SOURCE_ROOT, f),
H A Dchrome_test_server_spawner.py33 % (os.path.join(host_paths.DIR_SOURCE_ROOT, 'third_party'),
34 os.path.join(host_paths.DIR_SOURCE_ROOT, 'third_party', 'tlslite'),
35 os.path.join(host_paths.DIR_SOURCE_ROOT, 'third_party', 'pyftpdlib',
37 os.path.join(host_paths.DIR_SOURCE_ROOT, 'net', 'tools', 'testserver'),
38 os.path.join(host_paths.DIR_SOURCE_ROOT, 'sync', 'tools', 'testserver')))
220 command = host_paths.DIR_SOURCE_ROOT
233 # Pass DIR_SOURCE_ROOT as the child's working directory so that relative
237 cwd=host_paths.DIR_SOURCE_ROOT)
/external/v8/build/android/pylib/results/flakiness_dashboard/
H A Dresults_uploader.py64 if parent == host_paths.DIR_SOURCE_ROOT or parent == in_directory:
68 in_directory = os.path.join(host_paths.DIR_SOURCE_ROOT, in_directory)
102 self._build_name = slave_utils.SlaveBuildName(host_paths.DIR_SOURCE_ROOT)
/external/v8/build/android/pylib/utils/
H A Disolator.py18 host_paths.DIR_SOURCE_ROOT, 'tools', 'swarming_client', 'isolate.py')
23 'DEPTH': host_paths.DIR_SOURCE_ROOT,
179 host_paths.DIR_SOURCE_ROOT))
H A Dlogging_utils.py12 host_paths.DIR_SOURCE_ROOT, 'third_party', 'colorama', 'src')
H A Dfindbugs.py14 _FINDBUGS_HOME = os.path.join(host_paths.DIR_SOURCE_ROOT, 'third_party',
19 host_paths.DIR_SOURCE_ROOT, 'tools', 'android', 'findbugs_plugin', 'lib',
/external/v8/build/android/
H A Dfindbugs_diff.py30 host_paths.DIR_SOURCE_ROOT, 'build', 'android', 'findbugs_filter')
33 os.path.join(host_paths.DIR_SOURCE_ROOT, 'build', 'android', 'gyp'))
H A Dgenerate_emma_html.py72 sources = [os.path.join(host_paths.DIR_SOURCE_ROOT, s) for s in sources]
H A Dmethod_count.py18 sys.path.append(os.path.join(host_paths.DIR_SOURCE_ROOT, 'build', 'util', 'lib',
H A Dasan_symbolize.py39 asan_lib_dir = os.path.join(host_paths.DIR_SOURCE_ROOT,
H A Dresource_sizes.py30 _GRIT_PATH = os.path.join(host_paths.DIR_SOURCE_ROOT, 'tools', 'grit')
90 host_paths.DIR_SOURCE_ROOT, 'tools', 'linux', 'dump-static-initializers.py')
H A Dprovision_devices.py455 adb_reboot = os.path.join(host_paths.DIR_SOURCE_ROOT,
470 subprocess.Popen([os.path.join(host_paths.DIR_SOURCE_ROOT,
/external/v8/build/android/gyp/
H A Djinja_template.py20 sys.path.append(os.path.join(host_paths.DIR_SOURCE_ROOT, 'third_party'))
82 'the inputs. Defaults to DIR_SOURCE_ROOT.',
83 default=host_paths.DIR_SOURCE_ROOT)
H A Djava_google_api_keys.py31 return os.path.relpath(__file__, host_paths.DIR_SOURCE_ROOT)
/external/v8/build/android/play_services/
H A Dupdate.py28 sys.path.append(os.path.join(host_paths.DIR_SOURCE_ROOT, 'build'))
37 SHA1_DIRECTORY = os.path.join(host_paths.DIR_SOURCE_ROOT, 'build', 'android',
45 CONFIG_DEFAULT_PATH = os.path.join(host_paths.DIR_SOURCE_ROOT, 'build',
269 if not args.skip_git and utils.IsRepoDirty(host_paths.DIR_SOURCE_ROOT):
312 utils.MakeLocalCommit(host_paths.DIR_SOURCE_ROOT,
/external/v8/build/android/incremental_install/
H A Dcreate_install_script.py134 installer_path = os.path.join(host_paths.DIR_SOURCE_ROOT, 'build', 'android',
/external/v8/build/android/gyp/util/
H A Dbuild_utils.py26 COLORAMA_ROOT = os.path.join(host_paths.DIR_SOURCE_ROOT,
404 assert os.path.isabs(host_paths.DIR_SOURCE_ROOT)
406 p for p in abs_module_paths if p.startswith(host_paths.DIR_SOURCE_ROOT)]
/external/v8/build/android/pylib/perf/
H A Dtest_runner.py90 host_paths.DIR_SOURCE_ROOT)
376 cwd = os.path.abspath(host_paths.DIR_SOURCE_ROOT)
378 cwd = os.path.abspath(os.path.join(host_paths.DIR_SOURCE_ROOT, os.pardir))
/external/libchrome/base/
H A Dfile_version_info_unittest.cc26 PathService::Get(base::DIR_SOURCE_ROOT, &path);
/external/v8/build/android/lint/
H A Dsuppress.py39 ' ' + os.path.relpath(_THIS_FILE, host_paths.DIR_SOURCE_ROOT) + '\n\n'
/external/v8/build/android/pylib/gtest/
H A Dgtest_test_instance.py198 host_paths.DIR_SOURCE_ROOT, default_isolate_file_path)
344 host_paths.DIR_SOURCE_ROOT, 'build', 'android', 'pylib', 'gtest',

Completed in 273 milliseconds

12