Searched
full:increment (Results
501 -
525 of
3761) sorted by null
<<21222324252627282930>>
/external/icu/icu4c/source/test/intltest/ |
tokiter.cpp | 97 return TRUE; // do NOT increment
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
IntlTestDecimalFormatAPI.java | 339 // get default rounding increment 342 // set rounding mode with zero increment. Rounding 343 // increment should be set by this operation 352 errln("ERROR: Rounding increment did not change");
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/ |
ClassCoverageImpl.java | 71 increment(method);
|
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/page/ |
MethodItemTest.java | 69 node.increment(CounterImpl.COUNTER_1_0, CounterImpl.COUNTER_0_0, 15);
|
/external/libcxx/test/std/containers/unord/unord.map/ |
db_iterators_7.pass.cpp | 12 // Increment iterator past end.
|
/external/libcxx/test/std/containers/unord/unord.multimap/ |
db_iterators_7.pass.cpp | 12 // Increment iterator past end.
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/ |
cf2arrst.h | 58 size_t chunk; /* allocation increment in items */
|
/external/libgdx/gdx/src/com/badlogic/gdx/utils/ |
IntFloatMap.java | 318 /** Returns the key's current value and increments the stored value. If the key is not in the map, defaultValue + increment is 320 public float getAndIncrement (int key, float defaultValue, float increment) { 324 zeroValue += increment; 328 zeroValue = defaultValue + increment; 338 if (key != keyTable[index]) return getAndIncrementStash(key, defaultValue, increment); 342 valueTable[index] = value + increment; 346 private float getAndIncrementStash (int key, float defaultValue, float increment) { 351 valueTable[i] = value + increment; 354 put(key, defaultValue + increment);
|
IntIntMap.java | 316 /** Returns the key's current value and increments the stored value. If the key is not in the map, defaultValue + increment is 318 public int getAndIncrement (int key, int defaultValue, int increment) { 322 zeroValue += increment; 326 zeroValue = defaultValue + increment; 336 if (key != keyTable[index]) return getAndIncrementStash(key, defaultValue, increment); 340 valueTable[index] = value + increment; 344 private int getAndIncrementStash (int key, int defaultValue, int increment) { 349 valueTable[i] = value + increment; 352 put(key, defaultValue + increment);
|
/external/libhevc/decoder/ |
ihevcd_version.c | 63 * Increment major version for API change or major feature update
|
/external/llvm/include/llvm/MC/ |
MCLabel.h | 41 /// \brief Increment the current instance of this Directional Local Label.
|
/external/llvm/test/CodeGen/ARM/ |
vld1.ll | 22 ;Check for a post-increment updating load. 42 ;Check for a post-increment updating load with register increment. 78 ;Check for a post-increment updating load.
|
/external/llvm/test/CodeGen/Hexagon/ |
base-offset-post.ll | 4 ; Test that the accessSize is set on a post-increment store. If not, an assert
|
/external/llvm/test/Transforms/IndVarSimplify/ |
lftr-promote.ll | 5 ; be the canonical IV increment.
|
/external/mesa3d/src/egl/main/ |
eglsync.h | 62 * Increment reference count for the sync.
|
/external/mesa3d/src/gallium/auxiliary/postprocess/ |
postprocess.h | 33 #define PP_FILTERS 6 /* Increment this if you add filters */
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/ |
Spdy3.java | 237 long increment = w2 & 0x7fffffff; local 238 if (increment == 0) throw ioException("windowSizeIncrement was 0", increment); 239 handler.windowUpdate(streamId, increment); 469 @Override public synchronized void windowUpdate(int streamId, long increment) 472 if (increment == 0 || increment > 0x7fffffffL) { 474 "windowSizeIncrement must be between 1 and 0x7fffffff: " + increment); 482 sink.writeInt((int) increment);
|
/external/opencv3/3rdparty/zlib/ |
inffast.c | 13 /* Allow machine dependent optimization for post-increment or pre-increment. 15 Pre-increment preferred for: 18 Post-increment preferred for:
|
/external/pdfium/third_party/freetype/src/cff/ |
cf2arrst.h | 58 size_t chunk; /* allocation increment in items */
|
/external/pdfium/third_party/zlib_v128/ |
inffast.c | 13 /* Allow machine dependent optimization for post-increment or pre-increment. 15 Pre-increment preferred for: 18 Post-increment preferred for:
|
/external/skia/src/core/ |
SkDeviceProfile.h | 63 * been set) and increment its reference count. The call *must* call unref()
|
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/widget/ |
NumberPicker.java | 111 mIncrementButton = (NumberPickerButton) findViewById(R.id.increment); 200 // now perform the increment/decrement 201 if (R.id.increment == v.getId()) { 291 if (R.id.increment == v.getId()) {
|
/external/tpm2/ |
Marshal_ActivateCredential.c | 23 // Don't add to total_size, but increment *buffer and decrement *size.
|
Marshal_Certify.c | 23 // Don't add to total_size, but increment *buffer and decrement *size.
|
Marshal_CertifyCreation.c | 23 // Don't add to total_size, but increment *buffer and decrement *size.
|
Completed in 480 milliseconds
<<21222324252627282930>>