/tools/netsim/rust/proto/src/ |
D | packet_streamer.rs | 82 _ => 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 …]
|
D | model.rs | 409 _ => 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()
|
D | frontend.rs | 960 _ => 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/ |
D | configure.sh | 21 panic() { function 62 $PYTHON --version >/dev/null || panic "Unable to get python version from $PYTHON"
|
/tools/netsim/rust/daemon/src/wifi/packets/ |
D | ieee80211.rs | 113 _ => 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/ |
D | file_handler.rs | 32 .unwrap_or_else(|_| panic!("Unable to write to file: {}", self.path.display())); in handle_chunk()
|
D | requests.rs | 33 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()
|
D | response.rs | 109 …panic!("the gRPC request completed successfully but the response contained an unexpected number of… in print_response()
|
D | lib.rs | 62 panic!("Failed to create file: {}", &output_file.display()) in perform_streaming_request()
|
/tools/netsim/rust/daemon/src/ |
D | events.rs | 178 _ => panic!("Unexpected event"), in test_subscribe_and_publish() 205 _ => panic!("Unexpected event"), in test_publish_to_multiple_subscribers()
|
D | rust_main.rs | 207 (true, true) => panic!("unexpected flag combination"), in disambiguate_args()
|
/tools/netsim/rust/daemon/src/wifi/ |
D | frame.rs | 52 panic!("Invalid hwsim_cmd"); in parse()
|
/tools/security/remote_provisioning/hwtrust/src/rkp/ |
D | factory_csr.rs | 139 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/ |
D | http_router.rs | 80 panic!("Malformed route pattern: {route}"); in match_route()
|
/tools/netsim/rust/daemon/src/transport/ |
D | h4.rs | 90 panic!("Unknown H4 packet type") in read_h4_packet()
|
/tools/security/remote_provisioning/hwtrust/src/cbor/rkp/ |
D | csr.rs | 183 panic!("Parsed CSR was not V3: {:?}", csr); in from_base64_valid_v3()
|
/tools/asuite/adevice/src/ |
D | adevice.rs | 882 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()
|
D | fingerprint.rs | 672 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()
|
D | device.rs | 600 panic!("Did not expect to succeed"); in adb_command_failure()
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/ |
D | apollo_lib.py | 398 def panic(self): member in BudsDevice 516 self.panic()
|