Home
last modified time | relevance | path

Searched defs:arg_type (Results 1 – 25 of 133) sorted by relevance

123456

/aosp_15_r20/frameworks/libs/binary_translation/assembler/
Dasm_defs.py79 def is_imm(arg_type): argument
87 def is_disp(arg_type): argument
91 def is_mem_op(arg_type): argument
100 def is_cond(arg_type): argument
104 def is_csr(arg_type): argument
108 def is_rm(arg_type): argument
112 def is_label(arg_type): argument
116 def is_x87reg(arg_type): argument
120 def is_greg(arg_type): argument
126 def is_freg(arg_type): argument
[all …]
/aosp_15_r20/frameworks/libs/binary_translation/intrinsics/
Dgen_intrinsics.py110 def _is_imm_type(arg_type): argument
114 def _is_template_type(arg_type): argument
121 def _get_imm_c_type(arg_type): argument
130 def _get_c_type(arg_type): argument
147 def _get_semantic_player_type(arg_type, type_map): argument
/aosp_15_r20/external/OpenCL-CTS/test_conformance/api/
H A Dtest_kernel_arg_info.cpp128 char arg_type[KERNEL_ARGUMENT_LENGTH]; member in KernelArgInfo
528 size_t get_param_size(const std::string& arg_type, cl_device_id deviceID, in get_param_size()
661 for (auto arg_type : type_arguments) in run_scalar_vector_tests() local
742 for (auto arg_type : type_arguments) in run_pipe_tests() local
950 std::string arg_type = "int*"; in run_boundary_tests() local
/aosp_15_r20/packages/modules/Bluetooth/system/bta/ag/
Dbta_ag_cmd.cc119 uint8_t arg_type; /* whether argument is int or string */ member
608 void bta_ag_at_hsp_cback(tBTA_AG_SCB* p_scb, uint16_t command_id, uint8_t arg_type, char* p_arg, in bta_ag_at_hsp_cback()
733 static void bta_ag_bind_response(tBTA_AG_SCB* p_scb, uint8_t arg_type) { in bta_ag_bind_response()
877 void bta_ag_at_hfp_cback(tBTA_AG_SCB* p_scb, uint16_t cmd, uint8_t arg_type, char* p_arg, in bta_ag_at_hfp_cback()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Interpreter/
DCommandObject.h84 lldb::CommandArgumentType arg_type; member
94 lldb::CommandArgumentType arg_type; member
103 : arg_type(type), arg_repetition(repetition), in arg_type() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Interpreter/
DCommandObject.h84 lldb::CommandArgumentType arg_type; member
94 lldb::CommandArgumentType arg_type; member
103 : arg_type(type), arg_repetition(repetition), in arg_type() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Interpreter/
DCommandObject.h84 lldb::CommandArgumentType arg_type; member
94 lldb::CommandArgumentType arg_type; member
103 : arg_type(type), arg_repetition(repetition), in arg_type() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Interpreter/
DCommandObject.h84 lldb::CommandArgumentType arg_type; member
94 lldb::CommandArgumentType arg_type; member
103 : arg_type(type), arg_repetition(repetition), in arg_type() function
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dpython_interpreter.cpp37 for (auto arg_type : op->cconv) { in createPythonOperation() local
50 for (auto arg_type : op->cconv) { in createPythonOperation() local
/aosp_15_r20/external/pytorch/torch/csrc/inductor/aoti_torch/
H A Doss_proxy_executor.h27 inline bool isTensorType(DynamicArgType arg_type) { in isTensorType()
44 DynamicArgType arg_type; member
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/execution/detail/
Dbulk_sender.hpp91 typedef type arg_type; typedef
93 typedef const type& arg_type; typedef
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/dbus_projection/dbus_macros/src/
Dlib.rs170 let arg_type = &typed.ty; in generate_dbus_exporter() localVariable
396 let arg_type = &typed.ty; in generate_dbus_interface_client() localVariable
821 let arg_type = &typed.ty; in dbus_proxy_obj() localVariable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/python3.11/site-packages/lldb/plugins/
Dparsed_cmd.py163 def determine_completion(cls, arg_type): argument
284 def make_argument_element(self, arg_type, repeat = "optional", groups = None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/python3.11/site-packages/lldb/plugins/
Dparsed_cmd.py163 def determine_completion(cls, arg_type): argument
284 def make_argument_element(self, arg_type, repeat = "optional", groups = None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/python3.11/site-packages/lldb/plugins/
Dparsed_cmd.py163 def determine_completion(cls, arg_type): argument
284 def make_argument_element(self, arg_type, repeat = "optional", groups = None): argument
/aosp_15_r20/external/tensorflow/tensorflow/dtensor/mlir/
H A Dspmd_expansion.cc205 mlir::Type arg_type = mlir::getElementTypeOrSelf( in UpdateFunctionArgsUsingLayout() local
251 auto arg_type = operand.get().getType().dyn_cast<mlir::RankedTensorType>(); in UpdateFunctionWithLocalInputShapes() local
/aosp_15_r20/system/tools/aidl/
Dgenerate_rust.cpp108 auto arg_type = in BuildArg() local
478 auto arg_type = RustNameOf(arg->GetType(), typenames, arg_mode, interface.IsVintfStability()); in GenerateServerTransaction() local
511 auto& arg_type = arg->GetType(); in GenerateServerTransaction() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
H A Dtf_saved_model.cc176 Type arg_type, in VerifyBoundInputArgType()
206 auto arg_type = cast<func::FuncOp>(op).getArgument(arg_index).getType(); in verifyRegionArgAttribute() local
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/
H A Dcpp_wrapper_cpu.py1997 def fill_args(arg, arg_type): argument
2211 def generate_py_arg(self, py_args_var, idx, raw_arg, arg_type): argument
2212 def generate_py_arg_inner(lines, raw_arg, arg_type): argument
/aosp_15_r20/external/gmmlib/Source/GmmLib/Utility/GmmLog/spdlog/fmt/bundled/
H A Dformat.cc417 internal::Arg::Type arg_type = args.type(i); in init() local
433 internal::Arg::Type arg_type = args.type(i); in init() local
/aosp_15_r20/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
H A Dmove_convert.pass.cpp104 mutable TypeID const* arg_type; member
145 mutable TypeID const* arg_type; member
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
H A Dmove_convert.pass.cpp102 mutable TypeID const* arg_type; member
143 mutable TypeID const* arg_type; member
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/parameter/include/boost/parameter/aux_/
Dtagged_argument.hpp106 using arg_type = typename ::boost::parameter::aux typedef in boost::parameter::aux::tagged_argument
603 typedef typename ::boost::remove_const<Arg>::type arg_type; typedef in boost::parameter::aux::tagged_argument
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/ops/gen/cpp/views/
H A Darg_type_view.cc23 ArgTypeView::ArgTypeView(ArgType arg_type) : arg_type_(arg_type) {} in ArgTypeView()
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/ops/gen/model/
H A Darg_spec.h37 const ArgType arg_type() const { return arg_type_; } in arg_type() function

123456