/external/llvm/test/Transforms/SimplifyCFG/ |
noreturn-call.ll | 4 declare void @Finisher(i32) noreturn 7 tail call void @Finisher(i32 %0) noreturn 8 tail call void @Finisher(i32 %0) noreturn
|
/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 54 this.finisher = new OutputFinisher(dexOptions, initialCapacity, regCount); 64 finisher.add(insn); 78 finisher.reverseBranch(which, newTarget); 94 * @return {@code non-null;} the output finisher 104 return finisher; 115 finisher.add(suffix.get(i));
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
OutputCollector.java | 33 * {@code non-null;} the associated finisher (which holds the instruction 36 private final OutputFinisher finisher; field in class:OutputCollector 55 this.finisher = new OutputFinisher(dexOptions, initialCapacity, regCount); 65 finisher.add(insn); 79 finisher.reverseBranch(which, newTarget); 95 * @return {@code non-null;} the output finisher 105 return finisher; 116 finisher.add(suffix.get(i));
|
/external/proguard/src/proguard/io/ |
ParentDataEntryWriter.java | 63 Finisher finisher) throws IOException 66 finisher);
|
CascadingDataEntryWriter.java | 72 Finisher finisher) throws IOException 76 dataEntryWriter1.getOutputStream(dataEntry, finisher); 82 dataEntryWriter2.getOutputStream(dataEntry, finisher);
|
DataEntryWriter.java | 59 * @param finisher the optional finisher that will be called before this 66 Finisher finisher) throws IOException;
|
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.
|
DirectoryWriter.java | 41 private Finisher currentFinisher; 85 Finisher finisher) throws IOException 114 currentFinisher = finisher; 153 // Let any finisher finish up first.
|
FilteredDataEntryWriter.java | 97 Finisher finisher) throws IOException 106 dataEntryWriter.getOutputStream(dataEntry, finisher) :
|
Finisher.java | 31 public interface Finisher
|
/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);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
GlobalScreenshot.java | 73 Runnable finisher; field in class:SaveImageInBackgroundData 265 params.finisher.run(); 294 params.finisher.run(); 404 private void saveScreenshotInWorkerThread(Runnable finisher) { 409 data.finisher = finisher; 435 void takeScreenshot(Runnable finisher, boolean statusBarVisible, boolean navBarVisible) { 455 finisher.run(); 479 startAnimation(finisher, mDisplayMetrics.widthPixels, mDisplayMetrics.heightPixels, 487 private void startAnimation(final Runnable finisher, int w, int h, boolean statusBarVisible [all...] |
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
FuturesTest.java | 723 * purposes and a {@code finisher}, a task that will complete the future in 730 final Runnable finisher; 733 ListenableFuture<String> future, String name, Runnable finisher) { 736 this.finisher = finisher; [all...] |
/external/proguard/lib/ |
proguard.jar | |
/prebuilts/tools/common/m2/internal/net/sf/proguard/proguard-base/4.9/ |
proguard-base-4.9-sources.jar | |
/prebuilts/tools/common/proguard/ |
proguard4.7.zip | |
/frameworks/base/services/java/com/android/server/am/ |
ActivityManagerService.java | [all...] |
/external/libvpx/libvpx/examples/includes/geshi/ |
geshi.php | 111 // Important string starter/finisher [all...] |
/external/chromium_org/third_party/sqlite/src/test/ |
fts1porter.test | [all...] |
/external/libvpx/libvpx/examples/includes/geshi/docs/api/__filesource/ |
fsource_geshi_core_geshi.php.html | 124 <li><div class="src-line"><a name="a111"></a><span class="src-comm">// Important string starter/finisher</span></div></li> [all...] |