Searched defs:topLevel (Results 1 - 3 of 3) sorted by path

/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/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/dx/src/com/android/dx/dex/file/
H A DValueEncoder.java261 * (debugging) annotations and {@code topLevel} is
266 * @param topLevel {@code true} iff the given annotation is the
270 public void writeArray(CstArray array, boolean topLevel) { argument
271 boolean annotates = topLevel && out.annotates();
299 * (debugging) annotations and {@code topLevel} is
304 * @param topLevel {@code true} iff the given annotation is the
308 public void writeAnnotation(Annotation annotation, boolean topLevel) { argument
309 boolean annotates = topLevel && out.annotates();

Completed in 104 milliseconds