/external/e2fsprogs/tests/progs/test_data/ |
test.icount | 14 decrement 0 18 decrement 20001 52 decrement 2 61 decrement 2 63 decrement 2 65 decrement 2 67 decrement 2 68 decrement 2 75 decrement 3 77 decrement [all...] |
expect.icount | 9 test_icount: decrement 0 10 decrement: Invalid argument passed to ext2 library while calling ext2fs_icount_decrement 17 test_icount: decrement 20001 18 decrement: Invalid argument passed to ext2 library while calling ext2fs_icount_decrement 60 test_icount: decrement 2 61 decrement: Invalid argument passed to ext2 library while calling ext2fs_icount_decrement 78 test_icount: decrement 2 82 test_icount: decrement 2 86 test_icount: decrement 2 90 test_icount: decrement [all...] |
/external/e2fsprogs/tests/progs/ |
test_icount_cmds.ct | 22 request do_decrement, "Decrement an icount entry", 23 decrement, dec;
|
/external/iptables/extensions/ |
libip6t_HL.man | 14 Decrement the Hop Limit `value' times.
|
libipt_TTL.man | 16 Decrement the TTL value `value' times.
|
libip6t_HL.c | 28 " --hl-dec value Decrement HL by <value 1-255>\n" 132 printf("decrement by ");
|
libipt_TTL.c | 28 " --ttl-dec value Decrement TTL by <value 1-255>\n" 132 printf("decrement by ");
|
/external/opencore/pvmi/pvmf/src/ |
pvmf_basic_errorinfomessage.cpp | 106 // Decrement ref count for the next message in the list 112 // Decrement this object's ref count 119 // set to NULL so the destructor won't decrement again.
|
pvmf_duration_infomessage.cpp | 76 // Decrement this object's ref count 83 // set to NULL so the destructor won't decrement again.
|
pvmf_metadata_infomessage.cpp | 80 // Decrement this object's ref count 87 // set to NULL so the destructor won't decrement again.
|
/external/webkit/JavaScriptCore/wtf/ |
RefCountedLeakCounter.cpp | 37 void RefCountedLeakCounter::decrement() { } function in class:WTF::RefCountedLeakCounter 89 void RefCountedLeakCounter::decrement()
|
RefCountedLeakCounter.h | 37 void decrement();
|
/external/webkit/WebCore/dom/ |
PositionIterator.h | 35 // increment, decrement, and several predicates on the Position it is at. 55 void decrement();
|
/external/webkit/WebCore/manual-tests/ |
scrollbar-hover-active.html | 14 div::-webkit-scrollbar-button:-webkit-decrement:-webkit-start { 24 div::-webkit-scrollbar-button:-webkit-decrement:-webkit-end {
|
/frameworks/base/core/res/res/layout/ |
number_picker.xml | 37 <NumberPickerButton android:id="@+id/decrement"
|
/frameworks/base/tests/CoreTests/android/core/ |
LowLevelNetRunner.java | 34 * Decrement the run count. If this returns to zero notify any
|
/packages/apps/Email/src/org/apache/james/mime4j/decoder/ |
UnboundedFifoByteBuffer.java | 203 * @param index the index to decrement
206 private int decrement(int index) {
method in class:UnboundedFifoByteBuffer 264 tail = decrement(tail);
266 index = decrement(index);
|
/packages/apps/Mms/res/layout/ |
number_picker.xml | 37 <com.android.mms.ui.NumberPickerButton android:id="@+id/decrement"
|
/external/qemu/distrib/sdl-1.2.12/src/thread/irix/ |
SDL_syssem.c | 55 { 0, -1, (IPC_NOWAIT|SEM_UNDO) } /* Decrement semaphore, no block */ 58 { 0, -1, SEM_UNDO } /* Decrement semaphore */
|
/external/skia/include/core/ |
SkRefCnt.h | 53 /** Decrement the reference count. If the reference count is 1 before the 54 decrement, then call delete on the object. Note that if this is the
|
/external/opencore/pvmi/pvmf/include/ |
pv_interface.h | 22 * to query for other interfaces, and to increment and decrement reference counts.
|
/external/qemu/distrib/sdl-1.2.12/src/video/qtopia/ |
SDL_QPEApp.cc | 55 /* Decrement the application reference count */
|
/external/skia/include/effects/ |
SkGradientShader.h | 35 The caller should decrement the shader's reference count when done with the shader. 56 The caller should decrement the shader's reference count when done with the shader. 78 The caller should decrement the shader's reference count when done with the shader. 106 The caller should decrement the shader's reference count when done with the shader.
|
/external/stlport/src/ |
sparc_atomic.s | 58 sub %o2, 0x1, %o3 ! decrement and store current
|
sparc_atomic64.s | 54 subx %o2, 0x1, %o3 ! decrement and store current
|