HomeSort by relevance Sort by last modified time
    Searched refs:bos (Results 76 - 100 of 328) sorted by null

1 2 34 5 6 7 8 91011>>

  /libcore/support/src/test/java/tests/util/
SerializationTester.java 47 ByteArrayOutputStream bos = new ByteArrayOutputStream(); local
48 ObjectOutputStream oos = new ObjectOutputStream(bos);
52 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray());
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/util/
RamDisk.java 56 ByteArrayOutputStream bos = new ByteArrayOutputStream(); local
65 bos.write(buffer, 0, read);
72 final ByteBuffer bb = ByteBuffer.wrap(bos.toByteArray(), 0, total);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DataOutputStreamTest.java 32 private ByteArrayOutputStream bos; field in class:DataOutputStreamTest
237 dis = new DataInputStream(new ByteArrayInputStream(bos.toByteArray()));
245 bos = new ByteArrayOutputStream();
246 os = new DataOutputStream(bos);
  /bionic/libc/include/sys/
socket.h 302 size_t bos = __bos0(buf); local
305 if (bos == __BIONIC_FORTIFY_UNKNOWN_SIZE) {
309 if (__builtin_constant_p(len) && (len <= bos)) {
313 if (__builtin_constant_p(len) && (len > bos)) {
318 return __recvfrom_chk(fd, buf, len, bos, flags, src_addr, addr_len);
  /development/ndk/platforms/android-21/include/
stdio.h 431 size_t bos = __bos(dest); local
440 if (bos == __BIONIC_FORTIFY_UNKNOWN_SIZE) {
446 if (__builtin_constant_p(size) && (size <= (int) bos)) {
452 if (__builtin_constant_p(size) && (size > (int) bos)) {
456 return __fgets_chk(dest, size, stream, bos);
  /development/ndk/platforms/android-21/include/sys/
socket.h 302 size_t bos = __bos0(buf); local
305 if (bos == __BIONIC_FORTIFY_UNKNOWN_SIZE) {
309 if (__builtin_constant_p(len) && (len <= bos)) {
313 if (__builtin_constant_p(len) && (len > bos)) {
318 return __recvfrom_chk(fd, buf, len, bos, flags, src_addr, addr_len);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
ZipOutputStreamTest.java 34 ByteArrayOutputStream bos; field in class:ZipOutputStreamTest
44 zos = new ZipOutputStream(bos);
102 zis = new ZipInputStream(new ByteArrayInputStream(bos.toByteArray()));
178 zis = new ZipInputStream(new ByteArrayInputStream(bos.toByteArray()));
276 zos = new ZipOutputStream(bos = new ByteArrayOutputStream());
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/
stdio.h 431 size_t bos = __bos(dest); local
440 if (bos == __BIONIC_FORTIFY_UNKNOWN_SIZE) {
446 if (__builtin_constant_p(size) && (size <= (int) bos)) {
452 if (__builtin_constant_p(size) && (size > (int) bos)) {
456 return __fgets_chk(dest, size, stream, bos);
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/sys/
socket.h 302 size_t bos = __bos0(buf); local
305 if (bos == __BIONIC_FORTIFY_UNKNOWN_SIZE) {
309 if (__builtin_constant_p(len) && (len <= bos)) {
313 if (__builtin_constant_p(len) && (len > bos)) {
318 return __recvfrom_chk(fd, buf, len, bos, flags, src_addr, addr_len);
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/
stdio.h 431 size_t bos = __bos(dest); local
440 if (bos == __BIONIC_FORTIFY_UNKNOWN_SIZE) {
446 if (__builtin_constant_p(size) && (size <= (int) bos)) {
452 if (__builtin_constant_p(size) && (size > (int) bos)) {
456 return __fgets_chk(dest, size, stream, bos);
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/sys/
socket.h 302 size_t bos = __bos0(buf); local
305 if (bos == __BIONIC_FORTIFY_UNKNOWN_SIZE) {
309 if (__builtin_constant_p(len) && (len <= bos)) {
313 if (__builtin_constant_p(len) && (len > bos)) {
318 return __recvfrom_chk(fd, buf, len, bos, flags, src_addr, addr_len);
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/
stdio.h 431 size_t bos = __bos(dest); local
440 if (bos == __BIONIC_FORTIFY_UNKNOWN_SIZE) {
446 if (__builtin_constant_p(size) && (size <= (int) bos)) {
452 if (__builtin_constant_p(size) && (size > (int) bos)) {
456 return __fgets_chk(dest, size, stream, bos);
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/sys/
socket.h 302 size_t bos = __bos0(buf); local
305 if (bos == __BIONIC_FORTIFY_UNKNOWN_SIZE) {
309 if (__builtin_constant_p(len) && (len <= bos)) {
313 if (__builtin_constant_p(len) && (len > bos)) {
318 return __recvfrom_chk(fd, buf, len, bos, flags, src_addr, addr_len);
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/
stdio.h 431 size_t bos = __bos(dest); local
440 if (bos == __BIONIC_FORTIFY_UNKNOWN_SIZE) {
446 if (__builtin_constant_p(size) && (size <= (int) bos)) {
452 if (__builtin_constant_p(size) && (size > (int) bos)) {
456 return __fgets_chk(dest, size, stream, bos);
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/sys/
socket.h 302 size_t bos = __bos0(buf); local
305 if (bos == __BIONIC_FORTIFY_UNKNOWN_SIZE) {
309 if (__builtin_constant_p(len) && (len <= bos)) {
313 if (__builtin_constant_p(len) && (len > bos)) {
318 return __recvfrom_chk(fd, buf, len, bos, flags, src_addr, addr_len);
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/
stdio.h 431 size_t bos = __bos(dest); local
440 if (bos == __BIONIC_FORTIFY_UNKNOWN_SIZE) {
446 if (__builtin_constant_p(size) && (size <= (int) bos)) {
452 if (__builtin_constant_p(size) && (size > (int) bos)) {
456 return __fgets_chk(dest, size, stream, bos);
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/sys/
socket.h 302 size_t bos = __bos0(buf); local
305 if (bos == __BIONIC_FORTIFY_UNKNOWN_SIZE) {
309 if (__builtin_constant_p(len) && (len <= bos)) {
313 if (__builtin_constant_p(len) && (len > bos)) {
318 return __recvfrom_chk(fd, buf, len, bos, flags, src_addr, addr_len);
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/
stdio.h 431 size_t bos = __bos(dest); local
440 if (bos == __BIONIC_FORTIFY_UNKNOWN_SIZE) {
446 if (__builtin_constant_p(size) && (size <= (int) bos)) {
452 if (__builtin_constant_p(size) && (size > (int) bos)) {
456 return __fgets_chk(dest, size, stream, bos);
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/sys/
socket.h 302 size_t bos = __bos0(buf); local
305 if (bos == __BIONIC_FORTIFY_UNKNOWN_SIZE) {
309 if (__builtin_constant_p(len) && (len <= bos)) {
313 if (__builtin_constant_p(len) && (len > bos)) {
318 return __recvfrom_chk(fd, buf, len, bos, flags, src_addr, addr_len);
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/
stdio.h 431 size_t bos = __bos(dest); local
440 if (bos == __BIONIC_FORTIFY_UNKNOWN_SIZE) {
446 if (__builtin_constant_p(size) && (size <= (int) bos)) {
452 if (__builtin_constant_p(size) && (size > (int) bos)) {
456 return __fgets_chk(dest, size, stream, bos);
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/sys/
socket.h 302 size_t bos = __bos0(buf); local
305 if (bos == __BIONIC_FORTIFY_UNKNOWN_SIZE) {
309 if (__builtin_constant_p(len) && (len <= bos)) {
313 if (__builtin_constant_p(len) && (len > bos)) {
318 return __recvfrom_chk(fd, buf, len, bos, flags, src_addr, addr_len);
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/
stdio.h 431 size_t bos = __bos(dest); local
440 if (bos == __BIONIC_FORTIFY_UNKNOWN_SIZE) {
446 if (__builtin_constant_p(size) && (size <= (int) bos)) {
452 if (__builtin_constant_p(size) && (size > (int) bos)) {
456 return __fgets_chk(dest, size, stream, bos);
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/sys/
socket.h 302 size_t bos = __bos0(buf); local
305 if (bos == __BIONIC_FORTIFY_UNKNOWN_SIZE) {
309 if (__builtin_constant_p(len) && (len <= bos)) {
313 if (__builtin_constant_p(len) && (len > bos)) {
318 return __recvfrom_chk(fd, buf, len, bos, flags, src_addr, addr_len);
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/
stdio.h 431 size_t bos = __bos(dest); local
440 if (bos == __BIONIC_FORTIFY_UNKNOWN_SIZE) {
446 if (__builtin_constant_p(size) && (size <= (int) bos)) {
452 if (__builtin_constant_p(size) && (size > (int) bos)) {
456 return __fgets_chk(dest, size, stream, bos);
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/sys/
socket.h 302 size_t bos = __bos0(buf); local
305 if (bos == __BIONIC_FORTIFY_UNKNOWN_SIZE) {
309 if (__builtin_constant_p(len) && (len <= bos)) {
313 if (__builtin_constant_p(len) && (len > bos)) {
318 return __recvfrom_chk(fd, buf, len, bos, flags, src_addr, addr_len);

Completed in 1297 milliseconds

1 2 34 5 6 7 8 91011>>