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

  /external/v8/tools/testrunner/objects/
context.py 31 isolates, command_prefix, extra_flags, noi18n, random_seed,
42 self.extra_flags = extra_flags
54 self.command_prefix, self.extra_flags, self.noi18n,
  /build/kati/
m2n 23 extra_flags=
67 extra_flags+=" $1"
117 ${kati} --ninja ${ninja_suffix_flag} --ignore_optional_include=out/%.P --ignore_dirty=out/% --use_find_emulator --detect_android_echo --detect_depfiles --gen_all_targets ${goma_flag} ${extra_flags} ${targets}
  /art/runtime/
os_linux.cc 38 static File* CreateEmptyFile(const char* name, int extra_flags) {
43 return OS::OpenFileWithFlags(name, O_CREAT | extra_flags);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
tools_common.sh 228 extra_flags=${7}
241 if [ "${extra_flags}" = "-" ]; then
243 extra_flags=${8}
250 --limit=${frames} ${use_ivf} ${extra_flags} --output="${output}" \
255 --limit=${frames} ${use_ivf} ${extra_flags} --output="${output}" - \
  /external/v8/tools/
run-tests.py 447 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,
    [all...]
run_perf.py 456 def GetCommandFlags(self, extra_flags=None):
458 return self.flags + (extra_flags or []) + [self.main] + suffix
460 def GetCommand(self, shell_dir, extra_flags=None):
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(
    [all...]
run-deopt-fuzzer.py 249 options.extra_flags = shlex.split(options.extra_flags)
377 options.extra_flags,
  /external/v8/test/preparser/
testcfg.py 66 def Test(name, source, expectation, extra_flags=[]):
72 flags += extra_flags
  /external/libcxx/test/libcxx/test/
format.py 150 extra_flags = []
152 extra_flags += ['-Xclang', '-verify',
155 flags=extra_flags)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/
format.py 150 extra_flags = []
152 extra_flags += ['-Xclang', '-verify',
155 flags=extra_flags)
  /external/v8/test/cctest/
testcfg.py 61 context.extra_flags)
  /development/testrunner/
runtest.py 360 extra_flags = ""
362 extra_flags = "-g"
364 extra_flags += " --user " + self._options.user
365 logger.Log("adb install -r %s %s" % (extra_flags, abs_install_path))
366 logger.Log(self._adb.Install(abs_install_path, extra_flags))
adb_interface.py 134 def Install(self, apk_path, extra_flags):
139 extra_flags: Additional flags to use with adb install
144 return self.SendCommand("install -r %s %s" % (extra_flags, apk_path))
  /toolchain/binutils/binutils-2.25/bfd/
peicode.h 524 flagword extra_flags)
531 if (extra_flags & BSF_LOCAL)
539 if (extra_flags & BSF_FUNCTION)
541 else if (extra_flags & BSF_LOCAL)
577 sym->symbol.flags = BSF_EXPORT | BSF_GLOBAL | extra_flags;
602 flagword extra_flags)
613 bfd_set_section_flags (vars->abfd, sec, flags | extra_flags);
    [all...]
  /external/autotest/client/cros/
enterprise_policy_base.py 204 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/tools/testrunner/local/
execution.py 96 context.extra_flags)
105 "--stress-opt" in context.extra_flags):
107 if "--noenable-vfp3" in context.extra_flags:
testsuite.py 321 context.extra_flags)
  /external/autotest/client/site_tests/desktopui_SonicExtension/
test_utils.py 194 def get_extension_id_from_flag(self, extra_flags):
197 @param extra_flags: A string which contains all the extra chrome flags
200 extra_flags_list = extra_flags.split()
  /external/iproute2/ip/
xfrm_state.c 236 static int xfrm_state_extra_flag_parse(__u32 *extra_flags, int *argcp, char ***argvp)
247 *extra_flags = val;
251 *extra_flags |= XFRM_SA_XFLAG_DONT_ENCAP_DSCP;
288 __u32 extra_flags = 0; local
347 xfrm_state_extra_flag_parse(&extra_flags, &argc, &argv);
565 if (extra_flags)
567 extra_flags);
    [all...]
ipxfrm.c 918 __u32 extra_flags = *(__u32 *)RTA_DATA(tb[XFRMA_SA_EXTRA_FLAGS]); local
921 XFRM_FLAG_PRINT(fp, extra_flags,
924 if (extra_flags)
925 fprintf(fp, "%x", extra_flags);
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_decimal.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_decimal.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_decimal.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_decimal.py     [all...]

Completed in 1240 milliseconds