OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:diff_total
(Results
1 - 2
of
2
) sorted by null
/system/extras/ANRdaemon/
ANRdaemon.cpp
165
unsigned long diff_idle,
diff_total
;
local
169
diff_total
= new_cpu.total - old_cpu.total;
171
return (diff_idle * 10000 <
diff_total
* threshold);
/build/make/tools/releasetools/
blockimgdiff.py
717
diff_total
= len(diff_queue)
718
patches = [None] *
diff_total
769
progress = diff_done * 100 /
diff_total
[
all
...]
Completed in 70 milliseconds