OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:positional
(Results
1 - 3
of
3
) sorted by null
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
miniopt.h
46
bool
positional
;
member in struct:miniopt
52
char* valstr; /*
positional
param, or value for the option,
/external/jmonkeyengine/engine/src/core/com/jme3/audio/
AudioNode.java
58
* The "
positional
" property of an AudioNode can be set via
84
protected boolean
positional
= true;
field in class:AudioNode
471
* to be in meters. Does nothing if the audio node is not
positional
.
493
* Does nothing if the audio node is not
positional
.
543
* Does nothing if the audio node is not
positional
.
577
* Does nothing if the audio node is not
positional
.
606
* Does nothing if the audio node is not
positional
.
685
* @return True if the audio node is
positional
.
690
return
positional
;
694
* Set the audio node as
positional
[
all
...]
/external/libxml2/
trio.c
1183
BOOLEAN_T
positional
; /* Does the specifier have a
positional
? */
local
1242
positional
= (NO_POSITION != currentParam);
1243
if (!
positional
)
1245
/* We have no
positional
, get the next counter */
[
all
...]
Completed in 410 milliseconds