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

1 2 3 45 6 7 8 91011>>

  /prebuilts/ndk/current/platforms/android-23/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-23/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-23/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-23/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-23/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-23/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-24/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-24/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-24/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-24/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-24/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-24/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-24/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-24/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-24/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-24/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-24/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-24/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);
  /cts/tools/cfassembler/src/dxconvext/
ClassFileAssembler.java 108 BufferedOutputStream bos = new BufferedOutputStream(os); local
109 writeClassFile(r, bos, isDex);
110 bos.close();
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
CompressedTextureActivity.java 120 ByteArrayOutputStream bos = new ByteArrayOutputStream(); local
121 ETC1Util.writeTexture(etc1Texture, bos);
122 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray());
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/misc/
Stats.java 176 BufferedOutputStream bos = new BufferedOutputStream(fos); local
177 PrintStream ps = new PrintStream(bos);
180 bos.close();
  /external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
SealedObjectTest.java 53 ByteArrayOutputStream bos = new ByteArrayOutputStream(); local
54 ObjectOutputStream oos = new ObjectOutputStream(bos);
58 bos.toByteArray()));
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
KeyStore_Impl3Test.java 136 ByteArrayOutputStream bos = new ByteArrayOutputStream(); local
145 kss[i].store(bos, null);
147 kss[i].store(bos, pwd);
148 ByteArrayInputStream bis = new ByteArrayInputStream(bos
  /external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/
HttpTransportSE.java 244 ByteArrayOutputStream bos = new ByteArrayOutputStream(); local
252 bos.write(buf, 0, rd);
255 bos.flush();
256 buf = bos.toByteArray();
  /external/libdrm/radeon/
radeon_cs_int.h 27 struct radeon_cs_space_check bos[MAX_SPACE_BOS]; member in struct:radeon_cs_int

Completed in 978 milliseconds

1 2 3 45 6 7 8 91011>>