/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/ |
script.js | 65 values: load_times,
|
/external/chromium/net/data/proxy_resolver_v8_unittest/ |
bindings.js | 3 // verifying the correct C++ bindings were reached with expected values.
|
/external/clang/utils/analyzer/ |
CmpRuns.py | 36 def values(self): member in class:multidict 37 return self.data.values()
|
/external/doclava/src/com/google/doclava/ |
PackageInfo.java | 272 for (ClassInfo cInfo : mClasses.values()) { 283 for (ClassInfo cInfo : pInfo.mClasses.values()) {
|
/external/doclava/src/com/google/doclava/apicheck/ |
ApiCheck.java | 226 Stubs.writeApi(apiWriter, api.getPackages().values()); 248 Stubs.writeXml(apiWriter, api.getPackages().values());
|
/external/guava/src/com/google/common/collect/ |
Serialization.java | 159 * for each distinct key: the key, the number of values for that key, and the 160 * key's values. 199 Collection<V> values = multimap.get(key); local 204 values.add(value);
|
/external/icu4c/i18n/ |
sortkey.cpp | 99 void CollationKey::adopt(uint8_t *values, int32_t count) { 104 fBytes = values; 178 // on memcmp returning the exact values which match
|
/external/llvm/tools/lli/ |
lli.cpp | 116 cl::values( 131 cl::values(clEnumValN(CodeModel::JITDefault, "default",
|
/external/markdown/markdown/ |
odict.py | 58 return zip(self.keyOrder, self.values()) 70 def values(self): member in class:OrderedDict
|
/external/oauth/core/src/main/java/net/oauth/ |
OAuth.java | 143 /** Construct a &-separated list of the given values, percentEncoded. */ 144 public static String percentEncode(Iterable values) { 146 for (Object v : values) {
|
/external/openssl/crypto/des/ |
FILES0 | 35 the new iv values back in the passed iv vector.
|
/external/v8/test/mjsunit/compiler/ |
alloc-number.js | 30 // have live values (o) in a register.
|
regress-7.js | 28 // Test correct truncation of tagged values.
|
/external/v8/test/mjsunit/regress/ |
regress-3218530.js | 28 // This tests that a global key values are preserved when used in
|
/external/webkit/LayoutTests/storage/domstorage/script-tests/ |
complex-values.js | 1 description("Test some corner case DOM Storage values.");
|
/external/webkit/Source/JavaScriptCore/wtf/ |
HashIterators.h | 41 typedef HashTableConstValuesIterator<HashTableType, KeyType, MappedType> Values; 53 Values values() { return Values(*this); } function in struct:WTF::HashTableConstIteratorAdapter 63 typedef HashTableValuesIterator<HashTableType, KeyType, MappedType> Values; 80 Values values() { return Values(*this); } function in struct:WTF::HashTableIteratorAdapter
|
/external/webkit/Source/WebCore/html/canvas/ |
WebGLRenderingContext.h | 261 void vertexAttrib1fv(GC3Duint index, Float32Array* values); 262 void vertexAttrib1fv(GC3Duint index, GC3Dfloat* values, GC3Dsizei size); 264 void vertexAttrib2fv(GC3Duint index, Float32Array* values); 265 void vertexAttrib2fv(GC3Duint index, GC3Dfloat* values, GC3Dsizei size); 267 void vertexAttrib3fv(GC3Duint index, Float32Array* values); 268 void vertexAttrib3fv(GC3Duint index, GC3Dfloat* values, GC3Dsizei size); 270 void vertexAttrib4fv(GC3Duint index, Float32Array* values); 271 void vertexAttrib4fv(GC3Duint index, GC3Dfloat* values, GC3Dsizei size); 370 // List of bound VBO's. Used to maintain info about sizes for ARRAY_BUFFER and stored values for ELEMENT_ARRAY_BUFFER 457 GC3Dint m_stencilFuncRef, m_stencilFuncRefBack; // Note that these are the user specified values, not the internal clamped value [all...] |
/external/webkit/Source/WebCore/platform/graphics/cg/ |
ImageSourceCG.cpp | 117 const void* values[numOptions] = { kCFBooleanTrue, kCFBooleanTrue }; local 118 options = CFDictionaryCreate(NULL, keys, values, numOptions,
|
/external/webkit/Source/WebKit/mac/Plugins/Hosted/ |
WebHostedNetscapePluginView.mm | 79 attributeValues:(NSArray *)values 83 self = [super initWithFrame:frame pluginPackage:pluginPackage URL:URL baseURL:baseURL MIMEType:MIME attributeKeys:keys attributeValues:values loadManually:loadManually element:element]; 96 - (void)setAttributeKeys:(NSArray *)keys andValues:(NSArray *)values 102 _attributeValues.adoptNS([values copy]);
|
/frameworks/base/core/jni/ |
android_hardware_SensorManager.cpp | 120 jfloatArray values, jintArray status, jlongArray timestamp) 139 env->SetFloatArrayRegion(values, 0, 3, event.vector.v);
|
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/ |
MtpClient.java | 256 for (UsbDevice usbDevice : mUsbManager.getDeviceList().values()) { 262 return new ArrayList<MtpDevice>(mDevices.values());
|
/frameworks/base/opengl/java/android/opengl/ |
GLES20.java | [all...] |
Object3D.java | 105 Iterator<Group> iter = mGroups.values().iterator(); 239 Iterator<Group> iter = mGroups.values().iterator();
|
/frameworks/base/opengl/tools/glgen/specs/gles11/ |
GLES20.spec | 135 void glVertexAttrib1fv ( GLuint indx, const GLfloat *values )
137 void glVertexAttrib2fv ( GLuint indx, const GLfloat *values )
139 void glVertexAttrib3fv ( GLuint indx, const GLfloat *values )
141 void glVertexAttrib4fv ( GLuint indx, const GLfloat *values )
|
/libcore/luni/src/test/java/libcore/java/util/ |
OldTreeSetTest.java | 49 new TreeSet(hm.values()); 106 s.addAll(hm.values());
|