OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:totaltime
(Results
1 - 5
of
5
) sorted by null
/external/oprofile/opjitconv/
jitsymbol.c
378
unsigned long long
totaltime
;
local
392
totaltime
= eliminate_overlaps(start_idx, end_idx, idx);
393
if (
totaltime
== ULONG_MAX) {
400
j = (e->life_end - e->life_start) * 100 /
totaltime
;
408
(e->life_end - e->life_start) * 100 /
totaltime
);
/frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
BaselineButtonsTest.java
46
mTotalTime = activity.findViewById(R.id.
totaltime
);
82
assertEquals("
TotalTime
wrong bottom", pauseHeight, mTotalTime.getBottom());
84
assertTrue("
TotalTime
too tall", mTotalTime.getTop() > 0);
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cProfile.py
104
ct = entry.
totaltime
# cumtime column of pstats
120
ct = subentry.
totaltime
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cProfile.py
104
ct = entry.
totaltime
# cumtime column of pstats
120
ct = subentry.
totaltime
/packages/apps/Music/src/com/android/music/
MediaPlaybackActivity.java
109
mTotalTime = (TextView) findViewById(R.id.
totaltime
);
[
all
...]
Completed in 40 milliseconds