/external/proguard/src/proguard/ |
D | UpToDateChecker.java | 68 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()
|
D | ConfigurationChecker.java | 64 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()
|
D | ClassPathEntry.java | 56 public ClassPathEntry(File file, boolean isOutput) in ClassPathEntry() argument 59 this.output = isOutput; in ClassPathEntry() 115 public boolean isOutput() in isOutput() method in ClassPathEntry
|
D | OutputWriter.java | 66 if (!entry.isOutput()) in execute() 76 !programJars.get(nextIndex).isOutput()) in execute()
|
D | ClassPath.java | 43 if (((ClassPathEntry)classPathEntries.get(index)).isOutput()) in hasOutput()
|
D | InputReader.java | 180 if (!entry.isOutput()) in readInput()
|
/external/proguard/src/proguard/gui/ |
D | ClassPathPanel.java | 83 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/ |
D | FilterAudioStream.cpp | 46 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()
|
D | DataConversionFlowGraph.cpp | 78 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()
|
D | README.md | 26 targetRate = isOutput ? deviceRate : applicationRate 31 if (isOutput && isCallbackUsed) latencyMillis += adapterSize * 1000.0 / deviceRate
|
/external/llvm/lib/IR/ |
D | InlineAsm.cpp | 99 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/ |
D | InlineAsm.cpp | 93 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/ |
D | InlineAsm.cpp | 93 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/ |
D | InlineAsmLowering.cpp | 72 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/ |
D | TestOutputActivityBase.java | 34 @Override boolean isOutput() { return true; } in isOutput() method in TestOutputActivityBase
|
D | EchoActivity.java | 208 boolean isOutput() { in isOutput() method in EchoActivity
|
/external/oboe/src/aaudio/ |
D | AudioStreamAAudio.cpp | 653 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/ |
D | vdpau.c | 114 register_surface(struct gl_context *ctx, GLboolean isOutput, in register_surface() argument 146 surf->output = isOutput; in register_surface()
|
/external/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 126 bool isOutput() const; 138 bool isOrdered() const { return isOutput() || isFlow() || isAnti(); } in isOrdered()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 120 bool isOutput() const; 132 bool isOrdered() const { return isOutput() || isFlow() || isAnti(); } in isOrdered()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | InlineAsm.h | 92 isOutput, // '=x' enumerator
|
/external/llvm/include/llvm/IR/ |
D | InlineAsm.h | 95 isOutput, // '=x' enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | CodeMoverUtils.cpp | 167 (DepResult->isOutput() || DepResult->isFlow() || in isSafeToMoveBefore()
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 121 bool isOutput() const; 133 bool isOrdered() const { return isOutput() || isFlow() || isAnti(); } in isOrdered()
|
/external/llvm-project/mlir/tools/mlir-linalg-ods-gen/ |
D | mlir-linalg-ods-gen.cpp | 953 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)
|