Home
last modified time | relevance | path

Searched refs:Lazy (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/docs/html/topic/performance/power/
Dindex.jd16 <a href="#lazy">Lazy First</a>
36 <li>Make your apps <em>Lazy First</em>.</li>
42 <h2 id="lazy">Lazy First</h2>
44 <p>Making your app Lazy First means looking for ways to reduce and optimize
46 underpinning Lazy First design are:
69 the radio, and the screen. Lazy First design is often a good way
112 principles of Lazy First.
/frameworks/compile/mclinker/include/mcld/MC/
DZOption.h38 Lazy, enumerator
/frameworks/compile/mclinker/lib/Core/
DGeneralOptions.cpp129 case ZOption::Lazy: in addZOption()
/frameworks/compile/libbcc/
DREADME.rst77 * Currently we disable Lazy JITting.
/frameworks/compile/mclinker/tools/mcld/
DMain.cpp436 .Case("lazy", mcld::ZOption(mcld::ZOption::Lazy)) in TranslateArguments()