Searched refs:topLevel (Results 1 - 3 of 3) sorted by relevance

/dalvik/dx/src/com/android/dx/cf/direct/
H A DClassPathOpener.java151 * @param topLevel whether this is a top-level file (that is,
155 private boolean processOne(File file, boolean topLevel) { argument
158 return processDirectory(file, topLevel);
207 * @param topLevel whether this is a top-level directory (that is,
211 private boolean processDirectory(File dir, boolean topLevel) { argument
212 if (topLevel) {
/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DValueEncoder.java262 * (debugging) annotations and {@code topLevel} is
267 * @param topLevel {@code true} iff the given annotation is the
271 public void writeArray(CstArray array, boolean topLevel) { argument
272 boolean annotates = topLevel && out.annotates();
300 * (debugging) annotations and {@code topLevel} is
305 * @param topLevel {@code true} iff the given annotation is the
309 public void writeAnnotation(Annotation annotation, boolean topLevel) { argument
310 boolean annotates = topLevel && out.annotates();
/dalvik/dx/src/com/android/dx/dex/file/
H A DValueEncoder.java284 * (debugging) annotations and {@code topLevel} is
289 * @param topLevel {@code true} iff the given annotation is the
293 public void writeArray(CstArray array, boolean topLevel) { argument
294 boolean annotates = topLevel && out.annotates();
322 * (debugging) annotations and {@code topLevel} is
327 * @param topLevel {@code true} iff the given annotation is the
331 public void writeAnnotation(Annotation annotation, boolean topLevel) { argument
332 boolean annotates = topLevel && out.annotates();

Completed in 304 milliseconds