HomeSort by relevance Sort by last modified time
    Searched refs:estimatedSize (Results 1 - 25 of 222) sorted by null

1 2 3 4 5 6 7 8 9

  /external/v8/src/inspector/
v8-console-message.h 68 int estimatedSize() const {
v8-console-message.cc 476 m_estimatedSize -= m_messages.front()->estimatedSize();
479 while (m_estimatedSize + message->estimatedSize() > maxConsoleMessageV8Size &&
481 m_estimatedSize -= m_messages.front()->estimatedSize();
486 m_estimatedSize += m_messages.back()->estimatedSize();
501 m_estimatedSize += m_messages[i]->estimatedSize();
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
ExportDialog.java 196 String estimatedSize = "" + size + " Mb";
197 mEstimatedSize.setText(estimatedSize);
  /external/guava/guava/src/com/google/common/collect/
Lists.java 190 * Creates an {@code ArrayList} instance to hold {@code estimatedSize}
199 * @param estimatedSize an estimate of the eventual {@link List#size()} of
203 * @throws IllegalArgumentException if {@code estimatedSize} is negative
207 int estimatedSize) {
208 return new ArrayList<E>(computeArrayListCapacity(estimatedSize));
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Lists.java 188 * Creates an {@code ArrayList} instance to hold {@code estimatedSize}
197 * @param estimatedSize an estimate of the eventual {@link List#size()} of
201 * @throws IllegalArgumentException if {@code estimatedSize} is negative
205 int estimatedSize) {
206 return new ArrayList<E>(computeArrayListCapacity(estimatedSize));
    [all...]
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebSettingsTest.java 733 long estimatedSize, long total, WebStorage.QuotaUpdater updater) {
734 updater.updateQuota(estimatedSize);
    [all...]
  /prebuilts/tools/common/m2/repository/com/firebase/firebase-client-android/2.5.2/
firebase-client-android-2.5.2.jar 
  /frameworks/av/media/libstagefright/
MPEG4Writer.cpp 782 int64_t estimatedSize = factor * size;
783 CHECK_GE(estimatedSize, 8);
785 return estimatedSize;
    [all...]
  /tools/external/gradle/
gradle-api-3.4.1.jar 
gradle-api-3.5-20170307000048+0000.jar 
  /prebuilts/devtools/tools/lib/
lint-checks.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/25.0.0/
lint-checks-25.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/25.0.0-alpha5/
lint-checks-25.0.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/25.0.0-alpha7/
lint-checks-25.0.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/25.0.0-alpha9/
lint-checks-25.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/25.0.0-beta2/
lint-checks-25.0.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/25.0.0-beta5/
lint-checks-25.0.0-beta5.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/25.0.0-beta6/
lint-checks-25.0.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/25.0.0-beta7/
lint-checks-25.0.0-beta7.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/25.0.0-rc3/
lint-checks-25.0.0-rc3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/25.1.0/
lint-checks-25.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/25.1.0-alpha3/
lint-checks-25.1.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/25.1.0-alpha4/
lint-checks-25.1.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/25.1.0-beta1/
lint-checks-25.1.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/25.1.0-beta3/
lint-checks-25.1.0-beta3.jar 

Completed in 1060 milliseconds

1 2 3 4 5 6 7 8 9