Home
last modified time | relevance | path

Searched defs:should_abort (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/federated-compute/fcp/client/
H A Dinterruptible_runner_test.cc57 std::function<bool()> should_abort = [&should_abort_calls]() { in TEST() local
89 std::function<bool()> should_abort = [&should_abort_calls]() { in TEST() local
122 std::function<bool()> should_abort = in TEST() local
169 std::function<bool()> should_abort = [&should_abort_calls]() { in TEST() local
216 std::function<bool()> should_abort = [&should_abort_calls]() { in TEST() local
H A Dfl_runner.cc291 std::function<bool()> should_abort, LogManager* log_manager, in RunEligibilityEvalPlanWithTensorflowSpec()
432 std::function<bool()> should_abort, LogManager* log_manager, in RunPlanWithTensorflowSpec()
743 std::function<bool()> should_abort, PhaseLogger& phase_logger, Files* files, in RunEligibilityEvalPlan()
850 std::function<bool()> should_abort, PhaseLogger& phase_logger, Files* files, in IssueEligibilityEvalCheckinAndRunPlan()
1361 std::function<bool()> should_abort = [env_deps, &timing_config]() { in RunFederatedComputation() local
1555 std::function<bool()> should_abort = [env_deps, &timing_config]() { in RunPlanWithTensorflowSpecForTesting() local
H A Dfcp_runner.cc165 std::function<bool()> should_abort, LogManager* log_manager, in RunPlanWithTensorflowSpec()
271 std::function<bool()> should_abort = [env_deps, &timing_config]() { in RunFederatedComputation() local
H A Dlc_runner.cc188 std::function<bool()> should_abort, LogManager* log_manager, in RunPlanWithTensorflowSpec()
305 std::function<bool()> should_abort = [env_deps, polling_period]() { in RunLocalComputation() local
H A Dgrpc_federated_protocol.cc124 std::function<bool()> should_abort, in GrpcFederatedProtocol()
144 std::function<bool()> should_abort, absl::BitGen bit_gen, in GrpcFederatedProtocol()
H A Dinterruptible_runner.h60 std::function<bool()> should_abort, in InterruptibleRunner()
H A Dfederated_select.cc227 std::function<bool()> should_abort, in HttpFederatedSelectManager()
/aosp_15_r20/external/federated-compute/fcp/client/http/
H A Dhttp_federated_protocol.cc275 LogManager* log_manager, std::function<bool()> should_abort, in CreateDelayedInterruptibleRunner()
303 std::function<bool()> should_abort, absl::BitGen bit_gen, in HttpFederatedProtocol()
/aosp_15_r20/system/gsid/
H A Dgsi_service.h80 bool should_abort() const { return should_abort_; } in should_abort() function
/aosp_15_r20/external/federated-compute/fcp/client/engine/
H A Dtflite_plan_engine.h46 std::function<bool()> should_abort, LogManager* log_manager, in TfLitePlanEngine()
H A Dtf_wrapper.cc85 std::function<bool()> should_abort, in Create()
H A Dtflite_wrapper.cc60 const std::string& model, std::function<bool()> should_abort, in Create()
H A Dsimple_plan_engine.cc44 std::function<bool()> should_abort, LogManager* log_manager, in SimplePlanEngine()
/aosp_15_r20/external/pigweed/third_party/fuchsia/repo/sdk/lib/stdcompat/include/lib/stdcompat/internal/
H A Dexception.h31 inline constexpr void throw_or_abort_if_any_impl(const char* reason, bool should_abort) { in throw_or_abort_if_any_impl()
/aosp_15_r20/external/autotest/server/site_tests/firmware_UpdaterModes/
H A Dfirmware_UpdaterModes.py44 should_abort=False, writes_gbb=False): argument
/aosp_15_r20/external/pigweed/pw_build/py/pw_build/
H A Dproject_builder_context.py405 def should_abort(self) -> bool: member in ProjectBuilderContext