Home
last modified time | relevance | path

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

123

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DWspTypeDecoder.java224 public boolean decodeTextString(int startIndex) { in decodeTextString()
247 public boolean decodeTokenText(int startIndex) { in decodeTokenText()
268 public boolean decodeShortInteger(int startIndex) { in decodeShortInteger()
286 public boolean decodeLongInteger(int startIndex) { in decodeLongInteger()
310 public boolean decodeIntegerValue(int startIndex) { in decodeIntegerValue()
327 public boolean decodeUintvarInteger(int startIndex) { in decodeUintvarInteger()
353 public boolean decodeValueLength(int startIndex) { in decodeValueLength()
377 public boolean decodeExtensionMedia(int startIndex) { in decodeExtensionMedia()
546 private boolean decodeNoValue(int startIndex) { in decodeNoValue()
578 public boolean decodeContentLength(int startIndex) { in decodeContentLength()
[all …]
/frameworks/base/core/java/com/android/internal/alsa/
DLineTokenizer.java32 int nextToken(String line, int startIndex) { in nextToken()
45 int nextDelimiter(String line, int startIndex) { in nextDelimiter()
/frameworks/base/core/tests/coretests/src/android/view/textclassifier/
DTextClassifierTest.java85 int startIndex = text.indexOf(selected); in testSuggestSelection() local
106 int startIndex = text.indexOf(selected); in testSuggestSelection_url() local
126 int startIndex = text.indexOf(selected); in testSmartSelection_withEmoji() local
144 int startIndex = text.indexOf(classifiedText); in testClassifyText() local
161 int startIndex = text.indexOf(classifiedText); in testClassifyText_url() local
193 int startIndex = text.indexOf(classifiedText); in testClassifyText_url_inCaps() local
211 int startIndex = text.indexOf(classifiedText); in testClassifyText_date() local
233 int startIndex = text.indexOf(classifiedText); in testClassifyText_datetime() local
557 final int startIndex, final int endIndex, final String type) { in isTextSelection()
DTextSelectionTest.java45 final int startIndex = 13; in testParcel() local
DTextClassificationManagerTest.java84 int startIndex = text.indexOf(classifiedText); in testCannotResolveIntent() local
/frameworks/base/core/tests/coretests/src/android/widget/espresso/
DTextViewActions.java191 public static ViewAction longPressAndDragOnText(int startIndex, int endIndex) { in longPressAndDragOnText()
213 public static ViewAction doubleTapAndDragOnText(int startIndex, int endIndex) { in doubleTapAndDragOnText()
235 public static ViewAction mouseDragOnText(int startIndex, int endIndex) { in mouseDragOnText()
257 public static ViewAction mouseDoubleClickAndDragOnText(int startIndex, int endIndex) { in mouseDoubleClickAndDragOnText()
279 public static ViewAction mouseLongClickAndDragOnText(int startIndex, int endIndex) { in mouseLongClickAndDragOnText()
301 public static ViewAction mouseTripleClickAndDragOnText(int startIndex, int endIndex) { in mouseTripleClickAndDragOnText()
/frameworks/base/core/tests/coretests/src/android/util/
DSparseLongArrayTest.java60 private void assertRemoved(int startIndex, int endIndex) { in assertRemoved()
147 final int startIndex = 101; in testRemoveAtRange_compareRemoveAt() local
/frameworks/av/media/libaaudio/src/fifo/
DFifoBuffer.cpp76 int32_t startIndex) { in fillWrappingBuffer()
103 fifo_frames_t startIndex = mFifo->getReadIndex(); in getFullDataAvailable() local
112 fifo_frames_t startIndex = mFifo->getWriteIndex(); in getEmptyRoomAvailable() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
DComprehensionTlv.java93 public static List<ComprehensionTlv> decodeMany(byte[] data, int startIndex) in decodeMany()
119 public static ComprehensionTlv decode(byte[] data, int startIndex) in decode()
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/misc/
DFreePathInterpolator.java99 int startIndex = 0; in getInterpolation() local
138 int startIndex = 0; in getX() local
/frameworks/av/media/libmedia/
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
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
DReparenting.java48 private void setupButtons(int startIndex, ViewGroup parent) { in setupButtons()
/frameworks/base/core/java/com/android/internal/util/
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()
/frameworks/base/core/java/android/view/textclassifier/
DTextSelection.java52 int startIndex, int endIndex, Map<String, Float> entityConfidence, String id, in TextSelection()
221 int startIndex, in Request()
425 final int startIndex = in.readInt(); in readFromParcel() local
/frameworks/base/services/core/java/com/android/server/location/
DGpsPsdsDownloader.java89 int startIndex = mNextServerIndex; in downloadPsdsData() local
/frameworks/base/tools/powermodel/src/com/android/powermodel/
DRawBatteryStats.java538 int startIndex, int endIndex) throws ParseException; in setArray()
543 int startIndex = Math.max(className.lastIndexOf('.'), className.lastIndexOf('$')); in toString() local
576 int startIndex, int endIndex) throws ParseException { in setArray()
616 int startIndex, int endIndex) throws ParseException { in setArray()
654 int startIndex, int endIndex) throws ParseException { in setArray()
730 int startIndex, int endIndex) throws ParseException { in setArray()
/frameworks/base/tests/GamePerformance/src/android/gameperformance/
DGraphicBufferMetrics.java495 private static int findNextOfType(List<BufferEvent> events, int startIndex, int type) { in findNextOfType()
505 List<BufferEvent> events, int startIndex, String bufferId) { in findNextOfBufferId()
/frameworks/base/libs/hwui/
DInterpolator.cpp105 size_t startIndex = 0; in interpolate() local
DPathParser.cpp29 static size_t nextStart(const char* s, size_t length, size_t startIndex) { in nextStart()
/frameworks/base/core/java/com/android/internal/os/
DKernelWakelockReader.java228 int startIndex; in parseProcWakelocks() local
/frameworks/base/core/java/android/animation/
DPathKeyframes.java99 private PointF interpolateInRange(float fraction, int startIndex, int endIndex) { in interpolateInRange()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/
DPhysicsAnimationLayout.java212 int startIndex, ChildAnimationConfigurator configurator) { in animationsForChildrenFromIndex()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyboardShortcutKeysLayout.java161 private void layoutChildrenOnRow(int startIndex, int endIndex, int fullRowWidth, int xPos, in layoutChildrenOnRow()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DPathInterpolatorBuilder.java127 int startIndex = 0; in getInterpolation() local
/frameworks/base/core/java/android/view/animation/
DPathInterpolator.java212 int startIndex = 0; in getInterpolation() local

123