HomeSort by relevance Sort by last modified time
    Searched defs:getByteCount (Results 1 - 25 of 57) sorted by null

1 2 3

  /frameworks/av/media/mtp/
MtpStringBuffer.h 53 inline int getByteCount() const { return mByteCount; }
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
CountingInputStream.java 114 * See {@link #getByteCount()} for a method using a <code>long</code>.
120 long result = getByteCount();
155 public synchronized long getByteCount() {
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
CountingOutputStream.java 93 * See {@link #getByteCount()} for a method using a <code>long</code>.
99 long result = getByteCount();
134 public synchronized long getByteCount() {
ThresholdingOutputStream.java 184 public long getByteCount()
  /frameworks/opt/bitmap/src/com/android/bitmap/
ReusableBitmap.java 73 public int getByteCount() {
74 return bmp.getByteCount();
111 sb.append(bmp.getByteCount() >> 10);
141 public int getByteCount() {
  /packages/apps/Messaging/tests/src/com/android/messaging/datamodel/
BitmapPoolTest.java 100 assertTrue(resourceBitmap.getByteCount() > 0);
  /frameworks/base/graphics/java/android/graphics/
Bitmap.java 208 * <p>The result of {@link #getByteCount()} will reflect the new configuration,
547 long pixelSize = getByteCount();
590 long bitmapBytes = getByteCount();
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapTest.java 528 assertEquals(mBitmap.getByteCount(), alloc);
532 assertEquals(mBitmap.getByteCount(), alloc);
537 assertEquals(mBitmap.getByteCount(), 100);
667 assertEquals(mBitmap.getByteCount() * 8, alloc);
787 assertEquals(mBitmap.getByteCount() * 2, alloc);
812 assertEquals(mBitmap.getByteCount() * 2, alloc);
    [all...]
  /external/guice/extensions/struts2/lib/
commons-io-1.3.2.jar 
  /prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /external/libphonenumber/demo/war/WEB-INF/lib/
commons-io-1.4.jar 
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/1.4/
commons-io-1.4.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
commons-io-2.2.jar 
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/2.4/
commons-io-2.4.jar 
  /prebuilts/tools/common/offline-m2/commons-io/commons-io/2.4/
commons-io-2.4.jar 
  /external/guice/extensions/persist/lib/
commons-io.jar 
  /frameworks/support/samples/SupportLeanbackShowcase/libs/
picasso-2.5.2.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/picasso/picasso/2.5.2/
picasso-2.5.2.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-core/1.11.18/
aws-java-sdk-core-1.11.18.jar 
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 

Completed in 361 milliseconds

1 2 3