/external/pcre/dist/testdata/ |
D | grepinput | 15 The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the 16 lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox 17 jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick 18 brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. 20 The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the 21 lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox 22 jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick 23 brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. 25 The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the 26 lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox [all …]
|
/external/skia/tests/ |
D | CachedDecodingPixelRefTest.cpp | 115 SkBitmap lazy; in test_three_encodings() local 116 bool installSuccess = install(encoded.get(), &lazy); in test_three_encodings() 121 REPORTER_ASSERT(reporter, nullptr == lazy.getPixels()); in test_three_encodings() 123 SkAutoLockPixels autoLockPixels(lazy); // now pixels are good. in test_three_encodings() 124 REPORTER_ASSERT(reporter, lazy.getPixels()); in test_three_encodings() 125 if (nullptr == lazy.getPixels()) { in test_three_encodings() 130 REPORTER_ASSERT(reporter, nullptr == lazy.getPixels()); in test_three_encodings() 132 SkAutoLockPixels autoLockPixels(lazy); // now pixels are good. in test_three_encodings() 133 REPORTER_ASSERT(reporter, lazy.getPixels()); in test_three_encodings() 134 if (nullptr == lazy.getPixels()) { in test_three_encodings() [all …]
|
/external/eigen/doc/ |
D | TopicLazyEvaluation.dox | 5 Executive summary: Eigen has intelligent compile-time mechanisms to enable lazy evaluation and remo… 21 …lazy evaluation</i> as an expression is getting evaluated as late as possible, instead of immediat… 23 …ntelligent compile-time mechanisms to determine automatically when to use lazy evaluation, and whe… 29 Eigen chooses lazy evaluation. Thus the arrays are traversed only once, producing optimized code. I… 37 Eigen chooses lazy evaluation at every stage in that example, which is clearly the correct choice. … 43 …original \c matrix. This guarantees a correct result as we saw above that lazy evaluation gives wr… 45 What if you know that the result does no alias the operand of the product and want to force lazy ev… 49 … is not the same matrix as matrix1, we know that lazy evaluation is not dangerous, so we may force…
|
/external/llvm/test/CodeGen/X86/ |
D | non-lazy-bind.ll | 3 declare void @lazy() nonlazybind 11 call void @lazy() 25 tail call void @lazy()
|
/external/protobuf/java/src/test/java/com/google/protobuf/ |
D | lazy_fields_lite.proto | 33 // A proto file with lazy fields 43 optional LazyInnerMessageLite inner = 3 [lazy = true]; 44 repeated LazyInnerMessageLite repeated_inner = 4 [lazy = true]; 48 LazyInnerMessageLite oneof_inner = 6 [lazy = true]; 55 optional LazyNestedInnerMessageLite nested = 3 [lazy = true];
|
/external/dagger2/core/src/test/java/dagger/internal/ |
D | DoubleCheckLazyTest.java | 47 final Lazy<Object> lazy = DoubleCheckLazy.create(provider); in get() local 54 return lazy.get(); in get() 71 Lazy<Object> lazy = DoubleCheckLazy.create(new Provider<Object> () { in get_null() local 77 lazy.get(); in get_null()
|
/external/tcpdump/tests/ |
D | pgm_zmtp1v.out | 26 0x0020: 6865 206c 617a 7920 646f 672e 2054 6865 he.lazy.dog..The 29 0x0050: 6c61 7a79 2064 6f67 2e20 5468 6520 7175 lazy.dog..The.qu 37 0x0000: 7220 7468 6520 6c61 7a79 2064 6f67 2e20 r.the.lazy.dog.. 40 0x0030: 6865 206c 617a 7920 646f 672e 2054 6865 he.lazy.dog..The 43 0x0060: 6c61 7a79 2064 6f67 2e20 5468 6520 7175 lazy.dog..The.qu 50 0x0000: 7073 206f 7665 7220 7468 6520 6c61 7a79 ps.over.the.lazy 53 0x0030: 6f76 6572 2074 6865 206c 617a 7920 646f over.the.lazy.do
|
D | epgm_zmtp1v.out | 30 0x0020: 6865 206c 617a 7920 646f 672e 2054 6865 he.lazy.dog..The 33 0x0050: 6c61 7a79 2064 6f67 2e20 5468 6520 7175 lazy.dog..The.qu 44 0x0030: 7320 6f76 6572 2074 6865 206c 617a 7920 s.over.the.lazy. 47 0x0060: 7665 7220 7468 6520 6c61 7a79 2064 6f67 ver.the.lazy.dog 55 0x0010: 7073 206f 7665 7220 7468 6520 6c61 7a79 ps.over.the.lazy 58 0x0040: 6f76 6572 2074 6865 206c 617a 7920 646f over.the.lazy.do
|
/external/eigen/test/eigen2/ |
D | product.h | 67 VERIFY_IS_APPROX(m3, m1.lazy() * (m1.transpose()*m2)); in product() 78 s1 += (square.lazy() * m1)(r,c); in product() 98 res += (m1 * m2.transpose()).lazy(); in product() 105 vcres += (m1.transpose() * v1).lazy(); in product() 121 res2 += (m1.transpose() * m2).lazy(); in product()
|
/external/markdown/tests/misc/ |
D | lazy-block-quote.txt | 1 > Line one of lazy block quote. 2 Line two of lazy block quote.
|
/external/llvm/test/tools/llvm-objdump/ |
D | macho-lazy-bind.test | 1 # RUN: llvm-objdump -macho -lazy-bind %p/Inputs/lazy-bind.macho-x86_64 \
|
/external/chromium-trace/catapult/devil/devil/android/sdk/ |
D | dexdump.py | 7 from devil.utils import lazy 10 _dexdump_path = lazy.WeakConstant(lambda: build_tools.GetPath('dexdump'))
|
D | aapt.py | 9 from devil.utils import lazy 12 _aapt_path = lazy.WeakConstant(lambda: build_tools.GetPath('aapt'))
|
D | build_tools.py | 8 from devil.utils import lazy 51 _build_tools_path = lazy.WeakConstant(_FindBuildTools)
|
D | split_select.py | 9 from devil.utils import lazy 12 _split_select_path = lazy.WeakConstant(
|
D | fastboot.py | 18 from devil.utils import lazy 27 _fastboot_path = lazy.WeakConstant(lambda: os.path.join(
|
/external/eigen/bench/btl/libs/eigen2/ |
D | eigen2_interface.hh | 97 X = (A*B).lazy(); in matrix_matrix_product() 101 X = (A.transpose()*B.transpose()).lazy(); in transposed_matrix_matrix_product() 105 X = (A.transpose()*A).lazy(); in ata_product() 109 X = (A*A.transpose()).lazy(); in aat_product()
|
/external/dagger2/core/src/main/java/dagger/internal/ |
D | DoubleCheckLazy.java | 62 final Lazy<T> lazy = (Lazy<T>) provider; in create() local 68 return lazy; in create()
|
/external/llvm/test/Bindings/llvm-c/ |
D | invalid-bitcode.test | 2 ; RUN: not llvm-c-test --lazy-module-dump < %S/Inputs/invalid.ll.bc 2>&1 | FileCheck %s 8 ; RUN: not llvm-c-test --lazy-new-module-dump < %S/Inputs/invalid.ll.bc 2>&1 | FileCheck --check-pr…
|
/external/eigen/bench/ |
D | basicbenchmark.h | 19 m = (I + 0.00005 * (m + m.lazy() * m)).eval(); in benchBasic_loop() 25 m = (I + 0.00005 * (m + m.lazy() * m)).evalOMP(); in benchBasic_loop()
|
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/ |
D | README.txt | 5 This version of Kaleidoscope with Orc demonstrates lazy IR-generation. 6 Building on the lazy-codegen version of the tutorial, this version reduces the
|
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/ |
D | InjectedThing.java | 85 @Inject Lazy<float[]> lazy; field in InjectedThing 154 Lazy<float[]> lazy, in InjectedThing() 222 @Inject void lazy(Lazy<float[]> lazy) {} in lazy() argument
|
/external/llvm/test/ExecutionEngine/OrcLazy/ |
D | hello.ll | 1 ; RUN: lli -jit-kind=orc-lazy -orc-lazy-debug=funcs-to-stdout %s | FileCheck %s
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
D | Striped.java | 214 return lazy(stripes, new Supplier<Lock>() { 221 private static <L> Striped<L> lazy(int stripes, Supplier<L> supplier) { 252 return lazy(stripes, new Supplier<Semaphore>() { 278 return lazy(stripes, READ_WRITE_LOCK_SUPPLIER);
|
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/ |
D | README.txt | 5 This version of Kaleidoscope with Orc demonstrates fully lazy IR-generation. 6 Building on the lazy-irgen version of the tutorial, this version injects JIT
|