/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/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/webrtc/webrtc/modules/video_coding/ |
D | frame_buffer.cc | 111 const uint32_t increments = in InsertPacket() local 114 const uint32_t newSize = _size + increments * kBufferIncStepSizeBytes; in InsertPacket()
|
/external/llvm/test/Instrumentation/InstrProfiling/ |
D | no-counters.ll | 1 ;; No instrumentation should be emitted if there are no counter increments.
|
/external/iptables/extensions/ |
D | libxt_statistic.man | 17 granularity is in 1/2147483648th increments.
|
/external/llvm/test/CodeGen/X86/ |
D | atom-fixup-lea1.ll | 8 ; that increments the array pointer because it is within 5 instructions of the
|
D | atom-fixup-lea3.ll | 7 ; that increments the array pointer if it is greater than 5 instructions
|
/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/swiftshader/third_party/LLVM/test/Transforms/IndVarSimplify/ |
D | iv-fold.ll | 5 ; Indvars should be able to fold IV increments into shr when low bits are zero.
|
D | no-iv-rewrite.ll | 275 ; Eliminate the redundant IV increments k.next and l.next. 277 ; Two increments should remain, one by %step and one by %step1.
|
/external/python/cpython2/Objects/ |
D | lnotab_notes.txt | 19 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/llvm/test/Transforms/IndVarSimplify/ |
D | iv-fold.ll | 5 ; Indvars should be able to fold IV increments into shr when low bits are zero.
|
D | no-iv-rewrite.ll | 280 ; Eliminate the redundant IV increments k.next and l.next. 282 ; Two increments should remain, one by %step and one by %step1.
|
/external/smali/dexlib2/src/main/ragel/ |
D | SyntheticAccessorFSM.rl | 81 // for increments an decrements, the type of value the math operation is on 84 // for increments and decrements, the value of the constant that is used
|
/external/valgrind/docs/internals/ |
D | performance.txt | 15 increments/decrements of SP, so the fast cases can be used more often.
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | StringSearch.java | 644 int value, int increments) { in addToIntArray() argument 647 newlength += increments; in addToIntArray() 669 long value, int increments) { in addToLongArray() argument 672 newlength += increments; in addToLongArray()
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
D | StringSearch.java | 661 int value, int increments) { in addToIntArray() argument 664 newlength += increments; in addToIntArray() 686 long value, int increments) { in addToLongArray() argument 689 newlength += increments; in addToLongArray()
|
/external/llvm/test/Transforms/PhaseOrdering/ |
D | scev.ll | 8 ; The loop body contains two increments by %div.
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.shaders.atomic_counter.txt | 74 code checks that there is possible order in which increments and decrements
|
/external/iproute2/doc/ |
D | nstat.sgml | 38 calculates increments since the previous use.
|
/external/ltp/testcases/open_posix_testsuite/functional/timers/ |
D | plan.txt | 56 increasing (call also at nsec increments to ensure both nsec and sec
|
/external/llvm/utils/vim/ |
D | vimrc | 53 " Add and delete spaces in increments of `shiftwidth' for tabs
|