Searched refs:bytes (Results 276 - 300 of 1004) sorted by relevance

<<11121314151617181920>>

/external/webkit/Source/WebCore/fileapi/
H A DFileWriterSync.h61 void didWrite(long long bytes, bool complete);
/external/webkit/Source/WebKit2/Shared/win/
H A DPlatformCertificateInfo.cpp135 Vector<uint8_t> bytes; local
136 if (!decoder->decodeBytes(bytes)) {
141 PCCERT_CONTEXT certificateContext = ::CertCreateCertificateContext(PKCS_7_ASN_ENCODING | X509_ASN_ENCODING, bytes.data(), bytes.size());
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/engines/
H A DAESEngine.java229 /* multiply four bytes in GF(2^8) by 'x' {02} in parallel */
421 byte[] bytes,
426 C0 = (bytes[index++] & 0xff);
427 C0 |= (bytes[index++] & 0xff) << 8;
428 C0 |= (bytes[index++] & 0xff) << 16;
429 C0 |= bytes[index++] << 24;
431 C1 = (bytes[index++] & 0xff);
432 C1 |= (bytes[index++] & 0xff) << 8;
433 C1 |= (bytes[index++] & 0xff) << 16;
434 C1 |= bytes[inde
420 unpackBlock( byte[] bytes, int off) argument
447 packBlock( byte[] bytes, int off) argument
[all...]
/external/libffi/src/powerpc/
H A Dffi_darwin.c85 const unsigned bytes = ecif->cif->bytes; local
89 unsigned *const stacktop = stack + (bytes / sizeof(unsigned));
111 FFI_ASSERT((bytes & 0xF) == 0);
193 /* Structures that match the basic modes (QI 1 byte, HI 2 bytes,
194 SI 4 bytes) are aligned as if they were those modes.
277 unsigned bytes; local
282 /* All the machine-independent calculation of cif->bytes will be wrong.
296 bytes = (6 + ASM_NEEDS_REGISTERS) * sizeof(long);
300 - Structures of size <= 4 bytes als
[all...]
/external/guava/src/com/google/common/primitives/
H A DLongs.java48 * The number of bytes required to represent a primitive {@code long}
262 * stored in the first 8 bytes of {@code bytes}; equivalent to {@code
263 * ByteBuffer.wrap(bytes).getLong()}. For example, the input byte array
272 * @throws IllegalArgumentException if {@code bytes} has fewer than 8
276 public static long fromByteArray(byte[] bytes) { argument
277 checkArgument(bytes.length >= BYTES,
278 "array too small: %s < %s", bytes.length, BYTES);
279 return (bytes[0] & 0xFFL) << 56
280 | (bytes[
[all...]
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/
H A DDERSet.java96 byte[] bytes = bOut.toByteArray();
98 out.writeEncoded(SET | CONSTRUCTED, bytes);
/external/bouncycastle/src/main/java/org/bouncycastle/jce/
H A DX509Principal.java44 byte[] bytes)
47 super(readSequence(new ASN1InputStream(bytes)));
43 X509Principal( byte[] bytes) argument
/external/chromium/chrome/browser/ui/webui/
H A Dshared_resources_data_source.cc69 scoped_refptr<RefCountedStaticMemory> bytes(rb.LoadDataResourceBytes(idr));
70 SendResponse(request_id, bytes);
/external/chromium/net/tools/flip_server/
H A Dring_buffer.h49 // appends up-to-'size' bytes to the ringbuffer.
50 virtual int Write(const char * bytes, int size);
54 // If there are no writable bytes available, then *size will contain 0.
59 // If there are no readable bytes available, then *size will contain 0.
62 // Returns the number of bytes read into 'bytes'.
63 virtual int Read(char* bytes, int size);
68 // Reserves contiguous writable empty space in the buffer of size bytes.
H A Dsimple_buffer.h44 virtual int Write(const char* bytes, int size);
50 virtual int Read(char* bytes, int size);
/external/chromium/third_party/libjingle/source/talk/base/
H A Dbytebuffer.h41 ByteBuffer(const char* bytes, size_t len);
42 explicit ByteBuffer(const char* bytes); // uses strlen
/external/dbus/tools/
H A Ddbus-cleanup-sockets.c51 xmalloc (size_t bytes) argument
55 if (bytes == 0)
58 mem = malloc (bytes);
62 fprintf (stderr, "Allocation of %d bytes failed\n",
63 (int) bytes);
71 xrealloc (void *old, size_t bytes) argument
75 if (bytes == 0)
81 mem = realloc (old, bytes);
85 fprintf (stderr, "Reallocation of %d bytes failed\n",
86 (int) bytes);
[all...]
/external/emma/core/java12/com/vladium/jcd/cls/attribute/
H A DConstantValueAttribute_info.java121 final UDataInputStream bytes)
126 m_value_index = bytes.readU2 ();
120 ConstantValueAttribute_info(final int attribute_name_index, final long attribute_length, final UDataInputStream bytes) argument
H A DGenericAttribute_info.java89 final UDataInputStream bytes)
95 bytes.readFully (m_info);
88 GenericAttribute_info(final int attribute_name_index, final long attribute_length, final UDataInputStream bytes) argument
/external/icu4c/common/unicode/
H A Dbytestream.h7 // Abstract interface that consumes a sequence of bytes (ByteSink).
35 * \brief C++ API: Interface for writing bytes, and implementation classes.
45 * A ByteSink can be filled with bytes.
62 * Append "bytes[0,n-1]" to this.
63 * @param bytes the pointer to the bytes
64 * @param n the number of bytes; must be non-negative
67 virtual void Append(const char* bytes, int32_t n) = 0;
77 * After writing at most *result_capacity bytes, call Append() with the
78 * pointer returned from this function and the number of bytes writte
[all...]
/external/qemu/android/config/
H A Dcheck-pulseaudio.c29 PULSEAUDIO_SYMBOLS(int,pa_simple_write,(pa_simple* s, const void* data, size_t bytes, int* error))\
30 PULSEAUDIO_SYMBOLS(int,pa_simple_read,(pa_simple* s,void* data, size_t bytes, int* error))\
/external/valgrind/main/drd/tests/
H A Datomic_var.stderr.exp6 Location 0x........ is 0 bytes inside local var "s_y"
H A Dsem_as_mutex3.stderr.exp4 Location 0x........ is 0 bytes inside local var "s_d3"
H A Dsem_open3.stderr.exp4 Location 0x........ is 0 bytes inside local var "s_d3"
/external/valgrind/main/exp-ptrcheck/tests/
H A Dfp.stderr.exp4 Address 0x........ is 0 bytes inside the accessing pointer's
11 Address 0x........ is 0 bytes inside the accessing pointer's
18 Address 0x........ is 0 bytes inside the accessing pointer's
25 Address 0x........ is 0 bytes inside the accessing pointer's
H A Djustify.stderr.exp4 Address 0x........ is 5000 bytes after the accessing pointer's
H A Dstrlen_bad.stderr.exp6 Address 0x........ is 12 bytes inside the accessing pointer's
16 Address 0x........ is 12 bytes inside the accessing pointer's
26 Address 0x........ is 12 bytes inside the accessing pointer's
36 Address 0x........ is 12 bytes inside the accessing pointer's
H A Dsupp.stderr.exp5 First byte (0x........) is 3 bytes inside a 6-byte block alloc'd
/external/valgrind/main/helgrind/tests/
H A Dtc06_two_races.stderr.exp15 Location 0x........ is 0 bytes inside global var "unprot1"
24 Location 0x........ is 0 bytes inside global var "unprot1"
33 Location 0x........ is 0 bytes inside global var "unprot2"
42 Location 0x........ is 0 bytes inside global var "unprot2"
/external/valgrind/main/memcheck/tests/
H A Ddoublefree.stderr.exp4 Address 0x........ is 0 bytes inside a block of size 177 free'd

Completed in 424 milliseconds

<<11121314151617181920>>