Home
last modified time | relevance | path

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

/external/v8/tools/
Dtry_perf.py79 assert '"' not in options.extra_flags and '\'' not in options.extra_flags, (
90 if options.extra_flags:
91 cmd += ['-p \'extra_flags="%s"\'' % options.extra_flags]
Drun_perf.py456 def GetCommandFlags(self, extra_flags=None): argument
458 return self.flags + (extra_flags or []) + [self.main] + suffix
460 def GetCommand(self, shell_dir, extra_flags=None): argument
462 extra_flags = extra_flags or []
464 if self.binary != 'd8' and '--prof' in extra_flags:
466 return cmd + self.GetCommandFlags(extra_flags=extra_flags)
582 self.extra_flags = options.extra_flags.split()
633 runnable.GetCommand(shell_dir, self.extra_flags),
648 if '--prof' in self.extra_flags:
763 cmd = [binary_on_device] + runnable.GetCommandFlags(self.extra_flags)
Drun-tests.py447 options.extra_flags = shlex.split(options.extra_flags)
450 options.extra_flags += GC_STRESS_FLAGS
453 options.extra_flags.append("--invoke-weak-callbacks")
454 options.extra_flags.append("--omit-quit")
457 options.extra_flags.append("--noenable-vfp3")
503 options.extra_flags.append("--predictable")
504 options.extra_flags.append("--verify_predictable")
505 options.extra_flags.append("--no-inline-new")
677 options.extra_flags,
Drun-deopt-fuzzer.py249 options.extra_flags = shlex.split(options.extra_flags)
377 options.extra_flags,
/external/v8/tools/testrunner/objects/
Dcontext.py31 isolates, command_prefix, extra_flags, noi18n, random_seed, argument
42 self.extra_flags = extra_flags
54 self.command_prefix, self.extra_flags, self.noi18n,
/external/libcxx/test/libcxx/test/
Dformat.py150 extra_flags = []
152 extra_flags += ['-Xclang', '-verify',
155 flags=extra_flags)
/external/autotest/client/cros/
Denterprise_policy_base.py204 self.extra_flags = env_flag_list
248 logging.info(' extra_browser_args: %s', self.extra_flags)
252 self.cr = chrome.Chrome(extra_browser_args=self.extra_flags,
/external/v8/test/preparser/
Dtestcfg.py66 def Test(name, source, expectation, extra_flags=[]): argument
72 flags += extra_flags
/external/v8/tools/testrunner/local/
Dexecution.py96 context.extra_flags)
105 "--stress-opt" in context.extra_flags):
107 if "--noenable-vfp3" in context.extra_flags:
Dtestsuite.py321 context.extra_flags)
/external/iproute2/ip/
Dxfrm_state.c236 static int xfrm_state_extra_flag_parse(__u32 *extra_flags, int *argcp, char ***argvp) in xfrm_state_extra_flag_parse() argument
247 *extra_flags = val; in xfrm_state_extra_flag_parse()
251 *extra_flags |= XFRM_SA_XFLAG_DONT_ENCAP_DSCP; in xfrm_state_extra_flag_parse()
288 __u32 extra_flags = 0; in xfrm_state_modify() local
347 xfrm_state_extra_flag_parse(&extra_flags, &argc, &argv); in xfrm_state_modify()
565 if (extra_flags) in xfrm_state_modify()
567 extra_flags); in xfrm_state_modify()
Dipxfrm.c918 __u32 extra_flags = *(__u32 *)RTA_DATA(tb[XFRMA_SA_EXTRA_FLAGS]); in xfrm_state_info_print() local
921 XFRM_FLAG_PRINT(fp, extra_flags, in xfrm_state_info_print()
924 if (extra_flags) in xfrm_state_info_print()
925 fprintf(fp, "%x", extra_flags); in xfrm_state_info_print()
/external/autotest/client/site_tests/desktopui_SonicExtension/
Dtest_utils.py194 def get_extension_id_from_flag(self, extra_flags): argument
200 extra_flags_list = extra_flags.split()
/external/v8/test/cctest/
Dtestcfg.py61 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()