/frameworks/base/core/java/android/widget/ |
NumberPicker.java | 155 // now perform the increment/decrement 158 } else if (R.id.decrement == v.getId()) { 190 } else if (R.id.decrement == v.getId()) { 205 mDecrementButton = (NumberPickerButton) findViewById(R.id.decrement);
|
/packages/apps/Mms/src/com/android/mms/ui/ |
NumberPicker.java | 153 // now perform the increment/decrement 156 } else if (R.id.decrement == v.getId()) { 188 } else if (R.id.decrement == v.getId()) { 203 mDecrementButton = (NumberPickerButton) findViewById(R.id.decrement);
|
/system/netd/ |
NatController.cpp | 94 // handle decrement to 0 case (do reset to defaults) and erroneous dec below 0
|
/external/kernel-headers/original/asm-x86/ |
atomic_32.h | 103 * atomic_dec - decrement atomic variable 116 * atomic_dec_and_test - decrement and test
|
local_32.h | 69 * local_dec_and_test - decrement and test
|
/external/opencore/baselibs/gen_data_structures/src/ |
bitstreamparser.cpp | 84 //Decrement the number of bits left to read. 114 //Decrement the numberOfBits remaining...
|
/external/stlport/test/eh/ |
test_algo.cpp | 124 // Decrement the appropriate count for each value. 166 // Decrement the appropriate count for each value.
|
/external/icu4c/common/unicode/ |
uiter.h | 207 * Decrement the index and return the code unit from there 208 * (pre-decrement, like s[--i]), 438 * (public) Decrement the index and return the code unit from there 439 * (pre-decrement, like s[--i]), 516 * Decrement the index and return the code point from there 517 * (pre-decrement, like s[--i]),
|
normlzr.h | 71 * with pre-decrement semantics (like CharacterIterator::previous32()). 86 * function's iteration semantics (post-increment or pre-decrement). 98 * (pre-decrement semantics). 465 * (Pre-decrement semantics.) 489 * Return the previous character in the normalized text and decrement. 490 * (Pre-decrement semantics.)
|
/external/webkit/JavaScriptCore/icu/unicode/ |
uiter.h | 207 * Decrement the index and return the code unit from there 208 * (pre-decrement, like s[--i]), 438 * (public) Decrement the index and return the code unit from there 439 * (pre-decrement, like s[--i]), 516 * Decrement the index and return the code point from there 517 * (pre-decrement, like s[--i]),
|
/external/webkit/JavaScriptCore/wtf/ |
Deque.h | 125 void decrement(); 169 Iterator& operator--() { Base::decrement(); return *this; } 196 Iterator& operator--() { Base::decrement(); return *this; } 218 Iterator& operator++() { Base::decrement(); return *this; } 245 Iterator& operator++() { Base::decrement(); return *this; } 635 inline void DequeIteratorBase<T>::decrement()
|
/external/webkit/JavaScriptGlue/icu/unicode/ |
uiter.h | 207 * Decrement the index and return the code unit from there 208 * (pre-decrement, like s[--i]), 438 * (public) Decrement the index and return the code unit from there 439 * (pre-decrement, like s[--i]), 516 * Decrement the index and return the code point from there 517 * (pre-decrement, like s[--i]),
|
/external/webkit/WebCore/icu/unicode/ |
uiter.h | 207 * Decrement the index and return the code unit from there 208 * (pre-decrement, like s[--i]), 438 * (public) Decrement the index and return the code unit from there 439 * (pre-decrement, like s[--i]), 516 * Decrement the index and return the code point from there 517 * (pre-decrement, like s[--i]),
|
/external/webkit/WebKit/mac/icu/unicode/ |
uiter.h | 207 * Decrement the index and return the code unit from there 208 * (pre-decrement, like s[--i]), 438 * (public) Decrement the index and return the code unit from there 439 * (pre-decrement, like s[--i]), 516 * Decrement the index and return the code point from there 517 * (pre-decrement, like s[--i]),
|
/external/opencore/oscl/oscl/osclmemory/src/ |
oscl_mem_mempool.cpp | 60 // Decrement the ref count 73 // Decrement the ref count 158 // Decrement the refcount since deallocating succeeded 564 // Decrement the refcount since deallocating succeeded 671 // Decrement the ref count [all...] |
/hardware/ti/wlan/wl1271/TWD/TwIf/ |
TwIf.c | 153 TI_UINT32 uAwakeReqCount; /* Increment on awake requests and decrement on sleep requests */ 612 /* Decrement awake requests counter */ 757 /* decrement pending Txn counter in case of sync transact*/ [all...] |
/system/wlan/ti/wilink_6_1/TWD/TwIf/ |
TwIf.c | 150 TI_UINT32 uAwakeReqCount; /* Increment on awake requests and decrement on sleep requests */ 570 /* Decrement awake requests counter */ 715 /* decrement pending Txn counter in case of sync transact*/ 850 /* Decrement pending Txn counter, It's value will be checked in twIf_HandleTxnDone() */ [all...] |
/external/icu4c/common/ |
ustr_wcs.c | 376 srcLength-=nulLen; /* decrement the srcLength */ 419 srcLength-=nulLen; /* decrement the srcLength */
|
/external/opencore/codecs_v2/utilities/colorconvert/src/ |
ccrgb24torgb16.cpp | 456 {/* decrement index, _mColPix[.] is 471 { /* decrement index, _mRowPix[.] is 592 {/* decrement index, _mColPix[.] is 607 { /* decrement index, _mRowPix[.] is 750 {/* decrement index, _mColPix[.] is 755 { /* decrement index, _mRowPix[.] is 992 {/* decrement index, _mColPix[.] is 997 { /* decrement index, _mRowPix[.] is [all...] |
cczoomrotation32.cpp | 753 {/* decrement index, _mColPix[.] is 766 { /* decrement index, _mRowPix[.] is 838 { /* decrement index, _mRowPix[.] is 989 {/* decrement index, _mColPix[.] is 992 { /* decrement index, _mRowPix[.] is [all...] |
/external/webkit/JavaScriptCore/tests/mozilla/ecma/Expressions/ |
11.4.5.js | 24 ECMA Section: 11.4.5 Prefix decrement operator 44 writeHeaderToLog( SECTION + " Prefix decrement operator");
|
/bionic/libc/bionic/ |
semaphore.c | 131 /* POSIX says we need to try to decrement the semaphore
|
/cts/tests/tests/app/src/android/app/cts/ |
DatePickerDialogTest.java | 161 // decrement the month (moves focus to date field)
|
/external/bison/tests/ |
existing.at | 48 %token LEX_AND LEX_OR INCREMENT DECREMENT 68 %left INCREMENT DECREMENT 295 | variable DECREMENT 308 | DECREMENT variable
|
/external/bluetooth/glib/glib/ |
ghook.h | 148 * decrement the reference count of the original hook
|