/external/ms-tpm-20-ref/Samples/ARM32-FirmwareTPM/optee_ta/fTPM/ |
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()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
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
|
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 | inst_buff_addr_check_pass.cpp | 204 std::vector<const analysis::Type*> param_types = { in GetSearchAndTestFuncId() local
|
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_debug_printf_pass.cpp | 315 std::vector<const analysis::Type*> param_types(kFirstParam + param_cnt, in GetStreamWriteFunctionId() local
|
D | inst_bindless_check_pass.cpp | 68 std::vector<const analysis::Type*> param_types(kNumArgs, uint_type); in GenDescCheckFunctionId() local
|
/external/angle/third_party/spirv-tools/src/source/opt/ |
D | type_manager.cpp | 691 std::vector<const Type*> param_types; in RebuildType() local 934 std::vector<const Type*> param_types; in RecordIfTypeDefinition() local 1135 auto& param_types = func_type->param_types(); in ReplaceForwardPointers() local 1190 auto& param_types = func_type->param_types(); in ReplaceType() local
|
D | types.h | 576 const std::vector<const Type*>& param_types() const { return param_types_; } in param_types() function 577 std::vector<const Type*>& param_types() { return param_types_; } in param_types() function
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
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
|
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
|
/external/googleapis/google/spanner/v1/ |
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
|
/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
|
/external/cronet/stable/third_party/jni_zero/ |
D | jni_generator.py | 179 def _MangleMethodName(type_resolver, name, param_types): argument
|
/external/cronet/stable/build/android/ |
D | convert_dex_profile.py | 73 def __init__(self, name, class_name, param_types=None, return_type=None): argument
|
/external/cronet/tot/build/android/ |
D | convert_dex_profile.py | 73 def __init__(self, name, class_name, param_types=None, return_type=None): argument
|
/external/cronet/tot/third_party/jni_zero/ |
D | jni_generator.py | 179 def _MangleMethodName(type_resolver, name, param_types): argument
|
/external/angle/build/android/ |
D | convert_dex_profile.py | 73 def __init__(self, name, class_name, param_types=None, return_type=None): argument
|
/external/sdv/vsomeip/third_party/boost/function_types/include/boost/function_types/ |
D | components.hpp | 379 typedef mpl::iterator_range<from,to> param_types; typedef
|
/external/rust/android-crates-io/crates/diplomat/src/ |
D | lib.rs | 122 let mut param_types: Vec<syn::Type> = m.params.iter().map(|p| param_ty(&p.ty)).collect(); in gen_custom_vtable() localVariable
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_jit_sample.c | 524 LLVMTypeRef param_types[LP_MAX_TEX_FUNC_ARGS]; in lp_bld_llvm_image_soa_emit_op() local
|
/external/pytorch/torch/csrc/jit/frontend/ |
D | parser.cpp | 481 auto param_types = in parseTypeComment() local
|
/external/mesa3d/src/amd/llvm/ |
D | ac_llvm_build.c | 283 LLVMTypeRef param_types[32]; in ac_build_intrinsic() local 1078 LLVMTypeRef param_types[] = {ctx->v2i32, ctx->v4i32}; in ac_build_buffer_load_format() local 1840 LLVMTypeRef param_types[] = {ctx->f16, ctx->f16}; in ac_build_cvt_pknorm_i16_f16() local 1853 LLVMTypeRef param_types[] = {ctx->f16, ctx->f16}; in ac_build_cvt_pknorm_u16_f16() local
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_texture_handle.c | 594 LLVMTypeRef param_types[4] = { in lp_build_compile_function_type() local
|
/external/angle/scripts/ |
D | generate_entry_points.py | 2874 def separate_params_gl_cl(param_types): argument
|