Home
last modified time | relevance | path

Searched defs:innerIterations (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/concurrent/test/flow/
H A DCombineStressTest.kt27 val innerIterations = 100 * stressTestMultiplierSqrt in <lambda>() constant
/aosp_15_r20/external/OpenCL-CTS/test_conformance/vulkan/
H A Dvulkan_interop_common.cpp19 uint32_t innerIterations(5); variable
/aosp_15_r20/art/test/2239-varhandle-perf-vh-gas/src/
H A DMicroBenchmark.java38 public int innerIterations() { in innerIterations() method in MicroBenchmark
/aosp_15_r20/art/test/2239-varhandle-perf-vh-unsafe-put/src/
H A DMicroBenchmark.java38 public int innerIterations() { in innerIterations() method in MicroBenchmark
/aosp_15_r20/art/test/2239-varhandle-perf-vh-set-a/src/
H A DMicroBenchmark.java38 public int innerIterations() { in innerIterations() method in MicroBenchmark
/aosp_15_r20/art/test/2239-varhandle-perf-vh-set/src/
H A DMicroBenchmark.java38 public int innerIterations() { in innerIterations() method in MicroBenchmark
/aosp_15_r20/art/test/2239-varhandle-perf-vh-unsafe-cas/src/
H A DMicroBenchmark.java38 public int innerIterations() { in innerIterations() method in MicroBenchmark
/aosp_15_r20/art/test/2239-varhandle-perf-vh-reflect-set/src/
H A DMicroBenchmark.java38 public int innerIterations() { in innerIterations() method in MicroBenchmark
/aosp_15_r20/art/test/2239-varhandle-perf-vh-gab/src/
H A DMicroBenchmark.java38 public int innerIterations() { in innerIterations() method in MicroBenchmark
/aosp_15_r20/art/test/2239-varhandle-perf-vh-cas/src/
H A DMicroBenchmark.java38 public int innerIterations() { in innerIterations() method in MicroBenchmark
/aosp_15_r20/art/test/2239-varhandle-perf-vh-get/src/
H A DMicroBenchmark.java38 public int innerIterations() { in innerIterations() method in MicroBenchmark
/aosp_15_r20/art/test/2239-varhandle-perf-vh-reflect-get/src/
H A DMicroBenchmark.java38 public int innerIterations() { in innerIterations() method in MicroBenchmark
/aosp_15_r20/art/test/2239-varhandle-perf-vh-unsafe-get/src/
H A DMicroBenchmark.java38 public int innerIterations() { in innerIterations() method in MicroBenchmark
/aosp_15_r20/art/test/2239-varhandle-perf-vh-cas-weak/src/
H A DMicroBenchmark.java38 public int innerIterations() { in innerIterations() method in MicroBenchmark
/aosp_15_r20/art/test/2239-varhandle-perf-vh-set-bav/src/
H A DMicroBenchmark.java38 public int innerIterations() { in innerIterations() method in MicroBenchmark
/aosp_15_r20/art/test/2239-varhandle-perf-vh-get-bav/src/
H A DMicroBenchmark.java38 public int innerIterations() { in innerIterations() method in MicroBenchmark
/aosp_15_r20/art/test/2239-varhandle-perf-vh-get-a/src/
H A DMicroBenchmark.java38 public int innerIterations() { in innerIterations() method in MicroBenchmark
/aosp_15_r20/art/test/2239-varhandle-perf-vh-gaa/src/
H A DMicroBenchmark.java38 public int innerIterations() { in innerIterations() method in MicroBenchmark
/aosp_15_r20/art/test/2239-varhandle-perf-vh-cae/src/
H A DMicroBenchmark.java38 public int innerIterations() { in innerIterations() method in MicroBenchmark
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageCompressionTranscodingSupport.cpp1653 … const auto innerIterations = (m_parameters.useMultiLayerViews() ? getLayerCount() : 1u); in decompressImage() local