Home
last modified time | relevance | path

Searched refs:increments (Results 1 – 25 of 135) sorted by relevance

123456

/external/testng/src/test/java/test/listeners/
DMyInvokedMethodListener.java18 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/
Des31fAtomicCounterTests.cpp120 …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/sfntly/cpp/src/test/
Dfont_data_test.cc226 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()
Dbyte_array_test.cc67 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/
Dapi_def_Range.pbtxt18 0-D (scalar). Optional. Default is 1. Number that increments `start`.
30 extends by increments of `delta` up to but not including `limit`.
Dapi_def_AccumulatorTakeGradient.pbtxt33 the accumulated gradients. Also automatically increments the recorded
Dapi_def_SparseConditionalAccumulator.pbtxt41 resets the aggregate to 0, and increments the global_step recorded by
Dapi_def_ConditionalAccumulator.pbtxt41 resets the aggregate to 0, and increments the global_step recorded by
Dapi_def_SparseAccumulatorTakeGradient.pbtxt45 average of the accumulated gradients. Also automatically increments
/external/webrtc/webrtc/modules/video_coding/
Dframe_buffer.cc111 const uint32_t increments = in InsertPacket() local
114 const uint32_t newSize = _size + increments * kBufferIncStepSizeBytes; in InsertPacket()
/external/llvm/test/Instrumentation/InstrProfiling/
Dno-counters.ll1 ;; No instrumentation should be emitted if there are no counter increments.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/InstrProfiling/
Dno-counters.ll1 ;; Emit the runtime hook even if there are no counter increments.
/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/
Dtest_utils.py70 increments = array_ops.reshape(math_ops.range(self._window_size), [1, -1])
71 all_indices = array_ops.reshape(indices + increments, [-1])
/external/iptables/extensions/
Dlibxt_statistic.man17 granularity is in 1/2147483648th increments.
/external/libhevc/common/arm/
Dihevc_inter_pred_chroma_vert_w16inp_w16out.s143 add r0,r4,r2 @increments pi2_src
166 subs r5,r5,#2 @increments ht
187 add r0,r4,r2 @increments pi2_src
Dihevc_inter_pred_chroma_vert_w16inp.s143 add r0,r4,r2 @increments pi2_src
168 subs r5,r5,#2 @increments ht
188 add r0,r4,r2 @increments pi2_src
/external/tensorflow/tensorflow/python/eager/
Dwrap_function_test.py207 increments = f_wrapped.prune(
211 first_output, second_output = increments(constant_op.constant(2))
213 [t.name for t in increments.inputs])
/external/u-boot/board/freescale/mpc8313erdb/
Dsdram.c61 #warning Chip select bounds is only configurable in 16MB increments in fixed_sdram()
/external/autotest/server/site_tests/firmware_Fingerprint/
Dcontrol.add_entropy25 Adds entropy from RO firmware and verifies that rollback block ID increments by
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Datom-fixup-lea1.ll8 ; that increments the array pointer because it is within 5 instructions of the
/external/llvm/test/CodeGen/X86/
Datom-fixup-lea1.ll8 ; that increments the array pointer because it is within 5 instructions of the
/external/python/cpython2/Objects/
Dlnotab_notes.txt19 the increments from one row to the next. Conceptually, the stored list might
44 when the addr field increments by more than 255, the line # increment in each
/external/swiftshader/third_party/LLVM/test/Transforms/IndVarSimplify/
Div-fold.ll5 ; Indvars should be able to fold IV increments into shr when low bits are zero.
/external/u-boot/board/sbc8349/
Dsbc8349.c90 #warning Chip select bounds is only configurable in 16MB increments in fixed_sdram()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/IndVarSimplify/
Div-fold.ll5 ; Indvars should be able to fold IV increments into shr when low bits are zero.

123456