Searched defs:ctx (Results 26 - 50 of 86) sorted by relevance

1234

/frameworks/base/services/java/com/android/server/location/
H A DCountryDetectorBase.java39 public CountryDetectorBase(Context ctx) { argument
40 mContext = ctx;
/frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
H A DUT_alloc.java26 protected UT_alloc(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Alloc", ctx);
H A DUT_array_init.java26 protected UT_array_init(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Array Init", ctx);
H A DUT_constant.java26 protected UT_constant(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Const", ctx);
H A DUT_copy_test.java28 protected UT_copy_test(RSTestCore rstc, Resources res, Context ctx) { argument
29 super(rstc, "Copy", ctx);
H A DUT_foreach.java27 protected UT_foreach(RSTestCore rstc, Resources res, Context ctx) { argument
28 super(rstc, "ForEach", ctx);
H A DUT_kernel.java29 protected UT_kernel(RSTestCore rstc, Resources res, Context ctx) { argument
30 super(rstc, "Kernels (pass-by-value)", ctx);
H A DUT_kernel_struct.java29 protected UT_kernel_struct(RSTestCore rstc, Resources res, Context ctx) { argument
30 super(rstc, "Kernels (struct pass-by-value)", ctx);
H A DUT_noroot.java27 protected UT_noroot(RSTestCore rstc, Resources res, Context ctx) { argument
28 super(rstc, "ForEach (no root)", ctx);
H A DUT_primitives.java26 protected UT_primitives(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Primitives", ctx);
H A DUT_refcount.java26 protected UT_refcount(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Refcount", ctx);
H A DUT_unsigned.java26 protected UT_unsigned(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Unsigned", ctx);
H A DUT_vector.java26 protected UT_vector(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Vector", ctx);
H A DUT_bug_char.java28 protected UT_bug_char(RSTestCore rstc, Resources res, Context ctx) { argument
29 super(rstc, "Bug Char", ctx);
H A DUT_mesh.java29 protected UT_mesh(RSTestCore rstc, Resources res, Context ctx) { argument
30 super(rstc, "Mesh", ctx);
H A DUT_program_raster.java31 protected UT_program_raster(RSTestCore rstc, Resources res, Context ctx) { argument
32 super(rstc, "ProgramRaster", ctx);
/frameworks/base/tests/RenderScriptTests/tests_v11/src/com/android/rs/test/
H A DUT_primitives.java26 protected UT_primitives(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Primitives", ctx);
/frameworks/base/tests/RenderScriptTests/tests_v14/src/com/android/rs/test/
H A DUT_alloc.java26 protected UT_alloc(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Alloc", ctx);
H A DUT_foreach.java27 protected UT_foreach(RSTestCore rstc, Resources res, Context ctx) { argument
28 super(rstc, "ForEach", ctx);
H A DUT_primitives.java26 protected UT_primitives(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Primitives", ctx);
H A DUT_refcount.java26 protected UT_refcount(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Refcount", ctx);
H A DUT_vector.java26 protected UT_vector(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Vector", ctx);
/frameworks/native/opengl/libs/EGL/
H A Degl_tls.h38 EGLContext ctx; member in class:android::egl_tls_t
51 static void setContext(EGLContext ctx);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLContextImpl.java26 public EGLContextImpl(int ctx) { argument
27 mEGLContext = ctx;
/frameworks/base/core/java/android/webkit/
H A DClientCertRequestHandler.java81 private void setSslClientCertFromCtx(final int ctx, final byte[][] chainBytes) { argument
84 mBrowserFrame.nativeSslClientCert(mHandle, ctx, chainBytes);

Completed in 133 milliseconds

1234