Searched refs:extra_flags (Results 1 – 9 of 9) sorted by relevance
/external/v8/tools/testrunner/objects/ |
D | context.py | 31 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/ |
D | run-tests.py | 302 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,
|
D | run-deopt-fuzzer.py | 244 options.extra_flags = shlex.split(options.extra_flags) 371 options.extra_flags,
|
/external/libcxx/test/libcxx/test/ |
D | format.py | 145 extra_flags = ['-Xclang', '-verify'] if use_verify else [] 147 flags=extra_flags)
|
/external/v8/test/fuzz-natives/ |
D | testcfg.py | 27 context.extra_flags)
|
/external/v8/tools/testrunner/local/ |
D | execution.py | 99 "--stress-opt" in self.context.extra_flags): 261 self.context.extra_flags)
|
D | testsuite.py | 233 context.extra_flags)
|
/external/v8/test/cctest/ |
D | testcfg.py | 57 context.extra_flags)
|
/external/libnfc-nci/src/nfc/tags/ |
D | rw_i93.c | 1275 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()
|