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

123

/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/incident_report/
H A Dformatter.cpp59 int cmp = strncmp(full, package, packageLen); local
60 if (cmp == 0) {
61 cmp = full[packageLen] - '.';
62 if (cmp == 0) {
66 return cmp;
79 int cmp = compare_name(name, get_string(msg->package_name), get_string(msg->package_name)); local
80 if (cmp < 0) {
82 } else if (cmp > 0) {
/frameworks/base/tools/aapt2/
H A DSource.h65 int cmp = lhs.path.compare(rhs.path); local
66 if (cmp < 0) return true;
67 if (cmp > 0) return false;
H A DResource.h280 int cmp = package.compare(other.package); local
281 if (cmp != 0) return cmp;
282 cmp = static_cast<int>(type) - static_cast<int>(other.type);
283 if (cmp != 0) return cmp;
284 cmp = entry.compare(other.entry);
285 return 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/data-binding/compiler/src/main/java/android/databinding/tool/expr/
H A DFieldAssignmentExpr.java90 final ComparisonExpr cmp = getModel()
92 path.addPath(cmp);
93 final ExecutionPath subPath = path.addBranch(cmp, true);
H A DMethodBaseExpr.java49 final ComparisonExpr cmp = getModel()
51 path.addPath(cmp);
52 final ExecutionPath subPath = path.addBranch(cmp, true);
H A DBracketExpr.java69 Expr cmp = getModel().comparison("!=", getTarget(),
71 path.addPath(cmp);
72 final ExecutionPath subPath = path.addBranch(cmp, true);
H A DMethodCallExpr.java106 Expr cmp = getModel()
108 path.addPath(cmp);
109 final ExecutionPath subPath = path.addBranch(cmp, true);
/frameworks/base/tools/aapt2/xml/
H A DXmlPullParser.h282 int cmp = namespace_uri.compare(rhs.namespace_uri); local
283 if (cmp != 0) return cmp;
307 int cmp = attr.namespace_uri.compare(
309 if (cmp < 0) return true;
310 if (cmp > 0) return false;
311 cmp = attr.name.compare(0, attr.name.size(), rhs.second.data(),
313 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.h54 auto cmp = [](const std::pair<TKey, TValue>& candidate, local
60 auto iter = std::lower_bound(data_.begin(), end_iter, key, cmp);
/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/base/cmds/incident/
H A Dmain.cpp107 int cmp = strcmp(section->name, name); local
108 if (cmp < 0) {
110 } else if (cmp > 0) {
/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/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/av/services/camera/libcameraservice/utils/
H A DTagMonitor.cpp136 int cmp = memcmp(entry.data.u8, lastEntry.data.u8, entryBytes); local
137 if (cmp != 0) {
/frameworks/native/cmds/installd/
H A DCacheTracker.cpp179 auto cmp = [](std::shared_ptr<CacheItem> left, std::shared_ptr<CacheItem> right) { local
190 std::stable_sort(items.begin(), items.end(), 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
/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

Completed in 1801 milliseconds

123