Home
last modified time | relevance | path

Searched refs:isOutput (Results 1 – 25 of 59) sorted by relevance

123

/external/proguard/src/proguard/
DUpToDateChecker.java68 classPathEntry.isOutput()); in check()
151 public void updateModificationTime(File file, boolean isOutput) in updateModificationTime() argument
162 if (files.length == 0 && isOutput) in updateModificationTime()
169 updateModificationTime(files[index], isOutput); in updateModificationTime()
175 updateModificationTime(file.lastModified(), isOutput); in updateModificationTime() local
183 public void updateModificationTime(long time, boolean isOutput) in updateModificationTime() argument
185 if (isOutput) in updateModificationTime()
DConfigurationChecker.java64 if (firstEntry.isOutput()) in check()
74 if (entry.isOutput() && in check()
76 programJars.get(index + 1).isOutput()) in check()
116 if (entry.isOutput() && in check()
203 if (entry1.isOutput()) in checkConflicts()
205 if (entry2.isOutput()) in checkConflicts()
218 if (entry2.isOutput()) in checkConflicts()
DClassPathEntry.java56 public ClassPathEntry(File file, boolean isOutput) in ClassPathEntry() argument
59 this.output = isOutput; in ClassPathEntry()
115 public boolean isOutput() in isOutput() method in ClassPathEntry
DOutputWriter.java66 if (!entry.isOutput()) in execute()
76 !programJars.get(nextIndex).isOutput()) in execute()
DClassPath.java43 if (((ClassPathEntry)classPathEntries.get(index)).isOutput()) in hasOutput()
DInputReader.java180 if (!entry.isOutput()) in readInput()
/external/proguard/src/proguard/gui/
DClassPathPanel.java83 final boolean isOutput) in addAddButton() argument
86 isOutput ? "addOutput" : in addAddButton()
101 ClassPathEntry[] entries = classPathEntries(selectedFiles, isOutput); in addAddButton()
110 isOutput ? "addOutputTip" : in addAddButton()
123 boolean isOutput = false; in addEditButton()
134 isOutput = entry.isOutput(); in addEditButton()
151 ClassPathEntry[] entries = classPathEntries(selectedFiles, isOutput); in addEditButton()
250 private ClassPathEntry[] classPathEntries(File[] files, boolean isOutput) in classPathEntries() argument
255 entries[index] = new ClassPathEntry(files[index], isOutput); in classPathEntries()
371 if (inputAndOutput && entry.isOutput()) in getListCellRendererComponent()
[all …]
/external/oboe/src/common/
DFilterAudioStream.cpp46 bool isOutput = getDirection() == Direction::Output; in configureFlowGraph() local
48 AudioStream *sourceStream = isOutput ? this : mChildStream.get(); in configureFlowGraph()
49 AudioStream *sinkStream = isOutput ? mChildStream.get() : this; in configureFlowGraph()
DDataConversionFlowGraph.cpp78 bool isOutput = sourceStream->getDirection() == Direction::Output; in configure() local
79 bool isInput = !isOutput; in configure()
80 mFilterStream = isOutput ? sourceStream : sinkStream; in configure()
105 if ((isDataCallbackSpecified && isOutput) in configure()
DREADME.md26 targetRate = isOutput ? deviceRate : applicationRate
31 if (isOutput && isCallbackUsed) latencyMillis += adapterSize * 1000.0 / deviceRate
/external/llvm/lib/IR/
DInlineAsm.cpp99 Type = isOutput; in Parse()
117 if (Type != isOutput || // Cannot early clobber anything but output. in Parse()
155 if (N >= ConstraintsSoFar.size() || ConstraintsSoFar[N].Type != isOutput|| in Parse()
260 case InlineAsm::isOutput: in Verify()
/external/llvm-project/llvm/lib/IR/
DInlineAsm.cpp93 Type = isOutput; in Parse()
111 if (Type != isOutput || // Cannot early clobber anything but output. in Parse()
149 if (N >= ConstraintsSoFar.size() || ConstraintsSoFar[N].Type != isOutput|| in Parse()
266 case InlineAsm::isOutput: in Verify()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInlineAsm.cpp93 Type = isOutput; in Parse()
111 if (Type != isOutput || // Cannot early clobber anything but output. in Parse()
149 if (N >= ConstraintsSoFar.size() || ConstraintsSoFar[N].Type != isOutput|| in Parse()
266 case InlineAsm::isOutput: in Verify()
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DInlineAsmLowering.cpp72 else if (OpInfo.Type == InlineAsm::isOutput) in update()
301 (OpInfo.Type == InlineAsm::isOutput && OpInfo.isIndirect)) { in lowerInlineAsm()
330 } else if (OpInfo.Type == InlineAsm::isOutput && !OpInfo.isIndirect) { in lowerInlineAsm()
375 case InlineAsm::isOutput: in lowerInlineAsm()
/external/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DTestOutputActivityBase.java34 @Override boolean isOutput() { return true; } in isOutput() method in TestOutputActivityBase
DEchoActivity.java208 boolean isOutput() { in isOutput() method in EchoActivity
/external/oboe/src/aaudio/
DAudioStreamAAudio.cpp653 bool isOutput = (getDirection() == oboe::Direction::Output); in calculateLatencyMillis() local
654 int64_t appFrameIndex = isOutput ? getFramesWritten() : getFramesRead(); in calculateLatencyMillis()
670 double latencyNanos = static_cast<double>(isOutput in calculateLatencyMillis()
/external/mesa3d/src/mesa/main/
Dvdpau.c114 register_surface(struct gl_context *ctx, GLboolean isOutput, in register_surface() argument
146 surf->output = isOutput; in register_surface()
/external/llvm/include/llvm/Analysis/
DDependenceAnalysis.h126 bool isOutput() const;
138 bool isOrdered() const { return isOutput() || isFlow() || isAnti(); } in isOrdered()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDependenceAnalysis.h120 bool isOutput() const;
132 bool isOrdered() const { return isOutput() || isFlow() || isAnti(); } in isOrdered()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInlineAsm.h92 isOutput, // '=x' enumerator
/external/llvm/include/llvm/IR/
DInlineAsm.h95 isOutput, // '=x' enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCodeMoverUtils.cpp167 (DepResult->isOutput() || DepResult->isFlow() || in isSafeToMoveBefore()
/external/llvm-project/llvm/include/llvm/Analysis/
DDependenceAnalysis.h121 bool isOutput() const;
133 bool isOrdered() const { return isOutput() || isFlow() || isAnti(); } in isOrdered()
/external/llvm-project/mlir/tools/mlir-linalg-ods-gen/
Dmlir-linalg-ods-gen.cpp953 LogicalResult parseTensorDef(bool isOutput);
1008 bool isOutput; member
1124 LogicalResult TCParser::parseTensorDef(bool isOutput) { in parseTensorDef() argument
1141 tensorId, RegisteredTensor{tensorType, map, isOutput, AffineMap(), in parseTensorDef()
1537 if (t.getValue().isOutput)

123