Home
last modified time | relevance | path

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

1234

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DGTestResultParserTest.java57 resultParser.flush(); in testParseSimpleFile()
81 resultParser.flush(); in testParseSimpleFileNoTimes()
97 resultParser.flush(); in testParseNoTests()
121 resultParser.flush(); in testParseLargerFile()
182 resultParser.flush(); in testParseWithFailures()
233 resultParser.flush(); in testParseWithErrors()
256 resultParser.flush(); in testParseNonAlignedTag()
314 resultParser.flush(); in testParseSimpleFile_AltFormat()
332 resultParser.flush(); in testParseSimpleFile_LinkError()
360 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/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/treble/split/
Dmanifest_split_test.py39 test_config.flush()
50 repo_list_file.flush()
68 module_info_file.flush()
114 module_info_file.flush()
275 repo_list_file.flush()
290 manifest_file.flush()
303 module_info_file.flush()
343 config_file.flush()
424 manifest_file.flush()
/tools/treble/build/sandbox/
Doverlay_test.py95 test_config.flush()
121 test_config.flush()
128 test_allowed_projects.flush()
152 test_config.flush()
184 test_config.flush()
216 test_config.flush()
245 test_config.flush()
273 test_config.flush()
297 test_config.flush()
Dconfig_test.py90 test_config.flush()
106 test_config.flush()
135 test_config.flush()
161 test_config.flush()
183 test_config.flush()
243 test_config.flush()
269 test_config.flush()
284 test_config.flush()
/tools/metalava/src/main/java/com/android/tools/metalava/
DDriver.kt138 stdout.flush() in run()
139 stderr.flush() in run()
174 stdout.flush() in run()
175 stderr.flush() in run()
188 options.stdout.flush() in exit()
189 options.stderr.flush() in exit()
680 options.stdout.flush() in invokeDocumentationTool()
709 out.flush() in invokeDocumentationTool()
710 err.flush() in invokeDocumentationTool()
723 options.stdout.flush() in invokeDocumentationTool()
[all …]
DProgress.kt49 options.stdout.flush() in progress()
116 options.stdout.flush() in tick()
DCommandArgsPreprocessor.kt146 out.flush() in dumpArgv()
227 stdout.flush() in generateRerunScript()
/tools/tradefederation/core/tests/src/com/android/tradefed/cluster/
DClusterCommandSchedulerTest.java633 mMockEventUploader.flush();
636 mMockEventUploader.flush();
642 mMockEventUploader.flush();
645 mMockEventUploader.flush();
705 mMockEventUploader.flush();
708 mMockEventUploader.flush();
714 mMockEventUploader.flush();
717 mMockEventUploader.flush();
772 mMockEventUploader.flush();
775 mMockEventUploader.flush();
[all …]
DClusterEventUploaderTest.java82 mUploader.flush(); in testPostCommandEvent_simpleEvent()
92 mUploader.flush(); in testPostCommandEvent_NoEvent()
103 mUploader.flush(); in testPostCommandEvent_multipleEvents()
115 mUploader.flush(); in testPostCommandEvent_multipleBatches()
125 mUploader.flush(); in testPostCommandEvent_failed()
129 mUploader.flush(); in testPostCommandEvent_failed()
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterCommandScheduler.java211 getClusterClient().getCommandEventUploader().flush(); in invocationInitiated()
238 getClusterClient().getCommandEventUploader().flush(); in invocationStarted()
277 getClusterClient().getCommandEventUploader().flush(); in invocationEnded()
344 getClusterClient().getCommandEventUploader().flush(); in invocationComplete()
609 eventUploader.flush(); in execCommands()
623 eventUploader.flush(); in execCommands()
742 Uploader.flush(); in UploadHostEventWithState()
/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()
/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/config/
DConfigurationTest.java600 out.flush(); in testDumpXml()
621 out.flush(); in testDumpXml_withFilter()
644 out.flush(); in testDumpXml_multi_device()
667 out.flush(); in testDumpXml_multi_device_fake()
/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/metalava/src/main/java/com/android/tools/metalava/stub/
DStubWriter.kt113 overviewWriter.flush() in <lambda>()
144 packageInfoWriter.flush() in <lambda>()
209 textWriter.flush() in <lambda>()
/tools/tradefederation/core/src/com/android/tradefed/result/
DSubprocessResultsReporter.java305 fw.flush(); in printEvent()
331 mPrintWriter.flush(); in printEvent()
352 mPrintWriter.flush(); in close()
/tools/tradefederation/contrib/src/com/android/media/tests/
DCameraTestBase.java511 writer.flush(); in createOutputFile()
580 writer.flush(); in printMeminfo()
705 writer.flush(); in dumpThreadCount()
/tools/tradefederation/core/src/com/android/tradefed/command/
DConsole.java1042 System.err.flush(); in run()
1043 System.out.flush(); in run()
1110 ps.flush(); in dumpTfBugreport()
/tools/tradefederation/core/tests/src/com/android/tradefed/util/sl4a/
DFakeSocketServerHelper.java70 out.flush(); in run()
74 out.flush(); in run()
/tools/test/openhst/
Dstress_test.py786 audio_tempfile.flush()
998 sys.stdout.flush()
1005 sys.stdout.flush()
/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/device/
DLargeOutputReceiver.java155 public synchronized void flush() {
159 mOutStream.flush();

1234