Home
last modified time | relevance | path

Searched refs:flush (Results 1 – 25 of 78) sorted by relevance

1234

/tools/tradefederation/core/tests/src/com/android/tradefed/command/remote/
DRemoteManagerTest.java80 pw.flush(); in testProcessClientOperations_invalidAction()
99 pw.flush(); in testProcessClientOperations_initHandover()
118 pw.flush(); in testProcessClientOperations_addCommand()
134 pw.flush(); in testProcessClientOperations_addCommand_fail()
152 pw.flush(); in testProcessClientOperations_addCommand_config()
170 pw.flush(); in testProcessClientOperations_allocateDevice_fail()
187 pw.flush(); in testProcessClientOperations_allocateDevice()
204 pw.flush(); in testProcessClientOperations_processFree_notFound()
225 pw.flush(); in testProcessClientOperations_processFree()
249 pw.flush(); in testProcessClientOperations_processFree_wildcard()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DGTestResultParserTest.java54 resultParser.flush(); in testParseSimpleFile()
79 resultParser.flush(); in testParseSimpleFileNoTimes()
95 resultParser.flush(); in testParseNoTests()
120 resultParser.flush(); in testParseLargerFile()
182 resultParser.flush(); in testParseWithFailures()
234 resultParser.flush(); in testParseWithErrors()
258 resultParser.flush(); in testParseNonAlignedTag()
317 resultParser.flush(); in testParseSimpleFile_AltFormat()
337 resultParser.flush(); in testParseSimpleFile_LinkError()
359 resultParser.flush(); in testParseSimpleFile_earlyError()
[all …]
DGTestListTestParserTest.java59 parser.flush(); in testParseSimpleList()
84 parser.flush(); in testParseMultiClassList()
98 parser.flush(); in testParseMalformedList()
133 parser.flush(); in testParseSimpleList_withSpecialChar()
161 parser.flush(); in testParseParameterized()
/tools/metalava/src/main/java/com/android/tools/metalava/
DDriver.kt139 stdout.flush() in run()
154 stdout.flush()
155 stderr.flush()
178 stdout.flush()
179 stderr.flush()
201 options.stdout.flush() in exit()
202 options.stderr.flush() in exit()
453 options.stdout.flush() in processFlags()
700 options.stdout.flush() in invokeDocumentationTool()
729 out.flush() in invokeDocumentationTool()
[all …]
DStubWriter.kt117 writer.flush() in writeDocOverview()
148 writer.flush() in writePackageInfo()
304 writer.flush() in afterVisitClass()
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DFatLfnDirectory.java211 flush(); in addDirectory()
297 public void flush() throws IOException { in flush() method in FatLfnDirectory
301 f.flush(); in flush()
305 d.flush(); in flush()
309 dir.flush(); in flush()
DFatFileSystem.java192 public void flush() throws IOException { in flush() method in FatFileSystem
203 rootDir.flush(); in flush()
DAbstractDirectory.java212 public void flush() throws IOException { in flush() method in AbstractDirectory
335 dir.flush(); in createSub()
DSuperFloppyFormatter.java251 rootDir.flush(); in format()
265 fs.flush(); in format()
/tools/tradefederation/core/src/com/android/tradefed/util/
DSizeLimitedOutputStream.java94 flush(); in getData()
120 public synchronized void flush() { in flush() method in SizeLimitedOutputStream
125 mCurrentOutputStream.flush(); in flush()
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/data_storage/_sponge/
DSimpleXMLWriter.py183 self.flush = file.flush
304 def flush(self): member in XMLWriter
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/
Dlogserial.py269 self.flush()
283 def flush(self): member in LogSerial
287 self.connection_handle.flush()
300 self.connection_handle.flush()
/tools/tradefederation/core/tests/src/com/android/tradefed/util/sl4a/
DFakeSocketServerHelper.java70 out.flush(); in run()
74 out.flush(); in run()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DMockTestDeviceHelper.java48 receiver.flush(); in injectShellResponse()
93 receiver.flush(); in injectShellResponse()
/tools/tradefederation/core/src/com/android/tradefed/command/
DVerify.java79 System.err.flush(); in main()
80 System.out.flush(); in main()
/tools/tradefederation/core/src/com/android/tradefed/device/
DLargeOutputReceiver.java155 public synchronized void flush() {
159 mOutStream.flush();
/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DConfigurationTest.java663 out.flush(); in testDumpXml()
684 out.flush(); in testDumpXml_withFilter()
707 out.flush(); in testDumpXml_multi_device()
730 out.flush(); in testDumpXml_multi_device_fake()
/tools/tradefederation/core/atest/
Datest_utils.py106 sys.stdout.flush()
109 sys.stdout.flush()
/tools/tradefederation/core/src/com/android/tradefed/util/sl4a/
DSl4aClient.java227 out.flush(); in sendCommand()
247 out.flush(); in sendThroughSocket()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DGTest.java271 resultParser.flush(); in runTest()
319 outputCollector.flush(); in runTestXml()
/tools/tradefederation/core/src/com/android/tradefed/result/
DSubprocessResultsReporter.java266 fw.flush(); in printEvent()
288 mPrintWriter.flush(); in printEvent()
/tools/tradefederation/contrib/src/com/android/media/tests/
DCameraTestBase.java510 writer.flush(); in createOutputFile()
579 writer.flush(); in printMeminfo()
704 writer.flush(); in dumpThreadCount()
/tools/repohooks/rh/
Dutils.py362 sys.stdout.flush()
363 sys.stderr.flush()
/tools/test/connectivity/acts/framework/acts/controllers/
Dmonsoon.py719 sys.stdout.flush()
768 sys.stdout.flush()
774 sys.stdout.flush()
/tools/tradefederation/core/src/com/android/tradefed/util/hostmetric/
DIHostHealthAgent.java38 public void flush(); in flush() method

1234