Lines Matching full:files
32 <li><a href="#resource">Does <b>ProGuard</b> handle resource files?</a>
46 Java source code (.java files) is typically compiled to bytecode (.class
47 files). Bytecode is more compact than Java source code, but it may still
69 When loading class files, the class loader performs some sophisticated
74 the class files (StackMap and StackMapTable attributes, respectively), in order
75 to simplify the actual verification step for the class loader. Class files can
78 class files at Java 6.
150 Yes. Google's <code>dx</code> compiler converts ordinary jar files into files
151 that run on Android devices. By preprocessing the original jar files,
159 jar files into cod files that run on Blackberry devices. The compiler performs
160 quite a few optimizations, but preprocessing the jar files with
199 <h3>Does <b>ProGuard</b> handle resource files?</h3>
201 Yes. <b>ProGuard</b> copies all non-class resource files, optionally adapting
232 reserved key words, identifiers with foreign characters, random source files,