/aosp_15_r20/external/grpc-grpc/test/cpp/interop/ |
H A D | stress_interop_client.cc | 121 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 D | stress_test.cc | 169 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 D | big_query_utils.py | 27 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 D | big_query_utils.py | 27 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/ |
D | big_query_utils.py | 42 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 D | big_query_utils.py | 40 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 D | ifapi_get_intl_cert.c | 56 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/ |
D | status_code.rs | 44 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 D | power_WakeSources.py | 256 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 D | test_runner_invocation.py | 65 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/ |
D | status.rs | 43 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/ |
D | status.rs | 43 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/ |
D | main.cpp | 473 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/ |
D | session.cc | 230 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/ |
D | protocol.cpp | 127 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()
|
D | protocol_types.h | 117 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 D | run_android_ci.py | 154 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/ |
D | exec_ctx.h | 308 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 D | exec_ctx.h | 335 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 D | error.h | 93 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/ |
D | MmMetricsReporter.cpp | 606 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 D | lib.rs | 24 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 D | completion_queue.cc | 717 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/ |
D | completion_queue.cc | 714 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 D | error.h | 42 static constexpr bool is_success(pw::bluetooth::emboss::StatusCode ecode) {
|