Searched refs:cmp (Results 1 - 25 of 45) sorted by relevance

12

/frameworks/base/libs/androidfw/
H A DAssetDir.cpp47 int cmp;
50 cmp = strcmp(pVector->itemAt(cur).getFileName(), fileName);
51 if (cmp == 0) {
54 } else if (cmp < 0) {
/frameworks/base/tools/aapt2/
H A DSource.h66 int cmp = lhs.path.compare(rhs.path); local
67 if (cmp < 0) return true;
68 if (cmp > 0) return false;
H A DResourceTable.cpp135 int cmp = lhs->config.compare(*rhs.config); local
136 if (cmp == 0) {
137 cmp = StringPiece(lhs->product).compare(rhs.product);
139 return cmp < 0;
H A DStringPool.h185 void sort(const std::function<bool(const Entry&, const Entry&)>& cmp);
/frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV5E/
H A DAutoCorrelation_v5.s40 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 r
[all...]
H A Dband_nrg_v5.s36 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
H A DCalcWindowEnergy_v5.s83 cmp r4, r3
96 cmp r8, #8
H A DRadix4FFT_v5.s31 cmp r1, #0
38 cmp r10, #0
48 cmp r11, #0
153 cmp r10, #0
/frameworks/base/tools/aapt2/xml/
H A DXmlPullParser.h256 int cmp = namespaceUri.compare(rhs.namespaceUri); local
257 if (cmp != 0) return cmp;
279 int cmp = attr.namespaceUri.compare(0, attr.namespaceUri.size(),
281 if (cmp < 0) return true;
282 if (cmp > 0) return false;
283 cmp = attr.name.compare(0, attr.name.size(), rhs.second.data(), rhs.second.size());
284 if (cmp < 0) return true;
/frameworks/base/tools/split-select/
H A DSplitDescription.cpp34 int cmp; local
35 cmp = (int)abi - (int)rhs.abi;
36 if (cmp != 0) return cmp;
/frameworks/base/tools/aapt2/util/
H A DImmutableMap.h61 auto cmp = [](const std::pair<TKey, TValue>& candidate, const TKey2& target) -> bool { local
66 auto iter = std::lower_bound(mData.begin(), endIter, key, cmp);
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
H A DEventRecurrenceTest.java680 private static void cmp(int vlen, int[] v, int[] correct, String name) { method in class:EventRecurrenceTest
753 cmp(eventRecurrence.bysecondCount, eventRecurrence.bysecond, bysecond, "bysecond");
754 cmp(eventRecurrence.byminuteCount, eventRecurrence.byminute, byminute, "byminute");
755 cmp(eventRecurrence.byhourCount, eventRecurrence.byhour, byhour, "byhour");
756 cmp(eventRecurrence.bydayCount, eventRecurrence.byday, byday, "byday");
757 cmp(eventRecurrence.bydayCount, eventRecurrence.bydayNum, bydayNum, "bydayNum");
758 cmp(eventRecurrence.bymonthdayCount, eventRecurrence.bymonthday, bymonthday, "bymonthday");
759 cmp(eventRecurrence.byyeardayCount, eventRecurrence.byyearday, byyearday, "byyearday");
760 cmp(eventRecurrence.byweeknoCount, eventRecurrence.byweekno, byweekno, "byweekno");
761 cmp(eventRecurrenc
[all...]
/frameworks/support/v7/recyclerview/src/android/support/v7/util/
H A DSortedList.java487 final int cmp = mCallback.compare(existing, item);
488 if (cmp == 0) {
596 final int cmp = mCallback.compare(myItem, item);
597 if (cmp < 0) {
599 } else if (cmp == 0) {
621 int cmp = mCallback.compare(nextItem, item);
622 if (cmp != 0) {
631 int cmp = mCallback.compare(nextItem, item);
632 if (cmp != 0) {
/frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV7/
H A DRadix4FFT_v7.s35 cmp r1, #0
43 cmp r1, #0
52 cmp r2, #0
134 cmp r7, #0
H A DR4R8First_v7.s35 cmp r1, #0
128 cmp r1, #0
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
H A DAutomaticActivity.java186 int cmp = Float.compare(lhs.getAverage(), rhs.getAverage());
187 if (cmp != 0) {
188 return cmp;
/frameworks/base/tools/aapt2/compile/
H A DPseudolocaleGenerator.cpp54 auto cmp = [](const Range& r, size_t index) -> bool { local
69 auto iter = std::lower_bound(ranges.begin(), ranges.end(), span.firstChar, cmp);
78 iter = std::lower_bound(ranges.begin(), ranges.end(), span.lastChar, cmp);
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsics_neon_Resize.S129 1: cmp r2, r0
316 4: cmp lr, #8 / COMPONENT_COUNT - 1
323 cmp lr, #1
371 cmp lr, #0
411 cmp r10, r8
423 cmp lr, r1
433 cmp lr, #0
435 cmp r1, #0
H A DrsCpuIntrinsics_neon_3DLUT.S125 cmp r2, #-8
210 cmp r2, #-8
/frameworks/av/media/libstagefright/codecs/mp3dec/src/asm/
H A Dpvmp3_polyphase_filter_window_gcc.s142 cmp r4,#0x210
174 cmp r10,#0x10
203 cmp r3,#0x210
/frameworks/base/packages/Keyguard/scripts/
H A Dnew_merge.py73 if (filecmp.cmp(TEMP_FILE1, TEMP_FILE2)):
/frameworks/compile/slang/tests/
H A Dtest.py40 return filecmp.cmp(actual, expect, False)
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocation.java89 final Class cmp = c.getComponentType();
90 if (!cmp.isPrimitive()) {
94 if (cmp == Long.TYPE) {
102 if (cmp == Integer.TYPE) {
110 if (cmp == Short.TYPE) {
118 if (cmp == Byte.TYPE) {
126 if (cmp == Float.TYPE) {
133 if (cmp == Double.TYPE) {
/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java96 final Class cmp = c.getComponentType();
97 if (!cmp.isPrimitive()) {
101 if (cmp == Long.TYPE) {
109 if (cmp == Integer.TYPE) {
117 if (cmp == Short.TYPE) {
125 if (cmp == Byte.TYPE) {
133 if (cmp == Float.TYPE) {
140 if (cmp == Double.TYPE) {
147 throw new RSIllegalArgumentException("Parameter of type " + cmp.getSimpleName() +
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerCCDecoder.cpp555 int32_t cmp = mTrackType - rhs.mTrackType; local
556 if (cmp != 0) return cmp;

Completed in 606 milliseconds

12