Searched refs:getContext (Results 1 - 25 of 811) sorted by relevance

1234567891011>>

/external/chromium-trace/catapult/experimental/heatmap/
H A Dheatmap.js3 this.context = this.canvas.getContext('2d');
/external/llvm/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.cpp22 return MF.getContext().getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) +
H A DPPCTargetObjectFile.cpp56 MCSymbolRefExpr::create(Sym, MCSymbolRefExpr::VK_PPC_DTPREL, getContext());
58 MCConstantExpr::create(0x8000, getContext()),
59 getContext());
/external/llvm/lib/Target/AArch64/
H A DAArch64TargetObjectFile.cpp43 MCSymbolRefExpr::create(Sym, MCSymbolRefExpr::VK_GOT, getContext());
44 MCSymbol *PCSym = getContext().createTempSymbol();
46 const MCExpr *PC = MCSymbolRefExpr::create(PCSym, getContext());
47 return MCBinaryExpr::createSub(Res, PC, getContext());
68 MCSymbolRefExpr::create(Sym, MCSymbolRefExpr::VK_GOT, getContext());
69 MCSymbol *PCSym = getContext().createTempSymbol();
71 const MCExpr *PC = MCSymbolRefExpr::create(PCSym, getContext());
72 return MCBinaryExpr::createSub(Res, PC, getContext());
/external/llvm/lib/Target/ARM/
H A DARMTargetObjectFile.cpp40 getContext().getELFSection(".ARM.attributes", ELF::SHT_ARM_ATTRIBUTES, 0);
54 MCSymbolRefExpr::VK_ARM_TARGET2, getContext());
60 getContext());
/external/deqp/modules/gles2/
H A Dtes2TestPackage.hpp48 Context* getContext (void) { return m_context; } function in class:deqp::gles2::TestPackage
H A Dtes2TestPackage.cpp74 DE_ASSERT(m_testPackage.getContext());
75 glu::resetState(m_testPackage.getContext()->getRenderContext(), m_testPackage.getContext()->getContextInfo());
80 tcu::TestContext& testCtx = m_testPackage.getContext()->getTestContext();
81 glu::RenderContext& renderCtx = m_testPackage.getContext()->getRenderContext();
/external/deqp/modules/gles3/
H A Dtes3TestPackage.hpp48 Context* getContext (void) { return m_context; } function in class:deqp::gles3::TestPackage
H A Dtes3TestPackage.cpp73 DE_ASSERT(m_testPackage.getContext());
74 glu::resetState(m_testPackage.getContext()->getRenderContext(), m_testPackage.getContext()->getContextInfo());
79 tcu::TestContext& testCtx = m_testPackage.getContext()->getTestContext();
80 glu::RenderContext& renderCtx = m_testPackage.getContext()->getRenderContext();
/external/deqp/modules/gles31/
H A Dtes31TestPackage.hpp48 Context* getContext (void) { return m_context; } function in class:deqp::gles31::TestPackage
H A Dtes31TestPackage.cpp69 DE_ASSERT(m_testPackage.getContext());
70 glu::resetState(m_testPackage.getContext()->getRenderContext(), m_testPackage.getContext()->getContextInfo());
75 tcu::TestContext& testCtx = m_testPackage.getContext()->getTestContext();
81 m_testPackage.getContext()->getRenderContext().postIterate();
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DBidiClassifier.java73 public Object getContext() { method in class:BidiClassifier
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DBidiClassifier.java76 public Object getContext() { method in class:BidiClassifier
/external/llvm/lib/MC/MCParser/
H A DMCTargetAsmParser.cpp25 MCSubtargetInfo &STICopy = getContext().getSubtargetCopy(getSTI());
/external/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUELFStreamer.cpp17 SwitchSection(AMDGPU::getHSATextSection(getContext()));
/external/llvm/unittests/ExecutionEngine/Orc/
H A DIndirectionUtilsTest.cpp24 AttributeSet::get(MB.getModule()->getContext(), 1U,
27 AttributeSet::get(MB.getModule()->getContext(), 2U,
30 AttributeSet::get(MB.getModule()->getContext(), ~0U,
32 F->setAttributes(AttributeSet::get(MB.getModule()->getContext(), Attrs));
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowContentProvider.java14 public final Context getContext() { method in class:ShadowContentProvider
/external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
H A DPeerConnectionAndroidTest.java38 getInstrumentation().getContext(), true, true, true));
/external/llvm/lib/Transforms/Utils/
H A DUnifyFunctionExitNodes.cpp65 UnreachableBlock = BasicBlock::Create(F.getContext(),
67 new UnreachableInst(F.getContext(), UnreachableBlock);
90 BasicBlock *NewRetBlock = BasicBlock::Create(F.getContext(),
95 ReturnInst::Create(F.getContext(), nullptr, NewRetBlock);
101 ReturnInst::Create(F.getContext(), PN, NewRetBlock);
/external/llvm/examples/ParallelJIT/
H A DParallelJIT.cpp40 Type::getInt32Ty(M->getContext()),
41 Type::getInt32Ty(M->getContext()),
46 BasicBlock *BB = BasicBlock::Create(M->getContext(), "EntryBlock", Add1F);
49 Value *One = ConstantInt::get(Type::getInt32Ty(M->getContext()), 1);
60 ReturnInst::Create(M->getContext(), Add, BB);
71 Type::getInt32Ty(M->getContext()),
72 Type::getInt32Ty(M->getContext()),
76 BasicBlock *BB = BasicBlock::Create(M->getContext(), "EntryBlock", FibF);
79 Value *One = ConstantInt::get(Type::getInt32Ty(M->getContext()), 1);
80 Value *Two = ConstantInt::get(Type::getInt32Ty(M->getContext()),
[all...]
/external/llvm/examples/BrainF/
H A DBrainFDriver.cpp61 getOrInsertFunction("main", IntegerType::getInt32Ty(mod->getContext()),
62 IntegerType::getInt32Ty(mod->getContext()),
64 IntegerType::getInt8Ty(mod->getContext()))), NULL));
74 BasicBlock *bb = BasicBlock::Create(mod->getContext(), "main.0", main_func);
84 ReturnInst::Create(mod->getContext(),
85 ConstantInt::get(mod->getContext(), APInt(32, 0)), bb);
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h114 return AnaCtxMgr.getContext(D)->getCFG();
119 return AnaCtxMgr.getContext(D)->getAnalysis<T>();
123 return AnaCtxMgr.getContext(D)->getParentMap();
127 return AnaCtxMgr.getContext(D);
/external/llvm/lib/MC/
H A DWinCOFFStreamer.cpp66 SwitchSection(getContext().getObjectFileInfo()->getTextSection());
69 SwitchSection(getContext().getObjectFileInfo()->getDataSection());
72 SwitchSection(getContext().getObjectFileInfo()->getBSSSection());
75 SwitchSection(getContext().getObjectFileInfo()->getTextSection());
170 if (getContext().getObjectFileInfo()->getTargetTriple().getArch() !=
178 MCSection *SXData = getContext().getObjectFileInfo()->getSXDataSection();
196 const MCSymbolRefExpr *SRE = MCSymbolRefExpr::create(Symbol, getContext());
204 const MCSymbolRefExpr *SRE = MCSymbolRefExpr::create(Symbol, getContext());
216 const Triple &T = getContext().getObjectFileInfo()->getTargetTriple();
232 const MCObjectFileInfo *MFI = getContext()
[all...]
/external/slf4j/slf4j-log4j12/src/main/java/org/slf4j/impl/
H A DLog4jMDCAdapter.java37 Map map = org.apache.log4j.MDC.getContext();
69 Map old = org.apache.log4j.MDC.getContext();
79 Map old = org.apache.log4j.MDC.getContext();
/external/skia/src/gpu/
H A DGrGpuResource.cpp18 SkASSERT(gpu->getContext());
19 SkASSERT(gpu->getContext()->getResourceCache());
20 return gpu->getContext()->getResourceCache();
82 const GrContext* GrGpuResource::getContext() const { function in class:GrGpuResource
84 return fGpu->getContext();
90 GrContext* GrGpuResource::getContext() { function in class:GrGpuResource
92 return fGpu->getContext();

Completed in 703 milliseconds

1234567891011>>