/external/chromium-trace/catapult/experimental/heatmap/ |
H A D | heatmap.js | 3 this.context = this.canvas.getContext('2d');
|
/external/llvm/lib/Target/PowerPC/ |
H A D | PPCMachineFunctionInfo.cpp | 22 return MF.getContext().getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) +
|
H A D | PPCTargetObjectFile.cpp | 56 MCSymbolRefExpr::create(Sym, MCSymbolRefExpr::VK_PPC_DTPREL, getContext()); 58 MCConstantExpr::create(0x8000, getContext()), 59 getContext());
|
/external/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetObjectFile.cpp | 43 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 D | ARMTargetObjectFile.cpp | 40 getContext().getELFSection(".ARM.attributes", ELF::SHT_ARM_ATTRIBUTES, 0); 54 MCSymbolRefExpr::VK_ARM_TARGET2, getContext()); 60 getContext());
|
/external/deqp/modules/gles2/ |
H A D | tes2TestPackage.hpp | 48 Context* getContext (void) { return m_context; } function in class:deqp::gles2::TestPackage
|
H A D | tes2TestPackage.cpp | 74 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 D | tes3TestPackage.hpp | 48 Context* getContext (void) { return m_context; } function in class:deqp::gles3::TestPackage
|
H A D | tes3TestPackage.cpp | 73 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 D | tes31TestPackage.hpp | 48 Context* getContext (void) { return m_context; } function in class:deqp::gles31::TestPackage
|
H A D | tes31TestPackage.cpp | 69 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 D | BidiClassifier.java | 73 public Object getContext() { method in class:BidiClassifier
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | BidiClassifier.java | 76 public Object getContext() { method in class:BidiClassifier
|
/external/llvm/lib/MC/MCParser/ |
H A D | MCTargetAsmParser.cpp | 25 MCSubtargetInfo &STICopy = getContext().getSubtargetCopy(getSTI());
|
/external/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | AMDGPUELFStreamer.cpp | 17 SwitchSection(AMDGPU::getHSATextSection(getContext()));
|
/external/llvm/unittests/ExecutionEngine/Orc/ |
H A D | IndirectionUtilsTest.cpp | 24 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 D | ShadowContentProvider.java | 14 public final Context getContext() { method in class:ShadowContentProvider
|
/external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/ |
H A D | PeerConnectionAndroidTest.java | 38 getInstrumentation().getContext(), true, true, true));
|
/external/llvm/lib/Transforms/Utils/ |
H A D | UnifyFunctionExitNodes.cpp | 65 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 D | ParallelJIT.cpp | 40 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 D | BrainFDriver.cpp | 61 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 D | AnalysisManager.h | 114 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 D | WinCOFFStreamer.cpp | 66 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 D | Log4jMDCAdapter.java | 37 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 D | GrGpuResource.cpp | 18 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();
|