HomeSort by relevance Sort by last modified time
    Searched refs:finisher (Results 1 - 10 of 10) sorted by null

  /dalvik/dx/src/com/android/dx/dex/code/
OutputCollector.java 31 * {@code non-null;} the associated finisher (which holds the instruction
34 private final OutputFinisher finisher; field in class:OutputCollector
52 this.finisher = new OutputFinisher(initialCapacity, regCount);
62 finisher.add(insn);
76 finisher.reverseBranch(which, newTarget);
92 * @return {@code non-null;} the output finisher
102 return finisher;
113 finisher.add(suffix.get(i));
  /frameworks/base/core/java/android/app/
QueuedWork.java 69 public static void add(Runnable finisher) {
70 sPendingWorkFinishers.add(finisher);
73 public static void remove(Runnable finisher) {
74 sPendingWorkFinishers.remove(finisher);
  /external/proguard/src/proguard/io/
CascadingDataEntryWriter.java 72 Finisher finisher) throws IOException
76 dataEntryWriter1.getOutputStream(dataEntry, finisher);
82 dataEntryWriter2.getOutputStream(dataEntry, finisher);
ParentDataEntryWriter.java 63 Finisher finisher) throws IOException
66 finisher);
DataEntryWriter.java 59 * @param finisher the optional finisher that will be called before this
66 Finisher finisher) throws IOException;
FilteredDataEntryWriter.java 97 Finisher finisher) throws IOException
106 dataEntryWriter.getOutputStream(dataEntry, finisher) :
DirectoryWriter.java 41 private Finisher currentFinisher;
85 Finisher finisher) throws IOException
114 currentFinisher = finisher;
153 // Let any finisher finish up first.
JarWriter.java 37 public class JarWriter implements DataEntryWriter, Finisher
45 private Finisher currentFinisher;
101 // Clear the finisher.
116 Finisher finisher) throws IOException
145 // Set up the finisher for the entry.
146 currentFinisher = finisher;
224 // Let any finisher finish up first.
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java 6141 IIntentReceiver finisher = null; local
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 72 milliseconds