/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);
|
/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/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]);
|
/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 | 157 const CSSValue** valueArray() const; 166 inline const CSSValue** ImmutableStylePropertySet::valueArray() const 278 return toImmutableStylePropertySet(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();
|
/external/skia/gm/rebaseline_server/static/ |
loader.js | 263 var valueArray = value.split(','); 265 $scope.toggleValuesInSet(valueArray, $scope[name]); 556 * For each value in valueArray, call toggleValueInSet(value, set). 558 * @param valueArray 561 $scope.toggleValuesInSet = function(valueArray, set) { 562 var arrayLength = valueArray.length; 564 $scope.toggleValueInSet(valueArray[i], set);
|
/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...] |
/libcore/luni/src/main/native/ |
libcore_icu_ICU.cpp | 295 static void setStringArrayField(JNIEnv* env, jobject obj, const char* fieldName, const UnicodeString* valueArray, int32_t size) { 298 ScopedLocalRef<jstring> s(env, env->NewString(valueArray[i].getBuffer(),valueArray[i].length()));
|
/external/smack/asmack-master/lib/ |
jstun.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.registry_3.5.0.v20100503.jar | |
com.ibm.icu_4.2.1.v20100412.jar | |
/prebuilts/tools/common/freemarker/ |
freemarker-2.3.19.jar | |
/prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/ |
icu4j-2.6.1.jar | |
/prebuilts/misc/common/icu4j/ |
icu4j.jar | |