Searched defs:getContext (Results 1 - 25 of 163) sorted by last modified time

1234567

/external/skia/src/gpu/
H A DGrClipMaskCache.h178 GrContext* getContext() { function in class:GrClipMaskCache
H A DGrClipMaskManager.h71 GrContext* getContext() { function in class:GrClipMaskManager
72 return fAACache.getContext();
H A DGrDrawTarget.h527 return this->getContext()->isGpuTracingEnabled();
782 GrContext* getContext() { return fContext; } function in class:GrDrawTarget
783 const GrContext* getContext() const { return fContext; } function in class:GrDrawTarget
H A DGrGpu.h54 GrContext* getContext() { return this->INHERITED::getContext(); } function in class:GrGpu
55 const GrContext* getContext() const { return this->INHERITED::getContext(); } function in class:GrGpu
H A DGrGpuObject.cpp46 const GrContext* GrGpuObject::getContext() const { function in class:GrGpuObject
48 return fGpu->getContext();
54 GrContext* GrGpuObject::getContext() { function in class:GrGpuObject
56 return fGpu->getContext();
/external/skia/src/gpu/effects/
H A DGrTextureStripAtlas.h70 GrContext* getContext() const { return fDesc.fContext; } function in class:GrTextureStripAtlas
/external/smali/util/src/main/java/org/jf/util/
H A DExceptionWithContext.java141 public String getContext() { method in class:ExceptionWithContext
/external/skia/experimental/SkV8Example/
H A DGlobal.h43 Local<Context> getContext() { function in class:Global
/external/robolectric/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowAlertDialog.java466 public Context getContext() { method in class:ShadowAlertDialog.ShadowBuilder
H A DShadowApplication.java539 public Context getContext() { method in class:ShadowApplication.Wrapper
H A DShadowArrayAdapter.java110 public Context getContext() { method in class:ShadowArrayAdapter
H A DShadowContentProvider.java14 public final Context getContext() { method in class:ShadowContentProvider
H A DShadowDialog.java100 public Context getContext() { method in class:ShadowDialog
209 window = new TestWindow(realDialog.getContext());
217 return LayoutInflater.from(realDialog.getContext());
240 String text = getContext().getResources().getString(textId);
H A DShadowLayoutInflater.java37 public Context getContext() { method in class:ShadowLayoutInflater
H A DShadowPreference.java54 public Context getContext() { method in class:ShadowPreference
H A DShadowView.java242 public final Context getContext() { method in class:ShadowView
850 mHandler = getContext().getClass().getMethod(handlerName,
859 + getContext().getClass() + " for onClick handler"
864 mHandler.invoke(getContext(), realView);
/external/robolectric/src/test/java/com/xtremelabs/robolectric/
H A DRobolectricTest.java63 aView.getContext();
177 public Context getContext() { method in class:RobolectricTest.TestShadowView
/external/owasp/sanitizer/tools/findbugs/lib/
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
H A Djaxen-1.1.6.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE.txt META-INF/maven/ ...
/external/llvm/tools/bugpoint/
H A DBugDriver.h72 LLVMContext& getContext() const { return Context; } function in class:llvm::BugDriver
/external/llvm/include/llvm/ADT/
H A DFoldingSet.h498 Ctx getContext() const { return Context; } function in class:llvm::ContextualFoldingSet
/external/llvm/include/llvm/Analysis/
H A DScalarEvolution.h569 LLVMContext &getContext() const { return F->getContext(); } function in class:llvm::ScalarEvolution

Completed in 288 milliseconds

1234567