HomeSort by relevance Sort by last modified time
    Searched defs:remainingLength (Results 1 - 25 of 31) sorted by null

1 2

  /development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoDownloadRunnable.java 293 int remainingLength = contentSize;
303 while (remainingLength > 0) {
307 remainingLength);
323 remainingLength -= readResult;
  /external/icu/android_icu4j/src/main/java/android/icu/text/
CollationKey.java 555 int remainingLength;
556 if ((remainingLength = m_length_ - index) > 0) {
557 System.arraycopy(m_key_, index, result, rindex, remainingLength);
558 rindex += remainingLength;
560 else if ((remainingLength = source.m_length_ - sourceindex) > 0) {
561 System.arraycopy(source.m_key_, sourceindex, result, rindex, remainingLength);
562 rindex += remainingLength;
CharsetDetector.java 115 int remainingLength = kBufSize;
116 while (remainingLength > 0 ) {
118 int bytesRead = fInputStream.read(fRawInput, fRawLength, remainingLength);
123 remainingLength -= bytesRead;
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
CollationKey.java 567 int remainingLength;
568 if ((remainingLength = m_length_ - index) > 0) {
569 System.arraycopy(m_key_, index, result, rindex, remainingLength);
570 rindex += remainingLength;
572 else if ((remainingLength = source.m_length_ - sourceindex) > 0) {
573 System.arraycopy(source.m_key_, sourceindex, result, rindex, remainingLength);
574 rindex += remainingLength;
  /external/piex/src/binary_parse/
range_checked_byte_ptr.h 287 // pointer's array, i.e. pos + length <= remainingLength() must hold. If this
293 inline size_t remainingLength() const;
413 // x.remainingLength() or y.remainingLength() is less than 'num'.
419 // is undefined if x.remainingLength() is less than y.length().
468 size_t RangeCheckedBytePtr::remainingLength() const {
571 if (remainingLength() >= x) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CharsetDetector.java 122 int remainingLength = kBufSize;
123 while (remainingLength > 0 ) {
125 int bytesRead = fInputStream.read(fRawInput, fRawLength, remainingLength);
130 remainingLength -= bytesRead;
  /frameworks/minikin/libs/minikin/
Locale.cpp 228 const size_t remainingLength = length - (pos - buf);
229 if (isEmojiSubtag(pos, remainingLength, "emoji", 5)) {
231 } else if (isEmojiSubtag(pos, remainingLength, "text", 4)) {
233 } else if (isEmojiSubtag(pos, remainingLength, "default", 7)) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccCarrierPrivilegeRules.java 167 int remainingLength = data.length() - (index + length);
168 if (remainingLength < 0) {
171 if (shouldConsumeAll && (remainingLength != 0)) {
  /external/icu/icu4c/source/i18n/
tznames_impl.cpp 505 int32_t remainingLength = POOL_CHUNK_SIZE - fChunks->fLimit;
506 if (remainingLength <= length) {
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactListItemView.java     [all...]
  /packages/apps/Dialer/java/com/android/contacts/common/list/
ContactListItemView.java     [all...]
  /prebuilts/tools/common/m2/repository/org/jsoup/jsoup/1.6.3/
jsoup-1.6.3.jar 
  /prebuilts/tools/common/m2/repository/org/jsoup/jsoup/1.7.3/
jsoup-1.7.3.jar 
  /developers/build/prebuilts/androidtv/sample-inputs/app/libs/
exoplayer_dev-hls_20150123.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.0.CR3/
netty-codec-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.3.Final/
netty-codec-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.6.Final/
netty-codec-4.1.6.Final.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 

Completed in 248 milliseconds

1 2