HomeSort by relevance Sort by last modified time
    Searched refs:values (Results 1001 - 1025 of 1385) sorted by null

<<41424344454647484950>>

  /build/tools/droiddoc/src/
TodoFile.java 176 for (PackageStats ps: packageStats.values()) {
  /cts/tools/signature-tools/src/signature/model/util/
TypePool.java 151 for (SigClassDefinition clazz : classPool.values()) {
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 606 GL_APICALL void GL_APIENTRY glVertexAttrib1fv (GLuint indx, const GLfloat* values);
608 GL_APICALL void GL_APIENTRY glVertexAttrib2fv (GLuint indx, const GLfloat* values);
610 GL_APICALL void GL_APIENTRY glVertexAttrib3fv (GLuint indx, const GLfloat* values);
612 GL_APICALL void GL_APIENTRY glVertexAttrib4fv (GLuint indx, const GLfloat* values);
  /development/samples/Compass/src/com/example/android/compass/
CompassActivity.java 220 data[i] = event.values[i];
  /development/samples/NFCDemo/src/com/example/android/nfc/record/
SmartPoster.java 173 for (RecommendedAction action : RecommendedAction.values()) {
  /development/scripts/app_engine_server/gae_shell/
shell.py 29 definitions, and other values in the global and local namespaces can be used
281 for val in new_globals.values()]:
  /external/chromium/net/http/
http_util.cc 197 ranges_specifier = it.values();
313 // Assume that name and values are on the same line.
464 // header values -- do not allow headers names to span lines.
566 // larger than actual values to avoid a problem with comparing
683 // bypass empty values.
  /external/emma/core/java12/com/vladium/emma/data/
MetaData.java 86 return m_classMap.values ().iterator ();
MethodDescriptor.java 162 final int [] blockIDs = ((IntSet) lineMap.get (line)).values ();
  /external/freetype/src/psaux/
t1decode.c 404 /* its values first is buggy, but ... */
576 /* According to the specification, values > 32000 or < -32000 must */
810 FT_Long* values; local
844 values = top;
847 FT_Long tmp = values[0];
853 *values++ = tmp;
    [all...]
  /external/guava/src/com/google/common/collect/
ImmutableBiMap.java 27 * not permit null keys or values. An {@code ImmutableBiMap} and its inverse
68 * @throws IllegalArgumentException if duplicate keys or values are added
77 * @throws IllegalArgumentException if duplicate keys or values are added
88 * @throws IllegalArgumentException if duplicate keys or values are added
99 * @throws IllegalArgumentException if duplicate keys or values are added
145 * keys or values are not allowed, and will cause {@link #build} to fail.
153 * Associates all of the given map's keys and values in the built bimap.
154 * Duplicate keys or values are not allowed, and will cause {@link #build}
167 * @throws IllegalArgumentException if duplicate keys or values were added
239 * Returns an immutable set of the values in this map. The values are in th
242 @Override public ImmutableSet<V> values() { method in class:ImmutableBiMap
    [all...]
  /external/icu4c/test/intltest/
numfmtst.h 154 void expectPositions(FieldPositionIterator& iter, int32_t *values, int32_t tupleCount,
  /external/nist-sip/java/gov/nist/javax/sip/
SipProviderImpl.java 138 for (Iterator it = listeningPoints.values().iterator(); it.hasNext();) {
246 return (ListeningPoint) this.listeningPoints.values().iterator()
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
TLSMessageProcessor.java 202 Collection en = tlsMessageChannels.values();
  /external/sonivox/jet_tools/JetCreator/
JetCtrls.py 119 def AddRows(self, values):
120 for value in values:
177 def AddRows(self, values):
178 for value in values:
JetFile.py 158 values = None
168 values = track.events.ChaseControllers(event.seq, last_seq, values)
173 # generate event list from default values
174 clip_events = values.GenerateEventList(event.ticks)
728 """ Initializes the values for an empty flag """
    [all...]
  /external/stlport/
configure 54 and use default values
  /external/v8/src/
parser.cc 316 // of JSON values.
317 // A JavaScript array allows leaving out values from the sequence.
644 CAPTURE, // All positive values represent captures.
3386 ZoneListWrapper<Expression> values = factory()->NewList<Expression>(4); local
4145 ZoneListWrapper<Expression> values = factory()->NewList<Expression>(4); local
    [all...]
  /external/v8/test/mjsunit/
regexp-static.js 159 assertTrue(typeof RegExp.multiline == typeof Boolean(), "RegExp.multiline coerces values to booleans");
161 assertTrue(typeof RegExp.input == typeof String(), "RegExp.input coerces values to booleans");
  /external/webkit/WebKit/mac/Plugins/
WebNetscapePluginView.h 119 attributeValues:(NSArray *)values
  /external/webkit/WebKitTools/Scripts/
commit-log-editor 286 my @strings = values %{$hashOfStrings};
  /external/webkit/WebKitTools/Scripts/webkitpy/
mock_bugzillatool.py 185 self._bugzilla.bug_cache.values())
  /frameworks/base/core/java/android/text/method/
MultiTapKeyListener.java 35 new MultiTapKeyListener[Capitalize.values().length * 2];
TextKeyListener.java 39 new TextKeyListener[Capitalize.values().length * 2];
  /frameworks/base/core/java/android/webkit/
CookieManager.java 154 // both values are null, the cookies match. If both values are
222 // If both cookies have null values, fall back to using the name
504 Collection<ArrayList<Cookie>> cookieList = mCookieMap.values();
554 Collection<ArrayList<Cookie>> cookieList = mCookieMap.values();
584 Collection<ArrayList<Cookie>> cookieList = mCookieMap.values();
641 Collection<ArrayList<Cookie>> cookieLists = mCookieMap.values();
    [all...]

Completed in 1314 milliseconds

<<41424344454647484950>>