Home
last modified time | relevance | path

Searched refs:classes (Results 1 – 25 of 33) sorted by relevance

12

/development/tools/mkstubs/src/com/android/mkstubs/
DAsmAnalyzer.java45 TreeMap<String, ClassReader> classes = new TreeMap<String, ClassReader>(); in parseInputJar() local
55 classes.put(className, cr); in parseInputJar()
59 return classes; in parseInputJar()
83 void filter(Map<String, ClassReader> classes, Filter filter, Logger log) { in filter() argument
85 Set<String> keys = classes.keySet(); in filter()
DMain.java290 Map<String, ClassReader> classes = aa.parseInputJar(p.getInputJarPath()); in process() local
293 log.info("Classes loaded: %d", classes.size()); in process()
295 aa.filter(classes, p.getFilter(), log); in process()
296 log.info("Classes filtered: %d", classes.size()); in process()
303 src_gen.generateSource(dst_src_dir, classes, p.getFilter()); in process()
309 stub_gen.generateStubbedJar(dst_jar, classes, p.getFilter()); in process()
DSourceGenerator.java53 Map<String, ClassReader> classes, in generateSource() argument
56 for (Entry<String, ClassReader> entry : classes.entrySet()) { in generateSource()
DStubGenerator.java55 Map<String, ClassReader> classes, in generateStubbedJar() argument
60 for (Entry<String, ClassReader> entry : classes.entrySet()) { in generateStubbedJar()
/development/build/
Dbuild_android_stubs.mk21 full_target := $(intermediates)/classes.jar
23 classes_dir := $(intermediates)/classes
48 $(hide) (cd $(PRIVATE_CLASS_INTERMEDIATES_DIR) && rm -rf classes.dex META-INF)
/development/tools/apkcheck/
DREADME.txt3 This compares the set of classes, fields, and methods used by an Android
14 all classes, fields, and methods that are referenced by classes.dex but not
90 Enumeration classes are included, and always have two methods ("valueOf"
102 Annotation classes have trivial entries that show only the class name
138 The generic types are generally indistinguishable from classes in the
169 Some classes are not meant for public consumption, but are still referred
173 Another example is the Dalvik annotation classes, like
/development/tools/rmtypedefs/
DREADME.txt12 annotation classes, since these are not needed (or desirable) in the
/development/samples/USB/AdbTest/
DREADME.txt4 However the support classes are structured in a way that would allow
/development/tools/mkstubs/
DREADME.txt10 - only include a subset of classes.
11 - exclude specific classes, fields or methods.
74 - We do not filter out private classes. Their .class will still be present in the
/development/sdk/
Dsupport_README.txt4 on older platforms and various helper classes.
/development/perftests/panorama/feature_mos/doc/
Dfeature_mos_API_doxyfile110 # operators of the base classes will not be shown.
232 # If you use STL classes (i.e. std::string, std::vector, etc.) but do not want
235 # definitions whose arguments contain STL classes (e.g. func(std::string); v.s.
237 # diagrams that involve STL classes more complete and accurate.
247 # Doxygen will parse them like normal C++ but will assume all classes use public
323 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs)
325 # If set to NO only classes defined in header files are included.
345 # undocumented members of documented classes, files or namespaces.
353 # undocumented classes that are normally visible in the class hierarchy.
354 # If set to NO (the default) these classes will be included in the various
[all …]
/development/perftests/panorama/feature_stab/doc/
Ddbreg_API_doxyfile110 # operators of the base classes will not be shown.
232 # If you use STL classes (i.e. std::string, std::vector, etc.) but do not want
235 # definitions whose arguments contain STL classes (e.g. func(std::string); v.s.
237 # diagrams that involve STL classes more complete and accurate.
247 # Doxygen will parse them like normal C++ but will assume all classes use public
323 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs)
325 # If set to NO only classes defined in header files are included.
345 # undocumented members of documented classes, files or namespaces.
353 # undocumented classes that are normally visible in the class hierarchy.
354 # If set to NO (the default) these classes will be included in the various
[all …]
/development/tools/idegen/
Dexcluded-paths12 # can't have two classes with the same name at once. In the future, we'll
/development/ide/xcode/ports-mac.xcodeproj/
Dproject.pbxproj4 classes = {
/development/ide/xcode/gif.xcodeproj/
Dproject.pbxproj4 classes = {
/development/ide/xcode/expat.xcodeproj/
Dproject.pbxproj4 classes = {
/development/ide/xcode/giflib.xcodeproj/
Dproject.pbxproj4 classes = {
/development/ide/xcode/GL.xcodeproj/
Dproject.pbxproj4 classes = {
/development/ide/xcode/ports.xcodeproj/
Dproject.pbxproj4 classes = {
/development/ide/xcode/pvjpeg.xcodeproj/
Dproject.pbxproj4 classes = {
/development/ide/xcode/libpng.xcodeproj/
Dproject.pbxproj4 classes = {
/development/ide/xcode/chipmunk.xcodeproj/
Dproject.pbxproj4 classes = {
/development/ide/xcode/zlib.xcodeproj/
Dproject.pbxproj4 classes = {
/development/ide/xcode/views.xcodeproj/
Dproject.pbxproj4 classes = {
/development/ide/xcode/freetype2.xcodeproj/
Dproject.pbxproj4 classes = {

12