Searched refs:ctx (Results 1 - 25 of 152) sorted by relevance

1234567

/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
H A DUnitTest.java37 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);
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
H A DUnitTest.java37 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);
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DUnitTest.java37 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 DUT_atomic.java26 protected UT_atomic(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Atomics", ctx);
H A DUT_clamp.java26 protected UT_clamp(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Clamp (Full)", ctx);
H A DUT_clamp_relaxed.java26 protected UT_clamp_relaxed(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Clamp (Relaxed)", ctx);
H A DUT_convert.java26 protected UT_convert(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Convert", ctx);
H A DUT_convert_relaxed.java26 protected UT_convert_relaxed(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Convert (Relaxed)", ctx);
H A DUT_fp_mad.java26 protected UT_fp_mad(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Fp_Mad", ctx);
H A DUT_int4.java26 protected UT_int4(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "int4", ctx);
H A DUT_math.java26 protected UT_math(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Math", ctx);
H A DUT_math_conformance.java26 protected UT_math_conformance(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Math Conformance", ctx);
H A DUT_min.java26 protected UT_min(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Min (relaxed)", ctx);
H A DUT_rsdebug.java26 protected UT_rsdebug(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "rsDebug", ctx);
H A DUT_rstime.java26 protected UT_rstime(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "rsTime", ctx);
H A DUT_rstypes.java26 protected UT_rstypes(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "rsTypes", ctx);
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A DUnitTest.java37 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 DUT_atomic.java26 protected UT_atomic(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Atomics", ctx);
H A DUT_clamp.java26 protected UT_clamp(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Clamp (Full)", ctx);
H A DUT_clamp_relaxed.java26 protected UT_clamp_relaxed(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Clamp (Relaxed)", ctx);
H A DUT_convert.java26 protected UT_convert(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Convert", ctx);
H A DUT_convert_relaxed.java26 protected UT_convert_relaxed(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Convert (Relaxed)", ctx);
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DRenderScriptThunker.java43 RenderScriptThunker(Context ctx) { argument
44 super(ctx);
48 public static RenderScript create(Context ctx, int sdkVersion) { argument
49 RenderScriptThunker rs = new RenderScriptThunker(ctx);
50 rs.mN = android.renderscript.RenderScript.create(ctx, sdkVersion);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLContextImpl.java26 public EGLContextImpl(int ctx) { argument
27 mEGLContext = ctx;
/frameworks/base/services/java/com/android/server/location/
H A DCountryDetectorBase.java39 public CountryDetectorBase(Context ctx) { argument
40 mContext = ctx;

Completed in 976 milliseconds

1234567