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

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/
H A DContextTrackingChecker.java22 protected ValidatorContext getContext() { method in class:ContextTrackingChecker
23 return state.getContext();
27 getContext().reportErrorInNode(node, 0, errorText);
31 getContext().reportErrorAtOffset(offset, errorText);
/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 DGrRenderTarget.cpp22 GrContext* context = this->getContext();
38 GrContext* context = this->getContext();
50 GrContext* context = this->getContext();
59 GrContext* context = this->getContext();
/external/conscrypt/src/main/java/org/conscrypt/
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(),
H A DOpenSSLCipherContext.java39 long getContext() { method in class:OpenSSLCipherContext
/external/chromium_org/third_party/skia/src/gpu/
H A DGrGpuResource.cpp26 SkASSERT(gpu->getContext());
27 SkASSERT(gpu->getContext()->getResourceCache2());
28 return gpu->getContext()->getResourceCache2();
68 const GrContext* GrGpuResource::getContext() const { function in class:GrGpuResource
70 return fGpu->getContext();
76 GrContext* GrGpuResource::getContext() { function in class:GrGpuResource
78 return fGpu->getContext();
H A DGrRenderTarget.cpp22 GrContext* context = this->getContext();
38 GrContext* context = this->getContext();
50 GrContext* context = this->getContext();
59 GrContext* context = this->getContext();
/external/chromium_org/content/test/data/gpu/functional_files/
H A Dcontext.js11 gl_context = canvas.getContext("webgl") ||
12 canvas.getContext("experimental-webgl");
/external/deqp/modules/gles2/
H A Dtes2TestPackage.cpp83 addChild(new InfoTests (m_packageCtx->getContext()));
84 addChild(new CapabilityTests (m_packageCtx->getContext()));
85 addChild(new Functional::FunctionalTests (m_packageCtx->getContext()));
86 addChild(new Accuracy::AccuracyTests (m_packageCtx->getContext()));
87 addChild(new Performance::PerformanceTests (m_packageCtx->getContext()));
88 addChild(new Stress::StressTests (m_packageCtx->getContext()));
/external/llvm/unittests/Bitcode/
H A DBitReaderTest.cpp29 FunctionType::get(Type::getVoidTy(Mod->getContext()), false);
33 BasicBlock* Entry = BasicBlock::Create(Mod->getContext(), "entry", Func);
34 new UnreachableInst(Mod->getContext(), Entry);
36 BasicBlock* BB = BasicBlock::Create(Mod->getContext(), "bb", Func);
37 new UnreachableInst(Mod->getContext(), BB);
39 PointerType* Int8Ptr = Type::getInt8PtrTy(Mod->getContext());
/external/deqp/modules/gles3/
H A Dtes3TestPackage.cpp82 addChild(new InfoTests (m_packageCtx->getContext()));
83 addChild(new Functional::FunctionalTests (m_packageCtx->getContext()));
84 addChild(new Accuracy::AccuracyTests (m_packageCtx->getContext()));
85 addChild(new Performance::PerformanceTests (m_packageCtx->getContext()));
86 addChild(new Stress::StressTests (m_packageCtx->getContext()));
/external/deqp/modules/gles31/
H A Dtes31TestPackage.cpp80 addChild(new InfoTests (m_packageCtx->getContext()));
81 addChild(new Functional::FunctionalTests (m_packageCtx->getContext()));
82 addChild(new Stress::StressTests (m_packageCtx->getContext()));
/external/llvm/lib/Target/ARM/
H A DARMTargetObjectFile.cpp39 getContext().getELFSection(".ARM.attributes",
56 MCSymbolRefExpr::VK_ARM_TARGET2, getContext());
62 getContext());
/external/llvm/lib/Target/PowerPC/
H A DPPCTargetObjectFile.cpp58 MCSymbolRefExpr::Create(Sym, MCSymbolRefExpr::VK_PPC_DTPREL, getContext());
60 MCConstantExpr::Create(0x8000, getContext()),
61 getContext());
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLCanvasElement.idl35 [Custom] any getContext([Default=Undefined] optional DOMString contextId);
/external/chromium_org/tools/perf/page_sets/tough_canvas_cases/canvas2d_balls_common/
H A Dbouncing_balls_draw_back_as_aligned_canvas.js12 var backContext = backImageCanvas.getContext('2d');
H A Dbouncing_balls_draw_back_as_aligned_image_data.js12 var backContext = backImageCanvas.getContext('2d');
H A Dbouncing_balls_draw_back_as_canvas.js12 var backContext = backImageCanvas.getContext('2d');
/external/llvm/lib/Target/AArch64/
H A DAArch64TargetObjectFile.cpp37 MCSymbolRefExpr::Create(Sym, MCSymbolRefExpr::VK_GOT, getContext());
38 MCSymbol *PCSym = getContext().CreateTempSymbol();
40 const MCExpr *PC = MCSymbolRefExpr::Create(PCSym, getContext());
41 return MCBinaryExpr::CreateSub(Res, PC, getContext());
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowContentProvider.java14 public final Context getContext() { method in class:ShadowContentProvider
/external/llvm/lib/Target/X86/
H A DX86TargetObjectFile.cpp32 MCSymbolRefExpr::Create(Sym, MCSymbolRefExpr::VK_GOTPCREL, getContext());
33 const MCExpr *Four = MCConstantExpr::Create(4, getContext());
34 return MCBinaryExpr::CreateAdd(Res, Four, getContext());
56 return MCSymbolRefExpr::Create(Sym, MCSymbolRefExpr::VK_DTPOFF, getContext());
107 getContext());
/external/llvm/examples/ParallelJIT/
H A DParallelJIT.cpp39 Type::getInt32Ty(M->getContext()),
40 Type::getInt32Ty(M->getContext()),
45 BasicBlock *BB = BasicBlock::Create(M->getContext(), "EntryBlock", Add1F);
48 Value *One = ConstantInt::get(Type::getInt32Ty(M->getContext()), 1);
59 ReturnInst::Create(M->getContext(), Add, BB);
70 Type::getInt32Ty(M->getContext()),
71 Type::getInt32Ty(M->getContext()),
75 BasicBlock *BB = BasicBlock::Create(M->getContext(), "EntryBlock", FibF);
78 Value *One = ConstantInt::get(Type::getInt32Ty(M->getContext()), 1);
79 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.h111 return AnaCtxMgr.getContext(D)->getCFG();
116 return AnaCtxMgr.getContext(D)->getAnalysis<T>();
120 return AnaCtxMgr.getContext(D)->getParentMap();
124 return AnaCtxMgr.getContext(D);
/external/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp43 AS[0] = AttributeSet::get(M->getContext(), 1, Attribute::NoCapture);
45 AS[1] = AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex,
48 LLVMContext &Context = B.GetInsertBlock()->getContext();
50 AttributeSet::get(M->getContext(),
72 AS[0] = AttributeSet::get(M->getContext(), 1, Attribute::NoCapture);
74 AS[1] = AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex,
77 LLVMContext &Context = B.GetInsertBlock()->getContext();
79 AttributeSet::get(M->getContext(),
103 AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex,
109 AttributeSet::get(M->getContext(),
[all...]

Completed in 3091 milliseconds

1234567891011>>