Home
last modified time | relevance | path

Searched refs:extra_flags (Results 1 – 9 of 9) sorted by relevance

/external/v8/tools/testrunner/objects/
Dcontext.py31 isolates, command_prefix, extra_flags, noi18n, random_seed, argument
42 self.extra_flags = extra_flags
52 self.command_prefix, self.extra_flags, self.noi18n,
/external/v8/tools/
Drun-tests.py302 options.extra_flags = shlex.split(options.extra_flags)
305 options.extra_flags += GC_STRESS_FLAGS
308 options.extra_flags.append("--invoke-weak-callbacks")
346 options.extra_flags.append("--predictable")
347 options.extra_flags.append("--verify_predictable")
348 options.extra_flags.append("--no-inline-new")
482 options.extra_flags,
Drun-deopt-fuzzer.py244 options.extra_flags = shlex.split(options.extra_flags)
371 options.extra_flags,
/external/libcxx/test/libcxx/test/
Dformat.py145 extra_flags = ['-Xclang', '-verify'] if use_verify else []
147 flags=extra_flags)
/external/v8/test/fuzz-natives/
Dtestcfg.py27 context.extra_flags)
/external/v8/tools/testrunner/local/
Dexecution.py99 "--stress-opt" in self.context.extra_flags):
261 self.context.extra_flags)
Dtestsuite.py233 context.extra_flags)
/external/v8/test/cctest/
Dtestcfg.py57 context.extra_flags)
/external/libnfc-nci/src/nfc/tags/
Drw_i93.c1275 tNFC_STATUS rw_i93_send_cmd_get_sys_info (UINT8 *p_uid, UINT8 extra_flags) in rw_i93_send_cmd_get_sys_info() argument
1295 …STREAM (p, (I93_FLAG_ADDRESS_SET | RW_I93_FLAG_SUB_CARRIER | RW_I93_FLAG_DATA_RATE | extra_flags)); in rw_i93_send_cmd_get_sys_info()