Lines Matching full:files
23 <li>Storing class data in individual files results in a lot of
49 <li>DEX files are mapped read-only and shared between processes.
67 archives with some meta-data files added. The Dalvik DEX data file
97 / <code>apk</code> files are present, but the <code>classes.dex</code>
104 <code>$ANDROID_DATA/data/dalvik-cache</code>. The files inside it have
107 and has 0771 permissions, and the optimized DEX files stored there are
132 emulator, forcing just-in-time optimization of all relevant DEX files,
156 initialization, loads zero or more DEX files from the bootstrap class
260 The optimized DEX file includes a list of dependencies on other DEX files,
264 signature. The timestamps of files on the device are unreliable and
267 An optimized DEX is dependent upon all of the DEX files in the bootstrap
268 class path. DEX files that are part of the bootstrap class path depend
269 upon the DEX files that appeared earlier. To ensure that nothing outside
270 the dependent DEX files is available, <code>dexopt</code> only loads the
271 bootstrap classes. References to classes in other DEX files fail, which
275 This means that splitting code out into many separate DEX files has a
277 non-boot DEX files can't be optimized. Because verification is pass/fail
279 classes in external DEX files can be optimized. This may be a bit
284 in rejection of all optimized DEX files. This makes it hard to keep
291 bootstrap DEX files, the class will be flagged as ambiguous and references
318 DEX files; may allow Java bytecode or Dalvik bytecode in instructions;