Searched refs:mark (Results 1 – 10 of 10) sorted by relevance
142 String mark = mLogcatInspector.mark(TAG); in testKeyValueBackupAndRestoreForInstallExistingPackage() local149 mark, in testKeyValueBackupAndRestoreForInstallExistingPackage()
120 String startLog = mLogcatInspector.mark(TAG); in testKeyValueBackupJobRunsSuccessfully()170 String startLog = mLogcatInspector.mark(TAG); in testFullBackupJobRunsSuccessfully()
52 public Mark mark() { in mark() method in MarkResetConsole
81 return mLogcatInspector.mark(APP_LOG_TAG); in markLogcat()
75 mBuffer.mark(); in findNextNewLine()
10 // 2. When processing each layer, we use its field (active) to mark
149 mInput.mark(FILE_LENGTH); // should do nothing in testMark()
80 mAssetInputStream.mark(10); in testMarkReset()
777 yBuf.mark(); in convertPixelYuvToRgba()778 cbBuf.mark(); in convertPixelYuvToRgba()779 crBuf.mark(); in convertPixelYuvToRgba()
543 // TODO: add more dynamic checking, e.g., buffering shall not exceed pre-set mark.