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

1 2 3 4 5 6 7 8 9

  /external/proguard/src/proguard/
UpToDateChecker.java 68 classPathEntry.isOutput());
151 public void updateModificationTime(File file, boolean isOutput)
162 if (files.length == 0 && isOutput)
169 updateModificationTime(files[index], isOutput);
175 updateModificationTime(file.lastModified(), isOutput);
183 public void updateModificationTime(long time, boolean isOutput)
185 if (isOutput)
ConfigurationChecker.java 62 if (firstEntry.isOutput())
72 if (entry.isOutput() &&
74 programJars.get(index + 1).isOutput())
105 if (entry.isOutput() &&
192 if (entry1.isOutput())
194 if (entry2.isOutput())
207 if (entry2.isOutput())
ClassPath.java 43 if (((ClassPathEntry)classPathEntries.get(index)).isOutput())
ClassPathEntry.java 56 public ClassPathEntry(File file, boolean isOutput)
59 this.output = isOutput;
115 public boolean isOutput()
OutputWriter.java 66 if (!entry.isOutput())
76 !programJars.get(nextIndex).isOutput())
InputReader.java 156 if (!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 99 Type = isOutput;
117 if (Type != isOutput || // Cannot early clobber anything but output.
155 if (N >= ConstraintsSoFar.size() || ConstraintsSoFar[N].Type != isOutput||
260 case InlineAsm::isOutput:
  /external/swiftshader/third_party/LLVM/lib/VMCore/
InlineAsm.cpp 105 Type = isOutput;
123 if (Type != isOutput || // Cannot early clobber anything but output.
161 if (N >= ConstraintsSoFar.size() || ConstraintsSoFar[N].Type != isOutput||
258 case InlineAsm::isOutput:
  /frameworks/base/core/java/android/hardware/camera2/params/
StreamConfiguration.java 130 public boolean isOutput() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
DefaultSourceChangeHandler.java 51 IFile sourceFile = mProcessor.isOutput(file);
  /external/llvm/include/llvm/IR/
InlineAsm.h 95 isOutput, // '=x'
  /external/swiftshader/third_party/LLVM/include/llvm/
InlineAsm.h 87 isOutput, // '=x'
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
InlineAsm.h 94 isOutput, // '=x'
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
InlineAsm.h 94 isOutput, // '=x'
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
InlineAsm.h 94 isOutput, // '=x'
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InlineAsm.h 94 isOutput, // '=x'
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
InlineAsm.h 94 isOutput, // '=x'
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
InlineAsm.h 94 isOutput, // '=x'
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
InlineAsm.h 94 isOutput, // '=x'
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InlineAsm.h 94 isOutput, // '=x'
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DeviceDescriptor.cpp 164 bool isOutput = audio_is_output_devices(type);
169 if ((isOutput == curIsOutput) && ((type & curType) != 0)) {

Completed in 2026 milliseconds

1 2 3 4 5 6 7 8 9