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

12

  /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/compile/slang/
slang_rs_context.h 68 clang::ASTContext &mCtx;
113 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 

Completed in 76 milliseconds

12