/external/pytorch/torch/csrc/jit/tensorexpr/ |
D | block_codegen.cpp | 113 std::unordered_set<BufPtr> bufs(buf_reads.begin(), buf_reads.end()); in visit() local 149 void BlockPrinter::PrintTensorInfo(const std::unordered_set<BufPtr>& bufs) { in PrintTensorInfo() 182 void BlockPrinter::PrintArguments(const std::unordered_set<BufPtr>& bufs) { in PrintArguments() 219 void BlockPrinter::PrintBufferInfo(const std::unordered_set<BufPtr>& bufs) { in PrintBufferInfo() 236 void BlockPrinter::PrintDistribution(const std::unordered_set<BufPtr>& bufs) { in PrintDistribution() 249 const std::unordered_set<BufPtr>& bufs, in PrintLoop() 267 const std::unordered_set<BufPtr>& bufs, in PrintReshapeInfo() 281 void BlockPrinter::PrintDMAs(const std::unordered_set<BufPtr>& bufs) { in PrintDMAs() 289 void BlockPrinter::PrintAdjustBuffers(const std::unordered_set<BufPtr>& bufs) { in PrintAdjustBuffers() 337 std::unordered_set<BufPtr> bufs(buf_reads.begin(), buf_reads.end()); in Initialize() local
|
/external/angle/src/tests/gl_tests/ |
D | DrawBuffersTest.cpp | 273 const GLenum bufs[] = {GL_NONE, GL_COLOR_ATTACHMENT1}; in TEST_P() local 300 const GLenum bufs[] = {GL_NONE, GL_COLOR_ATTACHMENT1}; in TEST_P() local 337 const GLenum bufs[] = {GL_COLOR_ATTACHMENT0, GL_NONE, GL_NONE, GL_COLOR_ATTACHMENT3}; in TEST_P() local 374 const GLenum bufs[] = {GL_COLOR_ATTACHMENT0, GL_NONE, GL_NONE, GL_COLOR_ATTACHMENT3}; in TEST_P() local 419 const GLenum bufs[] = {GL_COLOR_ATTACHMENT0, GL_NONE, GL_NONE, GL_COLOR_ATTACHMENT3}; in TEST_P() local 459 GLenum bufs[] = {GL_COLOR_ATTACHMENT0, GL_NONE, GL_NONE, GL_NONE}; in TEST_P() local 510 GLenum bufs[] = {GL_COLOR_ATTACHMENT0, GL_NONE, GL_NONE, GL_NONE}; in TEST_P() local 555 const GLenum bufs[] = {GL_COLOR_ATTACHMENT0, GL_NONE, GL_NONE, GL_COLOR_ATTACHMENT3}; in TEST_P() local 573 GLenum bufs[8] = {GL_NONE}; in TEST_P() local 624 GLenum bufs[8] = {GL_NONE}; in TEST_P() local [all …]
|
/external/rust/android-crates-io/crates/hyper/src/common/ |
D | buf.rs | 7 bufs: VecDeque<T>, field 109 let mut bufs = hello_world_buf(); in to_bytes_shorter() localVariable 121 let mut bufs = hello_world_buf(); in to_bytes_eq() localVariable 132 let mut bufs = hello_world_buf(); in to_bytes_longer() localVariable
|
/external/rust/android-crates-io/crates/futures-util/src/io/ |
D | write_all_vectored.rs | 15 bufs: &'a mut [IoSlice<'a>], field 131 let bufs = &[IoSlice::new(&[2, 2, 2])]; in test_writer_read_from_one_buf() localVariable 135 let bufs = &[IoSlice::new(&[3]), IoSlice::new(&[4, 4])]; in test_writer_read_from_one_buf() localVariable 150 let bufs = &[IoSlice::new(&[1]), IoSlice::new(&[2, 2, 2])]; in test_writer_read_from_multiple_bufs() localVariable 154 let bufs = &[IoSlice::new(&[3]), IoSlice::new(&[4]), IoSlice::new(&[5, 5])]; in test_writer_read_from_multiple_bufs() localVariable
|
D | write_vectored.rs | 12 bufs: &'a [IoSlice<'a>], field
|
/external/deqp-deps/amber/src/vkscript/ |
D | parser_test.cc | 134 const auto& bufs = script->GetBuffers(); in TEST_F() local 149 const auto& bufs = script->GetBuffers(); in TEST_F() local 232 const auto& bufs = script->GetBuffers(); in TEST_F() local 254 const auto& bufs = script->GetBuffers(); in TEST_F() local 282 const auto& bufs = script->GetBuffers(); in TEST_F() local 332 const auto& bufs = script->GetBuffers(); in TEST_F() local 360 const auto& bufs = script->GetBuffers(); in TEST_F() local 438 const auto& bufs = script->GetBuffers(); in TEST_F() local 493 const auto& bufs = script->GetBuffers(); in TEST_F() local
|
/external/rust/android-crates-io/crates/tokio/tests/ |
D | io_buf_writer.rs | 374 let bufs = [ in write_vectored_basic_on_non_vectored() localVariable 390 let bufs = [ in write_vectored_basic_on_vectored() localVariable 406 let mut bufs = [ in write_vectored_large_total_on_non_vectored() localVariable 426 let mut bufs = [ in write_vectored_large_total_on_vectored() localVariable 484 let mut bufs = [ in write_vectored_odd_on_non_vectored() localVariable 499 let mut bufs = [ in write_vectored_odd_on_vectored() localVariable 514 let mut bufs = [ in write_vectored_large_slice_on_non_vectored() localVariable 528 let mut bufs = [ in write_vectored_large_slice_on_vectored() localVariable
|
/external/rust/android-crates-io/crates/futures/tests/ |
D | io_read.rs | 36 let bufs = &mut []; in read_vectored_no_buffers() localVariable 54 let bufs = &mut [ in read_vectored_first_non_empty() localVariable
|
D | io_write.rs | 44 let bufs = &mut []; in write_vectored_no_buffers() localVariable 60 let bufs = &mut [io::IoSlice::new(&[]), io::IoSlice::new(&[]), io::IoSlice::new(b"four")]; in write_vectored_first_non_empty() localVariable
|
/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/ |
D | win_iocp_socket_service_base.hpp | 256 ConstBufferSequence> bufs(buffers); in send() local 290 ConstBufferSequence> bufs(buffers); in async_send() local 323 MutableBufferSequence> bufs(buffers); in receive() local 359 MutableBufferSequence> bufs(buffers); in async_receive() local 395 MutableBufferSequence> bufs(buffers); in receive_with_flags() local 437 MutableBufferSequence> bufs(buffers); in async_receive_with_flags() local
|
/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/socks4/ |
D | socks4.hpp | 56 boost::array<boost::asio::const_buffer, 7> bufs = in buffers() local 100 boost::array<boost::asio::mutable_buffer, 5> bufs = in buffers() local
|
/external/cronet/stable/third_party/boringssl/src/crypto/rand_extra/ |
D | rand_test.cc | 146 uint8_t bufs[5][16]; in TEST() local 171 std::vector<std::array<uint8_t, 256>> bufs(num_threads); in RunConcurrentRands() local
|
/external/cronet/tot/third_party/boringssl/src/crypto/rand_extra/ |
D | rand_test.cc | 146 uint8_t bufs[5][16]; in TEST() local 171 std::vector<std::array<uint8_t, 256>> bufs(num_threads); in RunConcurrentRands() local
|
/external/boringssl/src/crypto/rand_extra/ |
D | rand_test.cc | 146 uint8_t bufs[5][16]; in TEST() local 171 std::vector<std::array<uint8_t, 256>> bufs(num_threads); in RunConcurrentRands() local
|
/external/rust/android-crates-io/crates/hyper/src/body/ |
D | aggregate.rs | 27 let mut bufs = BufList::new(); in aggregate() localVariable
|
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/util/ |
D | InputStreamUtil.java | 70 ArrayDeque<byte[]> bufs = new ArrayDeque<byte[]>(TO_BYTE_ARRAY_DEQUE_SIZE); in toByteArray() local 119 private static byte[] combineBuffers(Queue<byte[]> bufs, int totalLen) { in combineBuffers()
|
/external/sdv/vsomeip/third_party/boost/container/test/ |
D | monotonic_buffer_resource_test.cpp | 66 char *bufs[AllocCount]; in test_release() local 97 char *bufs[AllocCount]; in test_destructor() local 371 char *bufs[iterations]; in test_do_deallocate() local
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/lio_listio/ |
D | 18-1.c | 47 char *bufs; in main() local
|
D | 13-1.c | 46 char *bufs; in main() local
|
D | 12-1.c | 46 char *bufs; in main() local
|
/external/mesa3d/src/glx/apple/ |
D | apple_xgl_api_stereo.c | 87 __applegl_glDrawBuffers(GLsizei n, const GLenum * bufs) in __applegl_glDrawBuffers()
|
/external/liburing/test/ |
D | buf-ring.c | 27 void *bufs; in test_mixed_reg2() local 71 void *bufs; in test_mixed_reg() local
|
/external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/ |
D | esextcDrawBuffersIndexedBlending.cpp | 66 std::vector<glw::GLenum> bufs(maxDrawBuffers); in prepareFramebuffer() local 89 glw::GLenum bufs[1] = {GL_BACK}; in releaseFramebuffer() local
|
D | esextcDrawBuffersIndexedColorMasks.cpp | 66 std::vector<glw::GLenum> bufs(maxDrawBuffers); in prepareFramebuffer() local 91 glw::GLenum bufs[1] = {GL_BACK}; in releaseFramebuffer() local
|
/external/rust/android-crates-io/crates/http-body/src/ |
D | collect.rs | 80 bufs: BufList<B>, field 132 bufs: VecDeque<T>, field
|