Searched defs:finisher (Results 1 - 14 of 14) sorted by relevance

/external/proguard/src/proguard/io/
H A DCascadingDataEntryWriter.java72 Finisher finisher) throws IOException
76 dataEntryWriter1.getOutputStream(dataEntry, finisher);
82 dataEntryWriter2.getOutputStream(dataEntry, finisher);
71 getOutputStream(DataEntry dataEntry, Finisher finisher) argument
H A DDataEntryWriter.java59 * @param finisher the optional finisher that will be called before this
66 Finisher finisher) throws IOException;
65 getOutputStream(DataEntry dataEntry, Finisher finisher) argument
H A DParentDataEntryWriter.java63 Finisher finisher) throws IOException
66 finisher);
62 getOutputStream(DataEntry dataEntry, Finisher finisher) argument
H A DDirectoryWriter.java85 Finisher finisher) throws IOException
114 currentFinisher = finisher;
153 // Let any finisher finish up first.
84 getOutputStream(DataEntry dataEntry, Finisher finisher) argument
H A DFilteredDataEntryWriter.java97 Finisher finisher) throws IOException
106 dataEntryWriter.getOutputStream(dataEntry, finisher) :
96 getOutputStream(DataEntry dataEntry, Finisher finisher) argument
H A DJarWriter.java100 // 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.
114 getOutputStream(DataEntry dataEntry, Finisher finisher) argument
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DFuturesTest.java1078 * purposes and a {@code finisher}, a task that will complete the future in
1085 final Runnable finisher; field in class:FuturesTest.TestFuture
1088 ListenableFuture<String> future, String name, Runnable finisher) {
1091 this.finisher = finisher;
1394 inputs.allFutures.get(iBeforeJ ? i : j).finisher.run();
1395 inputs.allFutures.get(iBeforeJ ? j : i).finisher.run();
1087 TestFuture( ListenableFuture<String> future, String name, Runnable finisher) argument
/external/dexmaker/lib/
H A Ddalvik-dx-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/dx/ com/android/dx/cf/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 347 milliseconds