/external/e2fsprogs/tests/progs/test_data/ |
D | 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 3 [all …]
|
D | 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 2 [all …]
|
/external/deqp/framework/delibs/decpp/ |
D | deSemaphore.hpp | 49 void decrement (void) throw(); 85 inline void Semaphore::decrement (void) throw() in decrement() function in de::Semaphore
|
D | deThreadSafeRingBuffer.hpp | 101 m_empty.decrement(); in pushFront() 129 m_fill.decrement(); in popBack()
|
/external/libchrome/base/ |
D | atomic_ref_count.h | 28 AtomicRefCount decrement) { in AtomicRefCountDecN() argument 29 bool res = (subtle::Barrier_AtomicIncrement(ptr, -decrement) != 0); in AtomicRefCountDecN()
|
/external/iproute2/tc/ |
D | q_sfb.c | 63 opt.decrement = (SFB_MAX_PROB + 10000) / 20000; in sfb_parse_opt() 104 if (get_prob(&opt.decrement, *argv)) { in sfb_parse_opt() 165 (double)qopt->decrement / SFB_MAX_PROB, in sfb_print_opt()
|
/external/libhevc/common/arm/ |
D | ihevc_weighted_pred_bi_default.s | 212 subs r9,r9,#4 @decrement wd by 4 and check for 0 218 subs r8,r8,#4 @decrement the ht by 4 220 …rc_strd1 - 2*wd(since pi2_src1 is 16 bit pointer double the increment with double the wd decrement) 253 subs r9,r9,#4 @decrement wd by 4 and check for 0 259 subs r8,r8,#2 @decrement the ht by 4 261 …rc_strd1 - 2*wd(since pi2_src1 is 16 bit pointer double the increment with double the wd decrement) 306 subs r9,r9,#8 @decrement wd by 4 and check for 0 312 subs r8,r8,#4 @decrement the ht by 4 314 …rc_strd1 - 2*wd(since pi2_src1 is 16 bit pointer double the increment with double the wd decrement) 355 subs r9,r9,#8 @decrement wd by 4 and check for 0 [all …]
|
D | ihevc_inter_pred_chroma_horz_w16out.s | 139 …sub r14,r14,r7 @added @decrement height by ht_residue(residu… 217 @ and r7, r12, #31 @decrement the wd loop 289 subs r14,r14,#32 @decrement the ht loop 312 subs r10,r10,#16 @decrement the wd loop 424 subs r10,r10,#8 @decrement the wd loop 429 subs r14,r14,#2 @decrement the ht loop 494 subs r10,r10,#8 @(prologue)decrement the wd loop 591 subs r14,r14,#4 @decrement the ht loop 657 subs r10,r10,#4 @decrement the wd by 4 664 subs r14,r14,#2 @decrement the ht by 2 [all …]
|
D | ihevc_weighted_pred_uni.s | 211 subs r9,r9,#4 @decrement wd by 4 and check for 0 217 subs r8,r8,#4 @decrement the ht by 4 218 …*src_strd - 2*wd(since pi2_src is 16 bit pointer double the increment with double the wd decrement)
|
D | ihevc_inter_pred_chroma_horz.s | 277 subs r14,r14,#32 @decrement the ht loop 303 subs r10,r10,#16 @decrement the wd loop 429 subs r7,r7,#8 @decrement the wd loop 434 subs r14,r14,#2 @decrement the ht loop 501 subs r7,r7,#8 @(prologue)decrement the wd loop 618 subs r14,r14,#4 @decrement the ht loop 665 subs r7,r7,#4 @decrement the wd by 4 672 subs r14,r14,#2 @decrement the ht by 2
|
D | ihevc_inter_pred_luma_horz_w16out.s | 153 …sub r14,r14,r7 @decrement height by ht_residue(residue value is calculate… 270 subs r5,r5,#4 @decrement the wd by 4 274 subs r14,r14,#2 @decrement the ht by 4 328 subs r5,r5,#4 @decrement the wd by 4 333 subs r7,r7,#1 @decrement the ht by 4 419 subs r5,r5,#8 @decrement the wd loop 425 subs r14,r14,#2 @decrement the ht loop
|
/external/clang/test/SemaObjC/ |
D | error-implicit-property.m | 19 --arg.P; // expected-error {{no getter method 'P' for decrement of property}} 23 arg.P--; // expected-error {{no setter method 'setP:' for decrement of property}}
|
/external/clang/include/clang/Basic/ |
D | DiagnosticASTKinds.td | 99 "%select{read of|assignment to|increment of|decrement of}0 " 102 "%select{read of|assignment to|increment of|decrement of}0 " 111 "%select{read of|assignment to|increment of|decrement of}0 " 114 "%select{read of|assignment to|increment of|decrement of}0 volatile " 124 "%select{read of|assignment to|increment of|decrement of}0 " 127 "%select{read of|assignment to|increment of|decrement of}0 " 130 "%select{read of|assignment to|increment of|decrement of}0 " 134 "%select{read of|assignment to|increment of|decrement of}0 temporary "
|
/external/guava/guava-tests/test/com/google/common/net/ |
D | InetAddressesTest.java | 734 address = InetAddresses.decrement(address); in testDecrementIPv4() 739 address = InetAddresses.decrement(address); in testDecrementIPv4() 746 address = InetAddresses.decrement(address); in testDecrementIPv4() 757 address = InetAddresses.decrement(address); in testDecrementIPv6() 762 address = InetAddresses.decrement(address); in testDecrementIPv6() 770 address = InetAddresses.decrement(address); in testDecrementIPv6()
|
/external/libavc/common/arm/ |
D | ih264_default_weighted_pred_a9q.s | 135 subs r6, r6, #4 @decrement ht by 4 159 subs r6, r6, #4 @decrement ht by 4 201 subs r6, r6, #8 @decrement ht by 8 305 subs r6, r6, #2 @decrement ht by 2 323 subs r6, r6, #2 @decrement ht by 2 347 subs r6, r6, #4 @decrement ht by 4
|
D | ih264_inter_pred_filters_luma_horz_a9q.s | 173 subs r5, r5, #2 @ 2 rows done, decrement by 2 206 subs r5, r5, #2 @ 2 rows done, decrement by 2 239 subs r5, r5, #2 @ 2 rows done, decrement by 2
|
/external/e2fsprogs/tests/f_cloneblock_alloc_error/ |
D | name | 1 decrement badcount after remapping duplicate block
|
/external/jsoncpp/include/json/ |
D | value.h | 730 static void decrement(IteratorState& iterator); 798 static void decrement(IteratorState& iterator); 949 void decrement(); 1012 decrement(); 1068 decrement();
|
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/widget/ |
D | NumberPicker.java | 115 mDecrementButton = (NumberPickerButton) findViewById(R.id.decrement); in NumberPicker() 203 } else if (R.id.decrement == v.getId()) { in onClick() 294 } else if (R.id.decrement == v.getId()) { in onLongClick()
|
/external/jsoncpp/src/lib_json/ |
D | json_valueiterator.inl | 66 void ValueIteratorBase::decrement() { function in Json::ValueIteratorBase 71 ValueInternalArray::decrement(iterator_.array_); 72 ValueInternalMap::decrement(iterator_.map_);
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | Indentation.java | 87 protected void decrement() { in decrement() method in Indentation
|
/external/valgrind/exp-bbv/tests/ppc32-linux/ |
D | million.S | 11 addic. 15,15,-1 # decrement counter
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | ilist_iterator.h | 44 template <class T> static void decrement(T *&I) { I = Access::getPrev(*I); } 49 template <class T> static void decrement(T *&I) { I = Access::getNext(*I); }
|
/external/e2fsprogs/tests/progs/ |
D | test_icount_cmds.ct | 23 decrement, dec;
|
/external/llvm/test/CodeGen/Hexagon/ |
D | hwloop-wrap.ll | 4 ; value may be zero, which means the endloop instruction will not decrement
|