Home
last modified time | relevance | path

Searched refs:lazy (Results 1 – 25 of 50) sorted by relevance

12

/external/chromium/base/
Dlazy_instance_unittest.cc44 explicit SlowDelegate(base::LazyInstance<SlowConstructor>* lazy) in SlowDelegate() argument
45 : lazy_(lazy) {} in SlowDelegate()
/external/yaffs2/yaffs2/
DKconfig74 bool "Disable lazy loading"
89 Setting this to 'y' will disable lazy loading.
/external/zlib/doc/
Dalgorithm.txt37 deflate() also defers the selection of matches with a lazy evaluation
41 literal byte) and the process of lazy evaluation begins again. Otherwise,
45 The lazy match evaluation is also subject to a runtime parameter. If
51 The lazy match evaluation is not performed for the fastest compression
Drfc1951.txt820 selection of matches ("lazy matching"): after a match of length N has
828 Run-time parameters also control this "lazy match" procedure. If
/external/zlib/
Dalgorithm.txt37 deflate() also defers the selection of matches with a lazy evaluation
41 literal byte) and the process of lazy evaluation begins again. Otherwise,
45 The lazy match evaluation is also subject to a runtime parameter. If
51 The lazy match evaluation is not performed for the fastest compression
/external/protobuf/
D.gitignore44 src/protobuf-lazy-descriptor-test
/external/v8/src/
Dflag-definitions.h140 DEFINE_bool(lazy, true, "use lazy compilation")
/external/protobuf/src/
DMakefile.am294 check_PROGRAMS = protoc protobuf-test protobuf-lazy-descriptor-test \
379 TESTS = protobuf-test protobuf-lazy-descriptor-test protobuf-lite-test \
DMakefile.in41 protobuf-lazy-descriptor-test$(EXEEXT) \
44 TESTS = protobuf-test$(EXEEXT) protobuf-lazy-descriptor-test$(EXEEXT) \
885 protobuf-lazy-descriptor-test$(EXEEXT): $(protobuf_lazy_descriptor_test_OBJECTS) $(protobuf_lazy_de…
886 @rm -f protobuf-lazy-descriptor-test$(EXEEXT)
/external/stlport/stlport/stl/
D_rope.c668 if (__result_len > __lazy_threshold) goto lazy; in _S_substring()
696 if (__result_len > __lazy_threshold) goto lazy; in _S_substring()
710 lazy: in _S_substring()
/external/openssl/patches/
Dsmall_records.patch224 +/* Use small read and write buffers: (a) lazy allocate read buffers for
Dhandshake_cutthrough.patch161 /* Use small read and write buffers: (a) lazy allocate read buffers for
/external/webkit/WebCore/bindings/objc/
DWebScriptObject.mm138 // This function should only be called once, as a (possibly lazy) initializer.
/external/icu4c/i18n/
DdecNumber.c4883 Int lazy; /* lazy carry counter */ in decMultiplyOp() local
5023 lazy=FASTLAZY; /* carry delay count */ in decMultiplyOp()
5029 lazy--; in decMultiplyOp()
5030 if (lazy>0 && rip!=rmsi) continue; in decMultiplyOp()
5031 lazy=FASTLAZY; /* reset delay count */ in decMultiplyOp()
/external/webkit/WebKit/mac/Plugins/
DWebNetscapePluginPackage.mm77 // system resource file. CurResFile triggers Resource Manager lazy
/external/webkit/SunSpider/tests/v8-v4/
Dv8-earley-boyer.js1064 var cached = sc_Char.lazy[c];
1068 sc_Char.lazy[c] = this;
1072 sc_Char.lazy = new Object(); variable
/external/v8/benchmarks/
Dearley-boyer.js1070 var cached = sc_Char.lazy[c];
1074 sc_Char.lazy[c] = this;
1078 sc_Char.lazy = new Object(); variable
/external/openssl/crypto/des/
DVERSION58 time but I've been too lazy to follow it up :-).
/external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
DPHP Markdown Extra Readme.text652 an ambiguity where the last line of lazy-indented definitions could
/external/expat/conftools/
Dltmain.sh4346 # Don't allow lazy linking, it breaks C++ global constructors
/external/chromium/sdch/open-vcdiff/
Dltmain.sh4429 # Don't allow lazy linking, it breaks C++ global constructors
/external/chromium/third_party/libevent/
Dltmain.sh4421 # Don't allow lazy linking, it breaks C++ global constructors
/external/libffi/
Dltmain.sh4395 # Don't allow lazy linking, it breaks C++ global constructors
/external/dbus/
Dltmain.sh4377 # Don't allow lazy linking, it breaks C++ global constructors
/external/webkit/JavaScriptCore/
DChangeLog14167 - Remove the "don't lazy link" stage of calls.
14171 - Remove the "don't lazy link" stage of calls.
14175 - Remove the "don't lazy link" stage of calls.
14183 …- Remove the "don't lazy link" stage of calls, and the "_second" stage of get_by_id/put_by_id/meth…
14188 …- Remove the "don't lazy link" stage of calls, and the "_second" stage of get_by_id/put_by_id/meth…
14631 - Remove the "don't lazy link" stage of calls.
14635 - Remove the "don't lazy link" stage of calls.
14639 - Remove the "don't lazy link" stage of calls.
14647 …- Remove the "don't lazy link" stage of calls, and the "_second" stage of get_by_id/put_by_id/meth…
14652 …- Remove the "don't lazy link" stage of calls, and the "_second" stage of get_by_id/put_by_id/meth…

12