Home
last modified time | relevance | path

Searched defs:run (Results 1326 - 1350 of 1382) sorted by relevance

1...<<515253545556

/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
/third_party/ffmpeg/libavcodec/
H A Dexr.c425 int run = get_bits(&gbit, 8); in huf_decode() local
H A Dmpegvideo_enc.c1919 int run = 0; in dct_single_coeff_elimination() local
3957 int run= i - survivor[j]; in dct_quantize_trellis_c() local
3970 int run= i - survivor[j]; in dct_quantize_trellis_c() local
3984 int run= i - survivor[j]; dct_quantize_trellis_c() local
3996 int run= i - survivor[j]; dct_quantize_trellis_c() local
4136 int rle_index, run, q = 1, sum; //q is only used when s->mb_intra is true dct_quantize_refine() local
[all...]
/third_party/alsa-utils/aplay/
H A Daplay.c1847 static int run = 0; local
/third_party/alsa-utils/topology/nhlt/intel/ssp/
H A Dssp-internal.h94 struct ssp_aux_config_run run; member
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DNumberFormatTest.java3225 public void run() { in run() method in NumberFormatTest.ParseThreadJB5358
3885 public void run() { in run() method in NumberFormatTest.FormatCharItrTestThread
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberFormatTest.java3222 public void run() { in run() method in NumberFormatTest.ParseThreadJB5358
3882 public void run() { in run() method in NumberFormatTest.FormatCharItrTestThread
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_clear_blit.c1297 void (*run)(struct tu_cmd_buffer *cmd, struct tu_cs *cs); member
[all...]
/third_party/nghttp2/src/
H A Dnghttp.cc2491 int run(char **uris, int n) { in run() function
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp4351 Converter::run() in run() function in Converter
/third_party/python/Lib/test/support/
H A D__init__.py994 def run(self, test): member in BasicTestRunner
[all...]
/third_party/python/Lib/test/test_asyncio/
H A Dtest_tasks.py142 async def run(): function
154 async def run(fut): function
441 async def run(): function
470 async def run(): function
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageMutableTests.cpp1019 void UploadDownloadExecutor::run(Context& context, VkBuffer buffer) in run() function in vkt::image::UploadDownloadExecutor
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageMutableTests.cpp1019 void UploadDownloadExecutor::run(Context& context, VkBuffer buffer) in run() function in vkt::image::UploadDownloadExecutor
/third_party/vk-gl-cts/android/cts/runner/src/com/drawelements/deqp/runner/
H A DDeqpTestRunner.java2318 public void run(ITestInvocationListener listener) throws DeviceNotAvailableException { run() method in DeqpTestRunner
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/
H A DTestSuite.cpp1668 int TestSuite::run() in run() function in angle::TestSuite

Completed in 91 milliseconds

1...<<515253545556