Home
last modified time | relevance | path

Searched refs:is_success (Results 1 – 25 of 54) sorted by relevance

123

/aosp_15_r20/external/grpc-grpc/test/cpp/interop/
H A Dstress_interop_client.cc121 bool is_success = false; in RunTest() local
124 is_success = interop_client_->DoEmpty(); in RunTest()
128 is_success = interop_client_->DoLargeUnary(); in RunTest()
132 is_success = interop_client_->DoClientCompressedUnary(); in RunTest()
136 is_success = interop_client_->DoClientCompressedStreaming(); in RunTest()
140 is_success = interop_client_->DoRequestStreaming(); in RunTest()
144 is_success = interop_client_->DoResponseStreaming(); in RunTest()
148 is_success = interop_client_->DoServerCompressedUnary(); in RunTest()
152 is_success = interop_client_->DoServerCompressedStreaming(); in RunTest()
156 is_success = interop_client_->DoResponseStreamingWithSlowConsumer(); in RunTest()
[all …]
H A Dstress_test.cc169 bool is_success = true; in ParseTestCasesString() local
179 is_success = false; in ParseTestCasesString()
188 is_success = false; in ParseTestCasesString()
195 return is_success; in ParseTestCasesString()
/aosp_15_r20/external/protobuf/benchmarks/util/
H A Dbig_query_utils.py27 is_success = True
46 is_success = False
47 return is_success
89 is_success = True
120 is_success = False
121 return is_success
125 is_success = True
148 is_success = False
149 return is_success
153 is_success = True
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/benchmarks/util/
H A Dbig_query_utils.py27 is_success = True
46 is_success = False
47 return is_success
89 is_success = True
120 is_success = False
121 return is_success
125 is_success = True
148 is_success = False
149 return is_success
153 is_success = True
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/gcp/utils/
Dbig_query_utils.py42 is_success = True
61 is_success = False
62 return is_success
104 is_success = True
136 is_success = False
137 return is_success
141 is_success = True
163 is_success = False
164 return is_success
168 is_success = True
[all …]
/aosp_15_r20/external/grpc-grpc/tools/gcp/utils/
H A Dbig_query_utils.py40 is_success = True
59 is_success = False
60 return is_success
122 is_success = True
153 is_success = False
154 return is_success
158 is_success = True
180 is_success = False
181 return is_success
185 is_success = True
[all …]
/aosp_15_r20/external/tpm2-tss/src/tss2-fapi/
H A Difapi_get_intl_cert.c56 int is_success = SHA256_Init(&sha256); in hash_ek_public() local
57 if (!is_success) { in hash_ek_public()
65 is_success = SHA256_Update(&sha256, in hash_ek_public()
68 if (!is_success) { in hash_ek_public()
80 is_success = SHA256_Update(&sha256, buf, sizeof(buf)); in hash_ek_public()
81 if (!is_success) { in hash_ek_public()
88 is_success = SHA256_Update(&sha256, in hash_ek_public()
91 if (!is_success) { in hash_ek_public()
97 is_success = SHA256_Update(&sha256, in hash_ek_public()
100 if (!is_success) { in hash_ek_public()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/http/tests/
Dstatus_code.rs44 fn is_success() { in is_success() function
45 assert!(status_code(200).is_success()); in is_success()
46 assert!(status_code(299).is_success()); in is_success()
48 assert!(!status_code(199).is_success()); in is_success()
49 assert!(!status_code(300).is_success()); in is_success()
/aosp_15_r20/external/autotest/server/site_tests/power_WakeSources/
H A Dpower_WakeSources.py256 is_success = True
295 is_success = False
296 elif is_success:
302 is_success = False
303 elif is_success:
307 return is_success
/aosp_15_r20/tools/asuite/atest/
H A Dtest_runner_invocation.py65 is_success = True
72 is_success = False
75 if not is_success:
97 success=is_success,
/aosp_15_r20/external/rust/crates/uefi/src/result/
Dstatus.rs43 if self.is_success() { in to_result()
52 if self.is_success() { in to_result_with_val()
64 if self.is_success() { in to_result_with_err()
77 if self.is_success() { in to_result_with()
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/result/
Dstatus.rs43 if self.is_success() { in to_result()
52 if self.is_success() { in to_result_with_val()
64 if self.is_success() { in to_result_with_err()
77 if self.is_success() { in to_result_with()
/aosp_15_r20/packages/services/Car/cpp/bugreport/
Dmain.cpp473 bool is_success = doBugreport(progress_socket, &bytes_written, &zip_path); in main() local
476 if (is_success) { in main()
479 is_success = copyFile(zip_path, output_socket); in main()
485 if (extra_output_socket != -1 && is_success) { in main()
493 std::string result = is_success ? "success" : "failed"; in main()
503 return is_success ? EXIT_SUCCESS : EXIT_FAILURE; in main()
/aosp_15_r20/device/google/cuttlefish/host/libs/confui/
Dsession.cc230 bool is_success = false; in HandleInSession() local
233 is_success = in HandleInSession()
244 is_success = SendResponse(hal_cli, session_id_, UserResponse::kConfirm, in HandleInSession()
248 if (!is_success) { in HandleInSession()
/aosp_15_r20/device/google/cuttlefish/common/libs/confui/
Dprotocol.cpp127 bool SendAck(SharedFD fd, const std::string& session_id, const bool is_success, in SendAck() argument
129 ConfUiAckMessage confui_msg{session_id, is_success, status_message}; in SendAck()
178 const bool is_success = (success_str == "success"); in ToConfUiMessage() local
180 return std::make_unique<ConfUiAckMessage>(message.session_id_, is_success, in ToConfUiMessage()
Dprotocol_types.h117 ConfUiAckMessage(const std::string& session_id, const bool is_success, in ConfUiAckMessage() argument
120 is_success_(is_success),
/aosp_15_r20/external/aws-crt-java/.github/workflows/
H A Drun_android_ci.py154 is_success = True
157 is_success = False
176 if is_success == False:
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dexec_ctx.h308 static void Enqueue(grpc_completion_queue_functor* functor, int is_success) { in Enqueue() argument
309 functor->internal_success = is_success; in Enqueue()
/aosp_15_r20/external/grpc-grpc/src/core/lib/iomgr/
H A Dexec_ctx.h335 static void Enqueue(grpc_completion_queue_functor* functor, int is_success) { in Enqueue() argument
336 functor->internal_success = is_success; in Enqueue()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/common/
H A Derror.h93 std::void_t<decltype(ProtocolErrorTraits<ProtocolErrorCode>::is_success(
119 if (ProtocolErrorTraits<ProtocolErrorCode>::is_success(proto_error)) {
288 PW_ASSERT(!ProtocolErrorTraits<ProtocolErrorCode>::is_success(proto_error));
/aosp_15_r20/hardware/google/pixel/pixelstats/
DMmMetricsReporter.cpp606 bool is_success = true; in fillProcStat() local
617 is_success = false; in fillProcStat()
626 is_success = false; in fillProcStat()
635 is_success = false; in fillProcStat()
651 if (!is_success) { in fillProcStat()
/aosp_15_r20/external/gsc-utils/rust/ap_ro_errs/src/
H A Dlib.rs24 pub fn is_success(self) -> bool { in is_success() method
658 !ApRoVerificationResult::from(0).is_success(), in test_zero_is_invalid_verification_failure()
/aosp_15_r20/external/grpc-grpc/src/core/lib/surface/
H A Dcompletion_queue.cc717 int is_success = (error.ok()); local
722 storage->next = static_cast<uintptr_t>(is_success);
776 int is_success = (error.ok()); local
795 static_cast<uintptr_t>(is_success);
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/surface/
Dcompletion_queue.cc714 int is_success = (error.ok()); local
719 storage->next = static_cast<uintptr_t>(is_success);
773 int is_success = (error.ok()); local
792 static_cast<uintptr_t>(is_success);
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/transport/
H A Derror.h42 static constexpr bool is_success(pw::bluetooth::emboss::StatusCode ecode) {

123