/external/llvm/test/CodeGen/ARM/ |
vld4.ll | 25 ;Check for a post-increment updating load with register increment. 124 ;Check for a post-increment updating load.
|
vst2.ll | 12 ;Check for a post-increment updating store with register increment. 62 ;Check for a post-increment updating store.
|
vst4.ll | 12 ;Check for a post-increment updating store with register increment. 116 ;Check for a post-increment updating store.
|
/external/mesa3d/src/glsl/ |
ir_clone.cpp | 154 if (this->increment) 155 new_loop->increment = this->increment->clone(mem_ctx, ht);
|
/external/v8/tools/release/ |
merge_to_branch.py | 152 # This is used to calculate the patch level increment. 157 MESSAGE = "Increment version number." 161 if self.Confirm("Automatically increment V8_PATCH_LEVEL? (Saying 'n' will "
|
/external/valgrind/none/tests/mips64/ |
cvm_atomic.c | 31 /* TEST1_32/64 macro is used in load atomic increment/decrement/set/clear 244 case LAI: { /* Load Atomic Increment Word - lai rd, (base) */ 250 case LAID: { /* Load Atomic Increment Double - laid rd, (base) */
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppReceiveFileInfo.java | 220 * avoid collisions. It starts at 1. The next 9 iterations increment it 221 * by 1 at a time (up to 10). The next 9 iterations increment it by 1 to 222 * 10 (random) at a time. The next 9 iterations increment it by 1 to 100
|
/packages/apps/Nfc/nci/jni/extns/pn54x/src/mifare/ |
phFriNfc_MifStdFormat.h | 275 * Increment the sector index 288 * Increment the sector index 300 /* increment the index */\
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
pkt_sched.h | 563 * Note: increment, decrement are Q0.16 fixed-point values. 570 __u32 increment; /* probability increment, (d1 in Blue) */ member in struct:tc_sfb_qopt
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/ |
DecimalFormat.java | 310 * increment. 352 * behavior can be changed by specifying a rounding increment and a rounding mode. 554 * <p><code>DecimalFormat</code> supports rounding to a specific increment. For example, 556 * rounding increment may be specified through the API or in a pattern. To specify a 557 * rounding increment in a pattern, include the increment in the pattern itself. "#,#50" 558 * specifies a rounding increment of 50. "#,##0.05" specifies a rounding increment of [all...] |
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/command/ |
CompatibilityConsole.java | 271 int increment = 1; local 279 shardIndex += increment; 282 increment = -1; 286 increment = 1;
|
/development/samples/ApiDemos/src/com/example/android/apis/preference/ |
MyPreference.java | 65 // Increment counter
|
/development/tools/mkstubs/src/com/android/mkstubs/stubber/ |
MethodStubber.java | 108 public void visitIincInsn(int var, int increment) {
|
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/ |
SmartPtr.h | 140 // Increment the reference count on this pointer by 1.
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ |
ConvergingAlgorithmImpl.java | 143 * Increment the iterations counter by 1.
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/linear/ |
AbstractLinearOptimizer.java | 92 /** Increment the iterations counter by 1.
|
/external/autotest/client/tests/crashme/ |
crashme.py | 23 a increment for a pointer into the random data. The buffer
|
/external/autotest/scheduler/shard/ |
shard_client.py | 130 autotest_stats.Counter(STATS_KEY).increment( 286 autotest_stats.Counter(STATS_KEY).increment('heartbeat_failures') 385 autotest_stats.Counter(STATS_KEY).increment('starts') 391 autotest_stats.Counter(STATS_KEY).increment('uncaught_exceptions')
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/ |
PKCS5S2ParametersGenerator.java | 94 // Increment the value in 'iBuf'
|
/external/cblas/testing/ |
c_xerbla.c | 121 /* We increment *info by 1 since the CBLAS interface adds one more
|
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/ |
context.py | 358 def increment(self, counter_name, delta=1): member in class:_Counters 359 """Increment counter value. 363 delta: increment delta as int. 365 self._shard_state.counters_map.increment(counter_name, delta)
|
map_job_context.py | 57 self._state.counters_map.increment(counter_name, delta)
|
/external/clang/test/CXX/temp/temp.spec/temp.explicit/ |
p1.cpp | 19 ++t; // expected-error{{cannot increment}}
|
/external/clang/test/CodeGen/ |
altivec.c | 32 // Check pre/post increment/decrement
|
integer-overflow.c | 68 // PR9350: char increment never overflows.
|