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

<<31323334353637383940>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_io.py 10 # * test_largefile - tests operations on a file greater than 2**32 bytes
54 bytes = support.py3k_bytes variable
73 self._write_stack.append(bytes(b))
229 b = bytes(b)
399 print("It requires %d bytes and a long time." % self.LARGE,
899 # Write out many bytes with exactly the same number of 0's,
905 s = bytes(bytearray(l))
934 c = bytes(bytearray([i]))
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.filebuffers_3.5.100.v20100520-0800.jar 
  /prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /external/emma/lib/
emma.jar 
  /art/runtime/
debugger.cc 3023 std::vector<uint8_t> bytes; local
3155 std::vector<uint8_t> bytes; local
3689 std::vector<uint8_t> bytes; local
    [all...]
jni_internal.cc 2034 char* bytes = new char[byte_count + 1]; local
    [all...]
  /external/chromium_org/third_party/bintrees/bintrees/
cwalker.c 3777 unsigned char *bytes = (unsigned char *) &ival; local
    [all...]
qavltree.c 3380 unsigned char *bytes = (unsigned char *) &ival; local
    [all...]
qbintree.c 3375 unsigned char *bytes = (unsigned char *) &ival; local
    [all...]
qrbtree.c 3377 unsigned char *bytes = (unsigned char *) &ival; local
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
test1.c 542 ** output buffer in bytes. The maximum size is 100. FORMAT is the
908 ** The third argument is a string, either 'bytes' or 'bytes16' or 'noop',
946 if( strcmp(zCmd,"bytes")==0 ){
3164 int bytes; local
3206 int bytes; local
3253 int bytes; local
3501 int bytes = 0; local
3536 int bytes; local
3593 int bytes; local
3695 int bytes; \/* The integer specified as arg 3 *\/ local
3755 int bytes; \/* The integer specified as arg 3 *\/ local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bitvect.c 115 static N_word FACTOR; /* = ld(BITS / 8) (ld of # of bytes) */
468 N_word bytes; local
474 bytes = (size + BIT_VECTOR_HIDDEN_WORDS) << FACTOR;
475 addr = (wordptr) yasm_xmalloc((size_t) bytes);
520 N_word bytes; local
544 bytes = (newsize + BIT_VECTOR_HIDDEN_WORDS) << FACTOR;
545 newaddr = (wordptr) yasm_xmalloc((size_t) bytes);
3514 N_word bytes; local
    [all...]
  /external/flac/libFLAC/
stream_encoder.c 111 unsigned bytes; member in struct:__anon20148
154 static FLAC__StreamEncoderWriteStatus write_frame_(FLAC__StreamEncoder *encoder, const FLAC__byte buffer[], size_t bytes, unsigned samples, FLAC__bool is_last_block);
314 static FLAC__StreamDecoderReadStatus verify_read_callback_(const FLAC__StreamDecoder *decoder, FLAC__byte buffer[], size_t *bytes, void *client_data);
319 static FLAC__StreamEncoderReadStatus file_read_callback_(const FLAC__StreamEncoder *encoder, FLAC__byte buffer[], size_t *bytes, void *client_data);
322 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);
2391 size_t bytes; local
    [all...]
  /external/iproute2/include/linux/
pkt_sched.h 33 __u64 bytes; /* Number of enqueued bytes */ member in struct:tc_stats
110 __u32 limit; /* Queue length: bytes for bfifo, packets for pfifo */
179 unsigned quantum; /* Bytes per round allocated to flow */
200 __u32 limit; /* HARD maximal flow queue length (bytes) */
201 __u32 qth_min; /* Min average length threshold (bytes) */
202 __u32 qth_max; /* Max average length threshold (bytes) */
230 __u32 limit; /* HARD maximal queue length (bytes) */
231 __u32 qth_min; /* Min average length threshold (bytes) */
232 __u32 qth_max; /* Max average length threshold (bytes) */
    [all...]
  /external/libnl-headers/
netlink-types.h 429 uint64_t bytes; member in struct:rtnl_tstats::__anon22752
739 uint64_t bytes; member in struct:nfnl_ct_dir
  /external/libvpx/libvpx/vp8/encoder/
onyx_int.h 620 int bytes; member in struct:VP8_COMP
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_int.h 621 int bytes; member in struct:VP9_COMP
  /external/v8/src/
spaces.h 447 // Manage live byte count (count of bytes known to be live,
624 // Count of bytes marked black on page.
692 // Page size in bytes. This must be a multiple of the OS page size.
695 // Object area size in bytes.
791 // After calling this we can allocate a certain number of bytes using only
797 virtual bool ReserveSpace(int bytes) = 0;
961 // Returns the maximum available bytes of heaps.
964 // Returns allocated spaces in bytes.
967 // Returns the maximum available executable bytes of heaps.
973 // Returns allocated executable spaces in bytes
1682 int bytes() const { return bytes_; } function in class:v8::internal::BASE_EMBEDDED
    [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp 171 // The size of this struct is 32 bytes on the 32-bit target system
223 ALOGW("idmap assertion failed: size=%d bytes\n", (int)sizeBytes);
526 * maximum length of 0x7FFFFFF (2147483647 bytes), but if you're storing that
529 * If the high bit is set, then there are two characters or 4 bytes of length
548 * maximum length of 0x7FFF (32767 bytes), but you should consider storing
551 * If the high bit is set, then there are two characters or 2 bytes of length
597 STRING_POOL_NOISY(ALOGI("CREATING STRING CACHE OF %d bytes",
601 ALOGW("CREATING STRING CACHE OF %d bytes",
606 ALOGW("No memory trying to allocate decode cache table of %d bytes\n",
830 size_t ResStringPool::bytes() cons function in class:android::ResStringPool
    [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifInterface.java 1102 ByteArrayOutputStream bytes = null; local
    [all...]
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifInterface.java 1102 ByteArrayOutputStream bytes = null; local
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifInterface.java 1102 ByteArrayOutputStream bytes = null; local
    [all...]
  /packages/apps/Launcher3/src/com/android/gallery3d/exif/
ExifInterface.java 1102 ByteArrayOutputStream bytes = null; local
    [all...]
  /packages/apps/Mms/src/com/android/mms/exif/
ExifInterface.java 1102 ByteArrayOutputStream bytes = null; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
wavefront.h 28 of 22 bytes, corresponding to 16-bit alignment (as would have been variable
62 bytes. Defining things like this makes the code much more portable, and
152 /* # of bytes we send to the board when sending it various kinds of
179 /* Magic MIDI bytes used to switch I/O streams on the ICS2115 MPU401
400 data without forcing user-level extraction of the relevant bytes.
551 6000 bytes total has `size' = 3000.
557 wavefront_any __user *hdrptr; /* user-space ptr to hdr bytes */
560 wavefront_any hdr; /* kernel-space copy of hdr bytes */
563 /* The maximum number of bytes we will ever move to or from user space
580 unsigned char rbuf[WF_MAX_READ]; /* bytes read from card *
    [all...]

Completed in 812 milliseconds

<<31323334353637383940>>