Home
last modified time | relevance | path

Searched refs:opt_name (Results 1 – 21 of 21) sorted by relevance

/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py2/
Dcommands.py81 for i_command, opt_name in _option_inherits[command]:
82 if i_command == i_inherit and opt_name == attr_name:
112 for opt_name, default in _option_defaults['install']:
113 setattr(self, opt_name, default)
119 for parent, opt_name in _option_inherits['install']:
120 self.set_undefined_options(parent, (opt_name, opt_name))
135 for opt_name, default in _option_defaults['install_data']:
136 setattr(self, opt_name, default)
142 for parent, opt_name in _option_inherits['install_data']:
143 self.set_undefined_options(parent, (opt_name, opt_name))
[all …]
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/
Dcommands.py81 for i_command, opt_name in _option_inherits[command]:
82 if i_command == i_inherit and opt_name == attr_name:
112 for opt_name, default in _option_defaults['install']:
113 setattr(self, opt_name, default)
119 for parent, opt_name in _option_inherits['install']:
120 self.set_undefined_options(parent, (opt_name, opt_name))
135 for opt_name, default in _option_defaults['install_data']:
136 setattr(self, opt_name, default)
142 for parent, opt_name in _option_inherits['install_data']:
143 self.set_undefined_options(parent, (opt_name, opt_name))
[all …]
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py3/
Dcommands.py80 for i_command, opt_name in _option_inherits[command]:
81 if i_command == i_inherit and opt_name == attr_name:
111 for opt_name, default in _option_defaults['install']:
112 setattr(self, opt_name, default)
118 for parent, opt_name in _option_inherits['install']:
119 self.set_undefined_options(parent, (opt_name, opt_name))
134 for opt_name, default in _option_defaults['install_data']:
135 setattr(self, opt_name, default)
141 for parent, opt_name in _option_inherits['install_data']:
142 self.set_undefined_options(parent, (opt_name, opt_name))
[all …]
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py3/
Dcommands.py80 for i_command, opt_name in _option_inherits[command]:
81 if i_command == i_inherit and opt_name == attr_name:
111 for opt_name, default in _option_defaults['install']:
112 setattr(self, opt_name, default)
118 for parent, opt_name in _option_inherits['install']:
119 self.set_undefined_options(parent, (opt_name, opt_name))
134 for opt_name, default in _option_defaults['install_data']:
135 setattr(self, opt_name, default)
141 for parent, opt_name in _option_inherits['install_data']:
142 self.set_undefined_options(parent, (opt_name, opt_name))
[all …]
/external/python/cpython3/Lib/distutils/command/
Dinstall.py380 opt_name = opt[0]
381 if opt_name[-1] == "=":
382 opt_name = opt_name[0:-1]
383 if opt_name in self.negative_opt:
384 opt_name = self.negative_opt[opt_name]
385 opt_name = opt_name.translate(longopt_xlate)
386 val = not getattr(self, opt_name)
388 opt_name = opt_name.translate(longopt_xlate)
389 val = getattr(self, opt_name)
390 log.debug(" %s: %s", opt_name, val)
/external/python/cpython2/Lib/distutils/command/
Dinstall.py387 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)
396 val = getattr(self, opt_name)
397 print " %s: %s" % (opt_name, val)
/external/syslinux/com32/lib/
Dgetopt_long.c25 const char *opt_name) in option_matches() argument
28 if (*arg_str++ != *opt_name++) in option_matches()
32 if (*opt_name) in option_matches()
/external/syslinux/libinstaller/getopt/
Dgetopt_long.c25 const char *opt_name) in option_matches() argument
28 if (*arg_str++ != *opt_name++) in option_matches()
32 if (*opt_name) in option_matches()
/external/fio/oslib/
Dgetopt_long.c29 const char *opt_name, int smatch) in option_matches() argument
32 if (*arg_str++ != *opt_name++) in option_matches()
36 if (*opt_name && !smatch) in option_matches()
/external/tensorflow/tensorflow/contrib/makefile/
Dbuild_all_ios.sh35 while getopts "a:g:T" opt_name; do
36 case "$opt_name" in
Dcompile_android_protobuf.sh41 while getopts "a:c" opt_name; do
42 case "$opt_name" in
Dbuild_all_android.sh40 while getopts "Es:t:Tx:a:" opt_name; do
41 case "$opt_name" in
Dcompile_ios_tensorflow.sh54 while getopts "a:f:h:n:" opt_name; do
55 case "$opt_name" in
Dcompile_ios_protobuf.sh32 while getopts "a:" opt_name; do
33 case "$opt_name" in
/external/autotest/utils/
Drun_pylint.py305 opt_name = args[2:].split('=')[0]
306 if opt_name in rcfile and pylint_version >= 0.21:
309 % opt_name)
/external/tensorflow/tensorflow/contrib/makefile/samples/
Dbuild_and_run_inception_hexagon.sh34 while getopts "bc:Eps" opt_name; do
35 case "$opt_name" in
/external/v8/tools/
Dcodemap.js272 CodeMap.CodeEntry = function(size, opt_name, opt_type) { argument
274 this.name = opt_name || '';
/external/mesa3d/src/mesa/main/
Dget_hash_generator.py211 for opt_name, opt_val in opts:
212 if opt_name == "-f":
/external/python/cpython2/Lib/idlelib/
DconfigDialog.py1279 enables = [opt_name for opt_name in opt_list
1280 if opt_name.startswith('enable')]
1281 for opt_name in enables:
1282 opt_list.remove(opt_name)
1285 for opt_name in opt_list:
1287 ext_name, opt_name, raw=True)
1300 ext_name, opt_name, type=opt_type, raw=True,
1307 self.extensions[ext_name].append({'name': opt_name,
/external/python/cpython3/Lib/idlelib/
Dconfigdialog.py1285 enables = [opt_name for opt_name in opt_list
1286 if opt_name.startswith('enable')]
1287 for opt_name in enables:
1288 opt_list.remove(opt_name)
1291 for opt_name in opt_list:
1293 ext_name, opt_name, raw=True)
1306 ext_name, opt_name, type=opt_type, raw=True,
1313 self.extensions[ext_name].append({'name': opt_name,
/external/clang/tools/c-index-test/
Dc-index-test.c144 static int parse_remapped_files_with_opt(const char *opt_name, in parse_remapped_files_with_opt() argument
151 int prefix_len = strlen(opt_name); in parse_remapped_files_with_opt()
158 if (strncmp(argv[arg], opt_name, prefix_len)) in parse_remapped_files_with_opt()
182 "error: %sfrom:to argument is missing comma\n", opt_name); in parse_remapped_files_with_opt()
251 char opt_name[32]; in parse_remapped_files_with_try() local
258 sprintf(opt_name, "-remap-file-%d=", try_idx); in parse_remapped_files_with_try()
259 ret = parse_remapped_files_with_opt(opt_name, argc, argv, start_arg, in parse_remapped_files_with_try()