/external/jline/src/src/main/java/jline/ |
D | History.java | 101 if (getOutput() != null) { in addToHistory() 102 getOutput().println(buffer); in addToHistory() 103 getOutput().flush(); in addToHistory() 111 if (getOutput() != null) { in flushBuffer() 112 … for (Iterator i = history.iterator(); i.hasNext(); getOutput().println((String) i.next())) { in flushBuffer() 116 getOutput().flush(); in flushBuffer() 170 public PrintWriter getOutput() { in getOutput() method in History
|
/external/testng/src/main/java/org/testng/ |
D | Reporter.java | 53 public static List<String> getOutput() { in getOutput() method in Reporter 88 int n = getOutput().size(); in log() 99 getOutput().addAll(m_orphanedOutput.get()); in log() 105 getOutput().add(s); in log() 169 public static synchronized List<String> getOutput(ITestResult tr) { in getOutput() method in Reporter 178 result.add(getOutput().get(n)); in getOutput()
|
/external/dagger2/java/dagger/hilt/android/plugin/src/test/kotlin/ |
D | HiltGradlePluginTest.kt | 48 assertThat(result.getOutput()).contains( in test_missingLibraryDep() 63 assertThat(result.getOutput()).contains( in test_missingCompilerDep()
|
/external/swiftshader/tests/fuzzers/ |
D | VertexRoutineFuzzer.cpp | 205 state.output[i].xWrite = bytecodeShader->getOutput(i, 0).active(); in LLVMFuzzerTestOneInput() 206 state.output[i].yWrite = bytecodeShader->getOutput(i, 1).active(); in LLVMFuzzerTestOneInput() 207 state.output[i].zWrite = bytecodeShader->getOutput(i, 2).active(); in LLVMFuzzerTestOneInput() 208 state.output[i].wWrite = bytecodeShader->getOutput(i, 3).active(); in LLVMFuzzerTestOneInput()
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ |
D | convert_nodes.cc | 478 nvinfer1::ITensor* trt_tensor = layer->getOutput(0); in CreateConstantLayer() 1391 MarkQuantizationRangesAsInferrable(tensor, layer->getOutput(0)); in RenameAndMarkOutputTensors() 1392 tensor = layer->getOutput(0); in RenameAndMarkOutputTensors() 1601 MarkQuantizationRangesAsInferrable(input_tensor, layer->getOutput(0)); in TransposeTensor() 1625 *output_tensor = layer->getOutput(0); in TransposeTensor() 1743 layer->getOutput(0)); in PrepareTensorForShape() 1744 *tensor = layer->getOutput(0); in PrepareTensorForShape() 1854 tensor_layer[layer->getOutput(j)] = layer; in MaybeApplyQuantizationRanges() 1855 all_tensors.insert(layer->getOutput(j)); in MaybeApplyQuantizationRanges() 1934 << fused_layer->getOutput(i)->getName(); in MaybeApplyQuantizationRanges() [all …]
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/runtime/ |
D | AgentOptionsTest.java | 52 assertEquals(AgentOptions.OutputMode.none, options.getOutput()); in testDefaults() 103 assertEquals(AgentOptions.OutputMode.tcpserver, options.getOutput()); in testPropertiesOptions() 288 assertEquals(AgentOptions.OutputMode.tcpserver, options.getOutput()); in testGetOutput() 295 assertEquals(AgentOptions.OutputMode.tcpclient, options.getOutput()); in testSetOutput1() 302 assertEquals(AgentOptions.OutputMode.tcpclient, options.getOutput()); in testSetOutput2()
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/audio/ |
D | TrimmingAudioProcessor.java | 128 public ByteBuffer getOutput() { in getOutput() method in TrimmingAudioProcessor 136 return super.getOutput(); in getOutput()
|
D | SonicAudioProcessor.java | 180 sonic.getOutput(shortBuffer); in queueInput() 196 public ByteBuffer getOutput() { in getOutput() method in SonicAudioProcessor
|
D | AudioProcessor.java | 132 ByteBuffer getOutput(); in getOutput() method
|
/external/antlr/gunit/src/main/java/org/antlr/gunit/swingui/ |
D | TestCaseEditController.java | 236 ITestCaseOutput output = this.currentTestCase.getOutput(); in updateOutputEditor() 309 if(output.getClass().equals(this.currentTestCase.getOutput().getClass())) in OnOutputTestCaseTypeChanged() 482 (TestCaseOutputResult) currentTestCase.getOutput(); in actionPerformed() 516 currentTestCase.getOutput().setScript(getText()); in caretUpdate() 614 clamp(clampAtNewLine(item.getOutput().getScript()), 18)); in getListCellRendererComponent()
|
/external/exoplayer/tree/extensions/gvr/src/main/java/com/google/android/exoplayer2/ext/gvr/ |
D | GvrAudioProcessor.java | 145 public ByteBuffer getOutput() { in getOutput() method in GvrAudioProcessor 149 int writtenBytes = gvrAudioSurround.getOutput(buffer, 0, buffer.capacity()); in getOutput()
|
/external/testng/src/test/java/test/reports/ |
D | ReporterTest.java | 18 Assert.assertTrue (Reporter.getOutput ().size () == 2); in testMethod()
|
D | ReporterLogTest.java | 21 List<String> output = Reporter.getOutput(); in shouldLogFromListener()
|
/external/antlr/gunit/src/main/java/org/antlr/gunit/ |
D | gUnitTestResult.java | 57 public String getOutput() { in getOutput() method in gUnitTestResult
|
/external/antlr/gunit/src/main/java/org/antlr/gunit/swingui/model/ |
D | TestCase.java | 48 public ITestCaseOutput getOutput() { in getOutput() method in TestCase
|
/external/llvm-project/llvm/lib/Analysis/ |
D | TFUtils.cpp | 166 std::vector<TF_Tensor *> &getOutput() { return Output; } in getOutput() function in llvm::EvaluationResultImpl 423 Impl->evaluate(Ret->getOutput().data(), Status.get()); in evaluate() 461 return TF_TensorData(Impl->getOutput()[Index]); in getUntypedTensorValue() 466 return TF_TensorData(Impl->getOutput()[Index]); in getUntypedTensorValue()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/ |
D | CipherSpi.java | 494 return getOutput(); in engineDoFinal() 530 byte[] out = getOutput(); in engineDoFinal() 540 private byte[] getOutput() in getOutput() method in CipherSpi
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | quant_basic_lstm_test.cc | 141 std::vector<uint8_t> getOutput() { return ExtractVector<uint8_t>(output_); } in getOutput() function in tflite::__anond96182980111::QuantizedLSTMOpModel 192 EXPECT_THAT(lstm->getOutput(), ElementsAreArray(expected)); in VerifyGoldens()
|
/external/swiftshader/src/Shader/ |
D | VertexShader.hpp | 51 const Semantic& getOutput(int outputIdx, int component) const;
|
/external/vogar/src/vogar/ |
D | JarSuggestions.java | 46 Set<File> suggestedJars = classFileIndex.suggestClasspaths(outcome.getOutput()); in addSuggestionsFromOutcome()
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/asymmetric/rsa/ |
D | CipherSpi.java | 498 return getOutput(); in engineDoFinal() 534 byte[] out = getOutput(); in engineDoFinal() 544 private byte[] getOutput() in getOutput() method in CipherSpi
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jcajce/provider/asymmetric/rsa/ |
D | CipherSpi.java | 498 return getOutput(); in engineDoFinal() 534 byte[] out = getOutput(); in engineDoFinal() 544 private byte[] getOutput() in getOutput() method in CipherSpi
|
/external/testng/src/main/java/org/testng/reporters/jq/ |
D | ReporterPanel.java | 34 List<String> lines = Reporter.getOutput(tr); in getContent()
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/source/chunk/ |
D | BaseMediaChunk.java | 98 protected final BaseMediaChunkOutput getOutput() { in getOutput() method in BaseMediaChunk
|
/external/guava/android/guava/src/com/google/common/collect/ |
D | CompactHashMap.java | 564 abstract T getOutput(int entry); in getOutput() method in CompactHashMap.Itr 573 T result = getOutput(currentIndex); in next() 649 K getOutput(int entry) { in keySetIterator() 732 Entry<K, V> getOutput(int entry) { 856 V getOutput(int entry) {
|