/external/llvm-project/compiler-rt/test/dfsan/ |
D | write_callback.c | 94 int write_result = write(fd, aString, len); in test_failing_write_runs_callback() local
|
/external/compiler-rt/test/dfsan/ |
D | write_callback.c | 93 int write_result = write(fd, aString, len); in test_failing_write_runs_callback() local
|
/external/libchrome/ipc/ |
D | ipc_message_pipe_reader.cc | 96 MojoResult write_result = ChannelMojo::WriteToMessageAttachmentSet( in Receive() local
|
/external/libchrome/mojo/public/cpp/system/ |
D | string_data_pipe_producer.cc | 110 MojoResult write_result = in OnProducerHandleReady() local
|
/external/rust/crates/parking_lot/src/ |
D | rwlock.rs | 406 let write_result = lock.try_write(); in test_rwlock_try_write() localVariable 417 let write_result = lock.try_write(); in test_rwlock_try_write() localVariable 428 let write_result = lock.try_write(); in test_rwlock_try_write() localVariable
|
/external/libchrome/mojo/core/ |
D | broker_posix.cc | 102 ssize_t write_result = in GetWritableSharedMemoryRegion() local
|
/external/llvm-project/lldb/source/Host/windows/ |
D | PipeWindows.cpp | 328 BOOL write_result = ::WriteFile(m_write, buf, num_bytes, &sys_bytes_written, in Write() local
|
/external/tensorflow/tensorflow/core/platform/windows/ |
D | windows_file_system.cc | 198 BOOL write_result = in Append() local 214 BOOL write_result = in Append() local
|
/external/mesa3d/src/broadcom/vulkan/ |
D | v3dv_query.c | 246 const bool write_result = available || do_partial; in v3dv_get_query_pool_results_cpu() local
|
/external/rust/crates/crossbeam-utils/tests/ |
D | sharded_lock.rs | 186 let write_result = lock.try_write(); in try_write() localVariable
|
/external/llvm-project/lldb/unittests/Process/gdb-remote/ |
D | GDBRemoteCommunicationClientTest.cpp | 77 std::future<bool> write_result = std::async(std::launch::async, [&] { in TEST_F() local 97 std::future<bool> write_result = std::async(std::launch::async, [&] { in TEST_F() local
|
/external/rust/crates/zip/src/ |
D | write.rs | 166 let write_result = w.write(buf); in write() localVariable
|
/external/rust/crates/bencher/ |
D | lib.rs | 296 pub fn write_result(&mut self, result: &TestResult) -> io::Result<()> { in write_result() method
|
/external/rust/crates/spin/src/ |
D | rw_lock.rs | 976 let write_result = lock.try_write(); in test_rwlock_try_write() localVariable
|
/external/protobuf/src/google/protobuf/compiler/ |
D | command_line_interface.cc | 490 int write_result; in WriteAllToDisk() local
|
/external/wpa_supplicant_8/hs20/client/ |
D | osu_client.c | 31 void write_result(struct hs20_osu_client *ctx, const char *fmt, ...) in write_result() function
|