Home
last modified time | relevance | path

Searched refs:init2 (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DPathMeasure_Delegate.java59 native_path = Path_Delegate.init2(native_path); in PathMeasure_Delegate()
111 native_path = Path_Delegate.init2(native_path); in native_setPath()
DPath_Delegate.java107 /*package*/ static long init2(long nPath) { in init2() method in Path_Delegate
/frameworks/compile/slang/tests/F_reduce_general_parse/
Dreduce_general_parse.rs15 #pragma rs reduce(foo) initializer(init2) accumulator(accum2)
/frameworks/compile/slang/tests/F_reduce_general_bad_function/
Dreduce_general_bad_function.rs21 #pragma rs reduce(init2) initializer(init2) accumulator(AccumInt)
22 static void init2(int *a, int *b) { }
Dstderr.txt.expect2 reduce_general_bad_function.rs:22:13: error: initializer init2() for '#pragma rs reduce(init2)' (re…
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DPhoneNumberWatcherTest.java275 String init2 = "650"; in testAutoCompleteUnformattedWithUnformattedNumber() local
278 testReplacement(init2, replacement2, expected2); in testAutoCompleteUnformattedWithUnformattedNumber()
/frameworks/base/graphics/java/android/graphics/
DPath.java66 mNativePath = init2(valNative); in Path()
810 private static native long init2(long nPath); in init2() method in Path
/frameworks/base/core/jni/android/graphics/
DPath.cpp52 static jlong init2(JNIEnv* env, jobject clazz, jlong valHandle) { in init2() function in android::SkPathGlue
475 {"init2","(J)J", (void*) SkPathGlue::init2},