Home
last modified time | relevance | path

Searched refs:last (Results 1 – 25 of 570) sorted by relevance

12345678910>>...23

/aosp12/frameworks/compile/mclinker/include/mcld/Support/
H A DCXADemangle.tcc108 if (first != last) in parse_number()
113 if (t != last) in parse_number()
215 if (first != last) in parse_source_name()
365 if (first != last) in parse_builtin_type()
515 if (first != last) in parse_cv_qualifiers()
923 if (first != last) in parse_simple_id()
953 if (first != last) in parse_unresolved_type()
1017 if (first != last) in parse_destructor_name()
1694 if (first != last && *first == 'A' && first+1 != last) in parse_array_type()
1837 if (t1 != last && *t1 == '_' && ++t1 != last) in parse_vector_type()
[all …]
/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/androidTest/java/com/android/car/ui/recyclerview/
H A DContentLimitingAdapterTest.java60 isTestViewHolderWithText(last, "Item 49"); in setMaxItem_toLowerThanTotalItems()
69 last = getItemAtPosition(20); in setMaxItem_toLowerThanTotalItems()
76 last = getItemAtPosition(49); in setMaxItem_toLowerThanTotalItems()
77 isTestViewHolderWithText(last, "Item 49"); in setMaxItem_toLowerThanTotalItems()
92 last = getItemAtPosition(1); in setMaxItem_toOne()
99 last = getItemAtPosition(49); in setMaxItem_toOne()
112 last = getItemAtPosition(0); in setMaxItem_toZero()
119 last = getItemAtPosition(49); in setMaxItem_toZero()
135 last = getItemAtPosition(49); in setMaxItem_toHigherThanTotalItems()
142 last = getItemAtPosition(49); in setMaxItem_toHigherThanTotalItems()
[all …]
/aosp12/system/memory/libmeminfo/tools/
H A Dwsstop.cpp78 static bool same_vma(const Vma& cur, const Vma& last) { in same_vma() argument
79 return (cur.start == last.start && cur.end == last.end && cur.name == last.name && in same_vma()
80 cur.flags == last.flags && cur.offset == last.offset); in same_vma()
83 static Vma diff_vma_params(const Vma& cur, const Vma& last) { in diff_vma_params() argument
85 res.usage.shared_clean = cur.usage.shared_clean > last.usage.shared_clean in diff_vma_params()
88 res.usage.shared_dirty = cur.usage.shared_dirty > last.usage.shared_dirty in diff_vma_params()
98 res.usage.rss = cur.usage.rss > last.usage.rss ? cur.usage.rss - last.usage.rss : 0; in diff_vma_params()
99 res.usage.pss = cur.usage.pss > last.usage.pss ? cur.usage.pss - last.usage.pss : 0; in diff_vma_params()
100 res.usage.uss = cur.usage.uss > last.usage.uss ? cur.usage.uss - last.usage.uss : 0; in diff_vma_params()
101 res.usage.swap = cur.usage.swap > last.usage.swap ? cur.usage.swap - last.usage.swap : 0; in diff_vma_params()
[all …]
/aosp12/packages/modules/StatsD/statsd/src/logd/
H A DLogEvent.cpp111 addToValues(pos, depth, value, last); in parseInt32()
117 addToValues(pos, depth, value, last); in parseInt64()
131 addToValues(pos, depth, value, last); in parseString()
137 addToValues(pos, depth, value, last); in parseFloat()
144 addToValues(pos, depth, value, last); in parseBool()
166 last[1] = (pos[1] == numPairs); in parseKeyValuePairs()
173 last[2] = true; in parseKeyValuePairs()
201 last[1] = last[2] = false; in parseKeyValuePairs()
209 last[1] = (pos[1] == numNodes); in parseAttributionChain()
217 last[2] = true; in parseAttributionChain()
[all …]
H A DLogEvent.h221 void parseInt32(int32_t* pos, int32_t depth, bool* last, uint8_t numAnnotations);
222 void parseInt64(int32_t* pos, int32_t depth, bool* last, uint8_t numAnnotations);
223 void parseString(int32_t* pos, int32_t depth, bool* last, uint8_t numAnnotations);
224 void parseFloat(int32_t* pos, int32_t depth, bool* last, uint8_t numAnnotations);
225 void parseBool(int32_t* pos, int32_t depth, bool* last, uint8_t numAnnotations);
226 void parseByteArray(int32_t* pos, int32_t depth, bool* last, uint8_t numAnnotations);
227 void parseKeyValuePairs(int32_t* pos, int32_t depth, bool* last, uint8_t numAnnotations);
228 void parseAttributionChain(int32_t* pos, int32_t depth, bool* last, uint8_t numAnnotations);
281 void addToValues(int32_t* pos, int32_t depth, T& value, bool* last) { in addToValues() argument
285 if (last[i]) f.decorateLastPos(i); in addToValues()
/aosp12/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_utilities_indexing.cpp36 void db_LeanPartitionOnPivot(double pivot,double *dest,const double *source,long first,long last,lo… in db_LeanPartitionOnPivot() argument
45 s_top=source+last; in db_LeanPartitionOnPivot()
47 d_top=dest+last; in db_LeanPartitionOnPivot()
62 long last=nr_elements-1; in db_LeanQuickSelect() local
76 for(;last-first>2;) in db_LeanQuickSelect()
78 pivot=db_TripleMedian(source[first],source[last],source[(first+last)/2]); in db_LeanQuickSelect()
79 db_LeanPartitionOnPivot(pivot,dest,source,first,last,&first_equal,&last_equal); in db_LeanQuickSelect()
81 if(first_equal>pos) last=first_equal-1; in db_LeanQuickSelect()
95 pivot=db_TripleMedian(source[first],source[last],source[(first+last)/2]); in db_LeanQuickSelect()
/aosp12/frameworks/av/media/codecs/m4v_h263/dec/src/
H A Dvlc_decode.cpp875 pTcoef->last = (uint) tab->last; //(tab->val >> 16) & 1; in VlcDecTCOEFIntra()
922 pTcoef->last = (uint)tab->last; //(tab->val >> 16) & 1; in VlcDecTCOEFIntra()
974 pTcoef->last = (uint)tab->last; //(tab->val >> 16) & 1; in VlcDecTCOEFIntra()
1057 pTcoef->last = (uint)tab->last; //(tab->val >> 12) & 1; in VlcDecTCOEFInter()
1100 pTcoef->last = (uint)tab->last; //(tab->val >> 12) & 1; in VlcDecTCOEFInter()
1225 pTcoef->last = (uint)tab->last;//(tab->val >> 12) & 1; in VlcDecTCOEFShortHeader()
1285 pTcoef->last = (uint)tab->last;//(tab->val >> 12) & 1; in VlcDecTCOEFShortHeader_AnnexI()
1340 pTcoef->last = (uint)tab->last;//(tab->val >> 12) & 1; in VlcDecTCOEFShortHeader_AnnexT()
1413 pTcoef->last = (uint)tab->last;//(tab->val >> 12) & 1; in VlcDecTCOEFShortHeader_AnnexIT()
1548 pTcoef->last = (uint)tab2->last;//(tab->val >> 16) & 1; in RvlcDecTCOEFInter()
[all …]
H A Dvlc_dequant.cpp125 last = run_level.last; in VlcDequantMpegIntraBlock()
162 while (!last); in VlcDequantMpegIntraBlock()
430 last = run_level.last; in VlcDequantMpegInterBlock()
436 last = 1; in VlcDequantMpegInterBlock()
463 while (!last); in VlcDequantMpegInterBlock()
571 last = run_level.last; in VlcDequantH263IntraBlock()
882 last = run_level.last; in VlcDequantH263IntraBlock_SH()
956 last = run_level.last; in VlcDequantH263IntraBlock_SH()
1109 last = run_level.last; in VlcDequantH263InterBlock()
1113 last = 1; in VlcDequantH263InterBlock()
[all …]
/aosp12/frameworks/av/media/codecs/m4v_h263/enc/src/
H A Dvlc_encode.h24 Int PutCoeff_Inter(Int run, Int level, Int last, BitstreamEncVideo *bitstream);
25 Int PutCoeff_Intra(Int run, Int level, Int last, BitstreamEncVideo *bitstream);
33 Int PutCoeff_Inter_RVLC(Int run, Int level, Int last, BitstreamEncVideo *bitstream);
34 Int PutCoeff_Intra_RVLC(Int run, Int level, Int last, BitstreamEncVideo *bitstream);
35 Int PutRunCoeff_Inter(Int run, Int level, Int last, BitstreamEncVideo *bitstream);
36 Int PutRunCoeff_Intra(Int run, Int level, Int last, BitstreamEncVideo *bitstream);
37 Int PutLevelCoeff_Inter(Int run, Int level, Int last, BitstreamEncVideo *bitstream);
38 Int PutLevelCoeff_Intra(Int run, Int level, Int last, BitstreamEncVideo *bitstream);
/aosp12/art/libartbase/base/
H A Dintrusive_forward_list.h203 while (first != last) { in insert_after()
209 const_iterator last = position; in erase_after() local
210 std::advance(last, 2); in erase_after()
211 return erase_after(position, last); in erase_after()
214 DCHECK(position != last); in erase_after()
216 return iterator(last.hook_); in erase_after()
242 const_iterator last = i; in splice_after() local
243 std::advance(last, 2); in splice_after()
244 splice_after(position, src, i, last); in splice_after()
256 DCHECK(first != last); in splice_after()
[all …]
/aosp12/bionic/libc/upstream-openbsd/lib/libc/string/
H A Dstrtok.c35 static char *last; in strtok() local
37 return strtok_r(s, delim, &last); in strtok()
42 strtok_r(char *s, const char *delim, char **last) in strtok_r() argument
48 if (s == NULL && (s = *last) == NULL) in strtok_r()
62 *last = NULL; in strtok_r()
80 *last = s; in strtok_r()
/aosp12/build/make/tools/releasetools/
H A Drangelib.py106 last = -1
114 last = e
121 if last <= s:
122 last = s+1
134 last = None
136 if i == last:
137 last = None
140 yield last
141 last = i
142 if last is not None:
[all …]
/aosp12/art/runtime/
H A Dmonitor_pool.cc71 Monitor* last = reinterpret_cast<Monitor*>(reinterpret_cast<uintptr_t>(chunk) + in AllocateChunk() local
73 last->next_free_ = nullptr; in AllocateChunk()
75 last->monitor_id_ = OffsetToMonitorId(current_chunk_list_index_* (kMaxListSize * kChunkSize) in AllocateChunk()
78 Monitor* before = reinterpret_cast<Monitor*>(reinterpret_cast<uintptr_t>(last) - in AllocateChunk()
80 before->next_free_ = last; in AllocateChunk()
82 before->monitor_id_ = OffsetToMonitorId(MonitorIdToOffset(last->monitor_id_) - in AllocateChunk()
85 last = before; in AllocateChunk()
87 DCHECK(last == reinterpret_cast<Monitor*>(chunk)); in AllocateChunk()
88 first_free_ = last; in AllocateChunk()
/aosp12/frameworks/base/core/api/
H A Dmodule-lib-lint-baseline.txt3 …er", in android.app.ActivityManager.addOnUidImportanceListener) should be last to improve Kotlin i…
5 …s parameter 4, "onFinished", in android.app.PendingIntent.send) should be last to improve Kotlin i…
7 …s parameter 4, "onFinished", in android.app.PendingIntent.send) should be last to improve Kotlin i…
9 …s parameter 4, "onFinished", in android.app.PendingIntent.send) should be last to improve Kotlin i…
11 …s parameter 2, "onFinished", in android.app.PendingIntent.send) should be last to improve Kotlin i…
13 …ameter 1, "l", in android.media.AudioManager.abandonAudioFocus) should be last to improve Kotlin i…
15 …ameter 1, "l", in android.media.AudioManager.requestAudioFocus) should be last to improve Kotlin i…
31 … as parameter 1, "owner", in android.os.Binder.attachInterface) should be last to improve Kotlin i…
33 … as parameter 1, "recipient", in android.os.Binder.linkToDeath) should be last to improve Kotlin i…
35 …s parameter 1, "recipient", in android.os.Binder.unlinkToDeath) should be last to improve Kotlin i…
[all …]
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
H A DBinaryDictDecoderUtils.java335 PtNodeInfo last = null; in getWordAtPositionWithoutParentAddress() local
346 if (null == last) continue; in getWordAtPositionWithoutParentAddress()
347 builder.append(new String(last.mCharacters, 0, last.mCharacters.length)); in getWordAtPositionWithoutParentAddress()
348 dictDecoder.setPosition(last.mChildrenAddress); in getWordAtPositionWithoutParentAddress()
351 last = null; in getWordAtPositionWithoutParentAddress()
354 last = info; in getWordAtPositionWithoutParentAddress()
356 if (0 == i && BinaryDictIOUtils.hasChildrenAddress(last.mChildrenAddress)) { in getWordAtPositionWithoutParentAddress()
357 builder.append(new String(last.mCharacters, 0, last.mCharacters.length)); in getWordAtPositionWithoutParentAddress()
358 dictDecoder.setPosition(last.mChildrenAddress); in getWordAtPositionWithoutParentAddress()
360 groupPos = last.mChildrenAddress + BinaryDictIOUtils.getPtNodeCountSize(i); in getWordAtPositionWithoutParentAddress()
[all …]
/aosp12/build/soong/scripts/
H A Dmanifest_fixer.py156 last = application.lastChild
157 if last is not None and last.nodeType != minidom.Node.TEXT_NODE:
158 last = None
165 application.insertBefore(doc.createTextNode(indent), last)
166 application.insertBefore(ul, last)
167 last = application.lastChild
171 if last and last.nodeType != minidom.Node.TEXT_NODE:
201 last = application.lastChild
202 if last is not None and last.nodeType != minidom.Node.TEXT_NODE:
203 last = None
[all …]
/aosp12/system/tools/hidl/
H A DLocation.cpp95 Position last = Position(loc.end().filename(), loc.end().line(), in operator <<() local
98 if (loc.begin().filename() != last.filename()) { in operator <<()
99 ostr << "-" << last; in operator <<()
100 } else if (loc.begin().line() != last.line()) { in operator <<()
101 ostr << "-" << last.line() << "." << last.column(); in operator <<()
102 } else if (loc.begin().column() != last.column()) { in operator <<()
103 ostr << "-" << last.column(); in operator <<()
/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/enterprise/
H A DEnterprisePrivacyFeatureProviderImplTest.java65 Date last = mProvider.getLastBugReportRequestTime(); in testGetLastBugReportRequestTime_ok() local
66 assertWithMessage("getLastBugReportRequestTime()").that(last).isNotNull(); in testGetLastBugReportRequestTime_ok()
67 assertWithMessage("getLastBugReportRequestTime().getTime()").that(last.getTime()) in testGetLastBugReportRequestTime_ok()
84 Date last = mProvider.getLastNetworkLogRetrievalTime(); in testGetLastNetworkLogRetrievalTime_ok() local
85 assertWithMessage("getLastNetworkLogRetrievalTime()").that(last).isNotNull(); in testGetLastNetworkLogRetrievalTime_ok()
86 assertWithMessage("getLastNetworkLogRetrievalTime().getTime()").that(last.getTime()) in testGetLastNetworkLogRetrievalTime_ok()
103 Date last = mProvider.getLastSecurityLogRetrievalTime(); in testGetLastSecurityLogRetrievalTime_ok() local
104 assertWithMessage("getLastSecurityLogRetrievalTime()").that(last).isNotNull(); in testGetLastSecurityLogRetrievalTime_ok()
105 assertWithMessage("getLastSecurityLogRetrievalTime().getTime()").that(last.getTime()) in testGetLastSecurityLogRetrievalTime_ok()
/aosp12/frameworks/base/core/java/android/content/
H A DContentUris.java88 String last = contentUri.getLastPathSegment(); in parseId() local
89 return last == null ? -1 : Long.parseLong(last); in parseId()
126 final String last = contentUri.getLastPathSegment(); in removeId() local
127 if (last == null) { in removeId()
130 Long.parseLong(last); in removeId()
/aosp12/frameworks/base/tools/incident_report/
H A Dprinter.cpp82 char* last = mBuf; in printf() local
85 p = strchr(last, '\n'); in printf()
86 int size = p != NULL ? p - last + 1 : strlen(last); in printf()
87 fwrite(last, size, 1, mOut); in printf()
95 last = p+1; in printf()
/aosp12/frameworks/opt/telephony/proto/src/
H A Dpersist_atoms.proto31 /* Timestamp of last voice_call_rat_usages pull. */
37 /* Timestamp of last voice_call_sessions pull. */
43 /* Timestamp of last incoming_sms pull. */
49 /* Timestamp of last incoming_sms pull. */
61 /* Timestamp of last data_call_session pull. */
67 /* Timestamp of last cellular_service_state pull. */
94 /* Timestamp of last network_requests pull. */
118 /* Timestamp of last sip_delegate_stats pull. */
130 /* Timestamp of last sip_message_response pull. */
160 /* Timestamp of last uce_event_stats pull. */
[all …]
/aosp12/art/compiler/optimizing/
H A Dconstant_folding_test.cc756 HInstruction* last; in TEST_F() local
757 block->AddInstruction(last = new (GetAllocator()) HAbove(zero, parameter)); in TEST_F()
758 block->AddInstruction(new (GetAllocator()) HSelect(last, parameter, parameter, 0)); in TEST_F()
759 block->AddInstruction(last = new (GetAllocator()) HAbove(parameter, zero)); in TEST_F()
760 block->AddInstruction(new (GetAllocator()) HSelect(last, parameter, parameter, 0)); in TEST_F()
761 block->AddInstruction(last = new (GetAllocator()) HAboveOrEqual(zero, parameter)); in TEST_F()
763 block->AddInstruction(last = new (GetAllocator()) HAboveOrEqual(parameter, zero)); in TEST_F()
765 block->AddInstruction(last = new (GetAllocator()) HBelow(zero, parameter)); in TEST_F()
767 block->AddInstruction(last = new (GetAllocator()) HBelow(parameter, zero)); in TEST_F()
769 block->AddInstruction(last = new (GetAllocator()) HBelowOrEqual(zero, parameter)); in TEST_F()
[all …]
/aosp12/bionic/libc/upstream-freebsd/lib/libc/string/
H A Dwcsrchr.c37 const wchar_t *last; in wcsrchr() local
39 last = NULL; in wcsrchr()
42 last = s; in wcsrchr()
48 return ((wchar_t *)last); in wcsrchr()
/aosp12/build/soong/third_party/zip/
H A Dandroid.go26 if w.last != nil && !w.last.closed {
27 if err := w.last.close(); err != nil {
30 w.last = nil
132 if w.last != nil && !w.last.closed {
133 if err := w.last.close(); err != nil {
165 w.last = &fw.fileWriter
/aosp12/build/soong/androidmk/parser/
H A Dmake_strings.go85 last := len(ms.Strings) - 1
86 ms.Strings[last] += other.Strings[0]
259 last := len(ms.Strings) - 1
260 ms.Strings[last] = strings.TrimRightFunc(ms.Strings[last], unicode.IsSpace)
264 last := len(ms.Strings) - 1
265 if len(ms.Strings[last]) > 1 {
266 ms.Strings[last] = ms.Strings[last][0 : len(ms.Strings[last])-1]

12345678910>>...23