Home
last modified time | relevance | path

Searched refs:V8_BASE (Results 1 – 4 of 4) sorted by relevance

/external/v8/tools/
Dverify_source_deps.py22 V8_BASE = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) variable
25 os.path.join(V8_BASE, 'src', 'd8.gyp'),
26 os.path.join(V8_BASE, 'src', 'v8.gyp'),
27 os.path.join(V8_BASE, 'src', 'inspector', 'inspector.gypi'),
28 os.path.join(V8_BASE, 'src', 'third_party', 'vtune', 'v8vtune.gyp'),
29 os.path.join(V8_BASE, 'samples', 'samples.gyp'),
30 os.path.join(V8_BASE, 'test', 'cctest', 'cctest.gyp'),
31 os.path.join(V8_BASE, 'test', 'fuzzer', 'fuzzer.gyp'),
32 os.path.join(V8_BASE, 'test', 'unittests', 'unittests.gyp'),
33 os.path.join(V8_BASE, 'test', 'inspector', 'inspector.gyp'),
[all …]
Dtry_perf.py55 V8_BASE = os.path.abspath(os.path.dirname(os.path.dirname(__file__))) variable
94 'gclient', shell=True, stderr=subprocess.STDOUT, cwd=V8_BASE)
103 subprocess.check_call(' '.join(cmd), shell=True, cwd=V8_BASE)
/external/r8/tools/
Dgmscore_data.py16 V8_BASE = os.path.join(BASE, 'v8') variable
71 'inputs' : glob.glob(os.path.join(V8_BASE, '*.dex')),
72 'pgmap' : os.path.join(V8_BASE, 'proguard.map'),
/external/v8/tools/release/
Dcommon_includes.py56 V8_BASE = os.path.dirname( variable
748 if os.path.realpath(self.default_cwd) == os.path.realpath(V8_BASE):