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

  /external/webkit/LayoutTests/http/tests/resources/
post-and-verify-hybrid.cgi 32 $remainingLength = $values{'length'};
46 $data = substr($data, 0, $remainingLength) if ($remainingLength > 0);
58 if ($remainingLength > 0) {
59 read(FILE, $data, $remainingLength);
68 if ($remainingLength > 0) {
69 $remainingLength -= length($data);
70 last if $remainingLength <= 0;
  /development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoDownloadRunnable.java 293 int remainingLength = contentSize;
303 while (remainingLength > 0) {
307 remainingLength);
323 remainingLength -= readResult;
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListItemView.java     [all...]
  /external/icu4c/i18n/
tznames_impl.cpp 421 int32_t remainingLength = POOL_CHUNK_SIZE - fChunks->fLimit;
422 if (remainingLength <= length) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 669 milliseconds