/development/tools/mkstubs/src/com/android/mkstubs/ |
D | AsmAnalyzer.java | 45 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()
|
D | Main.java | 290 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()
|
D | SourceGenerator.java | 53 Map<String, ClassReader> classes, in generateSource() argument 56 for (Entry<String, ClassReader> entry : classes.entrySet()) { in generateSource()
|
D | StubGenerator.java | 55 Map<String, ClassReader> classes, in generateStubbedJar() argument 60 for (Entry<String, ClassReader> entry : classes.entrySet()) { in generateStubbedJar()
|
/development/build/ |
D | build_android_stubs.mk | 21 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/ |
D | README.txt | 3 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/ |
D | README.txt | 12 annotation classes, since these are not needed (or desirable) in the
|
/development/samples/USB/AdbTest/ |
D | README.txt | 4 However the support classes are structured in a way that would allow
|
/development/tools/mkstubs/ |
D | README.txt | 10 - 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/ |
D | support_README.txt | 4 on older platforms and various helper classes.
|
/development/perftests/panorama/feature_mos/doc/ |
D | feature_mos_API_doxyfile | 110 # 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/ |
D | dbreg_API_doxyfile | 110 # 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/ |
D | excluded-paths | 12 # can't have two classes with the same name at once. In the future, we'll
|
/development/ide/xcode/ports-mac.xcodeproj/ |
D | project.pbxproj | 4 classes = {
|
/development/ide/xcode/gif.xcodeproj/ |
D | project.pbxproj | 4 classes = {
|
/development/ide/xcode/expat.xcodeproj/ |
D | project.pbxproj | 4 classes = {
|
/development/ide/xcode/giflib.xcodeproj/ |
D | project.pbxproj | 4 classes = {
|
/development/ide/xcode/GL.xcodeproj/ |
D | project.pbxproj | 4 classes = {
|
/development/ide/xcode/ports.xcodeproj/ |
D | project.pbxproj | 4 classes = {
|
/development/ide/xcode/pvjpeg.xcodeproj/ |
D | project.pbxproj | 4 classes = {
|
/development/ide/xcode/libpng.xcodeproj/ |
D | project.pbxproj | 4 classes = {
|
/development/ide/xcode/chipmunk.xcodeproj/ |
D | project.pbxproj | 4 classes = {
|
/development/ide/xcode/zlib.xcodeproj/ |
D | project.pbxproj | 4 classes = {
|
/development/ide/xcode/views.xcodeproj/ |
D | project.pbxproj | 4 classes = {
|
/development/ide/xcode/freetype2.xcodeproj/ |
D | project.pbxproj | 4 classes = {
|