OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:V8_BASE
(Results
1 - 3
of
3
) sorted by null
/external/v8/tools/
verify_source_deps.py
21
V8_BASE
= os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
22
V8_SRC_BASE = os.path.join(
V8_BASE
, 'src')
23
V8_INCLUDE_BASE = os.path.join(
V8_BASE
, 'include')
26
os.path.join(
V8_BASE
, 'src', 'd8.gyp'),
27
os.path.join(
V8_BASE
, 'src', 'third_party', 'vtune', 'v8vtune.gyp'),
28
os.path.join(
V8_BASE
, 'test', 'cctest', 'cctest.gyp'),
29
os.path.join(
V8_BASE
, 'test', 'unittests', 'unittests.gyp'),
30
os.path.join(
V8_BASE
, 'tools', 'gyp', 'v8.gyp'),
31
os.path.join(
V8_BASE
, 'tools', 'parser-shell.gyp'),
49
yield path_no_prefix(os.path.relpath(os.path.join(root, f),
V8_BASE
))
[
all
...]
try_perf.py
49
V8_BASE
= os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
84
'gclient', shell=True, stderr=subprocess.STDOUT, cwd=
V8_BASE
)
92
subprocess.check_call(' '.join(cmd), shell=True, cwd=
V8_BASE
)
/external/v8/tools/release/
common_includes.py
55
V8_BASE
= os.path.dirname(
747
if os.path.realpath(self.default_cwd) == os.path.realpath(
V8_BASE
):
Completed in 59 milliseconds