Home
last modified time | relevance | path

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

12345678910>>...17

/external/brotli/tests/testdata/
Dquickfox_repeated1lazy dogThe quick brown fox jumps over the lazy dogThe quick brown fox jumps over the lazy dogThe …
/external/pcre/dist2/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/mesa3d/src/gallium/state_trackers/clover/util/
Dlazy.hpp98 class lazy { class
110 lazy(T x) : obj(new detail::strict_lazy<T>(x)) { in lazy() function in clover::lazy
118 lazy(F &&f) : obj(new detail::deferred_lazy< in lazy() function in clover::lazy
126 lazy() : lazy([]() { in lazy() function in clover::lazy
132 lazy(const lazy &other) : obj(obj->clone()) { in lazy() function in clover::lazy
135 lazy(lazy &&other) : obj(NULL) { in lazy() function in clover::lazy
139 ~lazy() { in ~lazy()
143 lazy &
144 operator=(lazy other) { in operator =()
/external/skia/tests/
DTLazyTest.cpp12 SkTLazy<int> lazy; in DEF_TEST() local
14 REPORTER_ASSERT(r, !lazy.isValid()); in DEF_TEST()
15 REPORTER_ASSERT(r, lazy.getMaybeNull() == nullptr); in DEF_TEST()
18 SkTLazy<int> lazy_copy(lazy); in DEF_TEST()
23 lazy.init(42); in DEF_TEST()
25 REPORTER_ASSERT(r, lazy.isValid()); in DEF_TEST()
26 REPORTER_ASSERT(r, 42 == *lazy.get()); in DEF_TEST()
29 SkTLazy<int> lazy_copy(lazy); in DEF_TEST()
32 REPORTER_ASSERT(r, lazy.get() != lazy_copy.get()); in DEF_TEST()
/external/skqp/tests/
DTLazyTest.cpp12 SkTLazy<int> lazy; in DEF_TEST() local
14 REPORTER_ASSERT(r, !lazy.isValid()); in DEF_TEST()
15 REPORTER_ASSERT(r, lazy.getMaybeNull() == nullptr); in DEF_TEST()
18 SkTLazy<int> lazy_copy(lazy); in DEF_TEST()
23 lazy.init(42); in DEF_TEST()
25 REPORTER_ASSERT(r, lazy.isValid()); in DEF_TEST()
26 REPORTER_ASSERT(r, 42 == *lazy.get()); in DEF_TEST()
29 SkTLazy<int> lazy_copy(lazy); in DEF_TEST()
32 REPORTER_ASSERT(r, lazy.get() != lazy_copy.get()); in DEF_TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dregcall-no-plt.ll11 ;; We encounter the violation symptom when using PIC with lazy binding
20 declare void @lazy()
24 ; CHECK: callq lazy@PLT
27 call void @lazy()
40 ; CHECK: jmp lazy
42 tail call void @lazy()
Dnon-lazy-bind.ll3 declare void @lazy() nonlazybind
11 call void @lazy()
25 tail call void @lazy()
/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/mesa3d/src/gallium/state_trackers/clover/core/
Devent.hpp124 const lazy<cl_ulong> &time_queued() const;
125 const lazy<cl_ulong> &time_submit() const;
126 const lazy<cl_ulong> &time_start() const;
127 const lazy<cl_ulong> &time_end() const;
142 lazy<cl_ulong> _time_queued, _time_submit, _time_start, _time_end;
/external/chromium-trace/catapult/devil/devil/utils/lazy/
Dweak_constant_test.py12 from devil.utils import lazy
37 test_constant = lazy.WeakConstant(initializer)
46 test_constant = lazy.WeakConstant(initializer)
62 test_constant = lazy.WeakConstant(initializer)
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/lz77support/
DParameters.java195 public Builder withLazyMatching(boolean lazy) {
196 lazyMatches = lazy;
251 boolean lazy = lazyMatches == null || lazyMatches;
252 … int threshold = lazy ? (lazyThreshold != null ? lazyThreshold : niceLen) : minBackReferenceLength;
255 maxOffset, maxLiteralLength, niceLen, candidates, lazy, threshold);
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/LazyValueAnalysis/
Dinvalidation.ll1 ; Test that the lazy value analysis gets invalidated when its dependencies go
7 ; RUN: -passes='require<lazy-value-info>,invalidate<lazy-value-info>,require<lazy-value-info>' \
18 ; RUN: -passes='require<domtree>,require<lazy-value-info>,invalidate<domtree>,require<lazy-valu…
/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/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dnon-lazy-bind.ll3 declare void @lazy() nonlazybind
11 call void @lazy()
25 tail call void @lazy()
/external/llvm/test/CodeGen/X86/
Dnon-lazy-bind.ll3 declare void @lazy() nonlazybind
11 call void @lazy()
25 tail call void @lazy()
/external/ltp/testcases/kernel/hotplug/memory_hotplug/Xpm-tests/
Dtest-lazy-file-1m-touch1 # memtoy test - lazy migration of entire 1M mapped file
2 # lazy migrate, then touch to fault
13 # lazy mig [move], no 'wait'
/external/python/cpython2/Lib/test/
Dtokenize_tests.txt82 the 'lazy' dog.
84 y = '\nThe "quick"\nbrown fox\njumps over\nthe \'lazy\' dog.\n'
89 the 'lazy' dog.
95 the 'lazy' dog.\n\
101 the \'lazy\' dog.\n\
/external/protobuf/java/core/src/test/proto/com/google/protobuf/
Dlazy_fields_lite.proto33 // A proto file with lazy fields
44 optional LazyInnerMessageLite inner = 3 [lazy = true];
45 repeated LazyInnerMessageLite repeated_inner = 4 [lazy = true];
49 LazyInnerMessageLite oneof_inner = 6 [lazy = true];
56 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/llvm/docs/tutorial/
DBuildingAJIT3.rst16 chapter discusses lazy JITing and shows you how to enable it by adding an ORC
21 **(1) Describe lazy function-at-a-time JITing and how it differs from the kind
27 and lazy compilation callbacks for IR) and how to add it to the JIT.**
33 layer added to enable lazy function-at-a-time compilation. To build this example, use:
/external/python/cpython3/Lib/test/
Dtokenize_tests.txt82 the 'lazy' dog.
84 y = '\nThe "quick"\nbrown fox\njumps over\nthe \'lazy\' dog.\n'
89 the 'lazy' dog.
95 the 'lazy' dog.\n\
101 the \'lazy\' dog.\n\
/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/markdown/tests/misc/
Dlazy-block-quote.txt1 > Line one of lazy block quote.
2 Line two of lazy block quote.
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/
Dmacho-bad-bind.test52 RUN: not llvm-objdump -macho -lazy-bind %p/Inputs/macho-lazy-do_bind_add_addr_uleb 2>&1 | FileCheck…
53 …DD_ADDR_ULEB: macho-lazy-do_bind_add_addr_uleb': truncated or malformed object (BIND_OPCODE_DO_BIN…
55 RUN: not llvm-objdump -macho -lazy-bind %p/Inputs/macho-lazy-do-bind-add-addr-imm-scaled 2>&1 | Fil…
56 …SCALED: macho-lazy-do-bind-add-addr-imm-scaled': truncated or malformed object (BIND_OPCODE_DO_BIN…
58 RUN: not llvm-objdump -macho -lazy-bind %p/Inputs/macho-lazy-do-bind-uleb-times-skipping-uleb 2>&1 …
59 …B: macho-lazy-do-bind-uleb-times-skipping-uleb': truncated or malformed object (BIND_OPCODE_DO_BIN…

12345678910>>...17