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

12

  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
UnitTest.java 28 protected Context mCtx;
42 mCtx = ctx;
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UnitTest.java 28 protected Context mCtx;
42 mCtx = ctx;
  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderVP9HWR.h 110 void *mCtx;
  /packages/apps/OMA-DM/DMService/src/com/android/omadm/service/
DMAlert.java 105 private final Context mCtx;
122 mCtx = ctx;
153 intent.setClass(mCtx, DMAlertActivity.class);
161 mCtx.startActivity(intent);
189 mCtx.registerReceiver(mAlertCloseListener, filter);
193 intent.setClass(mCtx, DMAlertActivity.class);
200 mCtx.startActivity(intent);
209 mCtx.unregisterReceiver(mAlertCloseListener);
240 mCtx.registerReceiver(mAlertCloseListener, filter);
244 intent.setClass(mCtx, DMAlertActivity.class)
    [all...]
  /frameworks/rs/java/tests/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/java/tests/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/java/tests/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/compile/slang/
slang_rs_context.h 67 clang::ASTContext &mCtx;
114 inline clang::ASTContext &getASTContext() const { return mCtx; }
slang_rs_object_ref_count.cpp 183 clang::ASTContext &mCtx;
222 clang::SourceManager &SM = mCtx.getSourceManager();
238 BuildCompoundStmt(mCtx, StmtList, S->getLocEnd());
241 RSASTReplace R(mCtx);
247 AppendAfterStmt(mCtx, CS, NULL, StmtList);
270 : mCtx(C),
    [all...]
  /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();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.el_1.0.0.v201004212143.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 2762 milliseconds

12