/external/webkit/WebCore/rendering/ |
BidiRun.cpp | 66 bidiRunCounter.decrement();
|
/frameworks/base/core/java/android/widget/ |
NumberPickerButton.java | 84 } else if (R.id.decrement == getId()) {
|
AbsSeekBar.java | 44 * On key presses (right or left), the amount to increment/decrement the 121 * @param increment The amount to increment or decrement when the user 133 * @return The amount to increment or decrement when the user presses the
|
/packages/apps/Mms/src/com/android/mms/ui/ |
NumberPickerButton.java | 84 } else if (R.id.decrement == getId()) {
|
/external/icu4c/common/unicode/ |
uclean.h | 187 * Pointer type for a user supplied atomic increment or decrement function. 197 * Set the functions that ICU will use for atomic increment and decrement of int32_t values. 199 * use its own internal implementation of atomic increment/decrement. 203 * a parameter to the increment and decrement functions each time they 206 * @param dec Pointer to a function to do an atomic decrement operation. Must be non-null.
|
/external/dropbear/libtomcrypt/src/pk/asn1/der/short_integer/ |
der_encode_short_integer.c | 75 /* if 31st bit is set output a leading zero and decrement count */
|
/external/qemu/distrib/sdl-1.2.12/src/main/beos/ |
SDL_BeApp.cc | 95 /* Decrement the application reference count */
|
/external/skia/src/opts/ |
SkBitmapProcState_opts_arm.cpp | 58 "subs %[count8], %[count8], #1 \n\t" // decrement loop counter 134 "subs %[count], %[count], #8 \n\t" // decrement count by 8, set flags 162 "subs %[count], %[count], #8 \n\t" // decrement loop counter 170 "subs %[count], %[count], #1 \n\t" // decrement loop counter
|
/external/webkit/WebCore/bindings/js/ |
JSCustomSQLTransactionCallback.cpp | 65 counter.decrement();
|
JSLazyEventListener.cpp | 66 eventListenerCounter.decrement();
|
/external/webkit/WebCore/history/ |
CachedPage.cpp | 61 cachedPageCounter.decrement();
|
/external/e2fsprogs/lib/ext2fs/ |
icount.c | 656 #define DECREMENT 0x04 676 { DECREMENT, 5, 0, 3 }, 677 { DECREMENT, 5, 0, 2 }, 678 { DECREMENT, 5, 0, 1 }, 679 { DECREMENT, 5, 0, 0 }, 685 { DECREMENT, 2, 0, 1 }, 686 { DECREMENT, 2, 0, 0 }, 800 case DECREMENT:
|
/external/opencore/baselibs/threadsafe_callback_ao/src/ |
threadsafe_mempool.cpp | 106 // Decrement the ref count 126 // Decrement the ref count
|
/external/v8/src/ |
counters.h | 135 void Decrement() { 140 void Decrement(int value) {
|
/external/opencore/oscl/oscl/osclproc/src/ |
oscl_scheduler_readyq.cpp | 175 //this call won't block-- it will just decrement the sem. 187 //decrement here. 228 //this call won't block-- it will just decrement the sem.
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/Expressions/ |
11.3.2.js | 24 ECMA Section: 11.3.2 Postfix decrement operator 27 11.3.2 Postfix decrement operator 46 writeHeaderToLog( SECTION + " Postfix decrement operator");
|
/external/dropbear/ |
process-packet.c | 140 * decrement */
|
/external/icu4c/common/ |
umutex.h | 134 * Atomic Increment and Decrement of an int32_t value.
|
/external/kernel-headers/original/asm-generic/ |
mutex-xchg.h | 7 * decrement/increment based implementation. If your architecture
|
/external/opencore/nodes/common/include/ |
pvmfamrencnode_extension.h | 66 /** Decrement reference counter for this interface. */
|
/external/qemu/android/skin/ |
image.h | 65 /* decrement the reference count of a given skin image. if
|
surface.h | 25 /* decrement a surface's reference count. takes the surface's address as parameter.
|
/external/webkit/WebCore/dom/ |
PositionIterator.cpp | 70 void PositionIterator::decrement() function in class:WebCore::PositionIterator
|
/external/webkit/WebCore/svg/ |
SVGElementInstance.cpp | 65 instanceCounter.decrement();
|
/external/webkit/WebKitTools/DumpRenderTree/ |
AccessibilityUIElement.h | 90 void decrement();
|