/external/v8/build/android/pylib/constants/ |
H A D | host_paths.py | 9 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__.py | 25 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 D | appurify_sanitized.py | 12 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 D | bb_host_steps.py | 20 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 D | valgrind_tools.py | 15 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 D | chrome_test_server_spawner.py | 33 % (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 D | results_uploader.py | 64 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 D | isolator.py | 18 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 D | logging_utils.py | 12 host_paths.DIR_SOURCE_ROOT, 'third_party', 'colorama', 'src')
|
H A D | findbugs.py | 14 _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 D | findbugs_diff.py | 30 host_paths.DIR_SOURCE_ROOT, 'build', 'android', 'findbugs_filter') 33 os.path.join(host_paths.DIR_SOURCE_ROOT, 'build', 'android', 'gyp'))
|
H A D | generate_emma_html.py | 72 sources = [os.path.join(host_paths.DIR_SOURCE_ROOT, s) for s in sources]
|
H A D | method_count.py | 18 sys.path.append(os.path.join(host_paths.DIR_SOURCE_ROOT, 'build', 'util', 'lib',
|
H A D | asan_symbolize.py | 39 asan_lib_dir = os.path.join(host_paths.DIR_SOURCE_ROOT,
|
H A D | resource_sizes.py | 30 _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 D | provision_devices.py | 455 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 D | jinja_template.py | 20 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 D | java_google_api_keys.py | 31 return os.path.relpath(__file__, host_paths.DIR_SOURCE_ROOT)
|
/external/v8/build/android/play_services/ |
H A D | update.py | 28 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 D | create_install_script.py | 134 installer_path = os.path.join(host_paths.DIR_SOURCE_ROOT, 'build', 'android',
|
/external/v8/build/android/gyp/util/ |
H A D | build_utils.py | 26 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 D | test_runner.py | 90 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 D | file_version_info_unittest.cc | 26 PathService::Get(base::DIR_SOURCE_ROOT, &path);
|
/external/v8/build/android/lint/ |
H A D | suppress.py | 39 ' ' + os.path.relpath(_THIS_FILE, host_paths.DIR_SOURCE_ROOT) + '\n\n'
|
/external/v8/build/android/pylib/gtest/ |
H A D | gtest_test_instance.py | 198 host_paths.DIR_SOURCE_ROOT, default_isolate_file_path) 344 host_paths.DIR_SOURCE_ROOT, 'build', 'android', 'pylib', 'gtest',
|