/external/guava/guava-tests/test/com/google/common/net/ |
InetAddressesTest.java | 668 address = InetAddresses.increment(address); 672 address = InetAddresses.increment(address); 678 address = InetAddresses.increment(address); 690 address = InetAddresses.increment(address); 694 address = InetAddresses.increment(address); 701 address = InetAddresses.increment(address);
|
/external/llvm/test/CodeGen/ARM/ |
vstlane.ll | 13 ;Check for a post-increment updating store. 84 ;Check for a post-increment updating store. 127 ;Check for a post-increment updating store with register increment. 251 ;Check for a post-increment updating store. 292 ;Check for a post-increment updating store.
|
/external/webkit/Source/JavaScriptCore/wtf/ |
Deque.h | 126 void increment(); 169 Iterator& operator++() { Base::increment(); return *this; } 196 Iterator& operator++() { Base::increment(); return *this; } 222 Iterator& operator--() { Base::increment(); return *this; } 249 Iterator& operator--() { Base::increment(); return *this; } 638 inline void DequeIteratorBase<T, inlineCapacity>::increment()
|
DateMath.cpp | [all...] |
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
chvr_filter.cpp | 161 /* Increment pointers to next pixel row */ 166 /* Increment pointer to next pixel */ 234 /* Increment pointer to next pixel */ 319 /* Increment pointers to next pixel */ 324 /* Increment pointers to next pixel row */ 396 /* Increment pointer to next row of pixels */
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
s10_8pf.cpp | 239 s = L_mac (s, rr[i0][i3], _1_4); // index increment = step 240 s = L_mac (s, rr[i1][i3], _1_4); // index increment = step 253 // index increment = step 259 // index increment = step 262 // index increment = step 267 // index increment = step 270 // index increment = step 273 // index increment = step 659 /* index increment = step */ 674 /* index increment = step * [all...] |
/external/libnfc-nxp/src/ |
phFriNfc_NdefRecord.h | 109 #define PH_FRINFC_NDEFRECORD_BUF_INC1 1 /** \internal Increment Buffer Address by 1 */ 110 #define PH_FRINFC_NDEFRECORD_BUF_INC2 2 /** \internal Increment Buffer Address by 2 */ 111 #define PH_FRINFC_NDEFRECORD_BUF_INC3 3 /** \internal Increment Buffer Address by 3 */ 112 #define PH_FRINFC_NDEFRECORD_BUF_INC4 4 /** \internal Increment Buffer Address by 4 */ 113 #define PH_FRINFC_NDEFRECORD_BUF_INC5 5 /** \internal Increment Buffer Address by 5 */
|
phFriNfc_MifStdFormat.h | 351 /* Increment the sector index */ 362 /* Increment the sector index */ 373 /* increment the index */\
|
/external/v8/src/ |
compiler.cc | 481 isolate->counters()->total_load_size()->Increment(source_length); 482 isolate->counters()->total_compile_size()->Increment(source_length); 552 isolate->counters()->total_eval_size()->Increment(source_length); 553 isolate->counters()->total_compile_size()->Increment(source_length); 615 isolate->counters()->total_compile_size()->Increment(compiled_size);
|
/external/webkit/Source/WebCore/platform/text/ |
BidiResolver.h | 166 void increment() { m_current.increment(); } function in class:WebCore::BidiResolver 244 m_eor.increment(); 487 increment(); 826 increment();
|
/external/icu4c/i18n/unicode/ |
ucurr.h | 28 * <li>A rounding increment 179 * Returns the rounding increment for the given currency, or 0.0 if no 183 * @return the non-negative rounding increment, or 0.0 if none,
|
/external/llvm/unittests/ADT/ |
SCCIteratorTest.cpp | 188 /// Prefix increment operator. 193 // Remove that child - it has been visited. This is the increment! 201 /// Postfix increment operator.
|
/external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/ |
cssproperties.in | 68 -webkit-marquee-increment 164 counter-increment 302 -khtml-marquee-increment
|
/external/zlib/ |
inftrees.c | 84 from their more natural integer increment ordering, and so when the 241 /* backwards increment the len-bit code huff */ 265 /* increment past last table */
|
/frameworks/av/libvideoeditor/vss/src/ |
M4VD_EXTERNAL_BitstreamParser.c | 206 16); /* VOP time increment resolution */ 209 /* Computes time increment length */ 224 time_incr_length);/* Fixed VOP time increment */
|
/frameworks/av/libvideoeditor/vss/video_filters/src/ |
M4VFL_transition.c | 236 * Set the increment of blendingfactor for each element in the image row by the factor, 381 /* Set the increment of blendingfactor for each element in the image row */ 416 /* Blendfactor Increment accumulator */
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
datapart_encode.cpp | 115 slice_counter++; /* Increment slice counter */ 325 slice_counter++; /* Increment slice counter */ 433 mbnum++; /* has to increment before SCD, to preserve Mode[mbnum] */
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_pic_order_cnt.c | 102 * increment prevFrameNum one by one instead of one big increment. 105 * step increment, this part of the code should be enabled */
|
/frameworks/base/core/java/android/widget/ |
TimePicker.java | 540 trySetContentDescription(mMinuteSpinner, R.id.increment, 545 trySetContentDescription(mHourSpinner, R.id.increment, 551 trySetContentDescription(mAmPmSpinner, R.id.increment,
|
/libcore/luni/src/main/java/java/text/ |
ChoiceFormat.java | 333 * @param increment 338 public static double nextDouble(double value, boolean increment) { 339 return increment ? nextDouble(value) : previousDouble(value);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/decimal/ |
decimal | 256 // 3.2.2.6 Increment and decrement operators. 339 // 3.2.3.6 Increment and decrement operators. 423 // 3.2.4.6 Increment and decrement operators.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/decimal/ |
decimal | 256 // 3.2.2.6 Increment and decrement operators. 339 // 3.2.3.6 Increment and decrement operators. 423 // 3.2.4.6 Increment and decrement operators.
|
/external/v8/src/arm/ |
constants-arm.h | 333 ia = (0|4|0) << 21, // Increment after. 335 ib = (8|4|0) << 21, // Increment before. 337 ia_w = (0|4|1) << 21, // Increment after with writeback to base. 339 ib_w = (8|4|1) << 21, // Increment before with writeback to base. 343 ia_x = (0|4|0) << 21, // Increment after. 345 ib_x = (8|4|0) << 21, // Increment before.
|
/bionic/libc/bionic/ |
semaphore.c | 209 /* "Increment" the value of a semaphore atomically and 232 * otherwise just increment */
|
/device/samsung/crespo/sec_mm/sec_omx/sec_codecs/video/mfc_c110/include/ |
mfc_interface.h | 132 int in_time_increament_res; /* [IN] time increment resolution */ 133 int in_time_vop_time_increament; /* [IN] time increment */
|