Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtestcfg.py52 if exists(join(self.context.buildspace, 'obj', 'test', self.mode)):
57 serialization_file = join(self.context.buildspace, serialization_file)
88 executable = join(self.context.buildspace, executable)
93 executable = join(self.context.buildspace, executable)
/external/v8/test/preparser/
Dtestcfg.py126 executable = join(self.context.buildspace, executable)
131 executable = join(self.context.buildspace, executable)
/external/v8/test/benchmarks/
Dtestcfg.py73 os.chdir(self.context.buildspace)
/external/v8/tools/
Dtest.py698 …def __init__(self, workspace, buildspace, verbose, vm, timeout, processor, suppress_dialogs, store… argument
700 self.buildspace = buildspace
1449 buildspace = dirname(shell)
1451 context = Context(workspace, buildspace, VERBOSE,