/frameworks/compile/libbcc/runtime/test/timing/ |
D | floatundidf.c | 34 double thisTime = intervalInCycles(startTime, endTime); in main() local 35 bestTime = __builtin_fmin(thisTime, bestTime); in main()
|
D | floatdisf.c | 37 double thisTime = intervalInCycles(startTime, endTime); in main() local 38 bestTime = __builtin_fmin(thisTime, bestTime); in main()
|
D | floatundisf.c | 37 double thisTime = intervalInCycles(startTime, endTime); in main() local 38 bestTime = __builtin_fmin(thisTime, bestTime); in main()
|
D | floatundixf.c | 37 double thisTime = intervalInCycles(startTime, endTime); in main() local 38 bestTime = __builtin_fmin(thisTime, bestTime); in main()
|
D | floatdidf.c | 37 double thisTime = intervalInCycles(startTime, endTime); in main() local 38 bestTime = __builtin_fmin(thisTime, bestTime); in main()
|
D | floatdixf.c | 37 double thisTime = intervalInCycles(startTime, endTime); in main() local 38 bestTime = __builtin_fmin(thisTime, bestTime); in main()
|
D | ashrdi3.c | 39 double thisTime = intervalInCycles(startTime, endTime); in main() local 40 bestTime = __builtin_fmin(thisTime, bestTime); in main()
|
D | lshrdi3.c | 39 double thisTime = intervalInCycles(startTime, endTime); in main() local 40 bestTime = __builtin_fmin(thisTime, bestTime); in main()
|
D | ashldi3.c | 39 double thisTime = intervalInCycles(startTime, endTime); in main() local 40 bestTime = __builtin_fmin(thisTime, bestTime); in main()
|
D | negdi2.c | 40 double thisTime = intervalInCycles(startTime, endTime); in main() local 41 bestTime = __builtin_fmin(thisTime, bestTime); in main()
|
D | umoddi3.c | 42 double thisTime = intervalInCycles(startTime, endTime); in main() local 43 bestTime = __builtin_fmin(thisTime, bestTime); in main()
|
D | udivdi3.c | 42 double thisTime = intervalInCycles(startTime, endTime); in main() local 43 bestTime = __builtin_fmin(thisTime, bestTime); in main()
|
D | muldi3.c | 42 double thisTime = intervalInCycles(startTime, endTime); in main() local 43 bestTime = __builtin_fmin(thisTime, bestTime); in main()
|
D | moddi3.c | 42 double thisTime = intervalInCycles(startTime, endTime); in main() local 43 bestTime = __builtin_fmin(thisTime, bestTime); in main()
|
D | divdi3.c | 42 double thisTime = intervalInCycles(startTime, endTime); in main() local 43 bestTime = __builtin_fmin(thisTime, bestTime); in main()
|
/frameworks/support/volley/src/com/android/volley/ |
D | VolleyLog.java | 129 long thisTime = marker.time; in finish() local 130 d("(+%-4d) [%2d] %s", (thisTime - prevTime), marker.thread, marker.name); in finish() 131 prevTime = thisTime; in finish()
|
/frameworks/base/services/java/com/android/server/am/ |
D | ActivityRecord.java | 739 final long thisTime = curTime - launchTime; in windowsDrawn() local 741 ? (curTime - stack.mInitialStartTime) : thisTime; in windowsDrawn() 745 thisTime, totalTime); in windowsDrawn() 751 TimeUtils.formatDuration(thisTime, sb); in windowsDrawn() 752 if (thisTime != totalTime) { in windowsDrawn() 759 stack.reportActivityLaunchedLocked(false, this, thisTime, totalTime); in windowsDrawn()
|
D | ActivityStack.java | 3143 outResult.thisTime = 0; in startActivityMayWait() 3145 outResult.thisTime = SystemClock.uptimeMillis(); in startActivityMayWait() 3241 long thisTime, long totalTime) { in reportActivityLaunchedLocked() argument 3248 w.thisTime = thisTime; in reportActivityLaunchedLocked() 3261 w.totalTime = SystemClock.uptimeMillis() - w.thisTime; in reportActivityVisibleLocked() 3262 w.thisTime = w.totalTime; in reportActivityVisibleLocked()
|
/frameworks/base/core/java/android/app/ |
D | IActivityManager.java | 417 public long thisTime; field in IActivityManager.WaitResult 431 dest.writeLong(thisTime); in writeToParcel() 450 thisTime = source.readLong(); in WaitResult()
|
/frameworks/base/cmds/am/src/com/android/commands/am/ |
D | Am.java | 532 if (result.thisTime >= 0) { in runStart() 533 System.out.println("ThisTime: " + result.thisTime); in runStart()
|