/external/v8/test/mjsunit/regress/ |
regress-969.js | 62 // Pre and post-increment of global variable. 76 // Assignment, compound assignment, and pre and post-increment of named 103 // Assignment, compound assignment, and pre and post-increment of indexed
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/ |
vp9_idct4x4_add_neon.asm | 170 vld1.32 {d27[0]}, [r1] ; no post-increment 180 ; do the stores in reverse order with negative post-increment, by changing 186 vst1.32 {d26[0]}, [r1] ; no post-increment
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
progress.hpp | 102 unsigned long operator+=( unsigned long increment ) 104 // Postconditions: count()== original count() + increment 107 if ( (_count += increment) >= _next_tic_count ) { display_tic(); }
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/decoder/ |
UnboundedFifoByteBuffer.java | 189 * @param index the index to increment 192 private int increment(int index) { method in class:UnboundedFifoByteBuffer 235 index = increment(index);
|
/packages/services/Telephony/src/org/apache/james/mime4j/decoder/ |
UnboundedFifoByteBuffer.java | 189 * @param index the index to increment 192 private int increment(int index) { method in class:UnboundedFifoByteBuffer 235 index = increment(index);
|
/prebuilts/go/darwin-x86/src/sync/ |
waitgroup.go | 63 // The first increment must be synchronized with Wait. 81 // - Wait does not increment waiters if it sees counter == 0. 117 // Increment waiters count.
|
/prebuilts/go/linux-x86/src/sync/ |
waitgroup.go | 63 // The first increment must be synchronized with Wait. 81 // - Wait does not increment waiters if it sees counter == 0. 117 // Increment waiters count.
|
/system/connectivity/shill/test-scripts/ |
stability | 27 def fxrange(start, finish, increment=1.0): 29 steps = int(math.ceil(float(finish - start) / increment)) 35 yield start + i * increment
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
WifiMetrics.java | 540 * Increment Non Empty Scan Results count 550 * Increment Empty Scan Results count 560 * Increment background scan count 579 * Increment oneshot scan count, and the associated WifiSystemScanStateCount entry 615 * Increment count of scan return code occurrence 682 * Increment number of times the Watchdog of Last Resort triggered, resetting the wifi stack 730 * Increment count of triggers with atleast one bad association network 738 * Increment count of triggers with atleast one bad authentication network 746 * Increment count of triggers with atleast one bad dhcp network 754 * Increment count of triggers with atleast one bad other networ [all...] |
/external/icu/icu4c/source/common/unicode/ |
uclean.h | 227 * Pointer type for a user supplied atomic increment or decrement function. 237 * Set the functions that ICU will use for atomic increment and decrement of int32_t values. 239 * use its own internal implementation of atomic increment/decrement. 243 * a parameter to the increment and decrement functions each time they 245 * @param inc Pointer to a function to do an atomic increment operation. Must be non-null.
|
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/ |
BaseCompiledTemplate.java | 114 public static boolean validateLoopArgs(int start, int end, int increment) { 115 if (increment == 0) { 116 return false; // No increment. Avoid infinite loop. 118 if (increment > 0 && start > end) { 121 if (increment < 0 && start < end) {
|
/external/llvm/include/llvm/Analysis/ |
ScalarEvolutionExpander.h | 66 /// increment at this position. 136 /// \brief Return the induction variable increment's IV operand. 140 /// \brief Utility for hoisting an IV increment. 170 /// \brief Set the current IV increment loop and position. 173 "IV increment positions are not supported in CanonicalMode");
|
/external/v8/src/ |
string-builder.h | 72 int increment = 0; local 97 increment = len; 101 increment = element_length; 108 if (increment > String::kMaxLength - position) { 111 position += increment;
|
/external/webp/src/utils/ |
utils.c | 89 static void Increment(int* const v) { 160 #define Increment(v) do {} while (0) 187 Increment(&num_malloc_calls); 197 Increment(&num_calloc_calls); 207 Increment(&num_free_calls);
|
/external/guava/guava/src/com/google/common/math/ |
DoubleMath.java | 241 boolean increment; 247 increment = false; 250 increment = !isPowerOfTwo(x); 253 increment = exponent < 0 & !isPowerOfTwo(x); 256 increment = exponent >= 0 & !isPowerOfTwo(x); 264 increment = (xScaled * xScaled) > 2.0; 269 return increment ? exponent + 1 : exponent;
|
/external/jsoncpp/src/lib_json/ |
json_internalmap.inl | 137 for (; !equals(it, itEnd); increment(it)) { 367 for (; !equals(it, itEnd); increment(it)) { 374 for (; !equals(it, itEnd); increment(it)) { 407 "ValueInternalMap::increment(): attempting to iterate beyond end."); 415 void ValueInternalMap::increment(IteratorState& iterator) { 422 "ValueInternalMap::increment(): attempting to iterate beyond end."); 469 increment(it);
|
/external/llvm/include/llvm/Support/ |
GCOV.h | 102 /// readFunctionTag - If cursor points to a function tag then increment the 114 /// readBlockTag - If cursor points to a block tag then increment the 126 /// readEdgeTag - If cursor points to an edge tag then increment the 138 /// readLineTag - If cursor points to a line tag then increment the 150 /// readArcTag - If cursor points to an gcda arc tag then increment the 162 /// readObjectTag - If cursor points to an object summary tag then increment 174 /// readProgramTag - If cursor points to a program summary tag then increment
|
YAMLParser.h | 305 /// increment() which must set CurrentEntry to 0 to create an end iterator. 338 Base->increment(); 370 /// This parses the YAML stream as increment() is called. 411 void increment(); 417 /// This parses the YAML stream as increment() is called. 451 void increment();
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/ |
SummaryStatistics.java | 148 sumImpl.increment(value); 149 sumsqImpl.increment(value); 150 minImpl.increment(value); 151 maxImpl.increment(value); 152 sumLogImpl.increment(value); 153 secondMoment.increment(value); 155 // need to increment these 157 meanImpl.increment(value); 160 varianceImpl.increment(value); 163 geoMeanImpl.increment(value) [all...] |
/external/libhevc/common/arm/ |
ihevc_inter_pred_luma_horz_w16out.s | 210 @add r12,r12,#4 @increment the input pointer 235 @ add r4,r4,#4 @increment the input pointer 270 add r12,r12,r9 @increment the input pointer 2*src_strd-wd 271 add r1,r6,r8,lsl #1 @increment the output pointer 2*dst_strd-wd 304 @add r12,r12,#4 @increment the input pointer 331 add r12,r12,r9 @increment the input pointer src_strd-wd 332 add r1,r1,r8 @increment the output pointer dst_strd-wd 422 add r12,r12,r9 @increment the src pointer by 2*src_strd-wd 423 add r1,r6,r8,lsl #1 @increment the dst pointer by 2*dst_strd-wd 516 addeq r12,r12,r9 @increment the src pointer by 2*src_strd-w [all...] |
/external/llvm/lib/DebugInfo/DWARF/ |
DWARFDebugLine.cpp | 409 // machine the address increment value corresponding to special 475 // increment for a special opcode is the value of the line_base 478 // increment is greater than the maximum line increment, a standard 480 // advance" is calculated by dividing the desired address increment 484 // opcode = (desired line increment - line_base) + 492 // increment the address register is the result of the adjusted 496 // address increment = (adjusted opcode / line_range) * 499 // The amount to increment the line register is the line_base plus 502 // line increment = line_base + (adjusted opcode % line_range [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/v850/ |
basic.exp | 28 # Instead of having a variable for each match string just increment the 74 # Instead of having a variable for each match string just increment the 103 # Instead of having a variable for each match string just increment the 148 # Instead of having a variable for each match string just increment the 196 # Instead of having a variable for each match string just increment the 224 # Instead of having a variable for each match string just increment the 256 # Instead of having a variable for each match string just increment the 293 # Instead of having a variable for each match string just increment the 327 # Instead of having a variable for each match string just increment the 356 # Instead of having a variable for each match string just increment th [all...] |
/frameworks/base/rs/java/android/renderscript/ |
ScriptIntrinsicBLAS.java | 315 * @param incX The increment for the elements of vector x, must be larger than zero. 318 * @param incY The increment for the elements of vector y, must be larger than zero. 337 * @param incX The increment for the elements of vector x, must be larger than zero. 340 * @param incY The increment for the elements of vector y, must be larger than zero. 359 * @param incX The increment for the elements of vector x, must be larger than zero. 362 * @param incY The increment for the elements of vector y, must be larger than zero. 381 * @param incX The increment for the elements of vector x, must be larger than zero. 384 * @param incY The increment for the elements of vector y, must be larger than zero. 412 * @param incX The increment for the elements of vector x, must be larger than zero. 415 * @param incY The increment for the elements of vector y, must be larger than zero [all...] |
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
ScriptIntrinsicBLAS.java | 322 * @param incX The increment for the elements of vector x, must be larger than zero. 325 * @param incY The increment for the elements of vector y, must be larger than zero. 354 * @param incX The increment for the elements of vector x, must be larger than zero. 357 * @param incY The increment for the elements of vector y, must be larger than zero. 386 * @param incX The increment for the elements of vector x, must be larger than zero. 389 * @param incY The increment for the elements of vector y, must be larger than zero. 418 * @param incX The increment for the elements of vector x, must be larger than zero. 421 * @param incY The increment for the elements of vector y, must be larger than zero. 459 * @param incX The increment for the elements of vector x, must be larger than zero. 462 * @param incY The increment for the elements of vector y, must be larger than zero [all...] |
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
merge.cc | 110 int increment = 4194 / fs_mult_; local 115 increment)); 118 external_mute_factor, increment, 129 int16_t increment = local 131 int16_t mute_factor = 16384 - increment; 136 &mute_factor, increment, decoded_output);
|