/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/lisa/libs/wlgen/wlgen/ |
D | perf_bench.py | 84 results = self.getOutput() 97 for line in self.getOutput().split('\n'): 161 results = self.getOutput() 166 results = self.getOutput() 171 results = self.getOutput() 184 for line in self.getOutput().split('\n'):
|
/external/swiftshader/tests/fuzzers/ |
D | VertexRoutineFuzzer.cpp | 197 state.output[i].xWrite = bytecodeShader->getOutput(i, 0).active(); in LLVMFuzzerTestOneInput() 198 state.output[i].yWrite = bytecodeShader->getOutput(i, 1).active(); in LLVMFuzzerTestOneInput() 199 state.output[i].zWrite = bytecodeShader->getOutput(i, 2).active(); in LLVMFuzzerTestOneInput() 200 state.output[i].wWrite = bytecodeShader->getOutput(i, 3).active(); in LLVMFuzzerTestOneInput()
|
/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/antlr/antlr-3.4/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/guava/guava/src/com/google/common/io/ |
D | OutputSupplier.java | 46 T getOutput() throws IOException; in getOutput() method
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/ |
D | CipherSpi.java | 493 return getOutput(); in engineDoFinal() 524 byte[] out = getOutput(); in engineDoFinal() 534 private byte[] getOutput() in getOutput() method in CipherSpi
|
/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/tensorflow/tensorflow/contrib/tensorrt/convert/ |
D | convert_nodes.cc | 433 return layer->getOutput(0); in TransposeTensor() 781 nvinfer1::ITensor* output_tensor = layer->getOutput(0); in BinaryTensorOpWeight() 820 nvinfer1::ITensor* output_tensor = layer->getOutput(0); in BinaryTensorOpTensor() 909 tensor = pad_layer->getOutput(0); in ConvertConv2D() 922 nvinfer1::ITensor* output_tensor = layer->getOutput(0); in ConvertConv2D() 999 tensor = pad_layer->getOutput(0); in ConvertPool() 1008 nvinfer1::ITensor* output_tensor = layer->getOutput(0); in ConvertPool() 1027 nvinfer1::ITensor* output_tensor = layer->getOutput(0); in ConvertActivation() 1062 nvinfer1::ITensor* output_tensor = layer->getOutput(0); in ConvertScale() 1264 output_tensor = layer->getOutput(0); in ConvertReduce() [all …]
|
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/ |
D | TestCase.java | 48 public ITestCaseOutput getOutput() { in getOutput() method in TestCase
|
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/ |
D | gUnitTestResult.java | 57 public String getOutput() { in getOutput() method in gUnitTestResult
|
/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()
|
D | Expectation.java | 124 return pattern.matcher(outcome.getOutput()).matches(); in patternMatches()
|
D | Outcome.java | 90 public String getOutput() { in getOutput() method in Outcome
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/ |
D | AgentOptions.java | 252 getOutput(); in validateAll() 495 public OutputMode getOutput() { in getOutput() method in AgentOptions
|
/external/testng/src/main/java/org/testng/reporters/jq/ |
D | ReporterPanel.java | 34 List<String> lines = Reporter.getOutput(tr); in getContent()
|
/external/jacoco/org.jacoco.ant/src/org/jacoco/ant/ |
D | AbstractCoverageTask.java | 224 if (OutputMode.file.equals(agentOptions.getOutput())) { in prepareAgentOptions()
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | StylesheetComposed.java | 96 recomposableElements.addElement(included.getOutput(j)); in recompose()
|
/external/tensorflow/tensorflow/contrib/tensorrt/ |
D | tensorrt_test.cc | 81 auto output = layer->getOutput(0); in CreateNetwork()
|
/external/swiftshader/src/Renderer/ |
D | VertexProcessor.cpp | 1007 state.output[i].xWrite = context->vertexShader->getOutput(i, 0).active(); in update() 1008 state.output[i].yWrite = context->vertexShader->getOutput(i, 1).active(); in update() 1009 state.output[i].zWrite = context->vertexShader->getOutput(i, 2).active(); in update() 1010 state.output[i].wWrite = context->vertexShader->getOutput(i, 3).active(); in update()
|
D | Context.cpp | 557 if(vertexShader->getOutput(T0 + coordinate, component).usage == Shader::USAGE_TEXCOORD) in texCoordActive() 1267 vertexDiffuse = vertexShader->getOutput(C0, component).active(); in diffuseActive() 1334 vertexSpecular = vertexShader->getOutput(C1, component).active(); in specularActive()
|
/external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/ |
D | Agent.java | 200 final OutputMode controllerType = options.getOutput(); in createAgentOutput()
|