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

  /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() {
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapTest.java 387 assertEquals(mBitmap.getByteCount(), alloc);
391 assertEquals(mBitmap.getByteCount(), alloc);
396 assertEquals(mBitmap.getByteCount(), 100);
498 assertEquals(mBitmap.getByteCount() * 8, alloc);
619 assertEquals(mBitmap.getByteCount() * 2, alloc);
644 assertEquals(mBitmap.getByteCount() * 2, alloc);
896 assertEquals(mBitmap.getByteCount() * 2, alloc);
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Bitmap.java 136 int nativeAllocationByteCount = buffer == null ? getByteCount() : 0;
203 * <p>The result of {@link #getByteCount()} will reflect the new configuration,
494 long pixelSize = getByteCount();
534 long bitmapBytes = getByteCount();
    [all...]
  /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 
  /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 
  /external/robolectric/lib/main/
h2-1.2.147.jar 
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 167 milliseconds