Searched defs:getContext (Results 26 - 50 of 222) sorted by relevance

123456789

/external/skia/src/gpu/
H A DGrDrawingManager.h50 GrContext* getContext() { return fContext; } function in class:GrDrawingManager
H A DGrGpuResource.cpp17 SkASSERT(gpu->getContext());
18 SkASSERT(gpu->getContext()->getResourceCache());
19 return gpu->getContext()->getResourceCache();
98 const GrContext* GrGpuResource::getContext() const { function in class:GrGpuResource
100 return fGpu->getContext();
106 GrContext* GrGpuResource::getContext() { function in class:GrGpuResource
108 return fGpu->getContext();
/external/swiftshader/third_party/LLVM/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h54 MCContext &getContext() { return getParser().getContext(); } function in class:llvm::MCAsmParserExtension
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DCrashRecoveryContext.h111 CrashRecoveryContext *getContext() const { function in class:llvm::CrashRecoveryContextCleanup
185 cleanup->getContext()->registerCleanup(cleanup);
194 cleanup->getContext()->unregisterCleanup(cleanup);
/external/clang/lib/ARCMigrate/
H A DTransEmptyStatementsAndDealloc.cpp172 ASTContext &getContext() { return Pass.Ctx; } function in class:__anon1031::EmptyStatementsRemover
/external/clang/lib/CodeGen/
H A DCGCXXABI.h49 : CGM(CGM), MangleCtx(CGM.getContext().createMangleContext()) {}
79 ASTContext &getContext() const { return CGM.getContext(); } function in class:clang::CodeGen::CGCXXABI
H A DCodeGenTypes.h176 ASTContext &getContext() const { return Context; } function in class:clang::CodeGen::CodeGenTypes
180 llvm::LLVMContext &getLLVMContext() { return TheModule.getContext(); }
/external/deqp/modules/glshared/
H A DglsFboCompletenessTests.hpp89 Context& getContext (void) const { return m_ctx; } function in class:deqp::gls::fboc::details::TestBase
/external/guice/extensions/servlet/src/com/google/inject/servlet/
H A DGuiceFilter.java147 return getContext(key).getOriginalRequest();
151 return getContext(key).getRequest();
155 return getContext(key).getResponse();
162 private static Context getContext(Key<?> key) { method in class:GuiceFilter
/external/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h49 MCContext &getContext() const { return *Ctx; } function in class:llvm::TargetLoweringObjectFile
/external/llvm/tools/bugpoint/
H A DBugDriver.h73 LLVMContext& getContext() const { return Context; } function in class:llvm::BugDriver
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowArrayAdapter.java110 public Context getContext() { method in class:ShadowArrayAdapter
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DScalarEvolutionExpander.h86 Builder(se.getContext(), TargetFolder(se.TD)) {
165 LLVMContext &getContext() const { return SE.getContext(); } function in class:llvm::SCEVExpander
/external/swiftshader/third_party/LLVM/lib/DebugInfo/
H A DDWARFCompileUnit.h38 DWARFContext &getContext() const { return Context; } function in class:llvm::DWARFCompileUnit
/external/swiftshader/third_party/LLVM/tools/bugpoint/
H A DBugDriver.h72 LLVMContext& getContext() const { return Context; } function in class:llvm::BugDriver
/external/autotest/client/deps/webgl_mpd/src/debug/
H A Dwebgl-debug.js437 canvas.getContext = function(f) {
453 }(canvas.getContext);
854 * canvas.getContext("webgl"), throwOnGLError);
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h88 ASTContext &getContext() const { return Ctx; } function in class:clang::ento::BasicValueFactory
H A DExprEngine.h122 /// getContext - Return the ASTContext associated with this analysis.
123 ASTContext &getContext() const { return AMgr.getASTContext(); } function in class:clang::ento::ExprEngine
H A DSValBuilder.h126 ASTContext &getContext() { return Context; } function in class:clang::ento::SValBuilder
127 const ASTContext &getContext() const { return Context; } function in class:clang::ento::SValBuilder
/external/conscrypt/common/src/main/java/org/conscrypt/
H A DOpenSSLX509Certificate.java543 public long getContext() { method in class:OpenSSLX509Certificate
556 NativeCrypto.X509_delete_ext(copy.getContext(), oid);
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DLocaleDisplayNames.java151 public abstract DisplayContext getContext(DisplayContext.Type type); method in class:LocaleDisplayNames
455 public DisplayContext getContext(Type type) { method in class:LocaleDisplayNames.LastResortLocaleDisplayNames
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DLocaleDisplayNames.java162 public abstract DisplayContext getContext(DisplayContext.Type type); method in class:LocaleDisplayNames
489 public DisplayContext getContext(Type type) { method in class:LocaleDisplayNames.LastResortLocaleDisplayNames
/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h138 Builder(se.getContext(), TargetFolder(DL)) {
282 LLVMContext &getContext() const { return SE.getContext(); } function in class:llvm::SCEVExpander
/external/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h177 LLVMContext &getContext() { return Context; } function in struct:llvm::LTOCodeGenerator
/external/llvm/lib/IR/
H A DAttributeImpl.h279 LLVMContext &getContext() { return Context; } function in class:llvm::final

Completed in 539 milliseconds

123456789