HomeSort by relevance Sort by last modified time
    Searched refs:isolates (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/v8/tools/testrunner/objects/
context.py 31 isolates, command_prefix, extra_flags, noi18n):
38 self.isolates = isolates
44 return [self.arch, self.mode, self.mode_flags, self.timeout, self.isolates,
  /external/v8/test/mjsunit/
testcfg.py 41 def __init__(self, path, file, mode, context, config, isolates):
46 self.isolates = isolates
52 return self.path[-1] + ["", "-isolates"][self.isolates]
55 return self.isolates
87 if self.isolates:
  /external/chromium_org/v8/test/intl/
testcfg.py 63 if context.isolates:
  /external/chromium_org/v8/test/mjsunit/
testcfg.py 84 if context.isolates:
  /external/chromium_org/v8/tools/
run-deopt-fuzzer.py 185 result.add_option("--isolates", help="Whether to test isolates",
359 timeout, options.isolates,
369 "isolates": options.isolates,
run-tests.py 119 result.add_option("--isolates", help="Whether to test isolates",
366 timeout, options.isolates,
376 "isolates": options.isolates,
  /external/chromium_org/v8/test/webkit/
testcfg.py 90 if context.isolates:
  /external/v8/tools/
test-wrapper-gypbuild.py 99 result.add_option("--isolates", help="Whether to test isolates", default=False, action="store_true")
189 if options.isolates:
190 result += ['--isolates']
test.py     [all...]

Completed in 61 milliseconds