/external/chromium/base/ |
D | lazy_instance_unittest.cc | 44 explicit SlowDelegate(base::LazyInstance<SlowConstructor>* lazy) in SlowDelegate() argument 45 : lazy_(lazy) {} in SlowDelegate()
|
/external/yaffs2/yaffs2/ |
D | Kconfig | 74 bool "Disable lazy loading" 89 Setting this to 'y' will disable lazy loading.
|
/external/zlib/doc/ |
D | algorithm.txt | 37 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
|
D | rfc1951.txt | 820 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/ |
D | algorithm.txt | 37 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 | .gitignore | 44 src/protobuf-lazy-descriptor-test
|
/external/v8/src/ |
D | flag-definitions.h | 140 DEFINE_bool(lazy, true, "use lazy compilation")
|
/external/protobuf/src/ |
D | Makefile.am | 294 check_PROGRAMS = protoc protobuf-test protobuf-lazy-descriptor-test \ 379 TESTS = protobuf-test protobuf-lazy-descriptor-test protobuf-lite-test \
|
D | Makefile.in | 41 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.c | 668 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/ |
D | small_records.patch | 224 +/* Use small read and write buffers: (a) lazy allocate read buffers for
|
D | handshake_cutthrough.patch | 161 /* Use small read and write buffers: (a) lazy allocate read buffers for
|
/external/webkit/WebCore/bindings/objc/ |
D | WebScriptObject.mm | 138 // This function should only be called once, as a (possibly lazy) initializer.
|
/external/icu4c/i18n/ |
D | decNumber.c | 4883 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/ |
D | WebNetscapePluginPackage.mm | 77 // system resource file. CurResFile triggers Resource Manager lazy
|
/external/webkit/SunSpider/tests/v8-v4/ |
D | v8-earley-boyer.js | 1064 var cached = sc_Char.lazy[c]; 1068 sc_Char.lazy[c] = this; 1072 sc_Char.lazy = new Object(); variable
|
/external/v8/benchmarks/ |
D | earley-boyer.js | 1070 var cached = sc_Char.lazy[c]; 1074 sc_Char.lazy[c] = this; 1078 sc_Char.lazy = new Object(); variable
|
/external/openssl/crypto/des/ |
D | VERSION | 58 time but I've been too lazy to follow it up :-).
|
/external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/ |
D | PHP Markdown Extra Readme.text | 652 an ambiguity where the last line of lazy-indented definitions could
|
/external/expat/conftools/ |
D | ltmain.sh | 4346 # Don't allow lazy linking, it breaks C++ global constructors
|
/external/chromium/sdch/open-vcdiff/ |
D | ltmain.sh | 4429 # Don't allow lazy linking, it breaks C++ global constructors
|
/external/chromium/third_party/libevent/ |
D | ltmain.sh | 4421 # Don't allow lazy linking, it breaks C++ global constructors
|
/external/libffi/ |
D | ltmain.sh | 4395 # Don't allow lazy linking, it breaks C++ global constructors
|
/external/dbus/ |
D | ltmain.sh | 4377 # Don't allow lazy linking, it breaks C++ global constructors
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog | 14167 - 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…
|