Home
last modified time | relevance | path

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

1234

/tools/tradefederation/core/tests/src/com/android/tradefed/cluster/
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/treble/split/
Dmanifest_split_test.py38 test_config.flush()
49 repo_list_file.flush()
65 module_info_file.flush()
83 module_info_file.flush()
212 repo_list_file.flush()
223 manifest_file.flush()
233 module_info_file.flush()
268 config_file.flush()
/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.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/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/tradefederation/core/tests/src/com/android/tradefed/util/sl4a/
DFakeSocketServerHelper.java70 out.flush(); in run()
74 out.flush(); in run()
/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/metalava/src/main/java/com/android/tools/metalava/
DProgress.kt49 options.stdout.flush() in progress()
116 options.stdout.flush() in tick()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DMockTestDeviceHelper.java48 receiver.flush(); in injectShellResponse()
93 receiver.flush(); in injectShellResponse()
DMockDeviceHelper.java48 receiver.flush(); in injectShellResponse()
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DIClusterEventUploader.java57 void flush(); in flush() method
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()
621 eventUploader.flush(); in execCommands()
741 Uploader.flush(); in UploadHostEventWithState()
/tools/tradefederation/core/global_configuration/com/android/tradefed/util/hostmetric/
DIHostHealthAgent.java38 public void flush(); in flush() method
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/
DFileSystem.java94 public void flush() throws IOException; in flush() method
DFsFile.java84 public void flush() throws IOException; in flush() method
DBlockDevice.java71 public abstract void flush() throws IOException; in flush() method
DAbstractFileSystem.java48 flush(); in close()
DFsDirectory.java81 public void flush() throws IOException; in flush() method
/tools/tradefederation/core/src/com/android/tradefed/device/
DLargeOutputReceiver.java155 public synchronized void flush() {
159 mOutStream.flush();
DCollectingByteOutputReceiver.java64 public void flush() { in flush() method in CollectingByteOutputReceiver
DCollectingOutputReceiver.java71 public void flush() { in flush() method in CollectingOutputReceiver
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DFakeShellOutputReceiver.java37 public void flush() {} in flush() method in FakeShellOutputReceiver
/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()

1234