Searched refs:bytes (Results 151 - 175 of 1205) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/parsers/
H A Dmetadata_parser_factory.h23 char* bytes,
H A Dmetadata_parser_jpeg_factory.h19 virtual bool CanParse(const FilePath& path, char* bytes, int bytes_size);
/external/dhcpcd/
H A Dsignals.c70 ssize_t bytes; local
73 bytes = read(signal_pipe[0], buf, sizeof(buf));
74 if (bytes >= 0 && (size_t)bytes >= sizeof(sig))
/external/flac/libFLAC/include/private/
H A Dmd5.h15 * To compute the message digest of a chunk of bytes, declare an
17 * needed on buffers full of bytes, and then call MD5Final, which
34 FLAC__uint32 bytes[2]; member in struct:__anon5458
/external/libvpx/
H A Dmd5_utils.h12 * To compute the message digest of a chunk of bytes, declare an
14 * needed on buffers full of bytes, and then call MD5Final, which
33 UWORD32 bytes[2]; member in struct:MD5Context
/external/smali/baksmali/src/main/java/org/jf/baksmali/
H A Ddump.java85 byte[] bytes = out.toByteArray();
87 DexFile.calcSignature(bytes);
88 DexFile.calcChecksum(bytes);
93 fileOutputStream.write(bytes);
/external/speex/include/speex/
H A Dspeex_bits.h80 void speex_bits_read_from(SpeexBits *bits, char *bytes, int len);
82 /** Append bytes to the bit-stream
85 * @param bytes pointer to the bytes what will be appended
86 * @param len Number of bytes of append
88 void speex_bits_read_whole_bytes(SpeexBits *bits, char *bytes, int len);
93 * @param bytes Memory location where to write the bits
94 * @param max_len Maximum number of bytes to write (i.e. size of the "bytes" buffer)
95 * @return Number of bytes writte
[all...]
/external/valgrind/main/drd/tests/
H A Dtc01_simple_race.stderr.exp4 Location 0x........ is 0 bytes inside global var "x"
9 Location 0x........ is 0 bytes inside global var "x"
/external/valgrind/main/gdbserver_tests/
H A Dmcclean_after_fork.stderr.exp9 in use at exit: 0 bytes in 0 blocks
10 total heap usage: 0 allocs, 0 frees, 0 bytes allocated
H A Dmcmain_pic.stderr.exp7 in use at exit: 16 bytes in 1 blocks
8 total heap usage: 1 allocs, 0 frees, 16 bytes allocated
/external/valgrind/main/memcheck/tests/
H A Dbrk2.stderr.exp4 in use at exit: ... bytes in ... blocks
5 total heap usage: ... allocs, ... frees, ... bytes allocated
H A Derringfds.stderr.exp5 in use at exit: ... bytes in ... blocks
6 total heap usage: ... allocs, ... frees, ... bytes allocated
H A Dleak-cycle.stderr.exp1 leaked: 288 bytes in 18 blocks
2 dubious: 0 bytes in 0 blocks
3 reachable: 0 bytes in 0 blocks
4 suppressed: 0 bytes in 0 blocks
5 48 (16 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record ... of ...
11 48 (16 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record ... of ...
17 96 (16 direct, 80 indirect) bytes in 1 blocks are definitely lost in loss record ... of ...
23 96 (16 direct, 80 indirect) bytes in 1 blocks are definitely lost in loss record ... of ...
H A Dleak-pool-0.stderr.exp4 in use at exit: ... bytes in ... blocks
5 total heap usage: ... allocs, ... frees, ... bytes allocated
H A Dleak-pool-1.stderr.exp4 in use at exit: ... bytes in ... blocks
5 total heap usage: ... allocs, ... frees, ... bytes allocated
H A Dleak-pool-2.stderr.exp4 in use at exit: ... bytes in ... blocks
5 total heap usage: ... allocs, ... frees, ... bytes allocated
H A Dleak-pool-3.stderr.exp4 in use at exit: ... bytes in ... blocks
5 total heap usage: ... allocs, ... frees, ... bytes allocated
H A Dleak-pool-4.stderr.exp4 in use at exit: ... bytes in ... blocks
5 total heap usage: ... allocs, ... frees, ... bytes allocated
H A Dleak-pool-5.stderr.exp4 in use at exit: ... bytes in ... blocks
5 total heap usage: ... allocs, ... frees, ... bytes allocated
H A Dmallinfo.stderr.exp5 in use at exit: ... bytes in ... blocks
6 total heap usage: ... allocs, ... frees, ... bytes allocated
/external/valgrind/main/memcheck/tests/linux/
H A Dbrk.stderr.exp4 in use at exit: ... bytes in ... blocks
5 total heap usage: ... allocs, ... frees, ... bytes allocated
H A Dcapget.stderr.exp8 in use at exit: ... bytes in ... blocks
9 total heap usage: ... allocs, ... frees, ... bytes allocated
H A Dlsframe1.stderr.exp6 in use at exit: ... bytes in ... blocks
7 total heap usage: ... allocs, ... frees, ... bytes allocated
H A Dlsframe2.stderr.exp6 in use at exit: ... bytes in ... blocks
7 total heap usage: ... allocs, ... frees, ... bytes allocated
H A Dsigqueue.stderr.exp5 in use at exit: 0 bytes in 0 blocks
6 total heap usage: 1 allocs, 1 frees, 128 bytes allocated

Completed in 237 milliseconds

1234567891011>>