Home
last modified time | relevance | path

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

12345

/tools/tradefederation/core/javatests/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/build/sandbox/
Dconfig_test.py94 test_config.flush()
111 test_config.flush()
140 test_config.flush()
166 test_config.flush()
187 test_config.flush()
247 test_config.flush()
273 test_config.flush()
288 test_config.flush()
Doverlay_test.py139 test_config.flush()
165 test_config.flush()
172 test_allowed_projects.flush()
196 test_config.flush()
228 test_config.flush()
262 test_config.flush()
296 test_config.flush()
325 test_config.flush()
353 test_config.flush()
377 test_config.flush()
[all …]
/tools/treble/split/
Dmanifest_split_test.py40 test_config.flush()
78 repo_list_file.flush()
93 repo_list_file.flush()
118 module_info_file.flush()
165 module_info_file.flush()
319 repo_list_file.flush()
334 manifest_file.flush()
347 module_info_file.flush()
387 config_file.flush()
468 manifest_file.flush()
[all …]
/tools/tradefederation/core/src/com/android/tradefed/util/
DShellOutputReceiverStream.java79 public void flush() throws IOException { in flush() method in ShellOutputReceiverStream
80 super.flush(); in flush()
84 mReceiver.flush(); in flush()
86 mFileOutput.flush(); in flush()
DSizeLimitedOutputStream.java94 flush(); in getData()
120 public synchronized void flush() { in flush() method in SizeLimitedOutputStream
125 mCurrentOutputStream.flush(); in flush()
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/
DGTestResultParserTest.java48 resultParser.flush(); in testParseSimpleFile()
69 resultParser.flush(); in testParseSimpleFileNoTimes()
91 resultParser.flush(); in testParseNoTests()
105 resultParser.flush(); in testParseLargerFile()
127 resultParser.flush(); in testParseWithFailures()
154 resultParser.flush(); in testParseWithErrors()
176 resultParser.flush(); in testParseNonAlignedTag()
200 resultParser.flush(); in testParseSimpleFile_AltFormat()
225 resultParser.flush(); in testParseSimpleFile_LinkError()
254 resultParser.flush(); in testParseSimpleFile_earlyError()
[all …]
DGTestListTestParserTest.java51 parser.flush(); in testParseSimpleList()
72 parser.flush(); in testParseMultiClassList()
92 parser.flush(); in testParseMalformedList()
117 parser.flush(); in testParseSimpleList_withSpecialChar()
143 parser.flush(); in testParseParameterized()
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DMockTestDeviceHelper.java48 receiver.flush(); in injectShellResponse()
59 receiver.flush(); in injectShellResponse()
93 receiver.flush(); in injectShellResponse()
110 receiver.flush(); in injectShellResponse()
/tools/tradefederation/core/javatests/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/asuite/adevice/src/
Dprogress.rs37 io::stdout().flush().unwrap(); in start()
50 io::stdout().flush().unwrap(); in stop()
/tools/asuite/atest/test_finders/
Dtest_filter_utils_unittest.py117 tmp_file.flush()
130 tmp_file.flush()
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/stub/
DStubWriter.kt92 overviewWriter.flush() in writeDocOverview()
125 packageInfoWriter.flush() in writePackageInfo()
171 override fun flush() { in flush() method in com.android.tools.metalava.stub.StubWriter
242 textWriter.flush() in afterVisitClass()
/tools/tradefederation/core/src/com/android/tradefed/device/
DLargeOutputReceiver.java155 public synchronized void flush() {
159 mOutStream.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/src/com/android/tradefed/cluster/
DIClusterEventUploader.java57 void flush(); in flush() method
/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()
/tools/tradefederation/core/javatests/com/android/tradefed/util/
DFakeShellOutputReceiver.java37 public void flush() {} in flush() method in FakeShellOutputReceiver
/tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/sampling/engine/
Dtransformers.py67 self._fd.flush()
128 self._fd.flush()

12345