/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/androidTest/java/com/android/car/ui/recyclerview/ |
H A D | ContentLimitingAdapterTest.java | 59 RecyclerView.ViewHolder last = getItemAtPosition(49); in setMaxItem_toLowerThanTotalItems() local 83 RecyclerView.ViewHolder last = getItemAtPosition(49); in setMaxItem_toOne() local 106 RecyclerView.ViewHolder last = getItemAtPosition(49); in setMaxItem_toZero() local 126 RecyclerView.ViewHolder last = getItemAtPosition(49); in setMaxItem_toHigherThanTotalItems() local 207 RecyclerView.ViewHolder last = getItemAtPosition(49); in test_setScrollingLimitedMessageResId_affectsFutureLimiters() local
|
/aosp12/frameworks/compile/mclinker/include/mcld/Support/ |
H A D | CXADemangle.tcc | 106 parse_number(const char* first, const char* last) in parse_number() 213 parse_source_name(const char* first, const char* last, C& db) in parse_source_name() 255 parse_substitution(const char* first, const char* last, C& db) in parse_substitution() 921 parse_simple_id(const char* first, const char* last, C& db) in parse_simple_id() 1268 parse_dot_expr(const char* first, const char* last, C& db) in parse_dot_expr() 1349 parse_new_expr(const char* first, const char* last, C& db) in parse_new_expr() 1756 parse_decltype(const char* first, const char* last, C& db) in parse_decltype() 1878 parse_type(const char* first, const char* last, C& db) in parse_type() 4048 parse_discriminator(const char* first, const char* last) in parse_discriminator() 4161 parse_name(const char* first, const char* last, C& db, in parse_name() [all …]
|
/aosp12/bionic/libc/upstream-openbsd/lib/libc/string/ |
H A D | strtok.c | 35 static char *last; in strtok() local 42 strtok_r(char *s, const char *delim, char **last) in strtok_r()
|
/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/enterprise/ |
H A D | EnterprisePrivacyFeatureProviderImplTest.java | 65 Date last = mProvider.getLastBugReportRequestTime(); in testGetLastBugReportRequestTime_ok() local 84 Date last = mProvider.getLastNetworkLogRetrievalTime(); in testGetLastNetworkLogRetrievalTime_ok() local 103 Date last = mProvider.getLastSecurityLogRetrievalTime(); in testGetLastSecurityLogRetrievalTime_ok() local
|
/aosp12/frameworks/base/core/java/android/content/ |
H A D | ContentUris.java | 88 String last = contentUri.getLastPathSegment(); in parseId() local 126 final String last = contentUri.getLastPathSegment(); in removeId() local
|
/aosp12/packages/modules/StatsD/statsd/src/logd/ |
H A D | LogEvent.cpp | 109 void LogEvent::parseInt32(int32_t* pos, int32_t depth, bool* last, uint8_t numAnnotations) { in parseInt32() 115 void LogEvent::parseInt64(int32_t* pos, int32_t depth, bool* last, uint8_t numAnnotations) { in parseInt64() 121 void LogEvent::parseString(int32_t* pos, int32_t depth, bool* last, uint8_t numAnnotations) { in parseString() 135 void LogEvent::parseFloat(int32_t* pos, int32_t depth, bool* last, uint8_t numAnnotations) { in parseFloat() 141 void LogEvent::parseBool(int32_t* pos, int32_t depth, bool* last, uint8_t numAnnotations) { in parseBool() 148 void LogEvent::parseByteArray(int32_t* pos, int32_t depth, bool* last, uint8_t numAnnotations) { in parseByteArray() 162 void LogEvent::parseKeyValuePairs(int32_t* pos, int32_t depth, bool* last, uint8_t numAnnotations) { in parseKeyValuePairs() 204 void LogEvent::parseAttributionChain(int32_t* pos, int32_t depth, bool* last, in parseAttributionChain() 369 bool last[] = {false, false, false}; in parseBuffer() local
|
/aosp12/art/libartbase/base/ |
H A D | intrusive_forward_list.h | 149 IntrusiveForwardList(InputIterator first, InputIterator last) : IntrusiveForwardList() { in IntrusiveForwardList() 184 void assign(InputIterator first, InputIterator last) { in assign() 202 iterator insert_after(const_iterator position, InputIterator first, InputIterator last) { in insert_after() 209 const_iterator last = position; in erase_after() local 213 iterator erase_after(const_iterator position, const_iterator last) { in erase_after() 242 const_iterator last = i; in splice_after() local 254 const_iterator last) { in splice_after() 283 const_iterator last) { in splice_after()
|
H A D | dchecked_vector.h | 159 iterator insert(const_iterator position, InputIterator first, InputIterator last) { in insert() 177 iterator erase(const_iterator first, const_iterator last) { in erase()
|
/aosp12/frameworks/av/media/libeffects/loudness/common/core/ |
H A D | byte_swapper.h | 44 char *first = &new_val, *last = first + kValSize - 1, x; in Swap() local
|
/aosp12/bionic/libc/upstream-freebsd/lib/libc/string/ |
H A D | wcsrchr.c | 37 const wchar_t *last; in wcsrchr() local
|
H A D | wcstok.c | 44 wchar_t ** __restrict last) in wcstok()
|
/aosp12/frameworks/av/media/codecs/m4v_h263/dec/src/ |
H A D | vlc_dequant.cpp | 69 int last, return_status; in VlcDequantMpegIntraBlock() local 395 int last, return_status; in VlcDequantMpegInterBlock() local 520 int last, return_status; in VlcDequantH263IntraBlock() local 822 int last, return_status; in VlcDequantH263IntraBlock_SH() local 1078 int last, return_status; in VlcDequantH263InterBlock() local
|
/aosp12/hardware/qcom/display/msm8084/libhwcomposer/ |
H A D | hwc_virtual.cpp | 100 uint32_t last = (uint32_t)list->numHwLayers - 1; in prepare() local 155 uint32_t last = (uint32_t)list->numHwLayers - 1; in set() local 297 uint32_t last = (uint32_t)list->numHwLayers - 1; in set() local
|
/aosp12/frameworks/rs/ |
H A D | rsList.h | 38 List(InputIterator first, InputIterator last) : List() { in List() 119 T* last; variable
|
/aosp12/hardware/qcom/display/msm8994/libhwcomposer/ |
H A D | hwc_virtual.cpp | 79 uint32_t last = (uint32_t)list->numHwLayers - 1; in prepare() local 141 uint32_t last = (uint32_t)list->numHwLayers - 1; in set() local
|
/aosp12/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
H A D | db_utilities_indexing.cpp | 36 void db_LeanPartitionOnPivot(double pivot,double *dest,const double *source,long first,long last,lo… in db_LeanPartitionOnPivot() 62 long last=nr_elements-1; in db_LeanQuickSelect() local
|
/aosp12/system/memory/libmeminfo/tools/ |
H A D | wsstop.cpp | 78 static bool same_vma(const Vma& cur, const Vma& last) { in same_vma() 83 static Vma diff_vma_params(const Vma& cur, const Vma& last) { in diff_vma_params()
|
/aosp12/hardware/qcom/display/msm8226/libhwcomposer/ |
H A D | hwc_virtual.cpp | 111 uint32_t last = (uint32_t)list->numHwLayers - 1; in prepare() local 167 uint32_t last = (uint32_t)list->numHwLayers - 1; in set() local 335 uint32_t last = (uint32_t)list->numHwLayers - 1; in set() local
|
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/listview/touch/ |
H A D | ListGetSelectedViewTest.java | 58 View last = mListView.getChildAt(1); in testGetSelectedView() local
|
/aosp12/frameworks/native/include/ftl/ |
H A D | array_traits.h | 87 iterator last() { return self().end() - 1; } in last() function 88 const_iterator last() const { return self().last(); } in last() function
|
/aosp12/system/core/libutils/include/utils/ |
H A D | List.h | 224 void insert(iterator posn, const_iterator first, const_iterator last) { in insert() 240 iterator erase(iterator first, iterator last) { in erase() 276 _ListIterator<U, CL> first, _ListIterator<U, CR> last) const in distance()
|
/aosp12/system/keymaster/include/keymaster/ |
H A D | List.h | 200 void insert(iterator posn, const_iterator first, const_iterator last) { in insert() 216 iterator erase(iterator first, iterator last) { in erase() 247 ptrdiff_t distance(_ListIterator<U, CL> first, _ListIterator<U, CR> last) const { in distance()
|
/aosp12/frameworks/base/core/java/com/android/internal/os/ |
H A D | ProcLocksReader.java | 56 long last = -1; in hasFileLocks() local
|
/aosp12/hardware/qcom/display/msm8960/libhwcomposer/ |
H A D | hwc.cpp | 145 uint32_t last = list->numHwLayers - 1; in hwc_prepare_primary() local 173 uint32_t last = list->numHwLayers - 1; in hwc_prepare_external() local 357 uint32_t last = list->numHwLayers - 1; in hwc_set_primary() local 405 uint32_t last = list->numHwLayers - 1; in hwc_set_external() local
|
/aosp12/system/tools/aidl/ |
H A D | import_resolver.cpp | 73 auto last = std::unique(found_paths.begin(), found_paths.end()); in FindImportFile() local
|