Searched refs:positional (Results 1 – 25 of 48) sorted by relevance
12
/external/jmonkeyengine/engine/src/core/com/jme3/audio/ |
D | AudioNode.java | 84 protected boolean positional = true; field in AudioNode 690 return positional; in isPositional() 701 public void setPositional(boolean positional) { in setPositional() argument 702 this.positional = positional; in setPositional() 752 oc.write(positional, "positional", false); in write() 786 positional = ic.readBoolean("positional", false); in read()
|
/external/llvm/docs/ |
D | CommandLine.rst | 62 options often found in real programs. For example, `positional`_ arguments, 146 with helper functions like `cl::desc(...)`_, so there are no positional 153 argument, the CommandLine library allows for `positional`_ arguments to be 154 specified for the program. These positional arguments are filled with command 162 This declaration indicates that the first positional argument should be treated 516 positional arguments together if there may be more than one specified. In the 664 file, but will not have an ordering defined if the positional arguments are 666 all of your positional arguments in one .cpp file. 668 Specifying positional options with hyphens 671 Sometimes you may want to specify a value to your positional argument that [all …]
|
/external/libxml2/ |
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/quake/quake/src/QW/progs/ |
D | misc.qc | 3 Used as a positional target for spotlights, etc. 11 Used as a positional target for lightning.
|
/external/clang/docs/ |
D | LibTooling.rst | 162 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/jpeg/ |
D | wizard.doc | 138 positional indexes.)
|
/external/qemu/distrib/jpeg-6b/ |
D | wizard.doc | 138 positional indexes.)
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/mac/ |
D | WebPageMac.mm | 365 // to use the root editable element of the selection start as the positional base.
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebFrame.mm | 695 // to use the root editable element of the selection start as the positional base.
|
/external/elfutils/ |
D | configure | 345 echo positional parameters were not saved.
|
/external/genext2fs/ |
D | configure | 322 echo positional parameters were not saved.
|
/external/liblzf/ |
D | configure | 316 echo positional parameters were not saved.
|
/external/clang/include/clang/Basic/ |
D | DiagnosticSemaKinds.td | 5656 "cannot mix positional and non-positional arguments in format string">, 5685 "positional arguments are not supported by ISO C">, InGroup<FormatNonStandard>, DefaultIgnore;
|
/external/libpcap/ |
D | configure | 323 echo positional parameters were not saved.
|
/external/bison/ |
D | NEWS | 486 Historically, Yacc and Bison have supported positional references
|
/external/libusb-compat/ |
D | configure | 341 echo positional parameters were not saved.
|
/external/libogg/ |
D | configure | 322 echo positional parameters were not saved.
|
/external/libvorbis/ |
D | configure | 324 echo positional parameters were not saved.
|
/external/tcpdump/ |
D | configure | 323 echo positional parameters were not saved.
|
/external/libmtp/ |
D | configure | 343 echo positional parameters were not saved.
|
/external/qemu/distrib/sdl-1.2.15/acinclude/ |
D | libtool.m4 | 7219 # positional parameters, so assign one to ordinary parameter first.
|
/external/libusb-compat/m4/ |
D | libtool.m4 | 7220 # positional parameters, so assign one to ordinary parameter first.
|
/external/libmtp/m4/ |
D | libtool.m4 | 7210 # positional parameters, so assign one to ordinary parameter first.
|
/external/protobuf/m4/ |
D | libtool.m4 | 7159 # positional parameters, so assign one to ordinary parameter first.
|
12