Home
last modified time | relevance | path

Searched defs:nativePtr (Results 1 – 9 of 9) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowParcel.java138 Number nativePtr = ReflectionHelpers.getField(realObject, "mNativePtr"); in writeByteArray() local
144 public static int nativeDataSize(int nativePtr) { in nativeDataSize()
149 protected static int nativeDataSize(long nativePtr) { in nativeDataSize()
155 public static int nativeDataAvail(int nativePtr) { in nativeDataAvail()
160 protected static int nativeDataAvail(long nativePtr) { in nativeDataAvail()
166 public static int nativeDataPosition(int nativePtr) { in nativeDataPosition()
171 protected static int nativeDataPosition(long nativePtr) { in nativeDataPosition()
177 public static int nativeDataCapacity(int nativePtr) { in nativeDataCapacity()
182 protected static int nativeDataCapacity(long nativePtr) { in nativeDataCapacity()
188 public static void nativeSetDataSize(int nativePtr, int size) { in nativeSetDataSize()
[all …]
DShadowMotionEvent.java199 int nativePtr, in nativeInitialize()
240 long nativePtr, in nativeInitialize()
303 long nativePtr, in nativeInitialize()
345 long nativePtr, in nativeInitialize()
389 protected static void nativeDispose(int nativePtr) { in nativeDispose()
395 protected static void nativeDispose(long nativePtr) { in nativeDispose()
402 int nativePtr, long eventTimeNanos, PointerCoords[] pointerCoordsObjArray, int metaState) { in nativeAddBatch()
409 long nativePtr, long eventTimeNanos, PointerCoords[] pointerCoordsObjArray, int metaState) { in nativeAddBatch()
427 int nativePtr, int pointerIndex, int historyPos, PointerCoords outPointerCoordsObj) { in nativeGetPointerCoords()
434 long nativePtr, int pointerIndex, int historyPos, PointerCoords outPointerCoordsObj) { in nativeGetPointerCoords()
[all …]
DShadowVirtualRefBasePtr.java17 long nativePtr = nextNativeObj++; in put() local
22 synchronized public static <T> T get(long nativePtr, Class<T> clazz) { in get()
DShadowStaticLayout.java25 public static int nComputeLineBreaks(Object nativePtr, Object recycle, in nComputeLineBreaks()
33 Object nativePtr, in nComputeLineBreaks()
DShadowLineBreaker.java21 Object nativePtr, in nComputeLineBreaks()
DShadowArscApkAssets9.java140 long nativePtr = cachedNativePtrs.remove(key); in getFromCacheOrLoad() local
146 long nativePtr = ((ShadowArscApkAssets9) Shadow.extract(apkAssets)).getNativePtr(); in getFromCacheOrLoad() local
DShadowLegacyAssetManager.java868 long nativePtr = nextInternalThemeId++; in createTheme() local
/external/libtextclassifier/jni/com/google/android/textclassifier/
DLangIdModel.java167 private native LanguageResult[] nativeDetectLanguages(long nativePtr, String text); in nativeDetectLanguages()
169 private native void nativeClose(long nativePtr); in nativeClose()
171 private native int nativeGetVersion(long nativePtr); in nativeGetVersion()
175 private native float nativeGetLangIdThreshold(long nativePtr); in nativeGetLangIdThreshold()
177 private native float nativeGetLangIdNoiseThreshold(long nativePtr); in nativeGetLangIdNoiseThreshold()
179 private native int nativeGetMinTextSizeInBytes(long nativePtr); in nativeGetMinTextSizeInBytes()
/external/libchrome/base/android/jni_generator/java/src/org/chromium/example/jni_generator/
DSampleForTests.java186 private native double nativeMethodOtherP0(long nativePtr); in nativeMethodOtherP0()