HomeSort by relevance Sort by last modified time
    Searched refs:write_result (Results 1 - 14 of 14) sorted by null

  /system/connectivity/wificond/tests/
looper_backed_event_loop_unittest.cpp 110 bool write_result = false; local
111 event_loop_->PostTask([&write_result, &pipe]() {write_result = pipe.writeSignal();});
121 EXPECT_EQ(true, write_result);
126 bool write_result = false; local
131 [&write_result, &pipe, this](int fd) {
132 write_result = pipe.writeSignal();
135 EXPECT_EQ(true, write_result);
143 bool write_result = false; local
144 event_loop_->PostTask([&write_result, &pipe]() {write_result = pipe.writeSignal();})
    [all...]
  /external/ltp/testcases/kernel/controllers/cpuset/cpuset_inherit_test/
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/compiler-rt/test/dfsan/
write_callback.c 93 int write_result = write(fd, aString, len); local
94 assert(write_result == -1);
  /external/ltp/testcases/kernel/controllers/cpuset/cpuset_base_ops_test/
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/libmojo/mojo/edk/system/
broker_posix.cc 99 ssize_t write_result = PlatformChannelWrite( local
101 if (write_result < 0) {
104 } else if (static_cast<size_t>(write_result) !=
  /external/wpa_supplicant_8/hs20/client/
est.c 51 write_result(ctx, "Could not parse PKCS#7 object from EST");
59 write_result(ctx, "Could not parse PKCS#7 object from EST");
78 write_result(ctx, "No certificates found in PKCS#7 object");
146 write_result(ctx, "Failed to download EST cacerts from %s",
156 write_result(ctx, "Could not read EST cacerts");
179 write_result(ctx, "Could not fetch EST PKCS#7 cacerts");
188 write_result(ctx, "Could not parse CA certs from EST PKCS#7 cacerts response");
720 write_result(ctx, "EST certificate enrollment failed");
743 write_result(ctx, "Failed to parse EST simpleenroll base64 response");
753 write_result(ctx, "EST: Failed to extract certificate from EST PKCS7 file")
    [all...]
osu_client.h 57 void write_result(struct hs20_osu_client *ctx, const char *fmt, ...)
osu_client.c 31 void write_result(struct hs20_osu_client *ctx, const char *fmt, ...) function
203 write_result(ctx, "Invalid client certificate SHA256 hash value in PPS");
212 write_result(ctx, "Could not find client certificate from EST");
224 write_result(ctx, "Client certificate from EST does not match fingerprint from PPS MO");
303 write_result(ctx, "Invalid SHA256 hash value for downloaded certificate");
332 write_result(ctx, "Downloaded certificate fingerprint did not match");
530 write_result(ctx, "Unsupported location for addMO to add PPS MO: '%s'",
543 write_result(ctx, "Unsupported location for addMO to "
556 write_result(ctx, "FQDN '%s' for new PPS MO did not have suffix match with server's dNSName values",
564 write_result(ctx, "Invalid FQDN '%s'", fqdn)
    [all...]
spp_client.c 766 write_result(ctx, "HTTP error: %s", err);
oma_dm_client.c 963 write_result(ctx, "HTTP error: %s", err);
    [all...]
  /test/vts-testcase/performance/fmq_benchmark/
FmqPerformanceTest.py 127 write_result = line.replace("Average time to write ",
130 (label, value) = write_result.split(": ")
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface.cc 458 int write_result; local
460 write_result = write(file_descriptor, data, size);
461 } while (write_result < 0 && errno == EINTR);
463 if (write_result <= 0) {
474 if (write_result < 0) {
483 data += write_result;
484 size -= write_result;
    [all...]
  /external/tensorflow/tensorflow/core/platform/windows/
windows_file_system.cc 154 BOOL write_result = variable
156 if (FALSE == write_result) {
  /external/mesa3d/src/amd/common/
ac_nir_to_llvm.c     [all...]

Completed in 176 milliseconds