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

  /dalvik/dexgen/src/com/android/dexgen/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));
  /dalvik/dx/src/com/android/dx/dex/code/
OutputCollector.java 32 * {@code non-null;} the associated finisher (which holds the instruction
35 private final OutputFinisher finisher; field in class:OutputCollector
55 this.finisher = new OutputFinisher(dexOptions, initialCapacity, regCount, paramSize);
65 finisher.add(insn);
69 if (at >= finisher.size() || at < 0) {
72 return finisher.get(at);
77 return finisher.size();
91 finisher.reverseBranch(which, newTarget);
107 * @return {@code non-null;} the output finisher
117 return finisher;
    [all...]
  /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 36 public class JarWriter implements DataEntryWriter, Finisher
44 private Finisher currentFinisher;
100 // Clear the finisher.
115 Finisher finisher) throws IOException
144 // Set up the finisher for the entry.
145 currentFinisher = finisher;
223 // Let any finisher finish up first.
  /external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/examples/
Archiver.java 54 private interface Finisher {
150 }, new Finisher() {
186 }, new Finisher() {
198 Finisher finisher) throws IOException {
200 finisher.finish();
  /external/grpc-grpc/test/cpp/qps/
server_async.cc 280 bool finisher(bool) { return false; } function in class:grpc::testing::final::final
290 next_state_ = &ServerRpcContextUnaryImpl::finisher;
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
FuturesTest.java     [all...]
  /external/dexmaker/lib/
dalvik-dx-9.0.0_r3.jar 

Completed in 244 milliseconds