Searched refs:predefined_type (Results 1 – 14 of 14) sorted by relevance
/test/vts/compilation_tools/vtsc/ |
D | VtsCompilerUtils.cpp | 166 result = arg.predefined_type(); in GetCppVariableType() 182 result = arg.predefined_type(); in GetCppVariableType() 219 result = arg.predefined_type(); in GetCppVariableType() 236 result = arg.predefined_type(); in GetCppVariableType() 249 result = arg.predefined_type(); in GetCppVariableType() 261 result = "sp<" + arg.predefined_type() + ">"; in GetCppVariableType() 278 result = "sp<" + arg.predefined_type() + ">"; in GetCppVariableType() 349 if (arg.predefined_type() == "camera_info_t*") { in GetConversionToProtobufFunctionName() 351 } else if (arg.predefined_type() == "hw_device_t**") { in GetConversionToProtobufFunctionName() 355 << "error: unknown instance type " << arg.predefined_type() << endl; in GetConversionToProtobufFunctionName() [all …]
|
/test/vts/compilation_tools/vtsc/code_gen/profiler/ |
D | HalHidlProfilerCodeGen.cpp | 50 std::string predefined_type = val.predefined_type(); in GenerateProfilerForEnumVariable() local 51 ReplaceSubString(predefined_type, "::", "__"); in GenerateProfilerForEnumVariable() 52 out << "profile__" << predefined_type << "(" << arg_name << ", " in GenerateProfilerForEnumVariable() 109 std::string predefined_type = val.predefined_type(); in GenerateProfilerForStructVariable() local 110 ReplaceSubString(predefined_type, "::", "__"); in GenerateProfilerForStructVariable() 111 out << "profile__" << predefined_type << "(" << arg_name << ", " in GenerateProfilerForStructVariable() 131 std::string predefined_type = val.predefined_type(); in GenerateProfilerForUnionVariable() local 132 ReplaceSubString(predefined_type, "::", "__"); in GenerateProfilerForUnionVariable() 133 out << "profile__" << predefined_type << "(" << arg_name << ", " in GenerateProfilerForUnionVariable() 150 out << arg_name << "->set_predefined_type(\"" << val.predefined_type() in GenerateProfilerForHidlCallbackVariable() [all …]
|
/test/vts/specification/lib/ndk/bionic/1.0/ |
D | libcV1.vts | 46 predefined_type: "struct sockaddr*" 51 predefined_type: "socklen_t*" 68 predefined_type: "struct sockaddr*" 73 predefined_type: "socklen_t*" 90 predefined_type: "struct sockaddr*" 95 predefined_type: "socklen_t*" 168 predefined_type: "FILE*"
|
/test/vts/compilation_tools/vtsc/code_gen/driver/ |
D | HalHidlCodeGen.cpp | 819 "MessageTo" + ClearStringWithNameSpaceAccess(val.predefined_type()); in GenerateDriverImplForTypedVariable() 869 + ClearStringWithNameSpaceAccess(val.predefined_type()); in GenerateDriverImplForTypedVariable() 890 + ClearStringWithNameSpaceAccess(val.predefined_type()); in GenerateDriverImplForTypedVariable() 908 string type_name = val.predefined_type(); in GenerateDriverImplForTypedVariable() 1045 string type_name = val.predefined_type(); in GenerateDriverImplForTypedVariable() 1232 + ClearStringWithNameSpaceAccess(val.predefined_type()); in GenerateVerificationCodeForTypedVariable() 1298 + ClearStringWithNameSpaceAccess(val.predefined_type()); in GenerateVerificationCodeForTypedVariable() 1318 + ClearStringWithNameSpaceAccess(val.predefined_type()); in GenerateVerificationCodeForTypedVariable() 1457 + ClearStringWithNameSpaceAccess(val.predefined_type()); in GenerateSetResultCodeForTypedVariable() 1516 + ClearStringWithNameSpaceAccess(val.predefined_type()); in GenerateSetResultCodeForTypedVariable() [all …]
|
D | HalCodeGen.cpp | 75 out << func_pt_spec.return_type().predefined_type(); in GenerateCppBodyInterfaceImpl() 123 out << arg.predefined_type() << " "; in GenerateCppBodyInterfaceImpl() 322 arg.predefined_type(); // TODO - check to make sure name in GenerateCppBodyFuzzFunction() 371 !strncmp(arg.predefined_type().c_str(), in GenerateCppBodyFuzzFunction() 557 !strncmp(arg.predefined_type().c_str(), in GenerateCppBodyFuzzFunction()
|
D | LibSharedCodeGen.cpp | 52 !strncmp(arg.predefined_type().c_str(), in GenerateCppBodyFuzzFunction()
|
/test/vts/specification/kernel/ |
D | syscalls-arm64.vts | 24 predefined_type: "umode_t" 37 predefined_type: "char_pointer"
|
/test/vts/utils/python/mirror/ |
D | py2pb.py | 180 sub_attr = FindSubStructType(pb_spec, attr.predefined_type) 187 sub_attr = FindSubStructType(pb_spec, attr.predefined_type) 248 sub_attr = FindSubUnionType(pb_spec, attr.predefined_type) 255 sub_attr = FindSubUnionType(pb_spec, attr.predefined_type)
|
D | native_entity_mirror.py | 244 result.predefined_type.split("::")[-1] 270 data_type = result.fmq_value[0].predefined_type
|
D | pb2py.py | 152 return var.predefined_type
|
/test/vts-testcase/fuzz/iface_fuzzer/ |
D | ProtoFuzzerMutateFns.cpp | 39 result.set_predefined_type(var_spec.predefined_type()); in VarInstanceStubFromSpec() 65 FindPredefinedType(result.predefined_type()).enum_value(); in EnumRandomGen() 161 const TypeSpec &blueprint = FindPredefinedType(result.predefined_type()); in StructRandomGen() 178 const TypeSpec &blueprint = FindPredefinedType(result.predefined_type()); in UnionRandomGen()
|
D | ProtoFuzzerRunner.cpp | 217 string type = var.predefined_type(); in ProcessReturnValue()
|
/test/vts/drivers/hal/common/driver_manager/ |
D | VtsHalDriverManager.cpp | 498 string type_name = arg->predefined_type(); in PreprocessHidlHalFunctionCallArgs() 637 string type_name = return_val->predefined_type(); in SetHidlHalFunctionCallResults()
|
/test/vts/proto/ |
D | ComponentSpecificationMessage.proto | 486 optional bytes predefined_type = 201; field
|