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

  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
PublicApiFunctionalTest.java 183 int initialLength = 5;
184 enqueueInterruptedDownloadResponses(initialLength);
188 assertEquals(initialLength,
200 headers.contains("Range: bytes=" + initialLength + "-"));
213 private void enqueueInterruptedDownloadResponses(int initialLength) {
214 // the first response has normal headers but unexpectedly closes after initialLength bytes
215 enqueueResponse(buildPartialResponse(0, initialLength));
217 enqueueResponse(buildPartialResponse(initialLength, FILE_CONTENT.length()));
    [all...]
  /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/valgrind/main/coregrind/m_debuginfo/
readdwarf3.c 394 .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 148 milliseconds