Searched defs:mCtx (Results 1 - 25 of 29) sorted by relevance

12

/frameworks/av/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.h60 void *mCtx; member in struct:android::SoftVPX
/frameworks/rs/
H A DrsGrallocConsumer.h59 const Context *mCtx; member in class:android::renderscript::GrallocConsumer
/frameworks/rs/cpu_ref/
H A DrsCpuScriptGroup.h56 RsdCpuReferenceImpl *mCtx; member in class:android::renderscript::CpuScriptGroupImpl
H A DrsCpuScript.h113 RsdCpuReferenceImpl *mCtx; member in class:android::renderscript::RsdCpuScriptImpl
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/
H A DRSTestView.java44 private Context mCtx; field in class:RSTestView
48 mCtx = context;
61 mRender = new RSTestCore(mCtx);
H A DUnitTest.java28 protected Context mCtx; field in class:UnitTest
42 mCtx = ctx;
H A DRSTestCore.java32 Context mCtx; field in class:RSTestCore
35 mCtx = ctx;
67 unitTests.add(new UT_primitives(this, mRes, mCtx));
68 unitTests.add(new UT_rsdebug(this, mRes, mCtx));
69 unitTests.add(new UT_rstime(this, mRes, mCtx));
70 unitTests.add(new UT_rstypes(this, mRes, mCtx));
71 unitTests.add(new UT_math(this, mRes, mCtx));
72 unitTests.add(new UT_fp_mad(this, mRes, mCtx));
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
H A DRSTestView.java44 private Context mCtx; field in class:RSTestView
48 mCtx = context;
61 mRender = new RSTestCore(mCtx);
H A DUnitTest.java28 protected Context mCtx; field in class:UnitTest
42 mCtx = ctx;
H A DRSTestCore.java32 Context mCtx; field in class:RSTestCore
35 mCtx = ctx;
67 unitTests.add(new UT_primitives(this, mRes, mCtx));
68 unitTests.add(new UT_vector(this, mRes, mCtx));
69 unitTests.add(new UT_rsdebug(this, mRes, mCtx));
70 unitTests.add(new UT_rstime(this, mRes, mCtx));
71 unitTests.add(new UT_rstypes(this, mRes, mCtx));
72 unitTests.add(new UT_alloc(this, mRes, mCtx));
73 unitTests.add(new UT_refcount(this, mRes, mCtx));
74 unitTests.add(new UT_foreach(this, mRes, mCtx));
[all...]
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
H A DRSTestView.java44 private Context mCtx; field in class:RSTestView
48 mCtx = context;
61 mRender = new RSTestCore(mCtx);
H A DUnitTest.java28 protected Context mCtx; field in class:UnitTest
42 mCtx = ctx;
H A DRSTestCore.java32 Context mCtx; field in class:RSTestCore
35 mCtx = ctx;
67 unitTests.add(new UT_primitives(this, mRes, mCtx));
68 unitTests.add(new UT_vector(this, mRes, mCtx));
69 unitTests.add(new UT_rsdebug(this, mRes, mCtx));
70 unitTests.add(new UT_rstime(this, mRes, mCtx));
71 unitTests.add(new UT_rstypes(this, mRes, mCtx));
72 unitTests.add(new UT_alloc(this, mRes, mCtx));
73 unitTests.add(new UT_refcount(this, mRes, mCtx));
74 unitTests.add(new UT_foreach(this, mRes, mCtx));
[all...]
/frameworks/base/tests/net/java/com/android/server/connectivity/
H A DNetworkNotificationManagerTest.java61 @Mock Context mCtx; field in class:NetworkNotificationManagerTest
80 when(mCtx.getResources()).thenReturn(mResources);
81 when(mCtx.getPackageManager()).thenReturn(mPm);
82 when(mCtx.getApplicationInfo()).thenReturn(new ApplicationInfo());
86 mManager = new NetworkNotificationManager(mCtx, mTelephonyManager, mNotificationManager);
/frameworks/rs/rsov/tests/RSoVTest/src/com/android/rs/rsov/test/
H A DRSoVTestCore.java30 ListActivity mCtx; field in class:RSoVTestCore
33 mCtx = ctx;
57 unitTests.add(new UT_invert(this, mCtx));
58 unitTests.add(new UT_modulo(this, mCtx));
59 unitTests.add(new UT_multi_kernel(this, mCtx));
60 unitTests.add(new UT_multi_input(this, mCtx));
61 unitTests.add(new UT_global_query(this, mCtx));
78 testAdapter = new ArrayAdapter<UnitTest>(mCtx, android.R.layout.simple_list_item_1, unitTests);
79 mCtx.setListAdapter(testAdapter);
95 mCtx
[all...]
H A DUnitTest.java29 protected Context mCtx; field in class:UnitTest
45 mCtx = ctx;
/frameworks/rs/tests/java_api/RSTest_CompatLib/src/com/android/rs/test/
H A DRSTestCore.java31 ListActivity mCtx; field in class:RSTestCore
34 mCtx = ctx;
60 unitTests.add(new UT_apitest(this, mRes, mCtx));
61 unitTests.add(new UT_primitives(this, mRes, mCtx));
62 unitTests.add(new UT_instance(this, mRes, mCtx));
63 unitTests.add(new UT_constant(this, mRes, mCtx));
64 unitTests.add(new UT_vector(this, mRes, mCtx));
65 unitTests.add(new UT_unsigned(this, mRes, mCtx));
66 unitTests.add(new UT_array_init(this, mRes, mCtx));
67 unitTests.add(new UT_array_alloc(this, mRes, mCtx));
[all...]
H A DUnitTest.java28 protected Context mCtx; field in class:UnitTest
42 mCtx = ctx;
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A DRSTestCore.java31 ListActivity mCtx; field in class:RSTestCore
34 mCtx = ctx;
60 unitTests.add(new UT_apitest(this, mRes, mCtx));
61 unitTests.add(new UT_primitives(this, mRes, mCtx));
62 unitTests.add(new UT_instance(this, mRes, mCtx));
63 unitTests.add(new UT_constant(this, mRes, mCtx));
64 unitTests.add(new UT_vector(this, mRes, mCtx));
65 unitTests.add(new UT_unsigned(this, mRes, mCtx));
66 unitTests.add(new UT_array_init(this, mRes, mCtx));
67 unitTests.add(new UT_array_alloc(this, mRes, mCtx));
[all...]
H A DUnitTest.java28 protected Context mCtx; field in class:UnitTest
42 mCtx = ctx;
/frameworks/rs/tests/java_api/RsTest/src/com/android/rs/test/
H A DRSTestCore.java30 ListActivity mCtx; field in class:RSTestCore
33 mCtx = ctx;
57 unitTests.add(new UT_primitives(this, mCtx));
58 unitTests.add(new UT_constant(this, mCtx));
59 unitTests.add(new UT_vector(this, mCtx));
60 unitTests.add(new UT_unsigned(this, mCtx));
61 unitTests.add(new UT_array_init(this, mCtx));
62 unitTests.add(new UT_array_alloc(this, mCtx));
63 unitTests.add(new UT_kernel(this, mCtx));
64 unitTests.add(new UT_kernel_struct(this, mCtx));
[all...]
H A DUnitTest.java29 protected Context mCtx; field in class:UnitTest
45 mCtx = ctx;
/frameworks/base/core/java/android/view/textclassifier/
H A DSmartSelection.java34 private final long mCtx; field in class:SmartSelection
41 mCtx = nativeNew(fd);
55 return nativeSuggest(mCtx, context, selectionBegin, selectionEnd);
68 return nativeClassifyText(mCtx, context, selectionBegin, selectionEnd, hintFlags);
75 nativeClose(mCtx);
/frameworks/base/services/core/java/com/android/server/fingerprint/
H A DFingerprintsUserState.java61 private final Context mCtx; field in class:FingerprintsUserState
65 mCtx = ctx;
118 String name = mCtx.getString(com.android.internal.R.string.fingerprint_name_template,
/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.h105 clang::ASTContext &mCtx; member in class:slang::RSObjectRefCount
158 : mCtx(C), RSInitFD(false), mTempID(0) {
163 GetRSRefCountingFunctions(mCtx);

Completed in 485 milliseconds

12