HomeSort by relevance Sort by last modified time
    Searched refs:native_path (Results 1 - 4 of 4) sorted by null

  /frameworks/base/graphics/java/android/graphics/
PathDashPathEffect.java 48 private static native int nativeCreate(int native_path, float advance,
PathMeasure.java 140 private static native int native_create(int native_path, boolean forceClosed);
141 private static native void native_setPath(int native_instance, int native_path, boolean forceClosed);
145 private static native boolean native_getSegment(int native_instance, float startD, float stopD, int native_path, boolean startWithMoveTo);
Region.java 355 private static native boolean nativeSetPath(int native_dst, int native_path,
359 int native_path);
  /ndk/
ndk-gdb 101 native_path () function
106 native_path () function
563 run $ADB_CMD pull /system/bin/app_process `native_path $APP_PROCESS`
566 run $ADB_CMD pull /system/lib/libc.so `native_path $APP_OUT/libc.so`
576 echo "file `native_path $APP_PROCESS`" >> $GDBSETUP
581 $GDBCLIENT -x `native_path $GDBSETUP`

Completed in 518 milliseconds