/aosp_15_r20/frameworks/libs/binary_translation/jni/ |
D | api.json | 4 "param_types": [ array 11 "param_types": [ array 22 "param_types": [ array 30 "param_types": [ array 38 "param_types": [ array 46 "param_types": [ array 56 "param_types": [ array 64 "param_types": [ array 73 "param_types": [ array 83 "param_types": [ array [all …]
|
/aosp_15_r20/tools/dexter/slicer/ |
H A D | instrumentation.cc | 74 std::vector<ir::Type*> param_types; in BoxValue() local 127 std::vector<ir::Type*> param_types; in Apply() local 180 std::vector<ir::Type*> param_types; in GenerateShiftParamsCode() local 227 …auto param_types = param_types_list != nullptr ? param_types_list->types : std::vector<ir::Type*>(… in InjectArrayParamsHook() local 377 std::vector<ir::Type*> param_types; in Apply() local 549 std::vector<ir::Type*> param_types; in Apply() local
|
H A D | dex_ir_builder.cc | 135 static std::string CreateShorty(Type* return_type, TypeList* param_types) { in CreateShorty() 146 Proto* Builder::GetProto(Type* return_type, TypeList* param_types) { in GetProto()
|
/aosp_15_r20/external/ms-tpm-20-ref/Samples/ARM32-FirmwareTPM/optee_ta/fTPM/ |
H A D | fTPM.c | 233 TEE_Result TA_OpenSessionEntryPoint(uint32_t param_types, in TA_OpenSessionEntryPoint() 278 static TEE_Result fTPM_Submit_Command(uint32_t param_types, in fTPM_Submit_Command() 351 static TEE_Result fTPM_Emulate_PPI(uint32_t param_types, in fTPM_Emulate_PPI() 418 uint32_t param_types, in TA_InvokeCommandEntryPoint()
|
/aosp_15_r20/tools/dexter/dexter/ |
H A D | experimental.cc | 91 std::vector<ir::Type*> param_types; in StressWrapInvoke() local 150 std::vector<ir::Type*> param_types; in StressEntryHook() local 213 std::vector<ir::Type*> param_types; in StressExitHook() local 350 std::vector<ir::Type*> param_types { builder.GetType("I") }; in CodeCoverage() local
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | type_manager.cpp | 635 std::vector<const Type*> param_types; in RebuildType() local 850 std::vector<const Type*> param_types; in RecordIfTypeDefinition() local 1032 auto& param_types = func_type->param_types(); in ReplaceForwardPointers() local 1087 auto& param_types = func_type->param_types(); in ReplaceType() local
|
H A D | types.h | 537 const std::vector<const Type*>& param_types() const { return param_types_; } in param_types() function 538 std::vector<const Type*>& param_types() { return param_types_; } in param_types() function
|
H A D | instrument_pass.cpp | 85 const std::vector<const analysis::Type*>& param_types) { in StartFunction() 109 Function& func, const std::vector<const analysis::Type*>& param_types) { in AddParameters()
|
H A D | inst_buff_addr_check_pass.cpp | 204 std::vector<const analysis::Type*> param_types = { in GetSearchAndTestFuncId() local
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | type_manager.cpp | 621 std::vector<const Type*> param_types; in RebuildType() local 834 std::vector<const Type*> param_types; in RecordIfTypeDefinition() local 1016 auto& param_types = func_type->param_types(); in ReplaceForwardPointers() local 1071 auto& param_types = func_type->param_types(); in ReplaceType() local
|
D | types.h | 537 const std::vector<const Type*>& param_types() const { return param_types_; } in param_types() function 538 std::vector<const Type*>& param_types() { return param_types_; } in param_types() function
|
D | instrument_pass.cpp | 85 const std::vector<const analysis::Type*>& param_types) { in StartFunction() 109 Function& func, const std::vector<const analysis::Type*>& param_types) { in AddParameters()
|
D | inst_buff_addr_check_pass.cpp | 204 std::vector<const analysis::Type*> param_types = { in GetSearchAndTestFuncId() local
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/ |
H A D | type_manager.cpp | 655 std::vector<const Type*> param_types; in RebuildType() local 882 std::vector<const Type*> param_types; in RecordIfTypeDefinition() local 1078 auto& param_types = func_type->param_types(); in ReplaceForwardPointers() local 1133 auto& param_types = func_type->param_types(); in ReplaceType() local
|
H A D | types.h | 543 const std::vector<const Type*>& param_types() const { return param_types_; } in param_types() function 544 std::vector<const Type*>& param_types() { return param_types_; } in param_types() function
|
/aosp_15_r20/external/googleapis/google/spanner/v1/ |
H A D | spanner.proto | 734 map<string, Type> param_types = 5; field 818 map<string, Type> param_types = 3; field 975 map<string, Type> param_types = 5; field
|
/aosp_15_r20/external/cronet/third_party/jni_zero/ |
H A D | jni_generator.py | 111 def param_types(self): member in NativeMethod 152 def _MangleMethodName(type_resolver, name, param_types): argument
|
H A D | jni_registration_generator.py | 499 def _GetJavaToNativeParamsList(param_types): argument
|
/aosp_15_r20/art/runtime/ |
H A D | imtable-inl.h | 66 const dex::TypeList* param_types = dex_file->GetProtoParameters(proto_id); in GetImtHashComponents() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/uniffi_macros/src/export/ |
D | callback_interface.rs | 51 let param_types = sig.scaffolding_param_types(); in trait_impl() localVariable
|
D | scaffolding.rs | 93 param_types: Vec<TokenStream>, field
|
/aosp_15_r20/art/runtime/mirror/ |
H A D | method_type_test.cc | 57 const std::vector<std::string>& param_types) { in CreateMethodType()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/function_types/example/ |
D | interface.hpp | 308 #define BOOST_EXAMPLE_INTERFACE__VTABLE_II(z,i,result_type,param_types) \ argument
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/packet/parser/ |
D | parent_def.cc | 255 std::set<std::string> param_types = { in GetParamList() local
|
/aosp_15_r20/external/angle/build/android/ |
H A D | convert_dex_profile.py | 73 def __init__(self, name, class_name, param_types=None, return_type=None): argument
|