Home
last modified time | relevance | path

Searched defs:startIndex (Results 1 – 25 of 113) sorted by relevance

12345

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DWspTypeDecoder.java225 public boolean decodeTextString(int startIndex) { in decodeTextString()
248 public boolean decodeTokenText(int startIndex) { in decodeTokenText()
269 public boolean decodeShortInteger(int startIndex) { in decodeShortInteger()
287 public boolean decodeLongInteger(int startIndex) { in decodeLongInteger()
311 public boolean decodeIntegerValue(int startIndex) { in decodeIntegerValue()
328 public boolean decodeUintvarInteger(int startIndex) { in decodeUintvarInteger()
354 public boolean decodeValueLength(int startIndex) { in decodeValueLength()
378 public boolean decodeExtensionMedia(int startIndex) { in decodeExtensionMedia()
547 private boolean decodeNoValue(int startIndex) { in decodeNoValue()
579 public boolean decodeContentLength(int startIndex) { in decodeContentLength()
[all …]
/aosp12/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
H A DTunUtils.java110 byte[] getFirstMatchingPacket(Predicate<byte[]> verifier, int startIndex) { in getFirstMatchingPacket()
130 public boolean hasPlaintextPacket(byte[] plaintext, int startIndex) { in hasPlaintextPacket()
139 public byte[] getEspPacket(int spi, boolean encap, int startIndex) { in getEspPacket()
144 startIndex); in getEspPacket() field in TunUtils
150 int startIndex = 0; in awaitEspPacketNoPlaintext() local
/aosp12/frameworks/base/core/java/com/android/internal/alsa/
H A DLineTokenizer.java32 int nextToken(String line, int startIndex) { in nextToken()
45 int nextDelimiter(String line, int startIndex) { in nextDelimiter()
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/espresso/
H A DTextViewActions.java191 public static ViewAction longPressAndDragOnText(int startIndex, int endIndex) { in longPressAndDragOnText()
293 public static ViewAction doubleTapAndDragOnText(int startIndex, int endIndex) { in doubleTapAndDragOnText()
315 public static ViewAction mouseDragOnText(int startIndex, int endIndex) { in mouseDragOnText()
337 public static ViewAction mouseDoubleClickAndDragOnText(int startIndex, int endIndex) { in mouseDoubleClickAndDragOnText()
359 public static ViewAction mouseLongClickAndDragOnText(int startIndex, int endIndex) { in mouseLongClickAndDragOnText()
381 public static ViewAction mouseTripleClickAndDragOnText(int startIndex, int endIndex) { in mouseTripleClickAndDragOnText()
451 public static ViewAction dragOnText(int startIndex, int endIndex) { in dragOnText()
/aosp12/frameworks/base/core/tests/coretests/src/android/util/
H A DSparseLongArrayTest.java60 private void assertRemoved(int startIndex, int endIndex) { in assertRemoved()
147 final int startIndex = 101; in testRemoveAtRange_compareRemoveAt() local
/aosp12/frameworks/av/media/libaaudio/src/fifo/
H A DFifoBuffer.cpp73 int32_t startIndex) { in fillWrappingBuffer()
101 fifo_frames_t startIndex = mFifo->getReadIndex(); in getFullDataAvailable() local
110 fifo_frames_t startIndex = mFifo->getWriteIndex(); in getEmptyRoomAvailable() local
/aosp12/packages/apps/Car/Dialer/tests/unittests/src/com/android/car/dialer/ui/common/
H A DQueryStyleTest.java63 int startIndex = 1; in test_spannableString1WithQuery1() local
104 int startIndex = 1; in test_spannableString2WithQuery1() local
196 private void checkCorrectness(SpannableString testString, int startIndex, int length, in checkCorrectness()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DComprehensionTlv.java94 public static List<ComprehensionTlv> decodeMany(byte[] data, int startIndex) in decodeMany()
120 public static ComprehensionTlv decode(byte[] data, int startIndex) in decode()
/aosp12/packages/apps/Contacts/src/com/android/contacts/util/
H A DSearchUtil.java28 public int startIndex = -1; field in SearchUtil.MatchedLine
135 static int findNextTokenStart(String line, int startIndex) { in findNextTokenStart()
/aosp12/packages/apps/Dialer/java/com/android/contacts/common/util/
H A DSearchUtil.java118 static int findNextTokenStart(String line, int startIndex) { in findNextTokenStart()
190 public int startIndex = -1; field in SearchUtil.MatchedLine
/aosp12/frameworks/base/core/tests/coretests/src/android/view/textclassifier/
H A DTextSelectionTest.java59 final int startIndex = 13; in testParcel() local
126 final int startIndex = 13; in testToBuilder() local
/aosp12/packages/modules/StatsD/tests/src/android/cts/statsd/subscriber/
H A DShellSubscriberTest.java155 int startIndex = 0; in checkOutput() local
192 private int readSizetFromByteArray(byte[] arr, int startIndex) { in readSizetFromByteArray()
/aosp12/packages/apps/SecureElement/src/com/android/se/security/gpac/
H A DBerTlv.java70 public static BerTlv decode(byte[] data, int startIndex) throws ParserException { in decode()
75 public static BerTlv decode(byte[] data, int startIndex, boolean containsAllData) in decode()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DContactsDictionaryUtils.java32 final int startIndex) { in getWordEndPosition()
/aosp12/frameworks/base/core/java/com/android/internal/util/
H A DCallbackRegistry.java175 final int startIndex = (remainderIndex + 1) * Long.SIZE; in notifyRemainderLocked() local
199 private void notifyCallbacksLocked(T sender, int arg, A arg2, final int startIndex, in notifyCallbacksLocked()
257 private void removeRemovedCallbacks(int startIndex, long removed) { in removeRemovedCallbacks()
/aosp12/frameworks/av/media/libmedia/
H A DIMediaCodecList.cpp82 const char *type, bool encoder, size_t startIndex = 0) const in findCodecByType()
165 size_t startIndex = static_cast<size_t>(data.readInt32()); in onTransact() local
/aosp12/frameworks/base/services/core/java/com/android/server/integrity/parser/
H A DRuleIndexRange.java30 public RuleIndexRange(int startIndex, int endIndex) { in RuleIndexRange()
H A DRuleIndexingController.java111 List<String> sortedKeyList, String key, int startIndex, int endIndex) { in searchKeysRangeContainingKey()
/aosp12/hardware/libhardware/modules/input/evdev/
H A DBitUtils.cpp47 size_t startIndex = start / 8; in testBitInRange() local
/aosp12/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
H A DReparenting.java48 private void setupButtons(int startIndex, ViewGroup parent) { in setupButtons()
/aosp12/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
H A DTunUtils.java102 private byte[] getFirstMatchingPacket(Predicate<byte[]> verifier, int startIndex) { in getFirstMatchingPacket()
116 int startIndex = 0; in awaitPacket() local
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/
H A DPlainTextEditText.java57 final int startIndex = selectionStart - 1; in onTextContextMenuItem() local
/aosp12/frameworks/base/core/java/android/view/textclassifier/
H A DTextSelection.java53 int startIndex, int endIndex, Map<String, Float> entityConfidence, String id, in TextSelection()
268 int startIndex, in Request()
490 final int startIndex = in.readInt(); in readFromParcel() local
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/common/
H A DQueryStyle.java76 int startIndex = digitsOnlyNumberInfo.second.get(digitsOnlyStartIndex); in getStringWithQueryInSpecialStyle() local
/aosp12/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DIndicatorControlWheel.java215 int startIndex = (mCurrentLevel == 0) ? 0 : mSecondLevelStartIndex; in getTouchIndicatorIndex() local
388 int startIndex = 0; in presetFirstLevelChildRadians() local
408 int startIndex = mSecondLevelStartIndex; in presetSecondLevelChildRadians() local

12345