Searched refs:positional (Results 1 – 25 of 55) sorted by relevance
123
/external/chromium_org/tools/site_compare/ |
D | command_line.py | 61 required, default, positional): argument 106 self.positional = positional 135 if not self.positional: 149 if self.positional: 181 required=False, default=None, positional=False): argument 207 if (positional and required and 208 [arg for arg in self.args if arg.positional] and 209 not [arg for arg in self.args if arg.positional][-1].required): 214 required, default, positional) 384 testarg for testarg in self.args if testarg.positional]: [all …]
|
/external/llvm/test/MC/AsmParser/ |
D | macros-argument-parsing-diagnostics.s | 11 # CHECK: error: too many positional arguments 16 # CHECK: error: cannot mix positional and keyword arguments
|
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/ |
D | instance.pxd | 17 # and kw are used as the positional and keyword parameters to the
|
/external/llvm/docs/ |
D | CommandLine.rst | 65 options often found in real programs. For example, `positional`_ arguments, 149 with helper functions like `cl::desc(...)`_, so there are no positional 156 argument, the CommandLine library allows for `positional`_ arguments to be 157 specified for the program. These positional arguments are filled with command 165 This declaration indicates that the first positional argument should be treated 519 positional arguments together if there may be more than one specified. In the 716 file, but will not have an ordering defined if the positional arguments are 718 all of your positional arguments in one .cpp file. 720 Specifying positional options with hyphens 723 Sometimes you may want to specify a value to your positional argument that [all …]
|
/external/chromium_org/third_party/libxml/src/ |
D | trio.c | 1183 BOOLEAN_T positional; /* Does the specifier have a positional? */ variable 1242 positional = (NO_POSITION != currentParam); 1243 if (!positional) 1310 if (positional) 1320 if (! positional) 1354 if (positional) 1364 if (! positional) 1403 if (positional) 1413 if (! positional) 1571 if (positional) [all …]
|
/external/libxml2/ |
D | trio.c | 1187 BOOLEAN_T positional; /* Does the specifier have a positional? */ variable 1246 positional = (NO_POSITION != currentParam); 1247 if (!positional) 1314 if (positional) 1324 if (! positional) 1358 if (positional) 1368 if (! positional) 1407 if (positional) 1417 if (! positional) 1575 if (positional) [all …]
|
/external/clang/docs/ |
D | LibTooling.rst | 171 the build path as first argument and some source files as further positional
|
D | ObjectiveCLiterals.rst | 203 // Partition command line arguments into positional and option arguments. 211 [args addObject:@(arg)]; // positional argument
|
/external/chromium_org/third_party/cython/src/ |
D | ToDo.txt | 242 Avoid PyArg_ParseTuple call when a function takes no positional args.
|
D | CHANGES.rst | 375 * Static methods without explicitly named positional arguments (e.g. having only
|
/external/qemu/distrib/jpeg-6b/ |
D | wizard.doc | 138 positional indexes.)
|
/external/jpeg/ |
D | wizard.doc | 138 positional indexes.)
|
/external/llvm/include/llvm/Target/ |
D | Target.td | 697 // and some targets still reply on the positional encoding rules. When 698 // generating a decoder for such targets, the positional encoding rules must 707 // operands that are matched by ordering (positional operands) and those
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/ |
D | README | 245 Enable printf-family positional arg support.
|
/external/genext2fs/ |
D | configure | 322 echo positional parameters were not saved.
|
/external/liblzf/ |
D | configure | 316 echo positional parameters were not saved.
|
/external/elfutils/0.153/src/ |
D | ChangeLog | 25 (show_symbols_bsd): Use positional parameters to also print color
|
/external/bison/ |
D | NEWS | 486 Historically, Yacc and Bison have supported positional references
|
/external/clang/include/clang/Basic/ |
D | DiagnosticSemaKinds.td | 6387 "cannot mix positional and non-positional arguments in format string">, 6418 "positional arguments are not supported by ISO C">, InGroup<FormatNonStandard>, DefaultIgnore;
|
/external/mksh/src/ |
D | check.t | 1640 Check that trimming works with positional parameters (Debian #48453) 1653 Check that positional arguments do not overflow
|
/external/libusb-compat/ |
D | configure | 341 echo positional parameters were not saved.
|
/external/chromium_org/third_party/sqlite/src/ |
D | configure | 341 echo positional parameters were not saved.
|
/external/libvorbis/ |
D | configure | 324 echo positional parameters were not saved.
|
/external/libogg/ |
D | configure | 322 echo positional parameters were not saved.
|
/external/libmtp/ |
D | configure | 343 echo positional parameters were not saved.
|
123