Searched refs:readTime (Results 1 – 7 of 7) sorted by relevance
50 final double[] readTime = new double[SAMPLES]; in testReadWriteFile() local60 readTime[i] = (System.nanoTime() - startTime) / 1000.0 / 1000.0; in testReadWriteFile()81 readAverage += readTime[i]; in testReadWriteFile()83 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()
99 final long readTime = SystemClock.uptimeMillis() - startTime; in readKernelWakelockStats() local100 if (readTime > 100) { in readKernelWakelockStats()101 Slog.w(TAG, "Reading wakelock stats took " + readTime + "ms"); in readKernelWakelockStats()
358 long readTime = mClock.getElapsedSinceBootMillis() - readStartTime; in read() local359 Log.d(TAG, "Reading from stores completed in " + readTime + " ms."); in read()385 long readTime = mClock.getElapsedSinceBootMillis() - readStartTime; in switchUserStoreAndRead() local386 Log.d(TAG, "Reading from user store completed in " + readTime + " ms."); in switchUserStoreAndRead()
46716 method public abstract java.sql.Time readTime() throws java.sql.SQLException;
64274 Ljava/sql/SQLInput;->readTime()Ljava/sql/Time;
63322 method public abstract java.sql.Time readTime() throws java.sql.SQLException;