Home
last modified time | relevance | path

Searched refs:write_result (Results 1 – 23 of 23) sorted by relevance

/external/ltp/testcases/kernel/controllers/cpuset/cpuset_inherit_test/
Dcpuset_inherit_testset.sh60 write_result="$(cat "$(dirname $write_file)/2/$(basename $write_file)")"
64 test -z "$write_result" -a $return_result = 0
71 test "$expect_string" = "$write_result" -a $return_result = 0
79 tst_resm TFAIL "$cfile_name: Test result - $write_result Expected string - \"$expect_string\""
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_base_ops_test/
Dcpuset_base_ops_testset.sh49 local write_result=
60 write_result="$(cat "$write_file")"
64 test -z "$write_result" -a $ret = 0
71 test "$expect_string" = "$write_result" -a $ret = 0
79 tst_resm TFAIL "$cfile_name: Test result - $write_result Expected string - \"$expect_string\""
/external/wpa_supplicant_8/hs20/client/
Dest.c52 write_result(ctx, "Could not parse PKCS#7 object from EST"); in pkcs7_to_cert()
60 write_result(ctx, "Could not parse PKCS#7 object from EST"); in pkcs7_to_cert()
79 write_result(ctx, "No certificates found in PKCS#7 object"); in pkcs7_to_cert()
147 write_result(ctx, "Failed to download EST cacerts from %s", in est_load_cacerts()
157 write_result(ctx, "Could not read EST cacerts"); in est_load_cacerts()
180 write_result(ctx, "Could not fetch EST PKCS#7 cacerts"); in est_load_cacerts()
189 write_result(ctx, "Could not parse CA certs from EST PKCS#7 cacerts response"); in est_load_cacerts()
731 write_result(ctx, "EST certificate enrollment failed"); in est_simple_enroll()
749 write_result(ctx, "Failed to parse EST simpleenroll base64 response"); in est_simple_enroll()
759 write_result(ctx, "EST: Failed to extract certificate from EST PKCS7 file"); in est_simple_enroll()
Dosu_client.c31 void write_result(struct hs20_osu_client *ctx, const char *fmt, ...) in write_result() function
234 write_result(ctx, "Invalid client certificate SHA256 hash value in PPS"); in process_est_cert()
243 write_result(ctx, "Could not find client certificate from EST"); in process_est_cert()
255 write_result(ctx, "Client certificate from EST does not match fingerprint from PPS MO"); in process_est_cert()
333 write_result(ctx, "Invalid SHA256 hash value for downloaded certificate"); in download_cert()
362 write_result(ctx, "Downloaded certificate fingerprint did not match"); in download_cert()
564 write_result(ctx, "Unsupported location for addMO to add PPS MO: '%s'", in hs20_add_pps_mo()
577 write_result(ctx, "Unsupported location for addMO to " in hs20_add_pps_mo()
590write_result(ctx, "FQDN '%s' for new PPS MO did not have suffix match with server's dNSName values… in hs20_add_pps_mo()
598 write_result(ctx, "Invalid FQDN '%s'", fqdn); in hs20_add_pps_mo()
[all …]
Dosu_client.h60 void write_result(struct hs20_osu_client *ctx, const char *fmt, ...)
Dspp_client.c766 write_result(ctx, "HTTP error: %s", err); in spp_post_dev_data()
Doma_dm_client.c969 write_result(ctx, "HTTP error: %s", err); in oma_dm_send_recv()
/external/libchrome/ipc/
Dipc_message_pipe_reader.cc96 MojoResult write_result = ChannelMojo::WriteToMessageAttachmentSet( in Receive() local
98 if (write_result != MOJO_RESULT_OK) { in Receive()
99 OnPipeError(write_result); in Receive()
/external/libchrome/mojo/core/
Dbroker_posix.cc102 ssize_t write_result = in GetWritableSharedMemoryRegion() local
105 if (write_result < 0) { in GetWritableSharedMemoryRegion()
108 } else if (static_cast<size_t>(write_result) != in GetWritableSharedMemoryRegion()
/external/llvm-project/compiler-rt/test/dfsan/
Dwrite_callback.c94 int write_result = write(fd, aString, len); in test_failing_write_runs_callback() local
95 assert(write_result == -1); in test_failing_write_runs_callback()
/external/compiler-rt/test/dfsan/
Dwrite_callback.c93 int write_result = write(fd, aString, len); in test_failing_write_runs_callback() local
94 assert(write_result == -1); in test_failing_write_runs_callback()
/external/rust/crates/parking_lot/src/
Drwlock.rs406 let write_result = lock.try_write(); in test_rwlock_try_write() localVariable
408 write_result.is_none(), in test_rwlock_try_write()
417 let write_result = lock.try_write(); in test_rwlock_try_write() localVariable
419 write_result.is_none(), in test_rwlock_try_write()
428 let write_result = lock.try_write(); in test_rwlock_try_write() localVariable
430 write_result.is_none(), in test_rwlock_try_write()
/external/libchrome/mojo/public/cpp/system/
Dstring_data_pipe_producer.cc110 MojoResult write_result = in OnProducerHandleReady() local
112 if (write_result != MOJO_RESULT_OK) in OnProducerHandleReady()
/external/llvm-project/lldb/unittests/Process/gdb-remote/
DGDBRemoteCommunicationClientTest.cpp77 std::future<bool> write_result = std::async(std::launch::async, [&] { in TEST_F() local
84 ASSERT_TRUE(write_result.get()); in TEST_F()
86 write_result = std::async(std::launch::async, [&] { in TEST_F()
91 ASSERT_TRUE(write_result.get()); in TEST_F()
97 std::future<bool> write_result = std::async(std::launch::async, [&] { in TEST_F() local
104 ASSERT_TRUE(write_result.get()); in TEST_F()
106 write_result = std::async(std::launch::async, [&] { in TEST_F()
111 ASSERT_TRUE(write_result.get()); in TEST_F()
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_query.c246 const bool write_result = available || do_partial; in v3dv_get_query_pool_results_cpu() local
247 if (write_result) in v3dv_get_query_pool_results_cpu()
254 if (!write_result) in v3dv_get_query_pool_results_cpu()
/external/tensorflow/tensorflow/core/platform/windows/
Dwindows_file_system.cc198 BOOL write_result = in Append() local
200 if (FALSE == write_result) { in Append()
214 BOOL write_result = in Append() local
216 if (FALSE == write_result) { in Append()
/external/rust/crates/crossbeam-utils/tests/
Dsharded_lock.rs186 let write_result = lock.try_write(); in try_write() localVariable
187 match write_result { in try_write()
/external/llvm-project/lldb/source/Host/windows/
DPipeWindows.cpp328 BOOL write_result = ::WriteFile(m_write, buf, num_bytes, &sys_bytes_written, in Write() local
330 if (!write_result && GetLastError() != ERROR_IO_PENDING) in Write()
/external/rust/crates/zip/src/
Dwrite.rs166 let write_result = w.write(buf); in write() localVariable
167 if let Ok(count) = write_result { in write()
170 write_result in write()
/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc490 int write_result; in WriteAllToDisk() local
492 write_result = write(file_descriptor, data, size); in WriteAllToDisk()
493 } while (write_result < 0 && errno == EINTR); in WriteAllToDisk()
495 if (write_result <= 0) { in WriteAllToDisk()
506 if (write_result < 0) { in WriteAllToDisk()
515 data += write_result; in WriteAllToDisk()
516 size -= write_result; in WriteAllToDisk()
/external/rust/crates/bencher/
Dlib.rs296 pub fn write_result(&mut self, result: &TestResult) -> io::Result<()> { in write_result() method
422 try!(st.write_result(&result)); in run_tests_console()
/external/rust/crates/spin/src/
Drw_lock.rs976 let write_result = lock.try_write(); in test_rwlock_try_write() localVariable
977 match write_result { in test_rwlock_try_write()
/external/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c4122 goto write_result; in visit_tex()
4159 goto write_result; in visit_tex()
4292 goto write_result; in visit_tex()
4374 write_result: in visit_tex()