Home
last modified time | relevance | path

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

/external/compiler-rt/test/dfsan/
Dwrite_callback.c93 int write_result = write(fd, aString, len); in test_failing_write_runs_callback() local
/external/libchrome/mojo/public/cpp/system/
Dstring_data_pipe_producer.cc110 MojoResult write_result = in OnProducerHandleReady() local
/external/libchrome/ipc/
Dipc_message_pipe_reader.cc96 MojoResult write_result = ChannelMojo::WriteToMessageAttachmentSet( in Receive() local
/external/rust/crates/parking_lot/src/
Drwlock.rs406 let write_result = lock.try_write(); in test_rwlock_try_write() localVariable
419 let write_result = lock.try_write(); in test_rwlock_try_write() localVariable
432 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/tensorflow/tensorflow/core/platform/windows/
Dwindows_file_system.cc198 BOOL write_result = in Append() local
214 BOOL write_result = in Append() local
/external/rust/crates/crossbeam-utils/tests/
Dsharded_lock.rs189 let write_result = lock.try_write(); in try_write() localVariable
/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/bencher/
Dlib.rs296 pub fn write_result(&mut self, result: &TestResult) -> io::Result<()> { in write_result() method
/external/rust/crates/zip/src/
Dwrite.rs215 let write_result = w.write(buf); in write() localVariable
/external/rust/crates/spin/src/
Drwlock.rs1024 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