/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowNativeBitmapShader.java | 24 protected static long nativeCreate( in nativeCreate() method in ShadowNativeBitmapShader 26 return nativeCreate( in nativeCreate() 35 protected static long nativeCreate( in nativeCreate() method in ShadowNativeBitmapShader 37 return nativeCreate(nativeMatrix, bitmapHandle, shaderTileModeX, shaderTileModeY, false); in nativeCreate() 41 protected static long nativeCreate( in nativeCreate() method in ShadowNativeBitmapShader 48 return BitmapShaderNatives.nativeCreate( in nativeCreate() 53 protected static long nativeCreate( in nativeCreate() method in ShadowNativeBitmapShader 60 return nativeCreate(nativeMatrix, bitmapHandle, shaderTileModeX, shaderTileModeY, filter); in nativeCreate()
|
D | ShadowNativeRadialGradient.java | 22 protected static long nativeCreate( in nativeCreate() method in ShadowNativeRadialGradient 35 return RadialGradientNatives.nativeCreate( in nativeCreate() 50 protected static long nativeCreate( in nativeCreate() method in ShadowNativeRadialGradient 59 return nativeCreate( in nativeCreate()
|
D | ShadowSurfaceControl.java | 47 protected static Number nativeCreate( in nativeCreate() method in ShadowSurfaceControl 55 protected static long nativeCreate( in nativeCreate() method in ShadowSurfaceControl 71 protected static long nativeCreate( in nativeCreate() method in ShadowSurfaceControl
|
D | ShadowNativeDiscretePathEffect.java | 17 protected static long nativeCreate(float length, float deviation) { in nativeCreate() method in ShadowNativeDiscretePathEffect 19 return DiscretePathEffectNatives.nativeCreate(length, deviation); in nativeCreate()
|
D | ShadowNativeComposePathEffect.java | 17 protected static long nativeCreate(long nativeOuterpe, long nativeInnerpe) { in nativeCreate() method in ShadowNativeComposePathEffect 19 return ComposePathEffectNatives.nativeCreate(nativeOuterpe, nativeInnerpe); in nativeCreate()
|
D | ShadowNativeDashPathEffect.java | 17 protected static long nativeCreate(float[] intervals, float phase) { in nativeCreate() method in ShadowNativeDashPathEffect 19 return DashPathEffectNatives.nativeCreate(intervals, phase); in nativeCreate()
|
D | ShadowNativeSumPathEffect.java | 17 protected static long nativeCreate(long first, long second) { in nativeCreate() method in ShadowNativeSumPathEffect 19 return SumPathEffectNatives.nativeCreate(first, second); in nativeCreate()
|
D | ShadowNativeCornerPathEffect.java | 17 protected static long nativeCreate(float radius) { in nativeCreate() method in ShadowNativeCornerPathEffect 19 return CornerPathEffectNatives.nativeCreate(radius); in nativeCreate()
|
D | ShadowNativeComposeShader.java | 17 protected static long nativeCreate( in nativeCreate() method in ShadowNativeComposeShader 20 return ComposeShaderNatives.nativeCreate( in nativeCreate()
|
D | ShadowNativePathDashPathEffect.java | 17 protected static long nativeCreate(long nativePath, float advance, float phase, int nativeStyle) { in nativeCreate() method in ShadowNativePathDashPathEffect 19 return PathDashPathEffectNatives.nativeCreate(nativePath, advance, phase, nativeStyle); in nativeCreate()
|
D | ShadowNativeColorSpaceRgb.java | 27 protected static long nativeCreate( in nativeCreate() method in ShadowNativeColorSpaceRgb 30 return ColorSpaceRgbNatives.nativeCreate(a, b, c, d, e, f, g, xyz); in nativeCreate()
|
D | ShadowNativeSweepGradient.java | 19 protected static long nativeCreate( in nativeCreate() method in ShadowNativeSweepGradient 22 return SweepGradientNatives.nativeCreate(matrix, x, y, colors, positions, colorSpaceHandle); in nativeCreate()
|
D | ShadowNativeLinearGradient.java | 18 protected long nativeCreate( in nativeCreate() method in ShadowNativeLinearGradient 29 return LinearGradientNatives.nativeCreate( in nativeCreate()
|
D | ShadowNativeBitmap.java | 59 protected static Bitmap nativeCreate( in nativeCreate() method in ShadowNativeBitmap 69 return BitmapNatives.nativeCreate( in nativeCreate() 74 protected static Bitmap nativeCreate( in nativeCreate() method in ShadowNativeBitmap 88 ColorSpaceRgbNatives.nativeCreate( in nativeCreate() 99 return nativeCreate( in nativeCreate()
|
/external/brotli/java/org/brotli/wrapper/enc/ |
D | EncoderJNI.java | 16 private static native ByteBuffer nativeCreate(long[] context); in nativeCreate() method in EncoderJNI 40 this.inputBuffer = nativeCreate(this.context); in Wrapper()
|
/external/deqp/android/package/src/com/drawelements/deqp/testercore/ |
D | TestLogParser.java | 61 m_nativePointer = nativeCreate(logData); in init() 111 private static native long nativeCreate (boolean logData); in nativeCreate() method in TestLogParser
|
/external/brotli/java/org/brotli/wrapper/dec/ |
D | DecoderJNI.java | 16 private static native ByteBuffer nativeCreate(long[] context); in nativeCreate() method in DecoderJNI 37 this.inputBuffer = nativeCreate(this.context); in Wrapper()
|
/external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/ |
D | CornerPathEffectNatives.java | 10 public static native long nativeCreate(float radius); in nativeCreate() method in CornerPathEffectNatives
|
D | SumPathEffectNatives.java | 11 public static native long nativeCreate(long first, long second); in nativeCreate() method in SumPathEffectNatives
|
D | ComposePathEffectNatives.java | 11 public static native long nativeCreate(long nativeOuterpe, long nativeInnerpe); in nativeCreate() method in ComposePathEffectNatives
|
D | DashPathEffectNatives.java | 10 public static native long nativeCreate(float[] intervals, float phase); in nativeCreate() method in DashPathEffectNatives
|
D | DiscretePathEffectNatives.java | 10 public static native long nativeCreate(float length, float deviation); in nativeCreate() method in DiscretePathEffectNatives
|
D | ComposeShaderNatives.java | 10 public static native long nativeCreate( in nativeCreate() method in ComposeShaderNatives
|
D | PathDashPathEffectNatives.java | 11 public static native long nativeCreate( in nativeCreate() method in PathDashPathEffectNatives
|
D | BitmapShaderNatives.java | 11 public static native long nativeCreate( in nativeCreate() method in BitmapShaderNatives
|