Home
last modified time | relevance | path

Searched defs:types (Results 1 – 19 of 19) sorted by relevance

/system/core/libmemtrack/
Dmemtrack.cpp43 memtrack_proc_type types[static_cast<int>(MemtrackType::NUM_TYPES)]; member
117 const std::vector<MemtrackType>& types, uint32_t flags) in memtrack_proc_sum()
136 std::vector<MemtrackType> types = {MemtrackType::GRAPHICS}; in memtrack_proc_graphics_total() local
142 std::vector<MemtrackType> types = { MemtrackType::GRAPHICS }; in memtrack_proc_graphics_pss() local
149 std::vector<MemtrackType> types = { MemtrackType::GL }; in memtrack_proc_gl_total() local
155 std::vector<MemtrackType> types = { MemtrackType::GL }; in memtrack_proc_gl_pss() local
162 std::vector<MemtrackType> types = { MemtrackType::MULTIMEDIA, in memtrack_proc_other_total() local
169 std::vector<MemtrackType> types = { MemtrackType::MULTIMEDIA, in memtrack_proc_other_pss() local
/system/tools/aidl/
Dgenerate_java_binder.cpp77 JavaTypeNamespace* types) in StubClass()
158 Expression* StubClass::get_transact_descriptor(const JavaTypeNamespace* types, in get_transact_descriptor()
187 JavaTypeNamespace* types) { in make_as_interface()
251 ProxyClass::ProxyClass(const JavaTypeNamespace* types, const Type* type, in ProxyClass()
289 JavaTypeNamespace* types) { in generate_new_array()
326 const AidlMethod& method, JavaTypeNamespace* types) { in generate_interface_method()
351 JavaTypeNamespace* types, in generate_stub_code()
483 JavaTypeNamespace* types) { in generate_stub_case()
504 JavaTypeNamespace* types) { in generate_stub_case_outline()
552 JavaTypeNamespace* types) { in generate_proxy_method()
[all …]
Dtype_java.cpp43 Type::Type(const JavaTypeNamespace* types, const string& name, int kind, in Type()
47 Type::Type(const JavaTypeNamespace* types, const string& package, in Type()
98 BasicType::BasicType(const JavaTypeNamespace* types, const string& name, in BasicType()
121 BasicArrayType::BasicArrayType(const JavaTypeNamespace* types, in BasicArrayType()
149 FileDescriptorType::FileDescriptorType(const JavaTypeNamespace* types) in FileDescriptorType()
165 FileDescriptorArrayType::FileDescriptorArrayType(const JavaTypeNamespace* types) in FileDescriptorArrayType()
186 BooleanType::BooleanType(const JavaTypeNamespace* types) in BooleanType()
205 BooleanArrayType::BooleanArrayType(const JavaTypeNamespace* types) in BooleanArrayType()
225 CharType::CharType(const JavaTypeNamespace* types) in CharType()
241 CharArrayType::CharArrayType(const JavaTypeNamespace* types) in CharArrayType()
[all …]
Dgenerate_cpp.cpp108 ArgList BuildArgList(const TypeNamespace& types, in BuildArgList()
158 const TypeNamespace& types, in BuildMethodDecl()
200 bool DeclareLocalVariable(const TypeNamespace& types, const AidlArgument& a, in DeclareLocalVariable()
254 unique_ptr<Declaration> DefineClientTransaction(const TypeNamespace& types, in DefineClientTransaction()
397 unique_ptr<Document> BuildClientSource(const TypeNamespace& types, in BuildClientSource()
428 bool HandleServerTransaction(const TypeNamespace& types, in HandleServerTransaction()
547 unique_ptr<Document> BuildServerSource(const TypeNamespace& types, in BuildServerSource()
647 unique_ptr<Document> BuildClientHeader(const TypeNamespace& types, in BuildClientHeader()
719 unique_ptr<Document> BuildInterfaceHeader(const TypeNamespace& types, in BuildInterfaceHeader()
785 const TypeNamespace& types, in WriteHeader()
[all …]
Daidl.cpp159 TypeNamespace* types) { in gather_types()
176 TypeNamespace* types) { in check_types()
501 const string& filename, TypeNamespace* types) { in parse_preprocessed_file()
553 TypeNamespace* types, in load_and_validate_aidl()
685 unique_ptr<cpp::TypeNamespace> types(new cpp::TypeNamespace()); in compile_aidl_to_cpp() local
711 unique_ptr<java::JavaTypeNamespace> types(new java::JavaTypeNamespace()); in compile_aidl_to_java() local
Dast_java_unittest.cpp42 JavaTypeNamespace types; in TEST() local
Dgenerate_java.cpp58 AidlInterface* iface, JavaTypeNamespace* types, in generate_java()
Daidl_unittest.cpp74 TypeNamespace* types, in Parse()
/system/libhidl/transport/
DHidlTransportUtils.cpp39 auto chainRet = interface->interfaceChain([&](const hidl_vec<hidl_string> &types) { in canCastInterface()
60 auto ret = interface->interfaceDescriptor([&](const hidl_string &types) { in getDescriptor()
DHidlPassthroughSupport.cpp55 auto ret = iface->interfaceChain([&](const auto& types) { in wrapPassthroughInternal()
/system/sepolicy/tests/
Dmini_parser.py12 types = set() # types declared in mapping variable in MiniCilParser
/system/core/property_service/libpropertyinfoserializer/
Dtrie_builder.h107 const std::set<std::string>& types() const { return types_; } in types() function
/system/core/init/
Ddescriptors.cpp84 auto types = android::base::Split(type(), "+"); in Create() local
/system/vold/bench/
Dbenchgen.py348 types = defaultdict(int) variable
/system/tpm/trunks/generator/
Dgenerator.py1072 def _ParseConstants(self, types, typemap): argument
1973 def GenerateHeader(types, constants, structs, defines, typemap, commands): argument
2040 def GenerateImplementation(types, structs, typemap, commands): argument
/system/chre/host/msm/daemon/generated/
Dchre_slpi_skel.c431 static const Type types[1]; variable
432 static const Type types[1] = {{0x1,{{(const uintptr_t)0,(const uintptr_t)0}}, 2,0x1}}; variable
Dchre_slpi_stub.c431 static const Type types[1]; variable
432 static const Type types[1] = {{0x1,{{(const uintptr_t)0,(const uintptr_t)0}}, 2,0x1}}; variable
/system/tools/hidl/
DEnumType.cpp595 std::vector<const EnumType*> types; in typeChain() local
/system/media/camera/docs/
Dmetadata_model.py233 def types(self): member in Metadata