Searched refs:positional (Results 1 – 25 of 42) 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 | 64 options often found in real programs. For example, `positional`_ arguments, 150 with helper functions like `cl::desc(...)`_, so there are no positional 157 argument, the CommandLine library allows for `positional`_ arguments to be 158 specified for the program. These positional arguments are filled with command 166 This declaration indicates that the first positional argument should be treated 520 positional arguments together if there may be more than one specified. In the 668 file, but will not have an ordering defined if the positional arguments are 670 all of your positional arguments in one .cpp file. 672 Specifying positional options with hyphens 675 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/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 | 5450 "cannot mix positional and non-positional arguments in format string">, 5478 "positional arguments are not supported by ISO C">, InGroup<FormatNonStandard>, DefaultIgnore;
|
/external/libpcap/ |
D | configure | 323 echo positional parameters were not saved.
|
/external/libusb-compat/ |
D | configure | 341 echo positional parameters were not saved.
|
/external/tcpdump/ |
D | configure | 323 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/protobuf/gtest/ |
D | configure | 324 echo positional parameters were not saved.
|
/external/protobuf/ |
D | configure | 324 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/protobuf/m4/ |
D | libtool.m4 | 7159 # 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/openfst/m4/ |
D | libtool.m4 | 7227 # 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.
|
12