HomeSort by relevance Sort by last modified time
    Searched refs:isOutput (Results 1 - 25 of 48) sorted by null

1 2

  /external/proguard/src/proguard/
ClassPathEntry.java 49 public ClassPathEntry(File file, boolean isOutput)
52 this.output = isOutput;
84 public boolean isOutput()
OutputWriter.java 60 if (firstEntry.isOutput())
70 if (entry.isOutput())
78 programJars.get(index + 1).isOutput())
89 if (!otherEntry.isOutput() &&
107 if (!entry.isOutput())
117 !programJars.get(nextIndex).isOutput())
ClassPath.java 43 if (((ClassPathEntry)classPathEntries.get(index)).isOutput())
InputReader.java 155 if (!entry1.isOutput())
160 if (entry2.isOutput() &&
198 if (!entry.isOutput())
UpToDateChecker.java 69 if (classPathEntry.isOutput())
ConfigurationParser.java 216 boolean isOutput)
231 ClassPathEntry entry = new ClassPathEntry(file(nextWord), isOutput);
    [all...]
ConfigurationWriter.java 179 String optionName = entry.isOutput() ?
  /external/proguard/src/proguard/gui/
ClassPathPanel.java 83 final boolean isOutput)
86 isOutput ? "addOutput" :
101 ClassPathEntry[] entries = classPathEntries(selectedFiles, isOutput);
110 isOutput ? "addOutputTip" :
123 boolean isOutput = false;
134 isOutput = entry.isOutput();
151 ClassPathEntry[] entries = classPathEntries(selectedFiles, isOutput);
250 private ClassPathEntry[] classPathEntries(File[] files, boolean isOutput)
255 entries[index] = new ClassPathEntry(files[index], isOutput);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
ChangedFileSet.java 59 public boolean isOutput(@NonNull String path, @NonNull IPath iPath) {
PatternBasedDeltaVisitor.java 117 set.isOutput(pathStr, path)) {
  /frameworks/av/media/libstagefright/codecs/aacenc/SampleCode/
AAC_E_SAMPLES.c 150 int isOutput = 1;
174 if(isOutput)
247 if (isOutput && returnCode == 0)
  /external/llvm/lib/IR/
InlineAsm.cpp 106 Type = isOutput;
124 if (Type != isOutput || // Cannot early clobber anything but output.
162 if (N >= ConstraintsSoFar.size() || ConstraintsSoFar[N].Type != isOutput||
259 case InlineAsm::isOutput:
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
SourceChangeHandler.java 50 IFile sourceFile = mProcessor.isOutput(file);
SourceProcessor.java 133 IFile isOutput(IFile file) {
  /external/llvm/include/llvm/IR/
InlineAsm.h 98 isOutput, // '=x'
  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 105 /// isOutput - Returns true if this is an output dependence.
107 bool isOutput() const;
119 bool isOrdered() const { return isOutput() || isFlow() || isAnti(); }
    [all...]
  /external/clang/lib/Basic/
Targets.cpp     [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 195 bool Dependence::isOutput() const {
579 else if (isOutput())
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]
  /development/ndk/platforms/android-14/include/OMXAL/
OpenMAXAL.h     [all...]
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES.h 537 SLboolean isOutput,
    [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h 537 SLboolean isOutput,
    [all...]
  /frameworks/wilhelm/include/OMXAL/
OpenMAXAL.h     [all...]
  /frameworks/wilhelm/include/SLES/
OpenSLES.h 537 SLboolean isOutput,
    [all...]
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 537 SLboolean isOutput,
    [all...]

Completed in 964 milliseconds

1 2