Searched refs:readTime (Results 1 – 7 of 7) sorted by relevance
48 final double[] readTime = new double[SAMPLES]; in testReadWriteFile() local58 readTime[i] = (System.nanoTime() - startTime) / 1000.0 / 1000.0; in testReadWriteFile()79 readAverage += readTime[i]; in testReadWriteFile()81 readSquaredAverage += readTime[i] * readTime[i]; in testReadWriteFile()
57 final long readTime = SystemClock.uptimeMillis() - startTime; in updateStats() local58 if (DEBUG || readTime > 100) { in updateStats()59 Slog.w(TAG, "Reading memory bandwidth file took " + readTime + "ms"); in updateStats()
125 final long readTime = SystemClock.uptimeMillis() - startTime; in readKernelWakelockStats() local126 if (readTime > 100) { in readKernelWakelockStats()127 Slog.w(TAG, "Reading wakelock stats took " + readTime + "ms"); in readKernelWakelockStats()
531 long readTime = mClock.getElapsedSinceBootMillis() - readStartTime; in read() local533 mWifiMetrics.noteWifiConfigStoreReadDuration(toIntExact(readTime)); in read()537 Log.d(TAG, "Reading from all stores completed in " + readTime + " ms."); in read()566 long readTime = mClock.getElapsedSinceBootMillis() - readStartTime; in switchUserStoresAndRead() local567 mWifiMetrics.noteWifiConfigStoreReadDuration(toIntExact(readTime)); in switchUserStoresAndRead()568 Log.d(TAG, "Reading from user stores completed in " + readTime + " ms."); in switchUserStoresAndRead()
46716 method public abstract java.sql.Time readTime() throws java.sql.SQLException;
67989 method public java.sql.Time readTime() throws java.sql.SQLException;
68133 method public java.sql.Time readTime() throws java.sql.SQLException;