/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/ |
D | ResizableIntArray.java | 133 final int endPos = startPos + length; in fill() local 134 ensureCapacity(endPos); in fill() 135 Arrays.fill(mArray, startPos, endPos, value); in fill() 136 if (mLength < endPos) { in fill() 137 mLength = endPos; in fill()
|
/packages/apps/SecureElement/src/com/android/se/security/gpac/ |
D | Response_AR_DO.java | 84 int endPos = index + getValueLength(); in interpret() local 98 } while (currentPos < endPos); in interpret()
|
D | Response_ALL_AR_DO.java | 89 int endPos = index + getValueLength(); in interpret() local 106 } while (currentPos < endPos); in interpret()
|
D | Response_ARAC_AID_DO.java | 89 int endPos = index + getValueLength(); in interpret() local 109 } while (currentPos < endPos); in interpret()
|
/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/async/ |
D | CircularByteBuffer.java | 160 private int getCopyLen(int startPos, int endPos, int len) { in getCopyLen() argument 161 if (startPos < endPos) { in getCopyLen() 162 return Math.min(len, endPos - startPos); in getCopyLen()
|
/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
D | FolderPagedView.java | 562 int startPos, endPos; in realTimeReorder() local 586 endPos = pagePosT; in realTimeReorder() 604 endPos = pagePosT; in realTimeReorder() 647 if ((endPos - startPos) * direction <= 0) { in realTimeReorder() 653 for (int i = startPos; i != endPos; i += direction) { in realTimeReorder()
|
/packages/apps/TV/tuner/src/com/android/tv/tuner/source/ |
D | TunerTsStreamer.java | 442 int endPos = (int) ((pos + amount) % CIRCULAR_BUFFER_SIZE); in readAt() local 443 int firstLength = (startPos > endPos ? CIRCULAR_BUFFER_SIZE : endPos) - startPos; in readAt()
|
/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/ |
D | MdnsRecord.java | 249 int endPos = writer.getWritePosition(); in write() local 250 int dataLength = endPos - dataPos; in write()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/ |
D | FocusManager.java | 123 int endPos = findTargetPosition(doc.itemView, keyCode, event); in handleKey() local 125 if (endPos != RecyclerView.NO_POSITION) { in handleKey() 126 focusItem(endPos); in handleKey()
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/common/ |
D | ResizableIntArrayTests.java | 299 final int endPos = startPos + length; in testFill() local 320 if (i >= startPos && i < endPos) { in testFill()
|
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/ |
D | PduParser.java | 906 int endPos = pduDataStream.available(); in parseParts() local 907 int partHeaderLen = headerLength - (startPos - endPos); in parseParts() 1600 int endPos = pduDataStream.available(); in parseContentType() local 1601 int parameterLen = length - (startPos - endPos); in parseContentType()
|
/packages/apps/Messaging/src/android/support/v7/mms/pdu/ |
D | PduParser.java | 872 int endPos = pduDataStream.available(); in parseParts() local 873 int partHeaderLen = headerLength - (startPos - endPos); in parseParts() 1563 int endPos = pduDataStream.available(); in parseContentType() local 1564 int parameterLen = length - (startPos - endPos); in parseContentType()
|
/packages/modules/RemoteKeyProvisioning/app/tests/unit/ |
D | tink-android-1.5.0.jar | com/google/crypto/tink/subtle/prf/StreamingPrf.class
StreamingPrf.java
package ... |
/packages/apps/TV/libs/m2/ |
D | javac-shaded-9-dev-r4023-3.jar | org/openjdk/tools/sjavac/server/log/LoggingOutputStream.class
LoggingOutputStream.java
package ... |
/packages/apps/TV/libs/ |
D | google-java-format-1.7-all-deps.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |