Home
last modified time | relevance | path

Searched defs:run (Results 1551 - 1575 of 1705) sorted by relevance

1...<<616263646566676869

/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DRenderer.cpp482 void DrawCall::run(vk::Device *device, const marl::Loan<DrawCall> &draw, marl::Ticket::Queue *tickets, marl::Ticket::Queue clusterQueues[MaxClusterCount]) in run() function in sw::DrawCall
/third_party/skia/third_party/externals/microhttpd/src/spdy2http/
H A Dproxy.c972 run () in run() function
/third_party/skia/tests/
H A DGrClipStackTest.cpp303 void TestCase::run(const std::vector<int>& order, in run() function in __anon19011::TestCase
H A DSerializationTest.cpp849 const auto& run = builder.allocRun(font, glyph_count, 1.2f, 2.3f); in DEF_TEST() local
/third_party/skia/src/ports/
H A DSkScalerContext_win_dw.cpp501 DWRITE_GLYPH_RUN run; in getBoundingBox() local
577 DWRITE_GLYPH_RUN run; getColorGlyphRun() local
994 DWRITE_GLYPH_RUN run; drawDWMask() local
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-coretext.cc918 CTRunRef run = static_cast<CTRunRef>(CFArrayGetValueAtIndex (glyph_runs, i)); in _hb_coretext_shape() local
[all...]
H A Dhb-directwrite.cc433 Run *run in SetScriptAnalysis() local
[all...]
/third_party/python/Lib/test/
H A Dtest_ftplib.py300 def run(self): member in DummyFTPServer
H A Dtest_httpservers.py53 def run(self): member in TestServerThread
H A Dtest_asyncgen.py851 async def run(): function
904 async def run(): function
922 async def run(): function
941 async def run(): function
966 async def run(): function
991 async def run(): global() function
1018 async def run(): global() function
1044 async def run(): global() function
1079 async def run(): global() function
1115 async def run(): global() function
1144 async def run(): global() function
1180 async def run(): global() function
1215 async def run(): global() function
1249 async def run(): global() function
1299 async def run(): global() function
1342 async def run(): global() function
1384 async def run(): global() function
1402 async def run(): global() function
1420 async def run(): global() function
1555 async def run(): global() function
1570 async def run(): global() function
1603 async def run(): global() function
1622 async def run(): global() function
1640 async def run(): global() function
1653 async def run(): global() function
1665 async def run(): global() function
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/
H A DRPCUtils.h530 run(HandlerT &Handler, ArgTs &&... Args) { in run() function in llvm::orc::rpc::detail::HandlerTraits
539 run(HandlerT &Handler, TArgTs... Args) { in run() function in llvm::orc::rpc::detail::HandlerTraits
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp1070 BranchProbabilityAnalysis::run(Function &F, FunctionAnalysisManager &AM) { in run() function in BranchProbabilityAnalysis
1077 BranchProbabilityPrinterPass::run(Function &F, FunctionAnalysisManager &AM) { in run() function in BranchProbabilityPrinterPass
H A DCFLAndersAliasAnalysis.cpp903 CFLAndersAAResult CFLAndersAA::run(Function &F, FunctionAnalysisManager &AM) { in run() function in CFLAndersAA
H A DMemoryDependenceAnalysis.cpp1754 MemoryDependenceAnalysis::run(Function &F, FunctionAnalysisManager &AM) { in run() function in MemoryDependenceAnalysis
H A DModuleSummaryAnalysis.cpp832 ModuleSummaryIndexAnalysis::run(Module &M, ModuleAnalysisManager &AM) { in run() function in ModuleSummaryIndexAnalysis
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp358 PreservedAnalyses LoopPredicationPass::run(Loop &L, LoopAnalysisManager &AM, in run() function in LoopPredicationPass
H A DLoopUnrollPass.cpp1296 PreservedAnalyses LoopFullUnrollPass::run(Loop &L, LoopAnalysisManager &AM, in run() function in LoopFullUnrollPass
1411 PreservedAnalyses LoopUnrollPass::run(Function &F, in run() function in LoopUnrollPass
H A DLowerMatrixIntrinsics.cpp848 PreservedAnalyses LowerMatrixIntrinsicsPass::run(Function &F, in run() function in LowerMatrixIntrinsicsPass
H A DMemCpyOptimizer.cpp1371 PreservedAnalyses MemCpyOptPass::run(Function &F, FunctionAnalysisManager &AM) { in run() function in MemCpyOptPass
H A DScalarizer.cpp875 PreservedAnalyses ScalarizerPass::run(Function &F, FunctionAnalysisManager &AM) { in run() function in ScalarizerPass
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp811 PreservedAnalyses PredicateInfoPrinterPass::run(Function &F, in run() function in PredicateInfoPrinterPass
871 PreservedAnalyses PredicateInfoVerifierPass::run(Function &F, in run() function in PredicateInfoVerifierPass
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp265 PreservedAnalyses LoadStoreVectorizerPass::run(Function &F, FunctionAnalysisManager &AM) { in run() function in LoadStoreVectorizerPass
290 bool Vectorizer::run() { in run() function in Vectorizer
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1332 PreservedAnalyses FunctionImportPass::run(Module &M, in run() function in FunctionImportPass
H A DPartialInlining.cpp1451 bool PartialInlinerImpl::run(Module &M) { in run() function in PartialInlinerImpl
1502 PreservedAnalyses PartialInlinerPass::run(Module &M, in run() function in PartialInlinerPass
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp257 bool run(int64_t *NumPromoted) { in run() function in __anon25069::PGOCounterPromoter
376 PreservedAnalyses InstrProfiling::run(Module &M, ModuleAnalysisManager &AM) { in run() function in InstrProfiling
493 bool InstrProfiling::run( in run() function in InstrProfiling

Completed in 57 milliseconds

1...<<616263646566676869