/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | random_ops_test.cc | 34 RandomOpModel(BuiltinOperator op_code, InputType input_type, in RandomOpModel() 107 BuiltinOperator op_code = std::get<0>(GetParam()); in TEST_P() local 136 BuiltinOperator op_code = std::get<0>(GetParam()); in TEST_P() local
|
/aosp_15_r20/hardware/broadcom/libbt/include/ |
D | uipc_msg.h | 130 uint8_t op_code; member 173 uint8_t op_code; /* L2C_SYNC_TO_LITE_REQ */ member 194 uint8_t op_code; /* L2C_SYNC_TO_LITE_RESP */ member 202 uint8_t op_code; /* L2C_REMOVE_TO_LITE_REQ */ member 213 uint8_t op_code; member 274 uint8_t op_code; member 283 uint8_t op_code; member
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/ |
H A D | model_utils.cc | 38 int32_t GetOrInsertOpCodeIndex(ModelT* model, const BuiltinOperator& op_code, in GetOrInsertOpCodeIndex() 140 OperatorCodeT* op_code = model->operator_codes[op->opcode_index].get(); in SetOperatorCodeVersion() local
|
H A D | modify_model_interface.cc | 71 const BuiltinOperator op_code = in GetInputTensors() local 146 const BuiltinOperator op_code = in GetOutputTensors() local
|
/aosp_15_r20/external/wpa_supplicant_8/src/wps/ |
H A D | wps.c | 203 enum wsc_op_code op_code, in wps_process_msg() 222 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code) in wps_get_msg()
|
H A D | wps_enrollee.c | 453 enum wsc_op_code *op_code) in wps_enrollee_get_msg() 1487 enum wsc_op_code op_code, in wps_enrollee_process_msg()
|
H A D | wps_upnp_web.c | 457 enum wsc_op_code op_code; in web_process_get_device_info() local 496 enum wsc_op_code op_code; in web_process_put_message() local
|
H A D | wps_er.c | 1010 enum wsc_op_code op_code) in wps_er_sta_process() 1092 enum wsc_op_code op_code = WSC_MSG; in wps_er_process_wlanevent_eap() local 1746 enum wsc_op_code op_code; in wps_er_ap_process() local
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/acl_manager/ |
D | classic_impl_test.cc | 98 [[maybe_unused]] hci::CommandCompleteView ReturnCommandComplete(hci::OpCode op_code, in ReturnCommandComplete() 108 [[maybe_unused]] hci::CommandStatusView ReturnCommandStatus(hci::OpCode op_code, in ReturnCommandStatus()
|
D | le_impl_test.cc | 147 hci::CommandCompleteView ReturnCommandComplete(hci::OpCode op_code, hci::ErrorCode error_code) { in ReturnCommandComplete() 156 hci::CommandStatusView ReturnCommandStatus(hci::OpCode op_code, hci::ErrorCode error_code) { in ReturnCommandStatus() 180 void AddSupported(OpCode op_code) { in AddSupported()
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/gatt/ |
D | gatt_utils.cc | 905 tGATT_STATUS gatt_send_error_rsp(tGATT_TCB& tcb, uint16_t cid, uint8_t err_code, uint8_t op_code, in gatt_send_error_rsp() 1658 bool gatt_cmd_enq(tGATT_TCB& tcb, tGATT_CLCB* p_clcb, bool to_send, uint8_t op_code, in gatt_cmd_enq() 1719 tGATT_STATUS gatt_send_write_msg(tGATT_TCB& tcb, tGATT_CLCB* p_clcb, uint8_t op_code, in gatt_send_write_msg() 1925 char const* gatt_dbg_op_name(uint8_t op_code) { in gatt_dbg_op_name()
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/ |
D | hci_layer_fake.cc | 68 auto op_code = temp_cmd_view.GetOpCode(); in DebugPrintCommandOpcode() local 135 CommandView HciLayerFake::GetCommand(OpCode op_code) { in GetCommand()
|
D | le_address_manager.cc | 772 auto op_code = view.GetCommandOpCode(); in on_command_complete() local 791 auto op_code = view.GetCommandOpCode(); in OnCommandComplete() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/uefi-raw/src/protocol/network/ |
D | dhcp4.rs | 52 pub op_code: u8, field 71 pub op_code: u8, field
|
/aosp_15_r20/external/rust/crates/uefi-raw/src/protocol/network/ |
D | dhcp4.rs | 52 pub op_code: u8, field 71 pub op_code: u8, field
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/versioning/ |
H A D | runtime_version_test.cc | 44 auto op_code = static_cast<tflite::BuiltinOperator>(id); in TEST() local
|
H A D | gpu_compatibility_test.cc | 37 const OperatorCode* op_code = in CheckGpuDelegateCompatibility() local
|
H A D | op_version.cc | 864 OperatorCode* op_code = in UpdateOpVersion() local
|
/aosp_15_r20/external/cronet/net/websockets/ |
H A D | websocket_channel.cc | 310 WebSocketFrameHeader::OpCode op_code, in SendFrame() 896 WebSocketFrameHeader::OpCode op_code, in SendFrameInternal()
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/smp/ |
D | smp_keys.cc | 216 static void smp_concatenate_local(tSMP_CB* p_cb, uint8_t** p_data, uint8_t op_code) { in smp_concatenate_local() 235 static void smp_concatenate_peer(tSMP_CB* p_cb, uint8_t** p_data, uint8_t op_code) { in smp_concatenate_peer()
|
/aosp_15_r20/external/coreboot/src/southbridge/intel/lynxpoint/ |
H A D | iobp.c | 113 void pch_iobp_exec(u32 addr, u16 op_code, u8 route_id, u32 *data, u8 *resp) in pch_iobp_exec()
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hal/ |
D | link_clocker.cc | 67 uint16_t op_code = payload[1] | (payload[2] << 8); in OnHciEvent() local
|
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/ |
D | btif_hci_vs.cc | 95 auto op_code = static_cast<OpCode>((ogf_vendor_specific << 10) | ocf); in sendCommand() local
|
/aosp_15_r20/external/cronet/net/server/ |
H A D | web_socket.cc | 154 WebSocketFrameHeader::OpCodeEnum op_code, in Send()
|
/aosp_15_r20/external/wpa_supplicant_8/src/eap_common/ |
H A D | eap_pax_common.h | 17 u8 op_code; member
|