Home
last modified time | relevance | path

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

/frameworks/base/media/mca/
Dstructgen.py92 def ToJNIPackage(package, jclassname): argument
107 def __init__(self, name, structname, jclassname, package, javatype, ctype, jtype, defval): argument
171 def __init__(self, name, structname, jclassname, package): argument
175 def __init__(self, name, structname, jclassname, package): argument
179 def __init__(self, name, structname, jclassname, package): argument
/frameworks/base/tools/aapt/
DResourceTable.cpp1673 const String16& package, in addPublic()
1697 const String16& package, in addEntry()
1738 const String16& package, in startBag()
1802 const String16& package, in addBag()
1846 bool ResourceTable::hasBagOrEntry(const String16& package, in hasBagOrEntry()
1871 bool ResourceTable::hasBagOrEntry(const String16& package, in hasBagOrEntry()
1906 String16 package, type, name; in hasBagOrEntry() local
1914 bool ResourceTable::appendComment(const String16& package, in appendComment()
1938 bool ResourceTable::appendTypeComment(const String16& package, in appendTypeComment()
1962 const String16& package, const String16& type, const String16& name) in canAddEntry()
[all …]
DAaptAssets.h529 void setPackage(const String8& package) { in setPackage()
DResource.cpp696 static void fullyQualifyClassName(const String8& package, sp<XMLNode> node, in fullyQualifyClassName()
1964 const String8& package, bool includePrivate) in writeResourceSymbols()
/frameworks/base/tools/aidl/
DType.h492 string package; member
DType.cpp147 make_generic_type(const string& package, const string& name, in make_generic_type()
173 Type::Type(const string& package, const string& name, in Type()
905 UserDataType::UserDataType(const string& package, const string& name, in UserDataType()
1034 InterfaceType::InterfaceType(const string& package, const string& name, in InterfaceType()
1074 GenericType::GenericType(const string& package, const string& name, in GenericType()
1136 GenericListType::GenericListType(const string& package, const string& name, in GenericListType()
1288 Namespace::AddGenericType(const string& package, const string& name, int args) in AddGenericType()
1311 Namespace::Find(const char* package, const char* name) const in Find() argument
Daidl_language.h86 char* package; member
97 char* package; member
Daidl.cpp164 check_filename(const char* filename, const char* package, buffer_type* name)
677 generate_outputFileName2(const Options& options, const buffer_type& name, const char* package)
DAST.h360 string package; member
/frameworks/base/libs/androidfw/
DResourceTypes.cpp2296 const Package* const package; member
2318 const ResTable_package* const package; member
2928 const Package* const package = grp->packages[0]; in getResourceName() local
3014 const Package* const package = grp->packages[ip]; in getResource() local
3291 const Package* const package = grp->packages[ip]; in getBagLocked() local
3522 const char16_t* package, in identifierForName()
4130 String16 package, type, name; in stringToValue() local
4280 String16 package, type, name; in stringToValue() local
4749 const Package* package = packageGroup->packages[j]; in getConfigurations() local
4800 const Package* package, int typeIndex, int entryIndex, in getEntry()
[all …]
/frameworks/base/include/androidfw/
DResourceTypes.h208 #define Res_MAKEID(package, type, entry) \ argument
1285 const char16_t* package; member