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

  /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 548 int remainingLength;
549 if ((remainingLength = m_length_ - index) > 0) {
550 System.arraycopy(m_key_, index, result, rindex, remainingLength);
551 rindex += remainingLength;
553 else if ((remainingLength = source.m_length_ - sourceindex) > 0) {
554 System.arraycopy(source.m_key_, sourceindex, result, rindex, remainingLength);
555 rindex += remainingLength;
CharsetDetector.java 113 int remainingLength = kBufSize;
114 while (remainingLength > 0 ) {
116 int bytesRead = fInputStream.read(fRawInput, fRawLength, remainingLength);
121 remainingLength -= bytesRead;
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
CollationKey.java 561 int remainingLength;
562 if ((remainingLength = m_length_ - index) > 0) {
563 System.arraycopy(m_key_, index, result, rindex, remainingLength);
564 rindex += remainingLength;
566 else if ((remainingLength = source.m_length_ - sourceindex) > 0) {
567 System.arraycopy(source.m_key_, sourceindex, result, rindex, remainingLength);
568 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 120 int remainingLength = kBufSize;
121 while (remainingLength > 0 ) {
123 int bytesRead = fInputStream.read(fRawInput, fRawLength, remainingLength);
128 remainingLength -= bytesRead;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccCarrierPrivilegeRules.java 196 int remainingLength = data.length() - (index + length);
197 if (remainingLength < 0) {
200 if (shouldConsumeAll && (remainingLength != 0)) {
  /external/icu/icu4c/source/i18n/
tznames_impl.cpp 457 int32_t remainingLength = POOL_CHUNK_SIZE - fChunks->fLimit;
458 if (remainingLength <= length) {
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListItemView.java     [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
jsoup-1.7.2.jar 
  /prebuilts/tools/common/m2/repository/org/jsoup/jsoup/1.6.3/
jsoup-1.6.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 
  /packages/apps/TV/usbtuner/libs/
exoplayer_1.5.6.jar 
  /prebuilts/misc/common/icu4j/
icu4j.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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 1040 milliseconds