/external/ltp/testcases/kernel/controllers/cpuset/cpuset_inherit_test/ |
D | cpuset_inherit_testset.sh | 60 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/ |
D | cpuset_base_ops_testset.sh | 49 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/ |
D | est.c | 52 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()
|
D | osu_client.c | 31 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() 590 …write_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 …]
|
D | osu_client.h | 60 void write_result(struct hs20_osu_client *ctx, const char *fmt, ...)
|
D | spp_client.c | 766 write_result(ctx, "HTTP error: %s", err); in spp_post_dev_data()
|
D | oma_dm_client.c | 969 write_result(ctx, "HTTP error: %s", err); in oma_dm_send_recv()
|
/external/libchrome/ipc/ |
D | ipc_message_pipe_reader.cc | 96 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/ |
D | broker_posix.cc | 102 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/ |
D | write_callback.c | 94 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/ |
D | write_callback.c | 93 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/ |
D | rwlock.rs | 406 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/ |
D | string_data_pipe_producer.cc | 110 MojoResult write_result = in OnProducerHandleReady() local 112 if (write_result != MOJO_RESULT_OK) in OnProducerHandleReady()
|
/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 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/ |
D | v3dv_query.c | 246 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/ |
D | windows_file_system.cc | 198 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/ |
D | sharded_lock.rs | 186 let write_result = lock.try_write(); in try_write() localVariable 187 match write_result { in try_write()
|
/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 330 if (!write_result && GetLastError() != ERROR_IO_PENDING) in Write()
|
/external/rust/crates/zip/src/ |
D | write.rs | 166 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/ |
D | command_line_interface.cc | 490 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/ |
D | lib.rs | 296 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/ |
D | rw_lock.rs | 976 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/ |
D | ac_nir_to_llvm.c | 4122 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()
|