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

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-d10v/
d10v.exp 125 set opt_name [lindex $i 0]
127 if ![info exists opts($opt_name)] {
128 perror "unknown option $opt_name in file $file.lt"
133 switch -- $opt_name {
148 if [string length $opts($opt_name)] {
149 perror "option $opt_name multiply set in $file.lt"
155 set opts($opt_name) [concat $opts($opt_name) $opt_val]
  /external/syslinux/com32/lib/
getopt_long.c 25 const char *opt_name)
28 if (*arg_str++ != *opt_name++)
32 if (*opt_name)
  /external/syslinux/libinstaller/getopt/
getopt_long.c 25 const char *opt_name)
28 if (*arg_str++ != *opt_name++)
32 if (*opt_name)
  /toolchain/binutils/binutils-2.25/binutils/testsuite/lib/
utils-lib.exp 291 set opt_name [lindex $i 0]
293 if ![info exists opts($opt_name)] {
294 perror "unknown option $opt_name in file $file.d"
303 if [string length $opts($opt_name)] {
304 perror "option $opt_name multiply set in $file.d"
308 set opts($opt_name) $opt_val
312 set opt_name [lindex $i 0]
314 if ![info exists opts($opt_name)] {
315 perror "unknown option $opt_name given in extra_opts"
326 if [string length $opts($opt_name)] {
    [all...]
  /external/fio/oslib/
getopt_long.c 29 const char *opt_name, int smatch)
32 if (*arg_str++ != *opt_name++)
36 if (*opt_name && !smatch)
  /toolchain/binutils/binutils-2.25/binutils/
defparse.y 43 %type <id> opt_name opt_name2 opt_equal_name opt_import_name
53 NAME opt_name opt_base { def_name ($2, $3); }
54 | LIBRARY opt_name opt_base option_list { def_library ($2, $3); }
211 opt_name: opt_name2 { $$ =$1; } label
  /toolchain/binutils/binutils-2.25/gas/testsuite/lib/
gas-defs.exp 477 set opt_name [lindex $i 0]
479 if ![info exists opts($opt_name)] {
480 perror "unknown option $opt_name in file $file.d"
484 if [string length $opts($opt_name)] {
485 perror "option $opt_name multiply set in $file.d"
489 if { $opt_name == "as" } {
492 set opts($opt_name) $opt_val
496 set opt_name [lindex $i 0]
498 if ![info exists opts($opt_name)] {
499 perror "unknown option $opt_name given in extra_opts
    [all...]
  /art/compiler/optimizing/
optimizing_compiler.cc 471 std::string opt_name = ConvertPassNameToOptimizationName(pass_name); local
472 if (opt_name == BoundsCheckElimination::kBoundsCheckEliminationPassName) {
477 } else if (opt_name == GVNOptimization::kGlobalValueNumberingPassName) {
480 } else if (opt_name == HConstantFolding::kConstantFoldingPassName) {
482 } else if (opt_name == HDeadCodeElimination::kDeadCodeEliminationPassName) {
484 } else if (opt_name == HInliner::kInlinerPassName) {
497 } else if (opt_name == HSharpening::kSharpeningPassName) {
499 } else if (opt_name == HSelectGenerator::kSelectGeneratorPassName) {
501 } else if (opt_name == HInductionVarAnalysis::kInductionPassName) {
503 } else if (opt_name == InstructionSimplifier::kInstructionSimplifierPassName)
578 std::string opt_name = ConvertPassNameToOptimizationName(pass_name); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
install.py 387 opt_name = opt[0]
388 if opt_name[-1] == "=":
389 opt_name = opt_name[0:-1]
390 if opt_name in self.negative_opt:
391 opt_name = string.translate(self.negative_opt[opt_name],
393 val = not getattr(self, opt_name)
395 opt_name = string.translate(opt_name, longopt_xlate)
    [all...]
  /external/python/cpython2/Lib/distutils/command/
install.py 387 opt_name = opt[0]
388 if opt_name[-1] == "=":
389 opt_name = opt_name[0:-1]
390 if opt_name in self.negative_opt:
391 opt_name = string.translate(self.negative_opt[opt_name],
393 val = not getattr(self, opt_name)
395 opt_name = string.translate(opt_name, longopt_xlate
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
install.py 424 opt_name = opt[0]
425 if opt_name[-1] == "=":
426 opt_name = opt_name[0:-1]
427 if opt_name in self.negative_opt:
428 opt_name = string.translate(self.negative_opt[opt_name],
430 val = not getattr(self, opt_name)
432 opt_name = string.translate(opt_name, longopt_xlate
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
install.py 424 opt_name = opt[0]
425 if opt_name[-1] == "=":
426 opt_name = opt_name[0:-1]
427 if opt_name in self.negative_opt:
428 opt_name = string.translate(self.negative_opt[opt_name],
430 val = not getattr(self, opt_name)
432 opt_name = string.translate(opt_name, longopt_xlate
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
install.py 424 opt_name = opt[0]
425 if opt_name[-1] == "=":
426 opt_name = opt_name[0:-1]
427 if opt_name in self.negative_opt:
428 opt_name = string.translate(self.negative_opt[opt_name],
430 val = not getattr(self, opt_name)
432 opt_name = string.translate(opt_name, longopt_xlate
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
install.py 424 opt_name = opt[0]
425 if opt_name[-1] == "=":
426 opt_name = opt_name[0:-1]
427 if opt_name in self.negative_opt:
428 opt_name = string.translate(self.negative_opt[opt_name],
430 val = not getattr(self, opt_name)
432 opt_name = string.translate(opt_name, longopt_xlate
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/lib/
ld-lib.exp 611 set opt_name [lindex $i 0]
613 if ![info exists opts($opt_name)] {
614 perror "unknown option $opt_name in file $file.d"
619 switch -- $opt_name {
636 if [string length $opts($opt_name)] {
637 perror "option $opt_name multiply set in $file.d"
643 if { $opt_name == "ld" } {
647 if { $opt_name == "objcopy_linked_file" } {
652 if { $opt_name == "as" || $opt_name == "ld" }
    [all...]
  /external/autotest/utils/
run_pylint.py 334 opt_name = args[2:].split('=')[0]
335 if opt_name in rcfile and pylint_version >= 0.21:
338 % opt_name)
  /external/mesa3d/src/mesa/main/
get_hash_generator.py 211 for opt_name, opt_val in opts:
212 if opt_name == "-f":
  /external/v8/tools/
codemap.js 268 * @param {string} opt_name Code entry name.
272 CodeMap.CodeEntry = function(size, opt_name, opt_type) {
274 this.name = opt_name || '';
  /frameworks/rs/tests/lldb/
run_tests.py 125 opt_name = member_name.replace('_', '-')
127 setattr(this_module, opt_name, '')
129 parser.add_argument('--' + opt_name,
  /toolchain/binutils/binutils-2.25/ld/
deffilep.y 132 %type <id> opt_name opt_name2 opt_equal_name anylang_id opt_id
143 NAME opt_name opt_base { def_image_name ($2, $3, 0); }
144 | LIBRARY opt_name opt_base { def_image_name ($2, $3, 1); }
298 opt_name: opt_name2 { $$ = $1; } label
    [all...]
  /external/python/cpython2/Lib/idlelib/
configDialog.py     [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 144 static int parse_remapped_files_with_opt(const char *opt_name,
151 int prefix_len = strlen(opt_name);
158 if (strncmp(argv[arg], opt_name, prefix_len))
182 "error: %sfrom:to argument is missing comma\n", opt_name);
251 char opt_name[32]; local
258 sprintf(opt_name, "-remap-file-%d=", try_idx);
259 ret = parse_remapped_files_with_opt(opt_name, argc, argv, start_arg,
    [all...]

Completed in 588 milliseconds