/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
|
D | R4R8First_v5.s | 86 cmp r12, #0
|
/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/rs/java/tests/RSTest_CompatLib/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/rs/java/tests/RsTest/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/opt/calendar/tests/src/com/android/calendarcommon2/ |
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/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/base/tests/CanvasCompare/src/com/android/test/hwuicompare/ |
D | AutomaticActivity.java | 186 int cmp = Float.compare(lhs.getAverage(), rhs.getAverage()); in logTestResultHash() 187 if (cmp != 0) { in logTestResultHash() 188 return cmp; in logTestResultHash()
|
/frameworks/av/media/libstagefright/codecs/mp3dec/src/asm/ |
D | pvmp3_polyphase_filter_window_wm.asm | 136 cmp r4,#0x210 168 cmp r10,#0x10 197 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_gcc.s | 141 cmp r4,#0x210 173 cmp r10,#0x10 202 cmp r3,#0x210
|
D | pvmp3_mdct_18_gcc.s | 155 cmp r4,#6
|
/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/packages/Keyguard/scripts/ |
D | new_merge.py | 73 if (filecmp.cmp(TEMP_FILE1, TEMP_FILE2)):
|
/frameworks/compile/slang/tests/ |
D | test.py | 40 return filecmp.cmp(actual, expect, False)
|
/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/av/media/libstagefright/mp4/ |
D | FragmentedMP4Parser.cpp | 859 int cmp = CompareSampleLocation(sampleInfo, mdatInfo); in onDequeueAccessUnit() local 861 if (cmp < 0 && !mSource->isSeekable()) { in onDequeueAccessUnit() 863 } else if (cmp == 0) { in onDequeueAccessUnit() 900 int cmp = CompareSampleLocation(sampleInfo, mdatInfo); in onDequeueAccessUnit() local 902 if (cmp <= 0) { in onDequeueAccessUnit()
|
/frameworks/native/opengl/tools/glgen/ |
D | gen | 132 if cmp -s $1/$3 $2/$3 ; then
|
/frameworks/base/services/java/com/android/server/pm/ |
D | Settings.java | 2742 private String compToString(HashSet<String> cmp) { in compToString() argument 2743 return cmp != null ? Arrays.toString(cmp.toArray()) : "[]"; in compToString() 3070 HashSet<String> cmp = ps.getDisabledComponents(user.id); in dumpPackageLPr() local 3071 if (cmp != null && cmp.size() > 0) { in dumpPackageLPr() 3073 for (String s : cmp) { in dumpPackageLPr() 3077 cmp = ps.getEnabledComponents(user.id); in dumpPackageLPr() 3078 if (cmp != null && cmp.size() > 0) { in dumpPackageLPr() 3080 for (String s : cmp) { in dumpPackageLPr()
|
/frameworks/native/services/sensorservice/ |
D | SensorService.cpp | 449 static int cmp(void const* lhs, void const* rhs) { in sortEventBuffer() function 455 qsort(buffer, count, sizeof(sensors_event_t), compar::cmp); in sortEventBuffer()
|