Home
last modified time | relevance | path

Searched defs:write_result (Results 1 – 16 of 16) sorted by relevance

/external/llvm-project/compiler-rt/test/dfsan/
Dwrite_callback.c94 int write_result = write(fd, aString, len); in test_failing_write_runs_callback() local
/external/compiler-rt/test/dfsan/
Dwrite_callback.c93 int write_result = write(fd, aString, len); in test_failing_write_runs_callback() local
/external/libchrome/ipc/
Dipc_message_pipe_reader.cc96 MojoResult write_result = ChannelMojo::WriteToMessageAttachmentSet( in Receive() local
/external/libchrome/mojo/public/cpp/system/
Dstring_data_pipe_producer.cc110 MojoResult write_result = in OnProducerHandleReady() local
/external/rust/crates/parking_lot/src/
Drwlock.rs406 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/
Dbroker_posix.cc102 ssize_t write_result = in GetWritableSharedMemoryRegion() local
/external/llvm-project/lldb/source/Host/windows/
DPipeWindows.cpp328 BOOL write_result = ::WriteFile(m_write, buf, num_bytes, &sys_bytes_written, in Write() local
/external/tensorflow/tensorflow/core/platform/windows/
Dwindows_file_system.cc198 BOOL write_result = in Append() local
214 BOOL write_result = in Append() local
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_query.c246 const bool write_result = available || do_partial; in v3dv_get_query_pool_results_cpu() local
/external/rust/crates/crossbeam-utils/tests/
Dsharded_lock.rs186 let write_result = lock.try_write(); in try_write() localVariable
/external/llvm-project/lldb/unittests/Process/gdb-remote/
DGDBRemoteCommunicationClientTest.cpp77 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/
Dwrite.rs166 let write_result = w.write(buf); in write() localVariable
/external/rust/crates/bencher/
Dlib.rs296 pub fn write_result(&mut self, result: &TestResult) -> io::Result<()> { in write_result() method
/external/rust/crates/spin/src/
Drw_lock.rs976 let write_result = lock.try_write(); in test_rwlock_try_write() localVariable
/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc490 int write_result; in WriteAllToDisk() local
/external/wpa_supplicant_8/hs20/client/
Dosu_client.c31 void write_result(struct hs20_osu_client *ctx, const char *fmt, ...) in write_result() function