Home
last modified time | relevance | path

Searched refs:panic (Results 1 – 20 of 20) sorted by relevance

/tools/netsim/rust/proto/src/
Dpacket_streamer.rs82 _ => panic!(), in mut_initial_info()
91 _ => panic!(), in take_initial_info()
131 _ => panic!(), in mut_hci_packet()
140 _ => panic!(), in take_hci_packet()
180 _ => panic!(), in mut_packet()
189 _ => panic!(), in take_packet()
428 _ => panic!(), in mut_error()
437 _ => panic!(), in take_error()
477 _ => panic!(), in mut_hci_packet()
486 _ => panic!(), in take_hci_packet()
[all …]
Dmodel.rs409 _ => panic!(), in mut_bt()
418 _ => panic!(), in take_bt()
458 _ => panic!(), in mut_ble_beacon()
467 _ => panic!(), in take_ble_beacon()
507 _ => panic!(), in mut_uwb()
516 _ => panic!(), in take_uwb()
556 _ => panic!(), in mut_wifi()
565 _ => panic!(), in take_wifi()
2306 _ => panic!(), in mut_ble_beacon()
2315 _ => panic!(), in take_ble_beacon()
Dfrontend.rs960 _ => panic!(), in mut_list_device_response()
969 _ => panic!(), in take_list_device_response()
1009 _ => panic!(), in mut_empty_response()
1018 _ => panic!(), in take_empty_response()
/tools/netsim/testing/netsim-grpc/
Dconfigure.sh21 panic() { function
62 $PYTHON --version >/dev/null || panic "Unable to get python version from $PYTHON"
/tools/netsim/rust/daemon/src/wifi/packets/
Dieee80211.rs113 _ => panic!("unexpected specialized header"), in get_ds()
124 _ => panic!("unexpected specialized header"), in get_source()
137 _ => panic!("unexpected specialized header"), in get_destination()
147 _ => panic!("unexpected specialized header"), in get_bssid()
169 _ => panic!("Unknown Ieee80211Child type"), in with_address()
/tools/netsim/rust/cli/src/
Dfile_handler.rs32 .unwrap_or_else(|_| panic!("Unable to write to file: {}", self.path.display())); in handle_chunk()
Drequests.rs33 panic!("No GrpcMethod for Ui Command."); in grpc_method()
36 panic!("No GrpcMethod for Artifact Command."); in grpc_method()
44 panic!("No GrpcMethod for Bumble Command."); in grpc_method()
Dresponse.rs109panic!("the gRPC request completed successfully but the response contained an unexpected number of… in print_response()
Dlib.rs62 panic!("Failed to create file: {}", &output_file.display()) in perform_streaming_request()
/tools/netsim/rust/daemon/src/
Devents.rs178 _ => panic!("Unexpected event"), in test_subscribe_and_publish()
205 _ => panic!("Unexpected event"), in test_publish_to_multiple_subscribers()
Drust_main.rs207 (true, true) => panic!("unexpected flag combination"), in disambiguate_args()
/tools/netsim/rust/daemon/src/wifi/
Dframe.rs52 panic!("Invalid hwsim_cmd"); in parse()
/tools/security/remote_provisioning/hwtrust/src/rkp/
Dfactory_csr.rs139 panic!("Parsed CSR was not V3: {:?}", csr); in from_json_valid_v3_ed25519()
185 panic!("Parsed CSR was not V3: {:?}", csr); in from_json_valid_v3_p256()
/tools/netsim/rust/daemon/src/http_server/
Dhttp_router.rs80 panic!("Malformed route pattern: {route}"); in match_route()
/tools/netsim/rust/daemon/src/transport/
Dh4.rs90 panic!("Unknown H4 packet type") in read_h4_packet()
/tools/security/remote_provisioning/hwtrust/src/cbor/rkp/
Dcsr.rs183 panic!("Parsed CSR was not V3: {:?}", csr); in from_base64_valid_v3()
/tools/asuite/adevice/src/
Dadevice.rs882 Ok(_) => panic!("Expected error"), in validate_partition_bails_on_bad_partition_name()
899 Ok(_) => panic!("Expected error"), in validate_partition_bails_on_no_partition_on_host()
Dfingerprint.rs672 panic!("Should have failed on invalid path") in fingerprint_file_on_bad_path_reports_err()
1046 .unwrap_or_else(|_| panic!("Should have created {dir} in {tmp_root:?}")); in make_partition()
Ddevice.rs600 panic!("Did not expect to succeed"); in adb_command_failure()
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/
Dapollo_lib.py398 def panic(self): member in BudsDevice
516 self.panic()