Searched refs:positional (Results 1 – 25 of 47) sorted by relevance
12
/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/fmtlib/ |
D | README.rst | 26 <http://fmtlib.net/latest/api.html#format-api>`_ with positional arguments 36 including the POSIX extension for positional arguments. 206 There is a POSIX extension that adds positional arguments required for 227 IOStreams as "chevron hell". IOStreams doesn't support positional arguments 237 strings and positional arguments. The main its drawback is performance. 245 This is an interesting library which is fast, safe and has positional 262 and is type safe. It doesn't support user-defined types or positional 270 fast. Unfortunately it doesn't support positional arguments and wrapping
|
D | ChangeLog.rst | 764 * Safe printf implementation with a POSIX extension for positional arguments:
|
/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/libxml2/ |
D | trio.c | 1203 BOOLEAN_T positional; /* Does the specifier have a positional? */ variable 1262 positional = (NO_POSITION != currentParam); 1263 if (!positional) 1330 if (positional) 1340 if (! positional) 1374 if (positional) 1384 if (! positional) 1423 if (positional) 1433 if (! positional) 1591 if (positional) [all …]
|
/external/lz4/tests/ |
D | README.md | 49 positional arguments:
|
/external/v8/tools/mb/docs/ |
D | user_guide.md | 33 The first positional argument must be a GN-style "source-absolute" path 36 The second positional argument is a (normal) path to a JSON file containing 60 The third positional argument is a (normal) path to where mb will write
|
/external/chromium-trace/catapult/telemetry/third_party/websocket-client/ |
D | README.rst | 247 positional arguments:
|
/external/llvm/docs/CommandGuide/ |
D | llvm-profdata.rst | 47 Profiles passed in via ``-weighted-input``, ``-input-files``, or via positional
|
/external/fmtlib/doc/ |
D | index.rst | 62 The Format API also supports positional arguments useful for localization:
|
D | api.rst | 163 the POSIX extension for positional arguments. Unlike their standard
|
/external/clang/docs/ |
D | LibTooling.rst | 171 the build path as first argument and some source files as further positional
|
D | ObjectiveCLiterals.rst | 209 // Partition command line arguments into positional and option arguments. 217 [args addObject:@(arg)]; // positional argument
|
/external/libjpeg-turbo/ |
D | wizard.txt | 138 positional indexes.)
|
/external/llvm/include/llvm/Target/ |
D | Target.td | 758 // and some targets still reply on the positional encoding rules. When 759 // generating a decoder for such targets, the positional encoding rules must 768 // operands that are matched by ordering (positional operands) and those
|
/external/swiftshader/third_party/LLVM/projects/sample/ |
D | configure | 318 echo positional parameters were not saved.
|
/external/ltp/utils/ffsb-6.0-rc2/ |
D | configure | 322 echo positional parameters were not saved.
|
/external/liblzf/ |
D | configure | 316 echo positional parameters were not saved.
|
/external/bison/ |
D | NEWS | 486 Historically, Yacc and Bison have supported positional references
|
/external/elfutils/src/ |
D | ChangeLog | 1391 (show_symbols_bsd): Use positional parameters to also print color
|
/external/clang/include/clang/Basic/ |
D | DiagnosticSemaKinds.td | 7235 "cannot mix positional and non-positional arguments in format string">, 7266 "positional arguments are not supported by ISO C">, InGroup<FormatNonStandard>, DefaultIgnore;
|
/external/libusb-compat/ |
D | configure | 341 echo positional parameters were not saved.
|
/external/mksh/src/ |
D | check.t | 1776 Check that trimming works with positional parameters (Debian #48453) 1844 Check that positional arguments do not overflow
|
/external/libogg/ |
D | configure | 322 echo positional parameters were not saved.
|
/external/libvorbis/ |
D | configure | 324 echo positional parameters were not saved.
|
12