/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
H A D | LogcatLogTest.java | 53 logMessage.flush(); in logMessageWorksWithParameterlessFormat() 61 logMessage.flush(); in logMessageWorksWithEmptyFormat() 69 logMessage.c(1).flush(); in logMessageWorksWithValueOnly() 88 logMessage.c(1).flush(); in logMessageWorksWithValueAtBegin() 166 logMessage.flush(); in logMessageCopiesUnusedPlaceholderToOutput() 174 logMessage.flush(); in logMessageCopiesMultipleUnusedPlaceholdersToOutput() 185 logMessage.flush(); in logMessageCopiesUnusedPlaceholderAtEndToOutput() 196 logMessage.flush(); in logMessageCopiesUnusedPlaceholderAtBeginToOutput() 207 logMessage.flush(); in logMessageCopiesUnusedPlaceholderInMiddleToOutput() 218 logMessage.flush(); in logMessageCopiesUnusedPlaceholdersInMiddleToOutput() [all …]
|
/aosp12/frameworks/base/core/java/com/android/internal/os/ |
H A D | LoggingPrintStream.java | 79 flush(true); in flush() 153 flush(false); in write() 252 flush(true); in println() 258 flush(true); in println() 264 flush(true); in println() 270 flush(true); in println() 276 flush(true); in println() 282 flush(true); in println() 288 flush(true); in println() 294 flush(true); in println() [all …]
|
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/util/ |
H A D | LineBreakBufferedWriterTest.java | 47 lw.flush(); in testLessThanBufferSize() 58 lw.flush(); in testMoreThanBufferSizeNoLineBreaks() 79 lw.flush(); in testMoreThanBufferSizeNoLineBreaksSingleString() 102 lw.flush(); in testMoreThanBufferSizeLineBreakBefore() 113 lw.flush(); in testMoreThanBufferSizeLineBreakBeforeSingleString() 125 lw.flush(); in testMoreThanBufferSizeLineBreakNew() 137 lw.flush(); in testMoreThanBufferSizeLineBreakBeforeAndNew() 149 lw.flush(); in testMoreThanBufferSizeInt() 163 lw.flush(); in testMoreThanBufferSizeChar() 175 lw.flush(); in testMoreThanBufferSizeLineBreakNewChars() [all …]
|
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
H A D | LoggingPrintStreamTest.java | 55 out.flush(); in testPrintObject() 64 out.flush(); in testPrintlnObject() 71 out.flush(); in testPrintf() 79 out.flush(); in testPrintInt() 92 out.flush(); in testPrintCharArray() 99 out.flush(); in testPrintString() 137 out.flush(); in testMultiByteCharactersSpanningBuffers() 146 out.flush(); in testWriteOneByteAtATimeMultibyteCharacters() 153 out.flush(); in testWriteByteArrayAtATimeMultibyteCharacters() 166 out.flush(); in testWriteWithOffsetsMultibyteCharacters() [all …]
|
/aosp12/build/make/tools/fs_config/ |
H A D | test_fs_config_generator.py | 78 temp_file.flush() 105 temp_file.flush() 126 temp_file.flush() 140 temp_file.flush() 153 temp_file.flush() 166 temp_file.flush() 180 temp_file.flush() 194 temp_file.flush() 228 temp_file.flush() 263 temp_file.flush() [all …]
|
/aosp12/frameworks/base/core/tests/utiltests/src/android/util/ |
H A D | IndentingPrintWriterTest.java | 64 pw.flush(); in testMultipleIndents() 76 pw.flush(); in testAdjustIndentAfterNewline() 89 pw.flush(); in testWrapping() 104 pw.flush(); in testWrappingIndented() 115 pw.flush(); in testWrappingEmbeddedNewlines() 127 pw.flush(); in testWrappingSingleGiant() 140 pw.flush(); in testWrappingPrefixedGiant() 151 pw.flush(); in testArrayValue()
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/ |
H A D | WifiServiceImpl.java | 2074 .flush(); in startLocalOnlyHotspot() 2261 .flush(); in setScanAlwaysAvailable() 2380 .flush(); in getSupportedFeatures() 2390 .flush(); in getWifiActivityEnergyInfoAsync() 3683 .flush(); 3997 .c(verbose).flush(); 4576 .flush(); 4854 .flush(); 5094 .c(uid).flush(); 5158 .c(enable).flush(); [all …]
|
H A D | LastMileLogger.java | 138 mLog.warn("Failed to start event tracing: %").r(e.getMessage()).flush(); in enableTracing() 146 mLog.warn("Failed to stop event tracing: %").r(e.getMessage()).flush(); in disableTracing() 154 mLog.warn("Failed to read event trace: %").r(e.getMessage()).flush(); in readTrace() 179 mLog.warn("Failed to open free_buffer pseudo-file: %").r(e.getMessage()).flush(); in ensureFailSafeIsArmed()
|
/aosp12/frameworks/base/packages/BackupEncryption/test/robolectric/src/com/android/server/backup/encryption/chunking/ |
H A D | SingleStreamDiffScriptWriterTest.java | 83 mDiffScriptWriter.flush(); in writeChunk_withExistingBytesInBuffer_writesBufferFirst() 95 mDiffScriptWriter.flush(); in writeChunk_overlappingPreviousChunk_combinesChunks() 105 mDiffScriptWriter.flush(); in writeChunk_formatsByteIndexesUsingArabicNumbers() 116 diffScriptWriter.flush(); in flush_flushesOutputStream() 118 verify(mockOutputStream).flush(); in flush_flushesOutputStream()
|
/aosp12/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/install/ |
H A D | RequestThrottleTest.kt | 41 handler.flush() 61 handler.flush() 65 handler.flush() 89 handler.flush() 97 handler.flush() 125 handler.flush()
|
/aosp12/art/test/testrunner/ |
H A D | run_build_test_target.py | 75 sys.stdout.flush() 86 sys.stdout.flush() 99 sys.stdout.flush() 116 sys.stdout.flush() 146 sys.stdout.flush()
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
H A D | WifiAsyncChannel.java | 60 .flush(); in sendMessage() 77 .flush(); in replyToMessage() 91 .flush(); in sendMessageSynchronously() 97 .flush(); in sendMessageSynchronously()
|
/aosp12/frameworks/base/media/java/android/media/ |
H A D | MediaInserter.java | 67 flush(tableUri, list); in insert() 76 flush(tableUri, list); in flushAll() 84 flush(tableUri, list); in flushAllPriority() 89 private void flush(Uri tableUri, List<ContentValues> list) throws RemoteException { in flush() method in MediaInserter
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/storage/ |
H A D | CacheQuotaStrategyTest.java | 54 mOut.flush(); in testEmptyWrite() 67 mOut.flush(); in testWriteOneQuota() 83 mOut.flush(); in testWriteMultipleQuotas() 100 mOut.flush(); in testNullUuidDoesntCauseCrash()
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | PersisterQueue.java | 108 synchronized void addItem(WriteQueueItem item, boolean flush) { in addItem() argument 111 if (flush || mWriteQueue.size() > MAX_WRITE_QUEUE_LENGTH) { in addItem() 137 synchronized <T extends WriteQueueItem> void updateLastOrAddItem(T item, boolean flush) { in updateLastOrAddItem() argument 140 addItem(item, flush); in updateLastOrAddItem() 165 synchronized void flush() { in flush() method in PersisterQueue
|
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | LaunchParamsPersisterTests.java | 287 mPersisterQueue.flush(); in testSavesAndRestoresLaunchParamsAcrossInstances() 305 mPersisterQueue.flush(); in testUsesRecordWithSameWindowLayoutAffinityAcrossInstances_NoPreviousRecord() 325 mPersisterQueue.flush(); in testUsesRecordWithSameWindowLayoutAffinityAcrossInstances_HasOldPreviousRecord() 333 mPersisterQueue.flush(); in testUsesRecordWithSameWindowLayoutAffinityAcrossInstances_HasOldPreviousRecord() 417 mPersisterQueue.flush(); in testClearsFile() 462 mPersisterQueue.flush(); in testClearsFileOnPackageUninstalled() 479 mPersisterQueue.flush(); in testClearsRemovedPackageFilesOnStartUp() 515 void flush() { in flush() method in LaunchParamsPersisterTests.TestPersisterQueue 537 void addItem(WriteQueueItem item, boolean flush) { in addItem() argument 539 if (flush) { in addItem() [all …]
|
/aosp12/hardware/libhardware/modules/sensors/dynamic_sensor/ |
H A D | sensors.cpp | 42 device.flush = FlushWrapper; in SensorContext() 75 int SensorContext::flush(int handle) { in flush() function in SensorContext 76 return mDynamicSensorManager->flush(handle); in flush() 116 return reinterpret_cast<SensorContext *>(dev)->flush(handle); in FlushWrapper()
|
/aosp12/frameworks/av/media/codec2/sfplugin/ |
H A D | CCodecBuffers.h | 134 virtual void flush() = 0; 579 void flush(); 683 void flush(); 764 void flush() override; 793 void flush() final; 823 void flush() override; 891 void flush() override; 920 void flush() override; 953 void flush() override { in flush() function 1069 void flush( [all …]
|
/aosp12/frameworks/base/core/java/com/android/internal/util/ |
H A D | FastPrintWriter.java | 45 public void flush() throws IOException { in flush() method in FastPrintWriter.DummyWriter 268 flush(); in checkError() 378 mOutputStream.flush(); in flushLocked() 383 mWriter.flush(); in flushLocked() 409 public void flush() { 415 mOutputStream.flush(); 417 mWriter.flush();
|
H A D | FastXmlSerializer.java | 94 flush(); in append() 113 flush(); in append() 132 flush(); in append() 219 flush(); in endDocument() 258 public void flush() throws IOException { in flush() method in FastXmlSerializer 275 mOutputStream.flush(); in flush() 278 mWriter.flush(); in flush()
|
/aosp12/packages/apps/Camera2/jni/ |
H A D | jpegutil.cpp | 145 std::function<void(size_t)> flush, int quality) { in Compress() argument 203 std::function<void(size_t)> flush; in Compress() member 205 } clientData{out_buf, out_buf_capacity, flush, 0}; in Compress() 223 cdata.flush(numBytesInBuffer); in Compress() 292 flush(numBytesInBuffer); in Compress() 342 auto flush = [](size_t numBytes __unused) { in Compress() local 362 outBufCapacity, flush, quality); in Compress()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/os/ |
H A D | FileBridgeTest.java | 86 client.flush(); in testNoWriteSync() 100 client.flush(); in testWriteSync() 108 client.flush(); in testWriteSyncWrite() 142 client.flush(); in testRandomWrite()
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
H A D | ImsRttTextHandlerTest.java | 114 mPipeToHandler.flush(); in testProperCharacterBuffering() 137 mPipeToHandler.flush(); in testSendAfterEnoughChars() 152 mPipeToHandler.flush(); in testSendAfterEnoughChars() 180 mPipeToHandler.flush(); in testBufferedCharactersSentAsBatch() 198 mPipeToHandler.flush(); in testProperThrottling()
|
/aosp12/packages/inputmethods/LatinIME/tools/make-keyboard-text/src/com/android/inputmethod/keyboard/tools/ |
H A D | ArrayInitializerFormatter.java | 47 public void flush() { in flush() method in ArrayInitializerFormatter 76 flush(); in outCommentLines() 83 flush(); in outElement()
|
/aosp12/frameworks/base/core/java/android/os/ |
H A D | ZygoteProcess.java | 402 writer.flush(); in getAbiList() 470 zygoteWriter.flush(); in attemptZygoteSendArgsAndGetResult() 504 usapWriter.flush(); in attemptUsapSendArgsAndGetResult() 876 state.mZygoteOutputWriter.flush(); in getZygotePid() 908 state.mZygoteOutputWriter.flush(); in bootCompleted() 984 state.mZygoteOutputWriter.flush(); in maybeSetApiDenylistExemptions() 1008 state.mZygoteOutputWriter.flush(); in maybeSetHiddenApiAccessLogSampleRate() 1029 state.mZygoteOutputWriter.flush(); in maybeSetHiddenApiAccessStatslogSampleRate() 1123 state.mZygoteOutputWriter.flush(); in preloadApp() 1156 state.mZygoteOutputWriter.flush(); in preloadPackageForAbi() [all …]
|