Searched refs:init2 (Results 1 – 8 of 8) sorted by relevance
59 native_path = Path_Delegate.init2(native_path); in PathMeasure_Delegate()111 native_path = Path_Delegate.init2(native_path); in native_setPath()
107 /*package*/ static long init2(long nPath) { in init2() method in Path_Delegate
15 #pragma rs reduce(foo) initializer(init2) accumulator(accum2)
21 #pragma rs reduce(init2) initializer(init2) accumulator(AccumInt)22 static void init2(int *a, int *b) { }
2 reduce_general_bad_function.rs:22:13: error: initializer init2() for '#pragma rs reduce(init2)' (re…
275 String init2 = "650"; in testAutoCompleteUnformattedWithUnformattedNumber() local278 testReplacement(init2, replacement2, expected2); in testAutoCompleteUnformattedWithUnformattedNumber()
66 mNativePath = init2(valNative); in Path()810 private static native long init2(long nPath); in init2() method in Path
52 static jlong init2(JNIEnv* env, jobject clazz, jlong valHandle) { in init2() function in android::SkPathGlue475 {"init2","(J)J", (void*) SkPathGlue::init2},