/hardware/broadcom/wlan/bcm4329/src/include/ |
hndpmu.h | 6 * Unless you and Broadcom execute a separate written software license 22 * other than the GPL, without Broadcom's express prior written consent.
|
/cts/tests/tests/media/src/android/media/cts/ |
AudioTrack_ListenerTest.java | 104 int written = 0; local 105 while (written < vai.length) { 106 written += mAudioTrack.write(vai, written, vai.length - written);
|
/dalvik/libcore/luni/src/main/java/java/io/ |
ObjectOutput.java | 38 * that any pending writes are written out to the target stream. 47 * stream. Blocks until all bytes are written. 59 * written. 75 * byte of the integer {@code value} is written to the stream. Blocks until 76 * the byte is actually written.
|
ByteArrayOutputStream.java | 24 * (internal) byte array. As bytes are written to this stream, the byte array 32 * The byte array containing the bytes written. 37 * The number of bytes written. 43 * If more than 32 bytes are written to this instance, the underlying byte 53 * {@code size} bytes. If more than {@code size} bytes are written to this 108 * Returns the total number of bytes written to this stream so far. 110 * @return the number of bytes written to this stream. 185 * the buffer to be written. 225 * low order byte of {@code oneByte} is written. 228 * the byte to be written [all...] |
/dalvik/libcore/nio/src/main/java/java/nio/channels/ |
GatheringByteChannel.java | 35 * the buffers containing bytes to be written. 36 * @return the number of bytes actually written. 61 * of bytes actually written is returned. 67 * the array of byte buffers that is the source for bytes written 74 * @return the number of bytes actually written.
|
/external/openssl/crypto/bn/ |
vms-helper.c | 24 * prior written permission. For written permission, please contact 28 * nor may "OpenSSL" appear in their names without prior written 50 * This product includes cryptographic software written by Eric Young 51 * (eay@cryptsoft.com). This product includes software written by Tim
|
/external/openssl/crypto/buffer/ |
buf_err.c | 24 * prior written permission. For written permission, please contact 28 * nor may "OpenSSL" appear in their names without prior written 50 * This product includes cryptographic software written by Eric Young 51 * (eay@cryptsoft.com). This product includes software written by Tim
|
/external/openssl/crypto/comp/ |
comp_err.c | 24 * prior written permission. For written permission, please contact 28 * nor may "OpenSSL" appear in their names without prior written 50 * This product includes cryptographic software written by Eric Young 51 * (eay@cryptsoft.com). This product includes software written by Tim
|
/external/openssl/crypto/ |
cpt_err.c | 24 * prior written permission. For written permission, please contact 28 * nor may "OpenSSL" appear in their names without prior written 50 * This product includes cryptographic software written by Eric Young 51 * (eay@cryptsoft.com). This product includes software written by Tim
|
uid.c | 24 * prior written permission. For written permission, please contact 28 * nor may "OpenSSL" appear in their names without prior written 50 * This product includes cryptographic software written by Eric Young 51 * (eay@cryptsoft.com). This product includes software written by Tim
|
/external/openssl/crypto/des/ |
rand_key.c | 24 * prior written permission. For written permission, please contact 28 * nor may "OpenSSL" appear in their names without prior written 50 * This product includes cryptographic software written by Eric Young 51 * (eay@cryptsoft.com). This product includes software written by Tim
|
/external/openssl/crypto/dh/ |
dh_depr.c | 24 * prior written permission. For written permission, please contact 28 * nor may "OpenSSL" appear in their names without prior written 50 * This product includes cryptographic software written by Eric Young 51 * (eay@cryptsoft.com). This product includes software written by Tim
|
/external/openssl/crypto/ecdh/ |
ech_err.c | 24 * prior written permission. For written permission, please contact 28 * nor may "OpenSSL" appear in their names without prior written 50 * This product includes cryptographic software written by Eric Young 51 * (eay@cryptsoft.com). This product includes software written by Tim
|
ech_locl.h | 24 * prior written permission. For written permission, please contact 28 * nor may "OpenSSL" appear in their names without prior written 50 * This product includes cryptographic software written by Eric Young 51 * (eay@cryptsoft.com). This product includes software written by Tim
|
/external/openssl/crypto/ecdsa/ |
ecs_asn1.c | 24 * prior written permission. For written permission, please contact 28 * nor may "OpenSSL" appear in their names without prior written 50 * This product includes cryptographic software written by Eric Young 51 * (eay@cryptsoft.com). This product includes software written by Tim
|
/external/openssl/crypto/evp/ |
e_seed.c | 24 * prior written permission. For written permission, please contact 28 * nor may "OpenSSL" appear in their names without prior written 50 * This product includes cryptographic software written by Eric Young 51 * (eay@cryptsoft.com). This product includes software written by Tim
|
/external/openssl/crypto/objects/ |
obj_err.c | 24 * prior written permission. For written permission, please contact 28 * nor may "OpenSSL" appear in their names without prior written 50 * This product includes cryptographic software written by Eric Young 51 * (eay@cryptsoft.com). This product includes software written by Tim
|
/external/openssl/crypto/pem/ |
pem2.h | 23 * prior written permission. For written permission, please contact 27 * nor may "OpenSSL" appear in their names without prior written 49 * This product includes cryptographic software written by Eric Young 50 * (eay@cryptsoft.com). This product includes software written by Tim
|
/external/openssl/crypto/pkcs7/ |
example.h | 23 * prior written permission. For written permission, please contact 27 * nor may "OpenSSL" appear in their names without prior written 49 * This product includes cryptographic software written by Eric Young 50 * (eay@cryptsoft.com). This product includes software written by Tim
|
/external/openssl/crypto/ui/ |
ui_compat.c | 24 * prior written permission. For written permission, please contact 28 * nor may "OpenSSL" appear in their names without prior written 50 * This product includes cryptographic software written by Eric Young 51 * (eay@cryptsoft.com). This product includes software written by Tim
|
ui_util.c | 24 * prior written permission. For written permission, please contact 28 * nor may "OpenSSL" appear in their names without prior written 50 * This product includes cryptographic software written by Eric Young 51 * (eay@cryptsoft.com). This product includes software written by Tim
|
/external/openssl/include/openssl/ |
pem2.h | 23 * prior written permission. For written permission, please contact 27 * nor may "OpenSSL" appear in their names without prior written 49 * This product includes cryptographic software written by Eric Young 50 * (eay@cryptsoft.com). This product includes software written by Tim
|
/frameworks/base/core/java/android/os/ |
Parcelable.java | 20 * Interface for classes whose instances can be written to 58 * Flag for use with {@link #writeToParcel}: the object being written 86 * @param dest The Parcel in which the object should be written. 87 * @param flags Additional flags about how the object should be written. 99 * from the given Parcel whose data had previously been written by
|
/dalvik/libcore/luni/src/test/java/tests/api/java/io/ |
ObjectOutputStreamPutFieldTest.java | 64 * is written when {@code Support_GetPutFields.writeObject(ObjectOutputStream)} 80 notes = "Verifies that content is written correctly to a stream.", 86 notes = "Verifies that content is written correctly to a stream.", 92 notes = "Verifies that content is written correctly to a stream.", 98 notes = "Verifies that content is written correctly to a stream.", 104 notes = "Verifies that content is written correctly to a stream.", 110 notes = "Verifies that content is written correctly to a stream.", 116 notes = "Verifies that content is written correctly to a stream.", 122 notes = "Verifies that content is written correctly to a stream.", 128 notes = "Verifies that content is written correctly to a stream." [all...] |
PrintStreamTest.java | 237 assertTrue("Bytes not written", baos.size() > 0); 242 // assertEquals("Bytes should not be written, yet", 0, bos.size()); 244 // assertTrue("Bytes not written", bos.size() > 0); 251 // assertTrue("Bytes not written", testFile.length() > 0); 256 // assertTrue("Bytes not written", testFile.length() > 0); 272 assertTrue("Bytes not written", baos.size() > 0); 354 assertEquals("Bytes not written after flush", 501, baos.size()); 385 assertEquals("Incorrect char[] written", fileString, new String(rbytes, 403 assertEquals("Incorrect char written", 't', bis.read()); 422 assertEquals("Incorrect double written", "2345.76834720202" [all...] |