Home
last modified time | relevance | path

Searched refs:eager (Results 1 – 14 of 14) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DAnalysisManager.h85 bool vizdot, bool vizubi, bool purge, bool eager, bool trim, in AnalysisManager() argument
96 EagerlyAssume(eager), TrimGraph(trim), InlineCall(inlinecall), in AnalysisManager()
/external/v8/src/
Druntime-profiler.h109 void Optimize(JSFunction* function, bool eager, int delay);
Druntime-profiler.cc151 void RuntimeProfiler::Optimize(JSFunction* function, bool eager, int delay) { in Optimize() argument
154 PrintF("[marking (%s) ", eager ? "eagerly" : "lazily"); in Optimize()
/external/llvm/test/CodeGen/Thumb2/
D2010-06-14-NEONCoalescer.ll5 ; This is a case where the coalescer was too eager. These two copies were
/external/valgrind/main/
DFAQ.txt398 As for eager reporting of copies of uninitialised memory values, this
401 pad structs to preserve alignment) and eager checking leads to hundreds
402 of false positives. Therefore Memcheck does not support eager checking
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/
Den-US_lexpos.utf668 ADJ^N "eager" :G2P
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/
Den-GB_lexpos.utf844 ADJ^N "eager" :G2P
/external/webkit/Source/WebKit/mac/
DChangeLog9076 …yncRunLoopObserverCallBack): If we bailed out on syncing, due to pending layout, do an eager layout
DChangeLog-2006-02-0935001 eager to return!
/external/srec/config/en.us/dictionary/
Dlarge.ok8668 eager EgP
/external/bison/
DChangeLog9113 eager.
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1616440 Be slightly less eager in collecting after page close/navigation by increasing
67967 Be more eager in destroying script decoded data
68015 Be more eager in destroying script decoded data
68161 Be more eager in destroying script decoded data
DChangeLog-2010-12-0657819 removing all eager-attach logic and moving WebCore to using an entirely
57826 Previously lazyAttach would eager-attach those elements (and their ancestors)
/external/webkit/Source/JavaScriptCore/
DChangeLog-2009-06-162079 but for now we force eager creation of the arguments object when debugging.