Searched defs:getContext (Results 1 - 25 of 222) sorted by relevance

123456789

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowContentProvider.java14 public final Context getContext() { method in class:ShadowContentProvider
H A DShadowLayoutInflater.java37 public Context getContext() { method in class:ShadowLayoutInflater
/external/skia/src/gpu/
H A DGrSurfaceContextPriv.h18 GrContext* getContext() { return fSurfaceContext->fContext; } function in class:GrSurfaceContextPriv
/external/deqp/modules/gles2/
H A Dtes2TestPackage.hpp48 Context* getContext (void) { return m_context; } function in class:deqp::gles2::TestPackage
H A Dtes2TestCase.hpp42 Context& getContext (void) { return m_context; } function in class:deqp::gles2::TestCaseGroup
/external/deqp/modules/gles3/
H A Dtes3TestPackage.hpp48 Context* getContext (void) { return m_context; } function in class:deqp::gles3::TestPackage
H A Dtes3TestCase.hpp42 Context& getContext (void) { return m_context; } function in class:deqp::gles3::TestCaseGroup
/external/deqp/modules/gles31/
H A Dtes31TestPackage.hpp48 Context* getContext (void) { return m_context; } function in class:deqp::gles31::TestPackage
H A Dtes31TestCase.hpp42 Context& getContext (void) { return m_context; } function in class:deqp::gles31::TestCaseGroup
/external/droiddriver/src/io/appium/droiddriver/uiautomation/
H A DUiAutomationUiDevice.java55 protected UiAutomationContext getContext() { method in class:UiAutomationUiDevice
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DBidiClassifier.java75 public Object getContext() { method in class:BidiClassifier
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DBidiClassifier.java78 public Object getContext() { method in class:BidiClassifier
/external/conscrypt/common/src/main/java/org/conscrypt/
H A DOpenSSLBIOSink.java60 public long getContext() { method in class:OpenSSLBIOSink
H A DOpenSSLBIOSource.java41 public long getContext() { method in class:OpenSSLBIOSource
/external/droiddriver/src/io/appium/droiddriver/instrumentation/
H A DInstrumentationUiDevice.java53 protected DroidDriverContext<View, ViewElement> getContext() { method in class:InstrumentationUiDevice
/external/llvm/include/llvm/MC/MCDisassembler/
H A DMCDisassembler.h102 MCContext& getContext() const { return Ctx; } function in class:llvm::MCDisassembler
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
H A DMDC.java55 public static Hashtable getContext() { method in class:MDC
/external/swiftshader/third_party/LLVM/include/llvm/Target/
H A DTargetLoweringObjectFile.h42 MCContext &getContext() const { return *Ctx; } function in class:llvm::TargetLoweringObjectFile
/external/droiddriver/src/io/appium/droiddriver/base/
H A DBaseUiDevice.java48 (PowerManager) getContext().getInstrumentation().getTargetContext()
57 POWER_ON.perform(getContext().getDriver().getInjector(), null);
81 return getContext().getDriver().getRootElement().perform(action);
118 protected abstract DroidDriverContext<?, ?> getContext(); method in class:BaseUiDevice
/external/skia/experimental/SkV8Example/
H A DGlobal.h42 v8::Local<v8::Context> getContext() { function in class:Global
/external/smali/util/src/main/java/org/jf/util/
H A DExceptionWithContext.java141 public String getContext() { method in class:ExceptionWithContext
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/error/
H A DMarkedYAMLException.java86 public String getContext() { method in class:MarkedYAMLException
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
H A DPollingsQueue.java69 public Context getContext() { method in class:PollingsQueue
/external/llvm/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h54 MCContext &getContext() { return getParser().getContext(); } function in class:llvm::MCAsmParserExtension
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/
H A DRobolectricTest.java63 aView.getContext();
177 public Context getContext() { method in class:RobolectricTest.TestShadowView

Completed in 588 milliseconds

123456789