/tools/tradefederation/core/tests/src/com/android/tradefed/cluster/ |
D | ClusterEventUploaderTest.java | 82 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/ |
D | manifest_split_test.py | 38 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/ |
D | RemoteManagerTest.java | 80 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/ |
D | GTestResultParserTest.java | 57 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 …]
|
D | GTestListTestParserTest.java | 59 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/ |
D | SizeLimitedOutputStream.java | 94 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/ |
D | FakeSocketServerHelper.java | 70 out.flush(); in run() 74 out.flush(); in run()
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
D | FatLfnDirectory.java | 211 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()
|
D | FatFileSystem.java | 192 public void flush() throws IOException { in flush() method in FatFileSystem 203 rootDir.flush(); in flush()
|
/tools/metalava/src/main/java/com/android/tools/metalava/ |
D | Progress.kt | 49 options.stdout.flush() in progress() 116 options.stdout.flush() in tick()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/device/ |
D | MockTestDeviceHelper.java | 48 receiver.flush(); in injectShellResponse() 93 receiver.flush(); in injectShellResponse()
|
D | MockDeviceHelper.java | 48 receiver.flush(); in injectShellResponse()
|
/tools/tradefederation/core/src/com/android/tradefed/cluster/ |
D | IClusterEventUploader.java | 57 void flush(); in flush() method
|
D | ClusterCommandScheduler.java | 211 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/ |
D | IHostHealthAgent.java | 38 public void flush(); in flush() method
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/ |
D | FileSystem.java | 94 public void flush() throws IOException; in flush() method
|
D | FsFile.java | 84 public void flush() throws IOException; in flush() method
|
D | BlockDevice.java | 71 public abstract void flush() throws IOException; in flush() method
|
D | AbstractFileSystem.java | 48 flush(); in close()
|
D | FsDirectory.java | 81 public void flush() throws IOException; in flush() method
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | LargeOutputReceiver.java | 155 public synchronized void flush() { 159 mOutStream.flush();
|
D | CollectingByteOutputReceiver.java | 64 public void flush() { in flush() method in CollectingByteOutputReceiver
|
D | CollectingOutputReceiver.java | 71 public void flush() { in flush() method in CollectingOutputReceiver
|
/tools/tradefederation/core/tests/src/com/android/tradefed/util/ |
D | FakeShellOutputReceiver.java | 37 public void flush() {} in flush() method in FakeShellOutputReceiver
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/ |
D | logserial.py | 269 self.flush() 283 def flush(self): member in LogSerial 287 self.connection_handle.flush() 300 self.connection_handle.flush()
|