Home
last modified time | relevance | path

Searched defs:lastElement (Results 1 – 25 of 512) sorted by relevance

12345678910>>...21

/aosp_15_r20/frameworks/base/services/core/java/com/android/server/sensorprivacy/
H A DCameraPrivacyLightController.java164 Pair<Long, Integer> lastElement = mAmbientLightValues.peekLast(); in addElement() local
195 Pair<Long, Integer> lastElement = mAmbientLightValues.peekLast(); in getLiveAmbientLightTotal() local
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/test/java/software/amazon/awssdk/core/pagination/async/
H A DPaginatedItemsPublisherTckTest.java85 private long lastElement(List<Long> s) { in lastElement() method in PaginatedItemsPublisherTckTest.PageFetcher
/aosp_15_r20/external/icu/icu4c/source/common/
H A Duvector.h166 inline void* lastElement() const {return elementAt(count-1);} in lastElement() function
H A Ducharstriebuilder.cpp247 const UCharsTrieElement &lastElement=elements[last]; in getLimitOfLinearMatch() local
H A Dbytestriebuilder.cpp298 const BytesTrieElement &lastElement=elements[last]; in getLimitOfLinearMatch() local
/aosp_15_r20/external/cronet/third_party/icu/source/common/
H A Duvector.h166 inline void* lastElement() const {return elementAt(count-1);} in lastElement() function
H A Ducharstriebuilder.cpp247 const UCharsTrieElement &lastElement=elements[last]; in getLimitOfLinearMatch() local
H A Dbytestriebuilder.cpp298 const BytesTrieElement &lastElement=elements[last]; in getLimitOfLinearMatch() local
/aosp_15_r20/external/icu/libicu/cts_headers/
H A Duvector.h166 inline void* lastElement() const {return elementAt(count-1);} in lastElement() function
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/linux_bionic/include/external/icu/icu4c/source/common/
H A Duvector.h373 inline void* UVector::lastElement(void) const { in lastElement() function
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/android/include/external/icu/icu4c/source/common/
H A Duvector.h373 inline void* UVector::lastElement(void) const { in lastElement() function
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/common_os/include/external/icu/icu4c/source/common/
H A Duvector.h373 inline void* UVector::lastElement(void) const { in lastElement() function
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/linux_glibc/include/external/icu/icu4c/source/common/
H A Duvector.h373 inline void* UVector::lastElement(void) const { in lastElement() function
/aosp_15_r20/external/aws-sdk-java-v2/core/protocols/aws-xml-protocol/src/main/java/software/amazon/awssdk/protocols/xml/internal/marshall/
H A DXmlWriter.java134 String lastElement = elementStack.pop(); in endElement() local
/aosp_15_r20/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
H A DFixedTableModel.java59 private int lastElement; field in FixedTableModel.FixedTableModelIterator
H A DDynamicTableModel.java186 int lastElement = 0; // last element index iterated field in DynamicTableModel.TableModelIterator
/aosp_15_r20/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
H A DRbPath.java207 String lastElement = getSegment(length() - 1); in typeSuffixIsAnyOf() local
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/
H A DNodeText.java224 TextElement lastElement = elements.get(elements.size() - 1); in endWithSpace() local
/aosp_15_r20/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
H A DTestPathsModule.java229 String lastElement = ""; in findFirstQ() local
H A DTestAttributeValues.java170 String lastElement = null; in checkFile() local
/aosp_15_r20/external/openthread/src/core/common/
H A Darray.hpp369 Type *lastElement = PopBack(); in Remove() local
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/util/
H A DVector.annotated.java71 @libcore.util.NullFromTypeParam public synchronized E lastElement() { throw new RuntimeException("S… in lastElement() method in Vector
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/s3-transfer-manager/src/test/java/software/amazon/awssdk/transfer/s3/internal/
H A DDownloadDirectoryHelperTest.java139 …String lastElement = destinationDirectory.getName(destinationDirectory.getNameCount() - 1).toStrin… in assertExceptionThrownForInvalidKeys() local
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/util/
H A DVector.java125 public synchronized E lastElement() { in lastElement() method in Vector
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp1062 SVal lastElement = C.getSValBuilder().evalBinOpLN(state, BO_Add, in evalCopyCommon() local
1685 SVal lastElement = svalBuilder.evalBinOpLN(state, BO_Add, *dstRegVal, in evalStrcpyCommon() local

12345678910>>...21