/frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV5E/ |
D | AutoCorrelation_v5.s | 40 cmp r4, #0 43 cmp r4, #8 75 cmp r8, r12 85 cmp r8, r4 90 cmp r0, #0 96 cmp r2, #1 103 cmp r4, #0 106 cmp r4, #6 138 cmp r3, r12 150 cmp r3, r4 [all …]
|
D | band_nrg_v5.s | 36 cmp r5, #0 45 cmp r10, r2 64 cmp r10, r2 73 cmp r4, r5 93 cmp r3, #0 104 cmp r10, r11 169 cmp r10, r11 191 cmp r4, r3
|
D | Radix4FFT_v5.s | 31 cmp r1, #0 38 cmp r10, #0 48 cmp r11, #0 153 cmp r10, #0
|
D | CalcWindowEnergy_v5.s | 83 cmp r4, r3 96 cmp r8, #8
|
/frameworks/base/libs/androidfw/ |
D | AssetDir.cpp | 47 int cmp; in findEntry() 50 cmp = strcmp(pVector->itemAt(cur).getFileName(), fileName); in findEntry() 51 if (cmp == 0) { in findEntry() 54 } else if (cmp < 0) { in findEntry()
|
D | BackupHelpers.cpp | 382 int cmp = p.compare(q); in back_up_files() local 383 if (g.deleted || cmp < 0) { in back_up_files() 390 else if (cmp > 0) { in back_up_files()
|
/frameworks/opt/calendar/tests/src/com/android/calendarcommon/ |
D | EventRecurrenceTest.java | 680 private static void cmp(int vlen, int[] v, int[] correct, String name) { in cmp() method in EventRecurrenceTest 753 cmp(eventRecurrence.bysecondCount, eventRecurrence.bysecond, bysecond, "bysecond"); in verifyRecurType() 754 cmp(eventRecurrence.byminuteCount, eventRecurrence.byminute, byminute, "byminute"); in verifyRecurType() 755 cmp(eventRecurrence.byhourCount, eventRecurrence.byhour, byhour, "byhour"); in verifyRecurType() 756 cmp(eventRecurrence.bydayCount, eventRecurrence.byday, byday, "byday"); in verifyRecurType() 757 cmp(eventRecurrence.bydayCount, eventRecurrence.bydayNum, bydayNum, "bydayNum"); in verifyRecurType() 758 cmp(eventRecurrence.bymonthdayCount, eventRecurrence.bymonthday, bymonthday, "bymonthday"); in verifyRecurType() 759 cmp(eventRecurrence.byyeardayCount, eventRecurrence.byyearday, byyearday, "byyearday"); in verifyRecurType() 760 cmp(eventRecurrence.byweeknoCount, eventRecurrence.byweekno, byweekno, "byweekno"); in verifyRecurType() 761 cmp(eventRecurrence.bymonthCount, eventRecurrence.bymonth, bymonth, "bymonth"); in verifyRecurType() [all …]
|
/frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/ |
D | atomic.rs | 24 static bool testUCas(uint32_t dst, uint32_t cmp, uint32_t swp) { 27 uint32_t expect = (dst == cmp ? swp : dst); 28 uint32_t ret = rsAtomicCas(&dst, cmp, swp);
|
/frameworks/native/include/utils/ |
D | Vector.h | 169 inline status_t sort(compar_t cmp); 170 inline status_t sort(compar_r_t cmp, void* state); 378 status_t Vector<TYPE>::sort(Vector<TYPE>::compar_t cmp) { 379 return VectorImpl::sort((VectorImpl::compar_t)cmp); 383 status_t Vector<TYPE>::sort(Vector<TYPE>::compar_r_t cmp, void* state) { 384 return VectorImpl::sort((VectorImpl::compar_r_t)cmp, state);
|
D | VectorImpl.h | 94 status_t sort(compar_t cmp); 95 status_t sort(compar_r_t cmp, void* state);
|
/frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV7/ |
D | Radix4FFT_v7.s | 35 cmp r1, #0 43 cmp r1, #0 52 cmp r2, #0 134 cmp r7, #0
|
D | R4R8First_v7.s | 35 cmp r1, #0 128 cmp r1, #0
|
/frameworks/compile/libbcc/runtime/lib/arm/ |
D | switch8.S | 34 cmp r0, ip // signed compare with index
|
D | switchu8.S | 34 cmp r0, ip // compare with index
|
D | switch32.S | 34 cmp r0, ip // compare with index
|
D | switch16.S | 34 cmp r0, ip // compare with index
|
/frameworks/native/libs/utils/ |
D | VectorImpl.cpp | 160 status_t VectorImpl::sort(VectorImpl::compar_t cmp) in sort() argument 162 return sort(sortProxy, (void*)cmp); in sort() 165 status_t VectorImpl::sort(VectorImpl::compar_r_t cmp, void* state) in sort() argument 178 if (cmp(curr, item, state) > 0) { in sort() 202 } while (j>=0 && (cmp(curr, temp, state) > 0)); in sort()
|
/frameworks/av/media/libstagefright/codecs/mp3dec/src/asm/ |
D | pvmp3_polyphase_filter_window_gcc.s | 139 cmp r4,#0x210 171 cmp r10,#0x10 200 cmp r3,#0x210
|
D | pvmp3_polyphase_filter_window_arm.s | 141 cmp r4,#0x210 173 cmp r10,#0x10 202 cmp r3,#0x210
|
D | pvmp3_polyphase_filter_window_wm.asm | 136 cmp r4,#0x210 168 cmp r10,#0x10 197 cmp r3,#0x210
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | fastquant_inline.h | 208 cmp q_value, #0 in coeff_dequant() 304 cmp q_value, #0 in coeff_dequant() 384 cmp coeff, #0 in aan_dc_scale()
|
/frameworks/base/tools/aapt/ |
D | StringPool.cpp | 149 int cmp = ent.configs.itemAt(addPos).compareLogical(*config); in add() local 150 if (cmp >= 0) { in add() 151 if (cmp > 0) { in add()
|
/frameworks/compile/slang/tests/ |
D | test.py | 40 return filecmp.cmp(actual, expect, False)
|
/frameworks/native/opengl/tools/glgen/ |
D | gen | 90 if cmp -s $1/$3 $2/$3 ; then
|
/frameworks/base/services/sensorservice/ |
D | SensorService.cpp | 324 static int cmp(void const* lhs, void const* rhs) { in sortEventBuffer() function 330 qsort(buffer, count, sizeof(sensors_event_t), compar::cmp); in sortEventBuffer()
|