/external/kotlinx.atomicfu/atomicfu/src/nativeTest/kotlin/kotlinx/atomicfu/locks/ |
D | SynchronizedTest.kt | 8 private const val increments = 500 in <lambda>() constant 23 repeat(increments) { in <lambda>() 35 assertEquals(nWorkers * increments, counter.value) in <lambda>() 51 repeat(increments) { in <lambda>() 63 assertEquals(nWorkers * nLocks * increments, counters.sumBy { it.value }) in <lambda>() 77 repeat(increments) { in <lambda>() 88 assertEquals(nWorkers * increments, counter.value) in <lambda>() 102 repeat(increments) { in <lambda>() 117 assertEquals(nWorkers * increments, counter.value) in <lambda>()
|
/external/perfetto/src/trace_processor/importers/common/ |
D | clock_tracker_unittest.cc | 246 static const int increments[] = {1, 2, 10}; in TEST_F() local 248 last_mono += increments[rnd() % base::ArraySize(increments)]; in TEST_F() 249 last_boot += increments[rnd() % base::ArraySize(increments)]; in TEST_F() 252 last_raw += increments[rnd() % base::ArraySize(increments)]; in TEST_F() 253 last_boot += increments[rnd() % base::ArraySize(increments)]; in TEST_F()
|
/external/testng/src/test/java/test/listeners/ |
D | MyInvokedMethodListener.java | 18 increments(beforeInvocation, method); in beforeInvocation() 23 increments(afterInvocation, method); in afterInvocation() 26 private static void increments(Map<String, Integer> map, IInvokedMethod method) { in increments() method in MyInvokedMethodListener
|
/external/deqp/modules/gles31/functional/ |
D | es31fAtomicCounterTests.cpp | 120 …bool checkAndLogCallValues (TestLog& log, const vector<deUint32>& increments, const vector<deU… 121 …void splitBuffer (const vector<deUint32>& buffer, vector<deUint32>& increments, vector<deUi… 128 …static bool checkPath (const vector<deUint32>& increments, const vector<deUint32>& decrement… 557 void AtomicCounterTest::splitBuffer (const vector<deUint32>& buffer, vector<deUint32>& increments, … in splitBuffer() argument 567 increments.clear(); in splitBuffer() 615 increments.push_back(buffer[firstInc + id]); in splitBuffer() 712 bool AtomicCounterTest::checkPath (const vector<deUint32>& increments, const vector<deUint32>& decr… in checkPath() argument 723 for (int valueNdx = 0; valueNdx < (int)increments.size(); valueNdx++) in checkPath() 725 if (increments[valueNdx] != (deUint32)-1) in checkPath() 727 minValue = std::min(minValue, increments[valueNdx]); in checkPath() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiMaintenance3Check.cpp | 139 IncrementsMap increments; in distributeCounts() local 141 increments[type] = std::numeric_limits<deUint32>::max(); in distributeCounts() 162 if (remaining > 0u && increments[type] > 0u) in distributeCounts() 164 increments[type] = 1u; in distributeCounts() 169 increments[type] = 0u; in distributeCounts() 178 if (increments[type] > maxIncrement) in distributeCounts() 179 increments[type] = maxIncrement; in distributeCounts() 186 for (const auto& inc : increments) in distributeCounts()
|
/external/sfntly/cpp/src/test/ |
D | font_data_test.cc | 226 int32_t increments = std::max<int32_t>(length / 11, 1); in ReadComparison() local 228 buffer_size += increments) { in ReadComparison() 241 window_size += increments) { in ReadComparison() 283 int32_t increments = std::max<int32_t>(length / 11, 1); in SlicingWriteTest() local 285 buffer_size += increments) { in SlicingWriteTest() 293 for (int window_size = 1; window_size < length; window_size += increments) { in SlicingWriteTest()
|
D | byte_array_test.cc | 67 int increments = std::max<int32_t>(ba1->Length() / 11, 1); in ReadComparison() local 69 buffer_size += increments) { in ReadComparison() 82 window_size += increments) { in ReadComparison()
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_Range.pbtxt | 18 0-D (scalar). Optional. Default is 1. Number that increments `start`. 30 extends by increments of `delta` up to but not including `limit`.
|
D | api_def_ResourceAccumulatorTakeGradient.pbtxt | 34 the accumulated gradients. Also automatically increments the recorded
|
D | api_def_AccumulatorTakeGradient.pbtxt | 33 the accumulated gradients. Also automatically increments the recorded
|
D | api_def_SparseConditionalAccumulator.pbtxt | 41 resets the aggregate to 0, and increments the global_step recorded by
|
D | api_def_ConditionalAccumulator.pbtxt | 41 resets the aggregate to 0, and increments the global_step recorded by
|
D | api_def_ResourceConditionalAccumulator.pbtxt | 42 resets the aggregate to 0, and increments the global_step recorded by
|
D | api_def_SparseAccumulatorTakeGradient.pbtxt | 45 average of the accumulated gradients. Also automatically increments
|
/external/fonttools/Tests/varLib/instancer/ |
D | instancer_test.py | 654 def makeParametrizedVF(glyphOrder, features, values, increments): argument 661 assert values and len(values) == len(increments) 662 assert all(len(i) == 2 for i in increments) 682 values[i] += increments[i][1] 684 values[i] += increments[i][0] 699 increments = [(+30, +10)] 700 return makeParametrizedVF(glyphOrder, features, values, increments) 708 increments = [(-10, -5)] 709 return makeParametrizedVF(glyphOrder, features, values, increments) 725 increments = [(+30, +10), (-10, -5)] [all …]
|
/external/llvm/test/Instrumentation/InstrProfiling/ |
D | no-counters.ll | 1 ;; No instrumentation should be emitted if there are no counter increments.
|
/external/webrtc/modules/video_coding/ |
D | frame_buffer.cc | 106 const uint32_t increments = in InsertPacket() local 109 const uint32_t newSize = capacity() + increments * kBufferIncStepSizeBytes; in InsertPacket()
|
/external/llvm-project/llvm/test/Instrumentation/InstrProfiling/ |
D | no-counters.ll | 1 ;; Emit the runtime hook even if there are no counter increments.
|
/external/iptables/extensions/ |
D | libxt_statistic.man | 17 granularity is in 1/2147483648th increments.
|
/external/autotest/server/site_tests/firmware_Fingerprint/ |
D | control.add_entropy | 25 Adds entropy from RO firmware and verifies that rollback block ID increments by
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | atom-fixup-lea1.ll | 8 ; that increments the array pointer because it is within 5 instructions of the
|
/external/llvm/test/CodeGen/X86/ |
D | atom-fixup-lea1.ll | 8 ; that increments the array pointer because it is within 5 instructions of the
|
/external/libhevc/common/arm/ |
D | ihevc_inter_pred_chroma_vert_w16inp_w16out.s | 143 add r0,r4,r2 @increments pi2_src 166 subs r5,r5,#2 @increments ht 187 add r0,r4,r2 @increments pi2_src
|
D | ihevc_inter_pred_chroma_vert_w16inp.s | 143 add r0,r4,r2 @increments pi2_src 168 subs r5,r5,#2 @increments ht 188 add r0,r4,r2 @increments pi2_src
|
/external/llvm-project/llvm/test/Transforms/IndVarSimplify/ |
D | iv-fold.ll | 5 ; Indvars should be able to fold IV increments into shr when low bits are zero.
|