Home
last modified time | relevance | path

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

12

/external/jmonkeyengine/engine/src/core/com/jme3/audio/
DAudioNode.java84 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/
DCommandLine.rst64 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/
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/quake/quake/src/QW/progs/
Dmisc.qc3 Used as a positional target for spotlights, etc.
11 Used as a positional target for lightning.
/external/jpeg/
Dwizard.doc138 positional indexes.)
/external/qemu/distrib/jpeg-6b/
Dwizard.doc138 positional indexes.)
/external/webkit/Source/WebKit2/WebProcess/WebPage/mac/
DWebPageMac.mm365 // to use the root editable element of the selection start as the positional base.
/external/webkit/Source/WebKit/mac/WebView/
DWebFrame.mm695 // to use the root editable element of the selection start as the positional base.
/external/elfutils/
Dconfigure345 echo positional parameters were not saved.
/external/genext2fs/
Dconfigure322 echo positional parameters were not saved.
/external/liblzf/
Dconfigure316 echo positional parameters were not saved.
/external/clang/include/clang/Basic/
DDiagnosticSemaKinds.td5450 "cannot mix positional and non-positional arguments in format string">,
5478 "positional arguments are not supported by ISO C">, InGroup<FormatNonStandard>, DefaultIgnore;
/external/libpcap/
Dconfigure323 echo positional parameters were not saved.
/external/libusb-compat/
Dconfigure341 echo positional parameters were not saved.
/external/tcpdump/
Dconfigure323 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/protobuf/gtest/
Dconfigure324 echo positional parameters were not saved.
/external/protobuf/
Dconfigure324 echo positional parameters were not saved.
/external/libmtp/
Dconfigure343 echo positional parameters were not saved.
/external/qemu/distrib/sdl-1.2.15/acinclude/
Dlibtool.m47219 # positional parameters, so assign one to ordinary parameter first.
/external/protobuf/m4/
Dlibtool.m47159 # positional parameters, so assign one to ordinary parameter first.
/external/libmtp/m4/
Dlibtool.m47210 # positional parameters, so assign one to ordinary parameter first.
/external/openfst/m4/
Dlibtool.m47227 # positional parameters, so assign one to ordinary parameter first.
/external/libusb-compat/m4/
Dlibtool.m47220 # positional parameters, so assign one to ordinary parameter first.

12