Home
last modified time | relevance | path

Searched refs:memoized (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/common/
Dmemoized_unittest.py31 from webkitpy.common.memoized import memoized
38 @memoized
Dmemoized.py35 class memoized(object): class
/external/webkit/Tools/Scripts/webkitpy/common/checkout/
Dapi.py37 from webkitpy.common.memoized import memoized
78 @memoized
Dscm.py38 from webkitpy.common.memoized import memoized
389 @memoized
787 @memoized
795 @memoized
/external/antlr/antlr-3.4/runtime/Ruby/
DHistory.txt112 - rule memoization also had a major bug in that rules that were memoized
/external/webkit/Tools/Scripts/webkitpy/style/checkers/
Dcpp.py50 from webkitpy.common.memoized import memoized
388 @memoized
/external/antlr/antlr-3.4/runtime/C/
DREADME1019 * in trace mode, exit method not shown for memoized rules
/external/llvm/lib/Target/
DREADME.txt1576 The results for a function + set of constant arguments should be memoized in a
/external/antlr/antlr-3.4/tool/
DCHANGES.txt2589 * in trace mode, exit method not shown for memoized rules
/external/webkit/Tools/
DChangeLog-2011-02-1613046 Add @memoized to one more common call.
13242 This patch uses a new memoized class to avoid those calls when possible.
13249 * Scripts/webkitpy/common/memoized.py: Added.