/frameworks/base/tests/RenderScriptTests/tests_v11/src/com/android/rs/test/ |
H A D | UnitTest.java | 37 protected UnitTest(RSTestCore rstc, String n, int initResult, Context ctx) { argument 42 mCtx = ctx; 47 protected UnitTest(RSTestCore rstc, String n, Context ctx) { argument 48 this(rstc, n, 0, ctx); 51 protected UnitTest(RSTestCore rstc, Context ctx) { argument 52 this (rstc, "<Unknown>", ctx); 55 protected UnitTest(Context ctx) { argument 56 this (null, ctx);
|
H A D | UT_fp_mad.java | 26 protected UT_fp_mad(RSTestCore rstc, Resources res, Context ctx) { argument 27 super(rstc, "Fp_Mad", ctx);
|
H A D | UT_math.java | 26 protected UT_math(RSTestCore rstc, Resources res, Context ctx) { argument 27 super(rstc, "Math", ctx);
|
H A D | UT_rsdebug.java | 26 protected UT_rsdebug(RSTestCore rstc, Resources res, Context ctx) { argument 27 super(rstc, "rsDebug", ctx);
|
H A D | UT_rstime.java | 26 protected UT_rstime(RSTestCore rstc, Resources res, Context ctx) { argument 27 super(rstc, "rsTime", ctx);
|
H A D | UT_rstypes.java | 26 protected UT_rstypes(RSTestCore rstc, Resources res, Context ctx) { argument 27 super(rstc, "rsTypes", ctx);
|
/frameworks/base/tests/RenderScriptTests/tests_v14/src/com/android/rs/test/ |
H A D | UnitTest.java | 37 protected UnitTest(RSTestCore rstc, String n, int initResult, Context ctx) { argument 42 mCtx = ctx; 47 protected UnitTest(RSTestCore rstc, String n, Context ctx) { argument 48 this(rstc, n, 0, ctx); 51 protected UnitTest(RSTestCore rstc, Context ctx) { argument 52 this (rstc, "<Unknown>", ctx); 55 protected UnitTest(Context ctx) { argument 56 this (null, ctx);
|
H A D | UT_fp_mad.java | 26 protected UT_fp_mad(RSTestCore rstc, Resources res, Context ctx) { argument 27 super(rstc, "Fp_Mad", ctx);
|
H A D | UT_math.java | 26 protected UT_math(RSTestCore rstc, Resources res, Context ctx) { argument 27 super(rstc, "Math", ctx);
|
H A D | UT_rsdebug.java | 26 protected UT_rsdebug(RSTestCore rstc, Resources res, Context ctx) { argument 27 super(rstc, "rsDebug", ctx);
|
H A D | UT_rstime.java | 26 protected UT_rstime(RSTestCore rstc, Resources res, Context ctx) { argument 27 super(rstc, "rsTime", ctx);
|
/frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/ |
H A D | UnitTest.java | 37 protected UnitTest(RSTestCore rstc, String n, int initResult, Context ctx) { argument 42 mCtx = ctx; 47 protected UnitTest(RSTestCore rstc, String n, Context ctx) { argument 48 this(rstc, n, 0, ctx); 51 protected UnitTest(RSTestCore rstc, Context ctx) { argument 52 this (rstc, "<Unknown>", ctx); 55 protected UnitTest(Context ctx) { argument 56 this (null, ctx);
|
H A D | UT_atomic.java | 26 protected UT_atomic(RSTestCore rstc, Resources res, Context ctx) { argument 27 super(rstc, "Atomics", ctx);
|
H A D | UT_clamp.java | 26 protected UT_clamp(RSTestCore rstc, Resources res, Context ctx) { argument 27 super(rstc, "Clamp (Full)", ctx);
|
H A D | UT_clamp_relaxed.java | 26 protected UT_clamp_relaxed(RSTestCore rstc, Resources res, Context ctx) { argument 27 super(rstc, "Clamp (Relaxed)", ctx);
|
H A D | UT_convert.java | 26 protected UT_convert(RSTestCore rstc, Resources res, Context ctx) { argument 27 super(rstc, "Convert", ctx);
|
H A D | UT_convert_relaxed.java | 26 protected UT_convert_relaxed(RSTestCore rstc, Resources res, Context ctx) { argument 27 super(rstc, "Convert (Relaxed)", ctx);
|
H A D | UT_fp_mad.java | 26 protected UT_fp_mad(RSTestCore rstc, Resources res, Context ctx) { argument 27 super(rstc, "Fp_Mad", ctx);
|
H A D | UT_math.java | 26 protected UT_math(RSTestCore rstc, Resources res, Context ctx) { argument 27 super(rstc, "Math", ctx);
|
H A D | UT_math_conformance.java | 26 protected UT_math_conformance(RSTestCore rstc, Resources res, Context ctx) { argument 27 super(rstc, "Math Conformance", ctx);
|
H A D | UT_rsdebug.java | 26 protected UT_rsdebug(RSTestCore rstc, Resources res, Context ctx) { argument 27 super(rstc, "rsDebug", ctx);
|
H A D | UT_rstime.java | 26 protected UT_rstime(RSTestCore rstc, Resources res, Context ctx) { argument 27 super(rstc, "rsTime", ctx);
|
H A D | UT_rstypes.java | 26 protected UT_rstypes(RSTestCore rstc, Resources res, Context ctx) { argument 27 super(rstc, "rsTypes", ctx);
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
H A D | EGLContextImpl.java | 26 public EGLContextImpl(int ctx) { argument 27 mEGLContext = ctx;
|
/frameworks/base/services/java/com/android/server/location/ |
H A D | CountryDetectorBase.java | 39 public CountryDetectorBase(Context ctx) { argument 40 mContext = ctx;
|