HomeSort by relevance Sort by last modified time
    Searched defs:mCtx (Results 26 - 45 of 45) sorted by null

12

  /development/tutorials/NotepadCodeLab/Notepadv3Solution/src/com/android/demo/notepad3/
NotesDbAdapter.java 58 private final Context mCtx;
88 this.mCtx = ctx;
101 mDbHelper = new DatabaseHelper(mCtx);
  /frameworks/rs/cpu_ref/
rsCpuScript.h 113 RsdCpuReferenceImpl *mCtx;
  /frameworks/rs/rsov/tests/RSoVTest/src/com/android/rs/rsov/test/
UnitTest.java 29 protected Context mCtx;
45 mCtx = ctx;
  /frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
UnitTest.java 28 protected Context mCtx;
42 mCtx = ctx;
  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderVP9Hybrid.h 62 void *mCtx;
  /device/generic/goldfish-opengl/system/GLESv2_enc/
GL2Encoder.cpp 372 mCtx(ctx),
391 host_error = mCtx->m_glGetError_enc(mCtx);
399 mCtx->setError(guest_error);
403 GL2Encoder* mCtx;
412 mCtx(ctx),
428 GL2Encoder* mCtx;
    [all...]
  /frameworks/base/tests/net/java/com/android/server/connectivity/
NetworkNotificationManagerTest.java 62 @Mock Context mCtx;
81 when(mCtx.getResources()).thenReturn(mResources);
82 when(mCtx.getPackageManager()).thenReturn(mPm);
83 when(mCtx.getApplicationInfo()).thenReturn(new ApplicationInfo());
87 mManager = new NetworkNotificationManager(mCtx, mTelephonyManager, mNotificationManager);
IpConnectivityMetricsTest.java 72 @Mock Context mCtx;
82 mService = new IpConnectivityMetrics(mCtx, (ctx) -> 2000);
LingerMonitorTest.java 60 @Mock Context mCtx;
67 when(mCtx.getResources()).thenReturn(mResources);
68 when(mCtx.getPackageName()).thenReturn("com.android.server.connectivity");
71 mMonitor = new TestableLingerMonitor(mCtx, mNotifier, HIGH_DAILY_LIMIT, HIGH_RATE_LIMIT);
173 mMonitor = new TestableLingerMonitor(mCtx, mNotifier, HIGH_DAILY_LIMIT, LOW_RATE_LIMIT);
199 mMonitor = new TestableLingerMonitor(mCtx, mNotifier, LOW_DAILY_LIMIT, HIGH_RATE_LIMIT);
342 caps, 50, mCtx, null, mMisc, null, mConnService);
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
UnitTest.java 65 private Context mCtx;
75 mCtx = ctx;
88 * Returns a RenderScript instance created from mCtx.
96 RenderScript rs = RenderScript.create(mCtx);
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
UnitTest.java 67 private Context mCtx;
77 mCtx = ctx;
90 * Returns a RenderScript instance created from mCtx.
98 RenderScript rs = RenderScript.create(mCtx);
  /frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/
RSTestCore.java 32 Context mCtx;
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/
RSTestCore.java 32 Context mCtx;
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/
RSTestCore.java 32 Context mCtx;
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/services/core/java/com/android/server/fingerprint/
FingerprintsUserState.java 61 private final Context mCtx;
65 mCtx = ctx;
118 String name = mCtx.getString(com.android.internal.R.string.fingerprint_name_template,
  /frameworks/base/tests/net/java/android/net/
ConnectivityManagerTest.java 74 @Mock Context mCtx;
207 ConnectivityManager manager = new ConnectivityManager(mCtx, mService);
233 ConnectivityManager manager = new ConnectivityManager(mCtx, mService);
274 ConnectivityManager manager = new ConnectivityManager(mCtx, mService);
281 when(mCtx.getApplicationInfo()).thenReturn(info);
300 ConnectivityManager manager = new ConnectivityManager(mCtx, mService);
  /frameworks/base/services/tests/servicestests/src/com/android/server/am/
UserControllerTest.java 327 private Context mCtx;
332 mCtx = ctx;
364 return mCtx;
  /frameworks/compile/slang/
slang_rs_context.h 80 clang::ASTContext &mCtx;
150 inline clang::ASTContext &getASTContext() const { return mCtx; }
  /sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
ConfigGenerator.java 64 private Context mCtx;
160 mCtx = context;
166 Resources resources = mCtx.getResources();
167 PackageManager packageMgr = mCtx.getPackageManager();
659 ViewConfiguration vConfig = ViewConfiguration.get(mCtx);
669 Toast.makeText(mCtx, "Error Generating Configuration", Toast.LENGTH_SHORT).show();
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 1354 milliseconds

12