Home
last modified time | relevance | path

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

123456789

/frameworks/compile/mclinker/include/mcld/Support/
DCXADemangle.tcc34 const char* parse_type(const char* first, const char* last, C& db);
36 const char* parse_encoding(const char* first, const char* last, C& db);
38 const char* parse_name(const char* first, const char* last, C& db,
41 const char* parse_expression(const char* first, const char* last, C& db);
43 const char* parse_template_args(const char* first, const char* last, C& db);
45 const char* parse_operator_name(const char* first, const char* last, C& db);
47 const char* parse_unqualified_name(const char* first, const char* last, C& db);
49 const char* parse_decltype(const char* first, const char* last, C& db);
94 print_state(const char* msg, const char* first, const char* last, const C& db) in print_state() argument
97 for (; first != last; ++first) in print_state()
[all …]
/frameworks/av/media/codecs/m4v_h263/enc/src/
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);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/settings/
DControlsSettingsRepositoryImplTest.kt87 assertThat(values.last()).isFalse() in showInLockScreen()
90 assertThat(values.last()).isTrue() in showInLockScreen()
93 assertThat(values.last()).isFalse() in showInLockScreen()
96 assertThat(values.last()).isFalse() in showInLockScreen()
99 assertThat(values.last()).isTrue() in showInLockScreen()
119 assertThat(values.last()).isFalse() in showInLockScreen_changesInOtherUsersAreNotQueued()
134 assertThat(values.last()).isFalse() in actionInLockScreen()
137 assertThat(values.last()).isTrue() in actionInLockScreen()
140 assertThat(values.last()).isFalse() in actionInLockScreen()
143 assertThat(values.last()).isFalse() in actionInLockScreen()
[all …]
/frameworks/av/media/codecs/m4v_h263/dec/src/
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()
926 if ((pTcoef->last == 0 && pTcoef->run > 14) || (pTcoef->last == 1 && pTcoef->run > 20)) in VlcDecTCOEFIntra()
930 pTcoef->level = pTcoef->level + intra_max_level[pTcoef->last][pTcoef->run]; in VlcDecTCOEFIntra()
974 pTcoef->last = (uint)tab->last; //(tab->val >> 16) & 1; in VlcDecTCOEFIntra()
979 if (pTcoef->last) in VlcDecTCOEFIntra()
1002 pTcoef->last = code >> 7; 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()
1103 if ((pTcoef->last == 0 && pTcoef->run > 26) || (pTcoef->last == 1 && pTcoef->run > 40)) in VlcDecTCOEFInter()
[all …]
Dvlc_dequant.cpp69 int last, return_status; in VlcDequantMpegIntraBlock() local
117 last = 1;/* 11/1/2000 let it slips undetected, just like in VlcDequantMpegIntraBlock()
125 last = run_level.last; in VlcDequantMpegIntraBlock()
131 last = 1; in VlcDequantMpegIntraBlock()
162 while (!last); in VlcDequantMpegIntraBlock()
395 int last, return_status; in VlcDequantMpegInterBlock() local
422 last = 1;/* 11/1/2000 let it slips undetected, just like in VlcDequantMpegInterBlock()
430 last = run_level.last; in VlcDequantMpegInterBlock()
436 last = 1; in VlcDequantMpegInterBlock()
463 while (!last); in VlcDequantMpegInterBlock()
[all …]
/frameworks/base/core/java/android/content/
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()
/frameworks/base/core/api/
Dmodule-lib-lint-baseline.txt3 …er 1, "callback", in android.app.Activity.convertToTranslucent) should be last to improve Kotlin i…
5 …er", in android.app.ActivityManager.addOnUidImportanceListener) 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 4, "onFinished", in android.app.PendingIntent.send) should be last to improve Kotlin i…
13 …s parameter 2, "onFinished", in android.app.PendingIntent.send) should be last to improve Kotlin i…
15 … parameter 1, "pw", in android.content.pm.ApplicationInfo.dump) should be last to improve Kotlin i…
17 …ameter 1, "pw", in android.content.pm.PackageItemInfo.dumpBack) should be last to improve Kotlin i…
19 …meter 1, "pw", in android.content.pm.PackageItemInfo.dumpFront) should be last to improve Kotlin i…
21 …listener", in android.location.LocationManager.addNmeaListener) should be last to improve Kotlin i…
[all …]
Dsystem-lint-baseline.txt73 …r 6, "callback", in android.accounts.AccountManager.addAccount) should be last to improve Kotlin i…
75 …n android.accounts.AccountManager.addOnAccountsUpdatedListener) should be last to improve Kotlin i…
77 …n android.accounts.AccountManager.addOnAccountsUpdatedListener) should be last to improve Kotlin i…
79 …llback", in android.accounts.AccountManager.confirmCredentials) should be last to improve Kotlin i…
81 … "callback", in android.accounts.AccountManager.editProperties) should be last to improve Kotlin i…
83 …, "callback", in android.accounts.AccountManager.finishSession) should be last to improve Kotlin i…
85 …n android.accounts.AccountManager.getAccountsByTypeAndFeatures) should be last to improve Kotlin i…
87 …5, "callback", in android.accounts.AccountManager.getAuthToken) should be last to improve Kotlin i…
89 …5, "callback", in android.accounts.AccountManager.getAuthToken) should be last to improve Kotlin i…
91 …4, "callback", in android.accounts.AccountManager.getAuthToken) should be last to improve Kotlin i…
[all …]
/frameworks/base/tools/incident_report/
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()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/user/ui/viewmodel/
DUserSwitcherViewModelTest.kt211 assertThat(userViewModels.last()).hasSize(3) in <lambda>()
213 viewModel = userViewModels.last()[0], in <lambda>()
219 viewModel = userViewModels.last()[1], in <lambda>()
225 viewModel = userViewModels.last()[2], in <lambda>()
240 assertThat(values.last()).isEqualTo(4) in <lambda>()
252 assertThat(values.last()).isEqualTo(3) in <lambda>()
264 assertThat(isVisible.last()).isTrue() in <lambda>()
279 assertThat(isVisible.last()).isFalse() in <lambda>()
288 assertThat(isMenuVisible.last()).isFalse() in <lambda>()
291 assertThat(isMenuVisible.last()).isTrue() in <lambda>()
[all …]
/frameworks/opt/telephony/proto/src/
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. */
73 /* Timestamp of last cellular_data_service_switch pull. */
79 /* Timestamp of last ims_registration_termination pull. */
85 /* Timestamp of last ims_registration_stats pull. */
94 /* Timestamp of last network_requests pull. */
[all …]
/frameworks/rs/
DrsList.h30 List() : last(nullptr), first(&firstBuffer.data.typed), in List()
38 List(InputIterator first, InputIterator last) : List() { in List() argument
39 for (InputIterator it = first; it != last; ++it) { in List()
55 last = current; in push_back()
113 T& back() const { return *last; } in back()
119 T* last; variable
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/quickaffordance/
DKeyguardQuickAffordanceLocalUserSelectionManagerTest.kt109 affordanceIdsBySlotId.last(), in <lambda>()
120 affordanceIdsBySlotId.last(), in <lambda>()
132 affordanceIdsBySlotId.last(), in <lambda>()
144 affordanceIdsBySlotId.last(), in <lambda>()
156 affordanceIdsBySlotId.last(), in <lambda>()
209 observed = affordanceIdsBySlotId.last(), in <lambda>()
222 observed = affordanceIdsBySlotId.last(), in <lambda>()
237 observed = affordanceIdsBySlotId.last(), in <lambda>()
269 affordanceIdsBySlotId.last(), in <lambda>()
301 affordanceIdsBySlotId.last(), in <lambda>()
[all …]
DFlashlightQuickAffordanceConfigTest.kt72 val lastValue = values.last() in <lambda>()
95 val lastValue = values.last() in <lambda>()
118 val lastValue = values.last() in <lambda>()
141 val lastValue = values.last() in <lambda>()
158 val lastValue = values.last() in <lambda>()
180 val lastValue = values.last() in <lambda>()
DKeyguardQuickAffordanceRemoteUserSelectionManagerTest.kt121 assertThat(values.last()).isEmpty() in <lambda>()
137 assertThat(values.last()) in <lambda>()
152 assertThat(values.last()) in <lambda>()
173 assertThat(values.last()).isEmpty() in <lambda>()
184 assertThat(values.last()).isEmpty() in <lambda>()
/frameworks/base/tools/aapt2/link/
DPrivateAttributeMover.cpp30 const auto last = input_container.end(); in move_if() local
32 if (new_end == last) { in move_if()
41 for (; first != last; ++first) { in move_if()
54 input_container.erase(new_end, last); in move_if()
/frameworks/av/media/libeffects/loudness/common/core/
Dbyte_swapper.h44 char *first = &new_val, *last = first + kValSize - 1, x; in Swap() local
45 for (; first < last; ++first, --last) { in Swap()
46 x = *last; in Swap()
47 *last = *first; in Swap()
/frameworks/base/core/java/com/android/internal/os/
DProcLocksReader.java65 long last = -1; in handleBlockingFileLocks() local
78 if (id == last) { in handleBlockingFileLocks()
95 last = id; in handleBlockingFileLocks()
/frameworks/base/cmds/uiautomator/
DAndroid.bp11 name: "uiautomator-last-released-api",
13 …cmd: "cp -f $$(echo $(in) | tr \" \" \"\\n\" | sort -n | tail -1) $(genDir)/last-released-api.txt",
15 "last-released-api.txt",
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSectionsManager.kt137 val last: ExpandableView in <lambda>() constant in com.android.systemui.statusbar.notification.stack.SectionBounds.Many
146 is Many -> copy(last = notif) in <lambda>()
152 is Many -> section.setFirstAndLastVisibleChildren(first, last) in <lambda>()
157 last: ExpandableView? in <lambda>()
160 val lastChanged = setLastVisibleChild(last) in <lambda>()
244 val ls = when (val last = s.lastVisibleChild) { in <lambda>() constant
246 is ExpandableNotificationRow -> last.entry.key in <lambda>()
247 else -> Integer.toHexString(System.identityHashCode(last)) in <lambda>()
/frameworks/native/include/ftl/
Dstatic_vector.h148 StaticVector(Iterator first, Iterator last) : StaticVector(kIteratorRange, first, last) { in StaticVector() argument
154 StaticVector(IteratorRangeTag, Iterator first, Iterator last) in StaticVector() argument
155 : size_(std::min(max_size(), static_cast<size_type>(std::distance(first, last)))) { in StaticVector()
249 using Iter::last;
304 void pop_back() { unstable_erase(last()); } in pop_back()
322 if (it != last()) { in unstable_erase()
326 std::destroy_at(last()); in unstable_erase()
414 const auto [first, last] = std::make_pair(from->begin() + min, from->begin() + max); in swap()
415 std::uninitialized_move(first, last, to->begin() + min); in swap()
416 std::destroy(first, last); in swap()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/kotlin/
DIpcSerializerTest.kt50 val last = lastEvaluatedTime.getAndSet(enqueuedTime) in <lambda>() constant
52 "expected $last less than or equal to $enqueuedTime ", in <lambda>()
53 last <= enqueuedTime, in <lambda>()
/frameworks/base/core/java/android/util/jar/
DStrictJarManifestReader.java145 int last = pos; in readValue() local
165 valueBuffer.write(buf, mark, last - mark); in readValue()
176 last = pos; in readValue()
179 valueBuffer.write(buf, mark, last - mark); in readValue()
/frameworks/libs/modules-utils/javatests/com/android/modules/utils/testing/
DMultipleStaticMocksTest.java61 private int verifyCollected(int n, String... last) { in verifyCollected() argument
62 assertThat(mCollected).hasSize(n + last.length); in verifyCollected()
64 .containsExactlyElementsIn(last).inOrder(); in verifyCollected()
65 return n + last.length; in verifyCollected()
/frameworks/native/include/ftl/details/
Darray_traits.h86 static void uninitialized_copy(Iterator first, Iterator last, const_iterator out) { in uninitialized_copy()
87 while (first != last) { in uninitialized_copy()
123 iterator last() { return self().end() - 1; } in last() function
124 const_iterator last() const { return self().last(); } in last() function
129 reference back() { return *last(); } in back()

123456789