HomeSort by relevance Sort by last modified time
    Searched full:bytes (Results 651 - 675 of 10215) sorted by null

<<21222324252627282930>>

  /external/v8/src/
string-stream.h 38 // Allocate a number of bytes.
39 virtual char* allocate(unsigned bytes) = 0;
40 // Allocate a larger number of bytes and copy the old buffer to the new one.
41 // bytes is an input and output parameter passing the old size of the buffer
44 virtual char* grow(unsigned* bytes) = 0;
52 char* allocate(unsigned bytes);
53 char* grow(unsigned* bytes);
65 char* allocate(unsigned bytes) { return space_; }
66 char* grow(unsigned* bytes);
  /external/valgrind/main/drd/tests/
atomic_var.stderr.exp 6 Location 0x........ is 0 bytes inside local var "s_y"
sem_as_mutex3.stderr.exp 4 Location 0x........ is 0 bytes inside local var "s_d3"
sem_open3.stderr.exp 4 Location 0x........ is 0 bytes inside local var "s_d3"
  /external/valgrind/main/massif/tests/
long-time.c 2 // when measured in bytes -- 6,000,000,000 -- exceeds 32-bits. It also does
  /external/valgrind/main/memcheck/tests/
doublefree.stderr.exp 4 Address 0x........ is 0 bytes inside a block of size 177 free'd
exitprog.stderr.exp 3 Address 0x........ is 0 bytes after a block of size 1,000,000 alloc'd
fwrite.stderr.exp 4 Address 0x........ is 0 bytes inside a block of size 10 alloc'd
inline.stderr.exp 4 Address 0x........ is 0 bytes after a block of size 40 alloc'd
leak.h 34 fprintf(where,"leaked: %3ld bytes in %2ld blocks\n", \
36 fprintf(where,"dubious: %3ld bytes in %2ld blocks\n", \
38 fprintf(where,"reachable: %3ld bytes in %2ld blocks\n", \
40 fprintf(where,"suppressed: %3ld bytes in %2ld blocks\n", \
memalign_test.stderr.exp 4 Address 0x........ is 0 bytes inside a block of size 111,110 free'd
  /external/valgrind/main/none/tests/ppc32/
ldstrev.c 11 " lhbrx %0,0,%1 \n" // Get half word and reverse the bytes
23 " lhzx %0,0,%1 \n" // Get half word and reverse the bytes
35 " lwbrx %0,0,%1 \n" // Get half word and reverse the bytes
47 " lwzx %0,0,%1 \n" // Get half word and reverse the bytes
  /external/valgrind/main/none/tests/x86/
faultstatus.stderr.exp 6 Test 5: disInstr: unhandled instruction bytes: 0x........ 0x........ 0x........ 0x........
  /external/webkit/LayoutTests/fast/encoding/
bracket-in-script-expected.txt 4 The charset sniffer would think it was still in the script mode and ignore the meta tag. This test relies on the charset sniffer ignoring meta tags inside script and checking at least 1024 bytes of data for a meta tag.
meta-in-body.html 22 This test checks that the charset sniffer scans at least 1024 bytes of data to find a meta tag, even if it is not in the head section.
  /external/webkit/Source/WebCore/manual-tests/
video-statistics.html 8 Audio bytes decoded: 0 average p/s: 0<br>
9 Video bytes decoded: 0 average p/s: 0<br>
70 "Audio bytes decoded: " + v.webkitAudioDecodedByteCount + " average p/s: " + audioMean.mean() + "<br>" +
71 "Video bytes decoded: " + v.webkitVideoDecodedByteCount + " average p/s: " + videoMean.mean() + "<br>" +
  /external/webkit/Source/WebCore/platform/text/
TextCodecUTF16.cpp 69 String TextCodecUTF16::decode(const char* bytes, size_t length, bool, bool, bool&)
76 const unsigned char* p = reinterpret_cast<const unsigned char*>(bytes);
124 // character buffer, each character is two bytes, and we know
130 char* bytes; local
131 CString string = CString::newUninitialized(length * 2, bytes);
138 bytes[i * 2] = c;
139 bytes[i * 2 + 1] = c >> 8;
144 bytes[i * 2] = c >> 8;
145 bytes[i * 2 + 1] = c;
  /external/wpa_supplicant_8/src/crypto/
aes-cbc.c 19 * @iv: Encryption IV for CBC mode (16 bytes)
21 * @data_len: Length of data in bytes (must be divisible by 16)
52 * @iv: Decryption IV for CBC mode (16 bytes)
54 * @data_len: Length of data in bytes (must be divisible by 16)
  /external/wpa_supplicant_8/src/eap_peer/
eap_tls_common.h 42 * tls_in_left - Number of remaining bytes in the incoming TLS message
47 * tls_in_total - Total number of bytes in the incoming TLS message
75 /* could be up to 128 bytes, but only the first 64 bytes are used */
  /frameworks/av/drm/common/
ReadWriteUtils.cpp 46 char* bytes = new char[length]; local
47 if (length == read(fd, (void*) bytes, length)) {
48 string.append(bytes, length);
50 delete bytes;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
armVCM4P2_Clip8_s.s 57 VST1 {dclip0},[pDst],step ;// store 8 bytes and pDst=pDst+step
58 VST1 {dclip1},[pDst],step ;// store 8 bytes and pDst=pDst+step
68 VST1 {dclip0},[pDst],step ;// store 8 bytes and pDst=pDst+step
69 VST1 {dclip1},[pDst],step ;// store 8 bytes and pDst=pDst+step
  /frameworks/base/core/java/android/nfc/tech/
NfcF.java 77 * Return the System Code bytes from tag discovery.
81 * @return System Code bytes
88 * Return the Manufacturer bytes from tag discovery.
92 * @return Manufacturer bytes
104 * <p>Use {@link #getMaxTransceiveLength} to retrieve the maximum amount of bytes
113 * @param data bytes to send
114 * @return bytes received in response
123 * Return the maximum number of bytes that can be sent with {@link #transceive}.
124 * @return the maximum number of bytes that can be sent with {@link #transceive}.
  /frameworks/base/media/mca/filterfw/jni/
jni_vertex_frame.cpp 76 jbyte* bytes = env->GetByteArrayElements(data, NULL); local
77 if (bytes) {
78 const bool success = frame->WriteData(reinterpret_cast<const uint8_t*>(bytes + offset),
80 env->ReleaseByteArrayElements(data, bytes, JNI_ABORT);
  /hardware/ti/wlan/mac80211/ti-utils/scripts/
mkcard.sh 9 echo DISK SIZE - $SIZE bytes
  /libcore/luni/src/main/java/java/nio/channels/
SocketChannel.java 227 * Reads bytes from this socket channel into the given buffer.
229 * The maximum number of bytes that will be read is the remaining number of
230 * bytes in the buffer when the method is invoked. The bytes will be copied
236 * Upon completion, the buffer's position is set to the end of the bytes
240 * the byte buffer to receive the bytes.
241 * @return the number of bytes actually read.
259 * Reads bytes from this socket channel into a subset of the given buffers.
260 * This method attempts to read all {@code remaining()} bytes from {@code
262 * number of bytes actually read is returned
    [all...]

Completed in 3076 milliseconds

<<21222324252627282930>>