Searched refs:string_type (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/startop/view_compiler/ |
H A D | dex_testcase_generator.cc | 76 auto string_type{TypeDescriptor::FromClassname("java.lang.String")}; in GenerateSimpleTestCases() local 78 dex_file.GetOrDeclareMethod(string_type, "length", Prototype{TypeDescriptor::Int()})}; in GenerateSimpleTestCases() 81 cbuilder.CreateMethod("returnStringLength", Prototype{TypeDescriptor::Int(), string_type})}; in GenerateSimpleTestCases() 178 MethodBuilder returnNull{cbuilder.CreateMethod("returnNull", Prototype{string_type})}; in GenerateSimpleTestCases() 189 MethodBuilder makeString{cbuilder.CreateMethod("makeString", Prototype{string_type})}; in GenerateSimpleTestCases() 245 Prototype{string_type, TypeDescriptor::Int(), TypeDescriptor::Int()})}; in GenerateSimpleTestCases() 251 Prototype{string_type, TypeDescriptor::Int(), TypeDescriptor::Int()})}; in GenerateSimpleTestCases() 261 "invokeVirtualReturnObject", Prototype{string_type, string_type, TypeDescriptor::Int()})}; in GenerateSimpleTestCases() 265 string_type, "substring", Prototype{string_type, TypeDescriptor::Int()})}; in GenerateSimpleTestCases() 276 Prototype{string_type, TypeDescriptor::FromClassname("java.lang.Object")})}; in GenerateSimpleTestCases() [all …]
|
H A D | dex_builder.cc | 165 TypeDescriptor string_type = TypeDescriptor::FromClassname("java.lang.String"); in WriteTestDexFile() local 167 MethodBuilder method{cbuilder.CreateMethod("foo", Prototype{TypeDescriptor::Int(), string_type})}; in WriteTestDexFile() 172 dex_file.GetOrDeclareMethod(string_type, "length", Prototype{TypeDescriptor::Int()}); in WriteTestDexFile()
|
/aosp14/frameworks/base/core/proto/android/service/ |
H A D | sensor_service.proto | 103 optional string string_type = 5; field
|