HomeSort by relevance Sort by last modified time
    Searched defs:bytes (Results 1726 - 1750 of 3342) sorted by null

<<61626364656667686970>>

  /art/oatdump/
oatdump.cc 632 os.Stream() << "Dumping cumulative use of " << sum / kBitsPerByte << " accounted bytes\n";
828 os << "Total number of dex code bytes: " << dex_code_bytes_ << "\n";
864 // If we inserted a new dex code item pointer, add to total code bytes.
2430 size_t bytes; member in struct:art::ImageDumper::Stats::SizeAndCount
    [all...]
  /development/ndk/platforms/android-21/include/linux/
pkt_sched.h 32 __u64 bytes; member in struct:tc_stats
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
cPickle.c 85 #define LONG1 '\x8a' /* push long from < 256 bytes */
681 PyObject *bytes, *str=0; local
683 if (!( bytes = PyInt_FromSsize_t(n))) return -1;
685 ARG_TUP(self, bytes);
728 /* Copy the first n bytes from s into newly malloc'ed memory, plus a
1104 /* How many bytes do we need? There are nbits >> 3 full
1105 * bytes of data, and nbits & 7 leftover bits. If there
2817 char bytes[2]; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
cPickle.c 85 #define LONG1 '\x8a' /* push long from < 256 bytes */
651 PyObject *bytes, *str=0; local
653 if (!( bytes = PyInt_FromSsize_t(n))) return -1;
655 ARG_TUP(self, bytes);
698 /* Copy the first n bytes from s into newly malloc'ed memory, plus a
1073 /* How many bytes do we need? There are nbits >> 3 full
1074 * bytes of data, and nbits & 7 leftover bits. If there
2785 char bytes[2]; local
    [all...]
  /external/ImageMagick/MagickCore/
xwindow.c 1965 bytes; local
    [all...]
  /external/boringssl/src/crypto/curve25519/
curve25519.c 1206 const uint8_t *bytes = &precomp_table[i*(2 * 32)]; local
    [all...]
  /external/flac/libFLAC/
stream_encoder.c 89 unsigned bytes; member in struct:__anon19193
134 static FLAC__StreamEncoderWriteStatus write_frame_(FLAC__StreamEncoder *encoder, const FLAC__byte buffer[], size_t bytes, unsigned samples, FLAC__bool is_last_block);
294 static FLAC__StreamDecoderReadStatus verify_read_callback_(const FLAC__StreamDecoder *decoder, FLAC__byte buffer[], size_t *bytes, void *client_data);
299 static FLAC__StreamEncoderReadStatus file_read_callback_(const FLAC__StreamEncoder *encoder, FLAC__byte buffer[], size_t *bytes, void *client_data);
302 static FLAC__StreamEncoderWriteStatus file_write_callback_(const FLAC__StreamEncoder *encoder, const FLAC__byte buffer[], size_t bytes, unsigned samples, unsigned current_frame, void *client_data);
2578 size_t bytes; local
    [all...]
  /external/google-breakpad/src/third_party/libdisasm/
libdis.h 44 address from the bytes in that section.
48 the instruction would require bytes beyond
50 indicated garbage bytes at the end of a
77 opt_ignore_nulls=1, /* ignore sequences of > 4 NULL bytes */
134 unsigned int size; /* size of register in bytes */
201 op_fpregset = 24, /* 512 bytes: register set */
497 unsigned char bytes[MAX_INSN_SIZE]; member in struct:__anon19587
498 unsigned char size; /* size of insn in bytes */
554 /* x86_disasm: Disassemble a single instruction from a buffer of bytes.
555 * Returns size of instruction in bytes
816 unsigned char bytes[64]; \/* invariant representation *\/ member in struct:__anon19589
    [all...]
  /external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
TestCharset.java 233 byte[] bytes = new byte[0x10000];
236 bytes[j] = (byte) j;
246 ByteBuffer bs = ByteBuffer.wrap(bytes, 0, limit);
253 bs = ByteBuffer.wrap(bytes, i, 1).slice();
281 bs = ByteBuffer.wrap(bytes, i, 1).slice();
307 bs = ByteBuffer.wrap(bytes, i, 1).slice();
335 bs = ByteBuffer.wrap(bytes, 'a', m).slice();
341 bs = ByteBuffer.wrap(bytes, 'a', m).slice();
345 bs = ByteBuffer.wrap(bytes, 'a', n).slice();
349 bs = ByteBuffer.wrap(bytes, 'a', n).slice()
631 ByteBuffer bytes = encoder.encode(start); local
1307 ByteBuffer bytes = ByteBuffer.allocate(expectedByteStr.length); local
1332 ByteBuffer bytes = ByteBuffer.allocate(expectedByteStr.length); local
1367 ByteBuffer bytes = ByteBuffer.allocate(expectedByteStr.length); local
    [all...]
  /external/iproute2/include/linux/
pkt_sched.h 33 __u64 bytes; /* Number of enqueued bytes */ member in struct:tc_stats
122 __u32 limit; /* Queue length: bytes for bfifo, packets for pfifo */
195 unsigned quantum; /* Bytes per round allocated to flow */
216 __u32 limit; /* HARD maximal flow queue length (bytes) */
217 __u32 qth_min; /* Min average length threshold (bytes) */
218 __u32 qth_max; /* Max average length threshold (bytes) */
246 __u32 limit; /* HARD maximal queue length (bytes) */
247 __u32 qth_min; /* Min average length threshold (bytes) */
248 __u32 qth_max; /* Max average length threshold (bytes) */
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_int.h 613 int bytes; member in struct:VP8_COMP
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.h 396 uint32_t size; // in bytes
589 int bytes; member in struct:VP9_COMP
  /external/netperf/src/
netlib.c 289 bytes. this should be more than enough to be sure that there is
619 unsigned char bytes[8];
642 scratch = conv_rec.bytes[i];
643 conv_rec.bytes[i] = conv_rec.bytes[7-i];
644 conv_rec.bytes[7-i] = scratch;
668 unsigned char bytes[8];
685 scratch = conv_rec.bytes[i];
686 conv_rec.bytes[i] = conv_rec.bytes[7-i]
614 unsigned char bytes[8]; member in union:__anon28025
663 unsigned char bytes[8]; member in union:__anon28026
    [all...]
  /external/v8/src/heap/
heap.h 492 int bytes() const { return bytes_; } function in class:v8::internal::GarbageCollectionReason::BASE_EMBEDDED
557 // Indicates whether live bytes adjustment is triggered
    [all...]
  /frameworks/av/media/libstagefright/
MPEG4Writer.cpp 607 // - meta header structures, which occur only once (total 66 bytes)
608 // - size for each key, which consists of a fixed header (32 bytes),
694 ALOGI("limits: %" PRId64 "/%" PRId64 " bytes/us, bit rate: %d bps and the"
695 " estimated moov size %" PRId64 " bytes",
732 ALOGW("32-bit file size limit (%" PRId64 " bytes) too big. "
733 "It is changed to %" PRId64 " bytes",
1299 const size_t bytes = size * nmemb; local
    [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifInterface.java 1102 ByteArrayOutputStream bytes = null; local
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc_swvdec.cpp 7229 int bytes = 0; local
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc_swvdec.cpp 7444 int bytes = 0; local
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc_swvdec.cpp 7444 int bytes = 0; local
    [all...]
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifInterface.java 1084 ByteArrayOutputStream bytes = null; local
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifInterface.java 1102 ByteArrayOutputStream bytes = null; local
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/util/exif/
ExifInterface.java 1102 ByteArrayOutputStream bytes = null; local
    [all...]
  /prebuilts/devtools/tools/lib/
emma_device.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.4.0-alpha3/
testutils-25.4.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.4.0-alpha5/
testutils-25.4.0-alpha5.jar 

Completed in 4259 milliseconds

<<61626364656667686970>>