Home
last modified time | relevance | path

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

12345678910

/external/pcre/dist/testdata/
Dgrepinput15 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/
DCachedDecodingPixelRefTest.cpp115 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/
DTopicLazyEvaluation.dox5 Executive summary: Eigen has intelligent compile-time mechanisms to enable lazy evaluation and remo…
21lazy 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/
Dnon-lazy-bind.ll3 declare void @lazy() nonlazybind
11 call void @lazy()
25 tail call void @lazy()
/external/protobuf/java/src/test/java/com/google/protobuf/
Dlazy_fields_lite.proto33 // 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/
DDoubleCheckLazyTest.java47 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/
Dpgm_zmtp1v.out26 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
Depgm_zmtp1v.out30 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/
Dproduct.h67 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/
Dlazy-block-quote.txt1 > Line one of lazy block quote.
2 Line two of lazy block quote.
/external/llvm/test/tools/llvm-objdump/
Dmacho-lazy-bind.test1 # RUN: llvm-objdump -macho -lazy-bind %p/Inputs/lazy-bind.macho-x86_64 \
/external/chromium-trace/catapult/devil/devil/android/sdk/
Ddexdump.py7 from devil.utils import lazy
10 _dexdump_path = lazy.WeakConstant(lambda: build_tools.GetPath('dexdump'))
Daapt.py9 from devil.utils import lazy
12 _aapt_path = lazy.WeakConstant(lambda: build_tools.GetPath('aapt'))
Dbuild_tools.py8 from devil.utils import lazy
51 _build_tools_path = lazy.WeakConstant(_FindBuildTools)
Dsplit_select.py9 from devil.utils import lazy
12 _split_select_path = lazy.WeakConstant(
Dfastboot.py18 from devil.utils import lazy
27 _fastboot_path = lazy.WeakConstant(lambda: os.path.join(
/external/eigen/bench/btl/libs/eigen2/
Deigen2_interface.hh97 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/
DDoubleCheckLazy.java62 final Lazy<T> lazy = (Lazy<T>) provider; in create() local
68 return lazy; in create()
/external/llvm/test/Bindings/llvm-c/
Dinvalid-bitcode.test2 ; 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/
Dbasicbenchmark.h19 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/
DREADME.txt5 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/
DInjectedThing.java85 @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/
Dhello.ll1 ; RUN: lli -jit-kind=orc-lazy -orc-lazy-debug=funcs-to-stdout %s | FileCheck %s
/external/guava/guava/src/com/google/common/util/concurrent/
DStriped.java214 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/
DREADME.txt5 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

12345678910