/third_party/musl/porting/linux/user/include/fortify/ |
D | unistd.h | 62 size_t bos = __DIAGNOSE_BOS(buf); in getcwd() local 78 size_t bos = __DIAGNOSE_BOS0(buf); in pread() local 94 size_t bos = __DIAGNOSE_BOS0(buf); in pwrite() local 110 size_t bos = __DIAGNOSE_BOS0(buf); in read() local 126 size_t bos = __DIAGNOSE_BOS0(buf); in write() local 142 size_t bos = __DIAGNOSE_BOS(buf); in readlink() local 158 size_t bos = __DIAGNOSE_BOS(buf); in readlinkat() local
|
D | socket.h | 43 size_t bos = __DIAGNOSE_BOS0(buf); in recvfrom() local 60 size_t bos = __DIAGNOSE_BOS0(buf); in sendto() local 76 size_t bos = __DIAGNOSE_BOS0(buf); in recv() local 92 size_t bos = __DIAGNOSE_BOS0(buf); in send() local
|
D | stdio.h | 49 size_t bos = __DIAGNOSE_BOS0(buf); in fread() local 68 size_t bos = __DIAGNOSE_BOS0(buf); in fwrite() local 85 size_t bos = __DIAGNOSE_BOS(dest); in fgets() local 99 size_t bos = __DIAGNOSE_BOS(dest); in __DIAGNOSE_PRINTFLIKE() local
|
D | string.h | 183 size_t bos = __DIAGNOSE_BOS(s); in memchr() local 198 size_t bos = __DIAGNOSE_BOS(s); in memrchr() local 211 size_t bos = __DIAGNOSE_BOS(s); in strchr() local 225 size_t bos = __DIAGNOSE_BOS(s); in strrchr() local
|
/third_party/boost/libs/serialization/src/ |
D | basic_oarchive.cpp | 214 bosarg bos(ti); in find() local 229 basic_oarchive_impl::find(const basic_oserializer & bos) in find() 238 const basic_oserializer & bos in register_type() 250 const basic_oserializer & bos in save_object() 318 const basic_oserializer & bos = bpos_ptr->get_basic_serializer(); in save_pointer() local 426 const basic_oserializer & bos in save_object() 440 basic_oarchive::register_basic_serializer(const basic_oserializer & bos){ in register_basic_serializer()
|
/third_party/ejdb/src/bindings/ejdb2_jni/src/main/java/com/softmotions/ejdb2/ |
D | EJDB2.java | 243 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in getAsString() local 268 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in getAsDocument() local 289 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in getAsJSON() local 351 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in infoAsString() local 367 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in infoAsJSON() local
|
/third_party/mesa3d/include/android_stub/cutils/ |
D | properties.h | 137 size_t bos = __bos(value); in property_get() local
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_vX_device.c | 39 uint32_t *bos, unsigned nr_bos, in panvk_queue_submit_batch() 236 uint32_t bos[nr_bos]; in panvk_per_arch() local
|
D | panvk_mempool.h | 59 struct util_dynarray bos; member
|
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/ |
D | LiteralByteStringTest.java | 230 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in testWriteTo() local 259 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in testNewOutput() local
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
D | builtin-objsize1.c | 1 #define bos(O, T) __builtin_object_size(O, T) macro
|
D | builtin-objsize0.c | 1 #define bos(O, T) __builtin_object_size(O, T) macro
|
/third_party/ejdb/src/bindings/ejdb2_android/test/ejdb2/src/androidTest/java/com/softmotions/ejdb2/ |
D | Ejdb2AndroidTest.java | 50 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in ejdb2tests() local
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_batch.h | 44 struct set *bos; member
|
/third_party/boost/libs/xpressive/tools/ |
D | perl2xpr.cpp | 24 char const *bos = " bos "; in main() local
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
D | pan_mempool.h | 38 struct util_dynarray bos; member
|
/third_party/boost/boost/archive/detail/ |
D | polymorphic_oarchive_route.hpp | 61 const detail::basic_oserializer & bos in save_object() 160 void register_basic_serializer(const detail::basic_oserializer & bos) BOOST_OVERRIDE { in register_basic_serializer()
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | LiteralByteStringTest.java | 311 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in testWriteTo() local 397 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in testNewOutput() local
|
D | ParseExceptionsTest.java | 71 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in setupDelimited() local
|
D | NioByteStringTest.java | 324 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in testWriteTo() local 412 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in testNewOutput() local
|
/third_party/libusb/libusb/ |
D | descriptor.c | 761 struct libusb_bos_descriptor **bos, in parse_bos() 847 struct libusb_bos_descriptor **bos) in libusb_get_bos_descriptor() 896 void API_EXPORTED libusb_free_bos_descriptor(struct libusb_bos_descriptor *bos) in libusb_free_bos_descriptor()
|
/third_party/boost/boost/serialization/ |
D | collection_size_type copy.hpp | 101 std::basic_ostream<CharType, Traits> & bos, in operator <<()
|
/third_party/boost/boost/histogram/detail/ |
D | counting_streambuf.hpp | 42 using bos = std::basic_ostream<C, T>; typedef
|
/third_party/ejdb/src/bindings/ejdb2_jni/src/android/java/com/softmotions/ejdb2/ |
D | EJDB2.java | 197 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in getAsString() local 259 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in infoAsString() local
|
/third_party/mesa3d/src/asahi/lib/ |
D | pool.h | 44 struct util_dynarray bos; member
|