Searched defs:positional (Results 1 - 5 of 5) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
H A Dutil.py26 'positional',
52 def positional(max_positional_args): function
53 """A decorator to declare that only the first N arguments my be positional.
71 @positional(1)
78 @positional(0)
93 @positional(2)
98 @positional(2)
102 The positional decorator behavior is controlled by
109 max_positional_arguments: Maximum number of positional arguments. All
114 being used as positional parameter
[all...]
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
H A Dutil.py42 'positional',
86 def positional(max_positional_args): function
87 """A decorator to declare that only the first N arguments may be positional.
103 @positional(1)
110 @positional(0)
125 @positional(2)
130 @positional(2)
134 One can omit the argument to 'positional' altogether, and then no
138 default values, and no argument is given to 'positional', an error
141 @positional
[all...]
/external/chromium-trace/catapult/third_party/apiclient/googleapiclient/
H A Ddiscovery.py68 from oauth2client.util import positional namespace
143 @positional(2)
220 @positional(1)
/external/jmonkeyengine/engine/src/core/com/jme3/audio/
H A DAudioNode.java58 * 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
701 setPositional(boolean positional) argument
[all...]
/external/libxml2/
H A Dtrio.c1203 BOOLEAN_T positional; /* Does the specifier have a positional? */ local
1262 positional = (NO_POSITION != currentParam);
1263 if (!positional)
1265 /* We have no positional, get the next counter */
1330 if (positional)
1340 if (! positional)
1374 if (positional)
1384 if (! positional)
1423 if (positional)
[all...]

Completed in 252 milliseconds