/external/eigen/Eigen/src/Core/ |
DenseCoeffsBase.h | 580 /** \returns the pointer increment between two consecutive elements within a slice in the inner direction. 589 /** \returns the pointer increment between two consecutive inner slices (for example, between two consecutive columns 605 /** \returns the pointer increment between two consecutive rows. 614 /** \returns the pointer increment between two consecutive columns. 651 /** \returns the pointer increment between two consecutive elements within a slice in the inner direction. 660 /** \returns the pointer increment between two consecutive inner slices (for example, between two consecutive columns 676 /** \returns the pointer increment between two consecutive rows. 685 /** \returns the pointer increment between two consecutive columns.
|
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/ |
GifFrameManager.java | 93 signature.increment(); 173 public void increment() { method in class:GifFrameManager.FrameSignature
|
/external/guava/guava/src/com/google/common/math/ |
DoubleUtils.java | 120 boolean increment = (twiceSignifFloor & 1) != 0 122 long signifRounded = increment ? signifFloor + 1 : signifFloor;
|
IntMath.java | 298 boolean increment; 304 increment = false; 307 increment = true; 310 increment = signum > 0; 313 increment = signum < 0; 323 increment = (mode == HALF_UP || (mode == HALF_EVEN & (div & 1) != 0)); 325 increment = cmpRemToHalfDivisor > 0; // closer to the UP value 331 return increment ? div + signum : div;
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
ICURWLock.java | 130 * <p>If there's a writer, or a waiting writer, increment the 132 * increment the active reader count and return. Caller must call
|
/external/icu/icu4c/source/common/unicode/ |
uiter.h | 191 * Return the code unit at the current index and increment 192 * the index (post-increment, like s[i++]), 196 * @return the current code unit (and post-increment the current index) 428 * (public) Return the code unit at the current index and increment 429 * the index (post-increment, like s[i++]), 499 * Return the code point at the current index and increment 500 * the index (post-increment, like s[i++]), 504 * @return the current code point (and post-increment the current index)
|
/external/icu/icu4c/source/io/ |
ufmt_cmn.c | 156 /* increment our count */ 189 /* increment the count consumed */
|
/external/icu/icu4c/source/layout/ |
MorphTables2.cpp | 29 * We don't want to increment them at the end of the loop, as that would attempt to dereference 37 chainHeader.addOffset(chainLength, success); // Don't increment the first time
|
/external/icu/icu4c/source/test/perf/ubrkperf/ |
ubrkperf.cpp | 104 // Increment counters 116 // Increment counters
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
ICURWLock.java | 128 * <p>If there's a writer, or a waiting writer, increment the 130 * increment the active reader count and return. Caller must call
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/instr/ |
ProbeInserter.java | 95 public final void visitIincInsn(final int var, final int increment) { 96 mv.visitIincInsn(map(var), increment); local
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/analysis/ |
CoverageNodeImplTest.java | 65 parent.increment(child); 98 parent.increment(Arrays.asList(child1, child2));
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/ |
CounterImplTest.java | 79 c = c.increment(CounterImpl.getInstance(2, 1)); 87 c = c.increment(CounterImpl.getInstance(7, 3));
|
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/check/ |
BundleCheckerTest.java | 133 m.increment(CounterImpl.getInstance(5, 5), CounterImpl.COUNTER_0_0, 1); 144 s.increment(c);
|
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/ |
JavaSourceWriter.java | 239 public void startForLoop(JavaExpression start, JavaExpression end, JavaExpression increment) { 246 writeExpression(increment);
|
/external/libavc/encoder/ |
irc_vbr_str_prms.c | 114 /* If the next I frame falls within the delay period, we need to increment 115 * the number of I frames in the period, else increment the number of P
|
/external/libhevc/decoder/ |
ihevcd_parse_residual.c | 73 * @brief returns context increment for sig coeff based on csbf neigbour 75 * See section 9.3.3.1.4 for details on this context increment 80 * output : context increment for sig coeff flag 125 * @brief returns context increment for sig coeff for 4x4 tranform size as 130 * output : context increment for sig coeff flag 578 /* 4x4 transform size increment uses lookup */ 640 /* Increment number of coded subblocks for the current TU */ [all...] |
/external/libmpeg2/common/arm/ |
impeg2_format_conv.s | 133 sub r7, r7, r5 @// Source increment 135 sub r8, r8, r5 @// Destination increment 181 sub r7, r7, r5, lsr #1 @// Source increment 183 sub r8, r8, r5 @// Destination increment 295 sub r7, r7, r5 @// Source increment 297 sub r8, r8, r5 @// Destination increment 343 sub r7, r7, r5, lsr #1 @// Source increment 345 sub r8, r8, r5 @// Destination increment
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
ExecutionUtils.h | 64 /// @brief Pre-increment iterator. 67 /// @brief Post-increment iterator.
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/ |
MethodAdapter.java | 139 public void visitIincInsn(final int var, final int increment) {
140 mv.visitIincInsn(var, increment);
|
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/ |
LocalVariablesSorter.java | 98 public void visitIincInsn(final int var, final int increment) { 99 mv.visitIincInsn(remap(var, 1), increment); local
|
/external/opencv3/3rdparty/include/ffmpeg_/libavcodec/ |
xvmc.h | 135 A successful ff_draw_horiz_band() may increment it 146 - libavcodec - increment with one of each stored MB
|
/external/pdfium/xfa/src/fxbarcode/pdf417/ |
BC_PDF417ScanningDecoder.cpp | 302 int32_t increment = i == 0 ? 1 : -1;
local 307 imageRow += increment) {
607 int32_t increment = leftToRight ? 1 : -1;
local 615 imageColumn += increment;
642 int32_t increment = leftToRight ? -1 : 1;
local 651 correctedStartColumn += increment;
653 increment = -increment;
|
/external/regex-re2/util/ |
strutil.cc | 73 // We can increment the last character in the string and be done 75 // last character and increment the previous character, unless that
|
/external/replicaisland/src/com/replica/replicaisland/ |
GameOverActivity.java | 76 public void setIncrement(float increment) { 77 mIncrement = increment;
|