Home
last modified time | relevance | path

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

1...<<61626364656667

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1958 PreservedAnalyses SampleProfileLoaderPass::run(Module &M, in run() function in SampleProfileLoaderPass
H A DWholeProgramDevirt.cpp686 PreservedAnalyses WholeProgramDevirtPass::run(Module &M, in run() function in WholeProgramDevirtPass
1775 bool DevirtModule::run() { run() function in DevirtModule
1943 void DevirtIndex::run() { run() function in DevirtIndex
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp2003 bool CHR::run() { in run() function in CHR
2098 PreservedAnalyses ControlHeightReductionPass::run( in run() function in llvm::ControlHeightReductionPass
H A DHWAddressSanitizer.cpp349 PreservedAnalyses HWAddressSanitizerPass::run(Module &M, in run() function in HWAddressSanitizerPass
H A DPGOInstrumentation.cpp1483 PGOInstrumentationGenCreateVar::run(Module &M, ModuleAnalysisManager &AM) { in run() function in PGOInstrumentationGenCreateVar
1502 PreservedAnalyses PGOInstrumentationGen::run(Module &M, in run() function in PGOInstrumentationGen
1650 PreservedAnalyses PGOInstrumentationUse::run(Module &M, in run() function in PGOInstrumentationUse
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DGVN.cpp613 PreservedAnalyses GVN::run(Function &F, FunctionAnalysisManager &AM) { in run() function in GVN
H A DInductiveRangeCheckElimination.cpp1387 bool LoopConstrainer::run() { in run() function in LoopConstrainer
1750 PreservedAnalyses IRCEPass::run(Loop &L, LoopAnalysisManager &AM, in run() function in IRCEPass
1785 bool InductiveRangeCheckElimination::run( run() function in InductiveRangeCheckElimination
[all...]
H A DJumpThreading.cpp324 PreservedAnalyses JumpThreadingPass::run(Function &F, in run() function in JumpThreadingPass
H A DLICM.cpp279 PreservedAnalyses LICMPass::run(Loop &L, LoopAnalysisManager &AM, in run() function in LICMPass
/third_party/toybox/porting/liteos_a/toys/posix/
H A Dps.c1426 long run[6]; in top_common() local
[all...]
/third_party/toybox/toys/posix/
H A Dps.c1570 long run[6]; in top_common() local
[all...]
/third_party/python/Lib/unittest/test/
H A Dtest_case.py611 def run(self, result): global() member in Test_TestCase.test_call__invoking_an_instance_delegates_to_run.Foo
[all...]
/third_party/python/Lib/
H A Dpydoc.py2215 def run(self, callback, key=None, completer=None, onerror=None): member in ModuleScanner
2401 def run(self): member in _start_server.ServerThread
/third_party/python/Lib/test/test_import/
H A D__init__.py463 def run(): function
/third_party/python/Lib/unittest/test/testmock/
H A Dtestasync.py11 from asyncio import run, iscoroutinefunction namespace
[all...]
/third_party/skia/modules/skshaper/src/
H A DSkShaper_harfbuzz.cpp726 const auto& run = line.runs[logicalIndex]; local
740 const auto& run local
682 append(SkShaper::RunHandler* handler, const SkShaper::RunHandler::RunInfo& runInfo, const ShapedRun& run, size_t startGlyphIndex, size_t endGlyphIndex) global() argument
1233 ShapedRun& run = runs.back(); global() local
1370 struct SubRun { const ShapedRun& run; size_t startGlyphIndex; size_t endGlyphIndex; }; global() member
[all...]
/third_party/skia/modules/skparagraph/tests/
H A DSkParagraphTest.cpp4953 auto& run = impl->runs().front(); in DEF_TEST_DISABLED() local
[all...]
/third_party/skia/modules/skparagraph/src/
H A DTextLine.cpp180 auto& run = fOwner->run(runIndex); local
316 computeRoundRect(int& index, int& preIndex, std::vector<Run*>& groupRuns, Run* run) global() argument
390 auto run = &this->fOwner->run(runIndex); global() local
410 const auto& run = fOwner->run(fRunsInVisualOrder[0]); global() local
873 auto& run = cluster->run(); global() local
893 auto& run = cluster->run(); global() local
1095 std::unique_ptr<Run> run() & { return std::move(fRun); } global() function in skia::textlayout::final
1126 const Run& run = cluster->run(); global() local
1236 measureTextInsideOneRun(TextRange textRange, const Run* run, SkScalar runOffsetInLine, SkScalar textOffsetInRunInLine, bool includeGhostSpaces, TextAdjustment textAdjustment) const global() argument
1439 iterateThroughSingleRunByStyles(TextAdjustment textAdjustment, const Run* run, SkScalar runOffset, TextRange textRange, StyleType styleType, const RunStyleVisitor& visitor) const global() argument
1642 const auto run = &this->fOwner->run(runIndex); global() local
1695 const auto run = &this->fOwner->run(runIndex); global() local
2386 auto run = owner->cluster(clusterIndex).runOrNull(); global() local
[all...]
H A DRun.h534 void add(Run* run) { in InternalLineMetrics() argument
593 runTop(const Run* run, LineMetricStyle ascentStyle) const InternalLineMetrics() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsm64bitCompareTests.cpp77 virtual bool run (double left, double right) const in run() function in vkt::SpirVAssembly::__anon29902::DoubleCompareOperation
140 virtual bool run (IntClass left, IntClass right) const in run() function in vkt::SpirVAssembly::__anon29902::IntCompareOperation
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationTimelineSemaphoreTests.cpp531 virtual void run () in run() function in vkt::synchronization::__anon29990::MonotonicallyIncrementChecker
805 virtual void run () in run() function in vkt::synchronization::__anon29990::HostCopyThread
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
H A DvktWsiPresentIdWaitTests.cpp516 tcu::TestStatus PresentIdWaitSimpleInstance::run (const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkQueue queue, vk::VkCommandPool commandPool, vk::VkSwapchainKHR swapchain, size_t swapchainSize, const vk::wsi::WsiTriangleRenderer& renderer) in run() function in vkt::wsi::__anon30135::PresentIdWaitSimpleInstance
/third_party/vk-gl-cts/modules/egl/
H A DteglRenderTests.cpp889 void run (void) in run() function in deqp::egl::RenderTestThread
/kernel/linux/linux-5.10/arch/x86/kvm/
H A Dlapic.c1329 struct kvm_run *run = vcpu->run; in __report_tpr_access() local
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H A Dpci-ioda.c160 int run = 0, pe, i; in pnv_ioda_alloc_pe() local

Completed in 95 milliseconds

1...<<61626364656667