/tools/tradefederation/core/javatests/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/build/sandbox/ |
D | config_test.py | 94 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()
|
D | overlay_test.py | 139 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/ |
D | manifest_split_test.py | 40 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/ |
D | ShellOutputReceiverStream.java | 79 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()
|
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/javatests/com/android/tradefed/testtype/ |
D | GTestResultParserTest.java | 48 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 …]
|
D | GTestListTestParserTest.java | 51 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/ |
D | MockTestDeviceHelper.java | 48 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/ |
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/asuite/adevice/src/ |
D | progress.rs | 37 io::stdout().flush().unwrap(); in start() 50 io::stdout().flush().unwrap(); in stop()
|
/tools/asuite/atest/test_finders/ |
D | test_filter_utils_unittest.py | 117 tmp_file.flush() 130 tmp_file.flush()
|
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/stub/ |
D | StubWriter.kt | 92 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/ |
D | LargeOutputReceiver.java | 155 public synchronized void flush() { 159 mOutStream.flush();
|
/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()
|
/tools/tradefederation/core/src/com/android/tradefed/cluster/ |
D | IClusterEventUploader.java | 57 void flush(); in flush() method
|
/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()
|
/tools/tradefederation/core/javatests/com/android/tradefed/util/ |
D | FakeShellOutputReceiver.java | 37 public void flush() {} in flush() method in FakeShellOutputReceiver
|
/tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/sampling/engine/ |
D | transformers.py | 67 self._fd.flush() 128 self._fd.flush()
|