Home
last modified time | relevance | path

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

/system/core/libmemtrack/
Dmemtrack.c40 } types[MEMTRACK_NUM_TYPES]; member
144 enum memtrack_type types[], size_t num_types, in memtrack_proc_sum()
165 enum memtrack_type types[] = { MEMTRACK_TYPE_GRAPHICS }; in memtrack_proc_graphics_total() enum
171 enum memtrack_type types[] = { MEMTRACK_TYPE_GRAPHICS }; in memtrack_proc_graphics_pss() enum
178 enum memtrack_type types[] = { MEMTRACK_TYPE_GL }; in memtrack_proc_gl_total() enum
184 enum memtrack_type types[] = { MEMTRACK_TYPE_GL }; in memtrack_proc_gl_pss() enum
191 enum memtrack_type types[] = { MEMTRACK_TYPE_MULTIMEDIA, in memtrack_proc_other_total() enum
199 enum memtrack_type types[] = { MEMTRACK_TYPE_MULTIMEDIA, in memtrack_proc_other_pss() enum
/system/tools/aidl/
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.cpp105 ArgList BuildArgList(const TypeNamespace& types, in BuildArgList()
155 const TypeNamespace& types, in BuildMethodDecl()
197 bool DeclareLocalVariable(const TypeNamespace& types, const AidlArgument& a, in DeclareLocalVariable()
251 unique_ptr<Declaration> DefineClientTransaction(const TypeNamespace& types, in DefineClientTransaction()
376 unique_ptr<Document> BuildClientSource(const TypeNamespace& types, in BuildClientSource()
407 bool HandleServerTransaction(const TypeNamespace& types, in HandleServerTransaction()
501 unique_ptr<Document> BuildServerSource(const TypeNamespace& types, in BuildServerSource()
585 unique_ptr<Document> BuildClientHeader(const TypeNamespace& types, in BuildClientHeader()
657 unique_ptr<Document> BuildInterfaceHeader(const TypeNamespace& types, in BuildInterfaceHeader()
706 const TypeNamespace& types, in WriteHeader()
[all …]
Dgenerate_java_binder.cpp55 JavaTypeNamespace* types) in StubClass()
123 JavaTypeNamespace* types) { in make_as_interface()
187 ProxyClass::ProxyClass(const JavaTypeNamespace* types, const Type* type, in ProxyClass()
225 JavaTypeNamespace* types) { in generate_new_array()
264 int index, JavaTypeNamespace* types) { in generate_method()
490 const JavaTypeNamespace* types) { in generate_interface_descriptors()
511 JavaTypeNamespace* types) { in generate_binder_interface_class()
Daidl.cpp159 TypeNamespace* types) { in gather_types()
176 TypeNamespace* types) { in check_types()
458 const string& filename, TypeNamespace* types) { in parse_preprocessed_file()
509 TypeNamespace* types, in load_and_validate_aidl()
636 unique_ptr<cpp::TypeNamespace> types(new cpp::TypeNamespace()); in compile_aidl_to_cpp() local
661 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.cpp69 TypeNamespace* types) { in Parse()
/system/vold/bench/
Dbenchgen.py329 types = defaultdict(int) variable
/system/tpm/trunks/generator/
Dgenerator.py1069 def _ParseConstants(self, types, typemap): argument
1970 def GenerateHeader(types, constants, structs, defines, typemap, commands): argument
2037 def GenerateImplementation(types, structs, typemap, commands): argument
/system/media/camera/docs/
Dmetadata_model.py233 def types(self): member in Metadata