HomeSort by relevance Sort by last modified time
    Searched full:valuearray (Results 1 - 25 of 38) sorted by null

1 2

  /frameworks/base/core/jni/android/graphics/
Interpolator.cpp 23 static void Interpolator_setKeyFrame(JNIEnv* env, jobject clazz, SkInterpolator* interp, int index, int msec, jfloatArray valueArray, jfloatArray blendArray)
28 AutoJavaFloatArray autoValues(env, valueArray);
58 static int Interpolator_timeToValues(JNIEnv* env, jobject clazz, SkInterpolator* interp, int msec, jfloatArray valueArray)
62 float* values = valueArray ? env->GetFloatArrayElements(valueArray, NULL) : NULL;
65 if (valueArray) {
66 int n = env->GetArrayLength(valueArray);
70 env->ReleaseFloatArrayElements(valueArray, values, 0);
  /external/icu4c/layout/
LookupTables.h 64 LookupValue valueArray[ANY_NUMBER];
86 LookupValue valueArray[ANY_NUMBER];
SimpleArrayProcessor.cpp 44 TTGlyphID newGlyph = SWAPW(simpleArrayLookupTable->valueArray[LE_GET_GLYPH(thisGlyph)]);
SimpleArrayProcessor2.cpp 44 TTGlyphID newGlyph = SWAPW(simpleArrayLookupTable->valueArray[LE_GET_GLYPH(thisGlyph)]);
TrimmedArrayProcessor.cpp 48 TTGlyphID newGlyph = SWAPW(trimmedArrayLookupTable->valueArray[ttGlyph - firstGlyph]);
TrimmedArrayProcessor2.cpp 48 TTGlyphID newGlyph = SWAPW(trimmedArrayLookupTable->valueArray[ttGlyph - firstGlyph]);
ContextualGlyphSubstProc2.cpp 85 newGlyph = SWAPW(lookupTable0->valueArray[glyphCode]);
122 newGlyph = SWAPW(lookupTable8->valueArray[glyphCode - firstGlyph]);
StateTableProcessor2.cpp 75 classCode = SWAPW(lookupTable0->valueArray[gid]);
153 classCode = SWAPW(lookupTable8->valueArray[glyphCode - firstGlyph]);
  /libcore/luni/src/test/java/tests/api/java/util/
WeakHashMapTest.java 44 Object[] valueArray = new Object[100];
57 whm.put(keyArray[i], valueArray[i]);
60 whm.get(keyArray[i]) == valueArray[i]);
71 whm.put(keyArray[i], valueArray[i]);
74 whm.get(keyArray[i]) == valueArray[i]);
96 whm.put(keyArray[i], valueArray[i]);
99 whm.get(keyArray[i]) == valueArray[i]);
144 whm.put(keyArray[i], valueArray[i]);
160 whm.put(keyArray[i], valueArray[i]);
175 whm.put(keyArray[i], valueArray[i])
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
WeakHashMapTest.java 44 Object[] valueArray = new Object[100];
61 whm.put(keyArray[i], valueArray[i]);
64 whm.get(keyArray[i]) == valueArray[i]);
75 whm.put(keyArray[i], valueArray[i]);
78 whm.get(keyArray[i]) == valueArray[i]);
93 whm.put(keyArray[i], valueArray[i]);
96 whm.get(keyArray[i]) == valueArray[i]);
120 whm.put(keyArray[i], valueArray[i]);
136 whm.put(keyArray[i], valueArray[i]);
151 whm.put(keyArray[i], valueArray[i])
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
StylePropertySet.h 153 const CSSValue** valueArray() const;
162 inline const CSSValue** ImmutableStylePropertySet::valueArray() const
237 return static_cast<const ImmutableStylePropertySet&>(m_propertySet).valueArray()[m_index];
StylePropertySet.cpp 82 CSSValue** valueArray = const_cast<CSSValue**>(this->valueArray());
85 valueArray[i] = properties[i].value();
86 valueArray[i]->ref();
92 CSSValue** valueArray = const_cast<CSSValue**>(this->valueArray());
94 valueArray[i]->deref();
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
Test.java 41 private static final String VALUEARRAY_TAG = "ValueArray";
187 // <ValueArray source=?com.android.pts.dram.BandwidthTest#doRunMemcpy:98?
191 // </ValueArray>
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-param-util-generated.h.pump 95 class ValueArray$i {
97 ValueArray$i($for j, [[T$j v$j]]) : $for j, [[v$(j)_(v$j)]] {}
107 void operator=(const ValueArray$i& other);
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-param-util-generated.h.pump 95 class ValueArray$i {
97 ValueArray$i($for j, [[T$j v$j]]) : $for j, [[v$(j)_(v$j)]] {}
107 void operator=(const ValueArray$i& other);
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-param-util-generated.h.pump 95 class ValueArray$i {
97 ValueArray$i($for j, [[T$j v$j]]) : $for j, [[v$(j)_(v$j)]] {}
107 void operator=(const ValueArray$i& other);
  /external/gtest/include/gtest/internal/
gtest-param-util-generated.h.pump 95 class ValueArray$i {
97 ValueArray$i($for j, [[T$j v$j]]) : $for j, [[v$(j)_(v$j)]] {}
107 void operator=(const ValueArray$i& other);
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-param-util-generated.h.pump 95 class ValueArray$i {
97 ValueArray$i($for j, [[T$j v$j]]) : $for j, [[v$(j)_(v$j)]] {}
107 void operator=(const ValueArray$i& other);
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-param-util-generated.h.pump 95 class ValueArray$i {
97 ValueArray$i($for j, [[T$j v$j]]) : $for j, [[v$(j)_(v$j)]] {}
107 void operator=(const ValueArray$i& other);
  /external/protobuf/gtest/include/gtest/internal/
gtest-param-util-generated.h.pump 78 class ValueArray$i {
80 ValueArray$i($for j, [[T$j v$j]]) : $for j, [[v$(j)_(v$j)]] {}
90 void operator=(const ValueArray$i& other);
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-param-util-generated.h.pump 95 class ValueArray$i {
97 ValueArray$i($for j, [[T$j v$j]]) : $for j, [[v$(j)_(v$j)]] {}
107 void operator=(const ValueArray$i& other);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionary.java 148 final String[] valueArray = new String[attributeMap.size()];
152 valueArray[index] = attributeMap.get(key);
155 return createEmptyDictFileNative(filePath, dictVersion, keyArray, valueArray);
  /frameworks/base/core/jni/
android_database_SQLiteConnection.cpp 415 jint statementPtr, jint index, jbyteArray valueArray) {
419 jsize valueLength = env->GetArrayLength(valueArray);
420 jbyte* value = static_cast<jbyte*>(env->GetPrimitiveArrayCritical(valueArray, NULL));
422 env->ReleasePrimitiveArrayCritical(valueArray, value, JNI_ABORT);
    [all...]
  /external/protobuf/gtest/include/gtest/
gtest-param-test.h.pump 317 internal::ValueArray$i<$for j, [[T$j]]> Values($for j, [[T$j v$j]]) {
318 return internal::ValueArray$i<$for j, [[T$j]]>($for j, [[v$j]]);
  /cts/suite/pts/utils/
get_csv_report.py 79 for d in getChildrenWithTag(dts[0], "ValueArray"):

Completed in 1240 milliseconds

1 2