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

1234567

/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLCipherContext.java39 long getContext() { method in class:OpenSSLCipherContext
H A DOpenSSLBIOSink.java54 public long getContext() { method in class:OpenSSLBIOSink
H A DOpenSSLBIOSource.java34 public long getContext() { method in class:OpenSSLBIOSource
H A DOpenSSLECPointContext.java49 if (!NativeCrypto.EC_GROUP_cmp(group.getContext(), other.group.getContext())) {
53 return NativeCrypto.EC_POINT_cmp(group.getContext(), pointCtx, other.pointCtx);
58 group.getContext(), pointCtx);
70 public long getContext() { method in class:OpenSSLECPointContext
77 NativeCrypto.EC_POINT_new(group.getContext()));
78 NativeCrypto.EC_POINT_set_affine_coordinates(group.getContext(),
79 point.getContext(), javaPoint.getAffineX().toByteArray(),
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowContentProvider.java14 public final Context getContext() { method in class:ShadowContentProvider
/external/chromium_org/third_party/skia/src/gpu/
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();
H A DGrClipMaskManager.h71 GrContext* getContext() { function in class:GrClipMaskManager
72 return fAACache.getContext();
/external/droiddriver/src/com/google/android/droiddriver/uiautomation/
H A DUiAutomationUiDevice.java53 protected UiAutomationContext getContext() { method in class:UiAutomationUiDevice
/external/skia/src/gpu/
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();
H A DGrClipMaskManager.h71 GrContext* getContext() { function in class:GrClipMaskManager
72 return fAACache.getContext();
/external/apache-harmony/x-net/src/test/support/common/java/org/apache/harmony/xnet/provider/jsse/
H A DJSSETestData.java72 public static SSLContext getContext() throws Exception { method in class:JSSETestData
/external/deqp/modules/gles2/
H A Dtes2TestCase.hpp42 Context& getContext (void) { return m_context; } function in class:deqp::gles2::TestCaseGroup
H A Dtes2TestPackage.hpp43 Context& getContext (void) { return *m_context; } function in class:deqp::gles2::PackageContext
/external/deqp/modules/gles3/
H A Dtes3TestCase.hpp42 Context& getContext (void) { return m_context; } function in class:deqp::gles3::TestCaseGroup
H A Dtes3TestPackage.hpp43 Context& getContext (void) { return *m_context; } function in class:deqp::gles3::PackageContext
/external/deqp/modules/gles31/
H A Dtes31TestCase.hpp42 Context& getContext (void) { return m_context; } function in class:deqp::gles31::TestCaseGroup
H A Dtes31TestPackage.hpp43 Context& getContext (void) { return *m_context; } function in class:deqp::gles31::PackageContext
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DExceptionWithContext.java126 public String getContext() { method in class:ExceptionWithContext
/external/droiddriver/src/com/google/android/droiddriver/instrumentation/
H A DInstrumentationUiDevice.java47 protected DroidDriverContext<View, ViewElement> getContext() { method in class:InstrumentationUiDevice
/external/llvm/include/llvm/MC/
H A DMCDisassembler.h106 MCContext& getContext() const { return Ctx; } function in class:llvm::MCDisassembler
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/
H A DContextTrackingChecker.java26 protected ValidatorContext getContext() { method in class:ContextTrackingChecker
27 return state.getContext();
32 Pattern.matches("(?s).*@" + tagName + "\\b.*", getContext().getNodeText(comment));
36 getContext().reportErrorInNode(node, 0, errorText);
/external/chromium_org/third_party/angle/src/libGLESv2/
H A Dmain.cpp112 Context *getContext() function in namespace:gl
121 Context *context = getContext();
/external/chromium_org/third_party/skia/experimental/SkV8Example/
H A DGlobal.h43 Local<Context> getContext() { function in class:Global
/external/droiddriver/src/com/google/android/droiddriver/base/
H A DBaseUiDevice.java49 (PowerManager) getContext().getInstrumentation().getTargetContext()
75 return getContext().getDriver().getRootElement().perform(action);
112 protected abstract DroidDriverContext<?, ?> getContext(); method in class:BaseUiDevice
/external/skia/experimental/SkV8Example/
H A DGlobal.h43 Local<Context> getContext() { function in class:Global

Completed in 775 milliseconds

1234567