HomeSort by relevance Sort by last modified time
    Searched defs:bytes (Results 826 - 850 of 1193) sorted by null

<<31323334353637383940>>

  /hardware/qcom/media/mm-video-v4l2/vidc/venc/test/
venc_test.cpp 1443 int bytes = 0, read_bytes = 0; local
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
AacEncTest.c 137 int bytes[500]; variable
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/
ByteBufferTest.java 771 byte bytes[] = new byte[2];
780 buf.get(bytes);
782 assertEquals(bytes2char(bytes, buf.order()), value);
791 buf.get(bytes);
793 assertEquals(bytes2char(bytes, buf.order()), value);
805 buf.get(bytes);
806 assertTrue(Arrays.equals(bytes, char2bytes(value, buf.order())));
817 buf.get(bytes);
818 assertTrue(Arrays.equals(bytes, char2bytes(value, buf.order())));
827 byte bytes[] = new byte[8]
1204 assertTrue(Arrays.equals(char2bytes(value, buf.order()), bytes)); local
1240 assertTrue(Arrays.equals(char2bytes(value, buf.order()), bytes)); local
1359 assertTrue(Arrays.equals(double2bytes(value, buf.order()), bytes)); local
1395 assertTrue(Arrays.equals(double2bytes(value, buf.order()), bytes)); local
1502 assertTrue(Arrays.equals(float2bytes(value, buf.order()), bytes)); local
1538 assertTrue(Arrays.equals(float2bytes(value, buf.order()), bytes)); local
1644 assertTrue(Arrays.equals(int2bytes(value, buf.order()), bytes)); local
1680 assertTrue(Arrays.equals(int2bytes(value, buf.order()), bytes)); local
1781 assertTrue(Arrays.equals(long2bytes(value, buf.order()), bytes)); local
1817 assertTrue(Arrays.equals(long2bytes(value, buf.order()), bytes)); local
1918 assertTrue(Arrays.equals(short2bytes(value, buf.order()), bytes)); local
1954 assertTrue(Arrays.equals(short2bytes(value, buf.order()), bytes)); local
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/
ContactPhotoManager.java 231 * @param photoBytes The bytes that were parsed to create the bitmap.
282 final byte[] bytes; field in class:ContactPhotoManagerImpl.BitmapHolder
290 public BitmapHolder(byte[] bytes, int originalSmallerExtent) {
291 this.bytes = bytes;
300 * An LRU cache for bitmap holders. The cache contains bytes for photos just
319 * them from bytes (the bytes are stored in {@link #mBitmapHolderCache}.
384 return value.bytes != null ? value.bytes.length : 0
    [all...]
  /packages/apps/Settings/src/com/android/settings/
RadioInfo.java 682 String bytes = r.getString(R.string.radioInfo_display_bytes); local
684 sent.setText(txPackets + " " + packets + ", " + txBytes + " " + bytes);
685 received.setText(rxPackets + " " + packets + ", " + rxBytes + " " + bytes);
    [all...]
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageDetail.java 325 final long bytes = (long) (mValues[i]); local
326 value = Formatter.formatFileSize(getActivity(), bytes);
  /packages/apps/UnifiedEmail/src/com/android/mail/photomanager/
PhotoManager.java 138 byte[] bytes; field in class:PhotoManager.BitmapHolder
144 public BitmapHolder(byte[] bytes, int width, int height) {
145 this.bytes = bytes;
155 sb.append(" bytes=");
156 sb.append(bytes);
158 sb.append(bytes == null ? 0 : bytes.length);
172 * An LRU cache for bitmap holders. The cache contains bytes for photos just
181 * them from bytes (the bytes are stored in {@link #sBitmapHolderCache}
    [all...]
  /prebuilts/devtools/tools/lib/
commons-compress-1.0.jar 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
pkt_sched.h 32 __u64 bytes; /* NUmber of enqueues bytes */ member in struct:tc_stats
90 __u32 limit; /* Queue length: bytes for bfifo, packets for pfifo */
144 unsigned quantum; /* Bytes per round allocated to flow */
174 __u32 limit; /* HARD maximal queue length (bytes) */
175 __u32 qth_min; /* Min average length threshold (bytes) */
176 __u32 qth_max; /* Max average length threshold (bytes) */
210 __u32 limit; /* HARD maximal queue length (bytes) */
211 __u32 qth_min; /* Min average length threshold (bytes) */
212 __u32 qth_max; /* Max average length threshold (bytes) */
    [all...]
xfrm.h 80 __u64 bytes; member in struct:xfrm_lifetime_cur
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
pkt_sched.h 32 __u64 bytes; /* NUmber of enqueues bytes */ member in struct:tc_stats
90 __u32 limit; /* Queue length: bytes for bfifo, packets for pfifo */
144 unsigned quantum; /* Bytes per round allocated to flow */
174 __u32 limit; /* HARD maximal queue length (bytes) */
175 __u32 qth_min; /* Min average length threshold (bytes) */
176 __u32 qth_max; /* Max average length threshold (bytes) */
210 __u32 limit; /* HARD maximal queue length (bytes) */
211 __u32 qth_min; /* Min average length threshold (bytes) */
212 __u32 qth_max; /* Max average length threshold (bytes) */
    [all...]
xfrm.h 80 __u64 bytes; member in struct:xfrm_lifetime_cur
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
pkt_sched.h 32 __u64 bytes; /* NUmber of enqueues bytes */ member in struct:tc_stats
90 __u32 limit; /* Queue length: bytes for bfifo, packets for pfifo */
144 unsigned quantum; /* Bytes per round allocated to flow */
174 __u32 limit; /* HARD maximal queue length (bytes) */
175 __u32 qth_min; /* Min average length threshold (bytes) */
176 __u32 qth_max; /* Max average length threshold (bytes) */
210 __u32 limit; /* HARD maximal queue length (bytes) */
211 __u32 qth_min; /* Min average length threshold (bytes) */
212 __u32 qth_max; /* Max average length threshold (bytes) */
    [all...]
xfrm.h 80 __u64 bytes; member in struct:xfrm_lifetime_cur
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/mtd/
nand.h 144 int bytes; member in struct:nand_ecc_ctrl
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
pkt_sched.h 26 __u64 bytes; member in struct:tc_stats
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/mtd/
nand.h 144 int bytes; member in struct:nand_ecc_ctrl
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
pkt_sched.h 26 __u64 bytes; member in struct:tc_stats
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/mtd/
nand.h 144 int bytes; member in struct:nand_ecc_ctrl
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
pkt_sched.h 26 __u64 bytes; member in struct:tc_stats
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/mtd/
nand.h 144 int bytes; member in struct:nand_ecc_ctrl
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
pkt_sched.h 26 __u64 bytes; member in struct:tc_stats
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/mtd/
nand.h 144 int bytes; member in struct:nand_ecc_ctrl
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
pkt_sched.h 26 __u64 bytes; member in struct:tc_stats
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/mtd/
nand.h 144 int bytes; member in struct:nand_ecc_ctrl

Completed in 1033 milliseconds

<<31323334353637383940>>