/development/tools/emulator/opengl/host/libs/Translator/include/GLES2/ |
gl2.h | 607 GL_APICALL void GL_APIENTRY glVertexAttrib1fv (GLuint indx, const GLfloat* values); 609 GL_APICALL void GL_APIENTRY glVertexAttrib2fv (GLuint indx, const GLfloat* values); 611 GL_APICALL void GL_APIENTRY glVertexAttrib3fv (GLuint indx, const GLfloat* values); 613 GL_APICALL void GL_APIENTRY glVertexAttrib4fv (GLuint indx, const GLfloat* values);
|
/development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/ |
GLDispatch.h | 202 static void (GL_APIENTRY *glVertexAttrib1fv)(GLuint indx, const GLfloat* values); 204 static void (GL_APIENTRY *glVertexAttrib2fv)(GLuint indx, const GLfloat* values); 206 static void (GL_APIENTRY *glVertexAttrib3fv)(GLuint indx, const GLfloat* values); 208 static void (GL_APIENTRY *glVertexAttrib4fv)(GLuint indx, const GLfloat* values);
|
/external/android-mock/src/com/google/android/testing/mocking/ |
UsesMocksProcessor.java | 140 for (AnnotationValue annotationValue : mirror.getElementValues().values()) {
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
ProxyTest.java | 228 * @tests java.net.Proxy.Type#values() 231 Proxy.Type types[] = Proxy.Type.values();
|
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
NormalizerTest.java | 27 * @tests java.text.Normalizer.Form#values() 30 Form[] forms = Form.values();
|
/external/chromium/net/http/ |
http_cache_transaction.h | 122 std::string values[kNumValidationHeaders]; member in struct:net::HttpCache::Transaction::ValidationHeaders
|
http_util.cc | 199 ranges_specifier = it.values(); 321 // Assume that name and values are on the same line. 472 // header values -- do not allow headers names to span lines. 574 // larger than actual values to avoid a problem with comparing 697 // bypass empty values. 729 // accept values with missing close quotemark (http://crbug.com/39836):
|
http_util.h | 45 // charset values are normalized to lowercase. The mime_type and charset 46 // output values are only modified if the content_type_str contains a mime 56 // value is false then values in |ranges| should not be used. The format of 81 // separated list since their values are (or contain) unquoted HTTP-date 82 // values, which may contain a comma (see RFC 2616 section 3.3.1). 164 // over the values in a multi-value header, use ValuesIterator. 175 // is a next header. Use name* and values* methods to access the resultant 176 // header name and values. 207 std::string values() const { function in class:net::HttpUtil::HeadersIterator 219 // Iterates over delimited values in an HTTP header. HTTP LWS i [all...] |
/external/chromium/net/spdy/ |
spdy_framer.h | 210 static SpdySettingsControlFrame* CreateSettings(const SpdySettings& values);
|
/external/doclava/src/com/google/doclava/ |
Converter.java | 247 return mCache.values().toArray(new ClassInfo[mCache.size()]); 630 // annotation values 666 ArrayList<AnnotationValueInfo> values = new ArrayList<AnnotationValueInfo>(); local 668 values.add(Converter.obtainAnnotationValue(old[i], null)); 670 converted = values;
|
SinceTagger.java | 91 for (String version : xmlToName.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 | 396 /* its values first is buggy, but ... */ 568 /* According to the specification, values > 32000 or < -32000 must */ 804 FT_Long* values; local 839 values = top; 842 FT_Long tmp = values[0]; 848 *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 | 157 void expectPositions(FieldPositionIterator& iter, int32_t *values, int32_t tupleCount,
|
/external/javassist/src/main/javassist/bytecode/annotation/ |
Annotation.java | 91 * represented by <code>clazz</code>. The values of the members are 313 Iterator it = members.values().iterator(); 323 * as this object. The equality test checks the member values.
|
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/ |
BaseCompiledTemplate.java | 34 import com.google.clearsilver.jsilver.values.Value;
|
/external/jsilver/src/com/google/clearsilver/jsilver/template/ |
DefaultRenderingContext.java | 29 import com.google.clearsilver.jsilver.values.Value;
|
/external/jsilver/src/com/google/clearsilver/jsilver/values/ |
Value.java | 17 package com.google.clearsilver.jsilver.values; 27 * integer and boolean. Values can be literal or references to variables held elsewhere (e.g. in 78 * and unescaped values. 158 * partiallyEscaped} values of the inputs. 161 * @param inputs Values that were used to compute the integer value. 177 * partiallyEscaped} values of the inputs. 180 * @param inputs Values that were used to compute the string value. 196 * partiallyEscaped} values of the inputs. 199 * @param inputs Values that were used to compute the boolean value.
|
/external/llvm/lib/CodeGen/ |
Spiller.cpp | 39 cl::values(clEnumVal(trivial, "trivial spiller"),
|
/external/llvm/lib/Target/ |
TargetMachine.cpp | 108 cl::values(
|
/external/markdown/ |
regression-tests.py | 141 """ Test output of OrderedDict.values(). """ 142 self.assertEqual(self.odict.values(), ['This', 'a', 'self', 'test'])
|
/external/mesa3d/docs/ |
MESA_texture_signed_rgba.spec | 79 4) How are signed integer values mapped to floating-point values? 145 for the texture environment applies where intermediate values 160 negative values generated post-filtering would be clamped to
|
/external/mesa3d/include/GLES2/ |
gl2.h | 607 GL_APICALL void GL_APIENTRY glVertexAttrib1fv (GLuint indx, const GLfloat* values); 609 GL_APICALL void GL_APIENTRY glVertexAttrib2fv (GLuint indx, const GLfloat* values); 611 GL_APICALL void GL_APIENTRY glVertexAttrib3fv (GLuint indx, const GLfloat* values); 613 GL_APICALL void GL_APIENTRY glVertexAttrib4fv (GLuint indx, const GLfloat* values);
|