HomeSort by relevance Sort by last modified time
    Searched full:initiallength (Results 1 - 9 of 9) sorted by null

  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
PublicApiFunctionalTest.java 185 int initialLength = 5;
186 enqueueInterruptedDownloadResponses(initialLength);
190 assertEquals(initialLength,
202 headers.contains("Range: bytes=" + initialLength + "-"));
215 private void enqueueInterruptedDownloadResponses(int initialLength) {
216 // the first response has normal headers but unexpectedly closes after initialLength bytes
217 enqueueResponse(buildPartialResponse(0, initialLength));
219 enqueueResponse(buildPartialResponse(initialLength, FILE_CONTENT.length()));
    [all...]
  /libcore/ojluni/src/main/java/java/util/
StringJoiner.java 167 int initialLength = value.length();
169 // reset value to pre-append initialLength
170 value.setLength(initialLength);
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Account.java 533 final int initialLength = cursor.getCount();
534 if (initialLength <= 0 || !cursor.moveToFirst()) {
539 final Account[] allAccounts = new Account[initialLength];
545 assert (i == initialLength);
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
NFRule.java 756 int initialLength = toInsertInto.length();
764 lengthOffset = ruleText.length() - (toInsertInto.length() - initialLength);
    [all...]
  /external/icu/icu4c/source/i18n/
nfrule.cpp 745 int initialLength = toInsertInto.length();
754 lengthOffset = ruleText.length() - (toInsertInto.length() - initialLength);
791 int initialLength = toInsertInto.length();
808 lengthOffset = ruleText.length() - (toInsertInto.length() - initialLength);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
NFRule.java 755 int initialLength = toInsertInto.length();
763 lengthOffset = ruleText.length() - (toInsertInto.length() - initialLength);
    [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp     [all...]
  /external/valgrind/coregrind/m_debuginfo/
readdwarf3.c 431 .unit_length :: InitialLength field of the CU Header.
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.sat4j.core_2.3.5.v201308161310.jar 

Completed in 295 milliseconds