Home
last modified time | relevance | path

Searched refs:positional (Results 1 – 25 of 55) sorted by relevance

123

/external/chromium_org/tools/site_compare/
Dcommand_line.py61 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/
Dmacros-argument-parsing-diagnostics.s11 # 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/
Dinstance.pxd17 # and kw are used as the positional and keyword parameters to the
/external/llvm/docs/
DCommandLine.rst65 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/
Dtrio.c1183 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/
Dtrio.c1187 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/
DLibTooling.rst171 the build path as first argument and some source files as further positional
DObjectiveCLiterals.rst203 // Partition command line arguments into positional and option arguments.
211 [args addObject:@(arg)]; // positional argument
/external/chromium_org/third_party/cython/src/
DToDo.txt242 Avoid PyArg_ParseTuple call when a function takes no positional args.
DCHANGES.rst375 * Static methods without explicitly named positional arguments (e.g. having only
/external/qemu/distrib/jpeg-6b/
Dwizard.doc138 positional indexes.)
/external/jpeg/
Dwizard.doc138 positional indexes.)
/external/llvm/include/llvm/Target/
DTarget.td697 // 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/
DREADME245 Enable printf-family positional arg support.
/external/genext2fs/
Dconfigure322 echo positional parameters were not saved.
/external/liblzf/
Dconfigure316 echo positional parameters were not saved.
/external/elfutils/0.153/src/
DChangeLog25 (show_symbols_bsd): Use positional parameters to also print color
/external/bison/
DNEWS486 Historically, Yacc and Bison have supported positional references
/external/clang/include/clang/Basic/
DDiagnosticSemaKinds.td6387 "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/
Dcheck.t1640 Check that trimming works with positional parameters (Debian #48453)
1653 Check that positional arguments do not overflow
/external/libusb-compat/
Dconfigure341 echo positional parameters were not saved.
/external/chromium_org/third_party/sqlite/src/
Dconfigure341 echo positional parameters were not saved.
/external/libvorbis/
Dconfigure324 echo positional parameters were not saved.
/external/libogg/
Dconfigure322 echo positional parameters were not saved.
/external/libmtp/
Dconfigure343 echo positional parameters were not saved.

123