Home
last modified time | relevance | path

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

12345678910>>...23

/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/frontends/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/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/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); // NOLINT(performance-unnecessary-copy-initialization) 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); // NOLINT(performance-unnecessary-copy-initialization) in DEF_TEST()
32 REPORTER_ASSERT(r, lazy.get() != lazy_copy.get()); in DEF_TEST()
/external/llvm-project/lld/test/COFF/
Dlto-lazy-reference.ll2 …mtriple=i686-pc-windows-msvc -filetype=obj -o %T/lto-lazy-reference-quadruple.obj %S/Inputs/lto-la…
3 ; RUN: llvm-as -o %T/lto-lazy-reference-dummy.bc %S/Inputs/lto-lazy-reference-dummy.ll
5 ; RUN: llvm-ar cru %t.lib %T/lto-lazy-reference-quadruple.obj %T/lto-lazy-reference-dummy.bc
19 ; lazy definition in the lib file from lto-lazy-reference-quadruple.obj. This
20 ; test makes sure we *don't* try to take the definition from the lazy
22 ; LTO, such as lto-lazy-reference-dummy.bc in this case.
/external/llvm-project/llvm/test/ExecutionEngine/OrcLazy/
Dbasic-whole-module-partitions.ll1 ; RUN: lli -jit-kind=orc-lazy -orc-lazy-debug=funcs-to-stdout \
3 ; RUN: lli -jit-kind=orc-lazy -per-module-lazy -orc-lazy-debug=funcs-to-stdout \
9 ; Checks that the whole module is emitted when -per-module-lazy is enabled,
11 ; Also checks that the foo function is not emitted when -per-module-lazy is off.
/external/perfetto/src/protozero/test/
Dcppgen_conformance_unittest.cc174 pbtest::TestVersioning_V2::Sub1_V2 lazy; in TEST() local
175 lazy.set_sub1_int(15); in TEST()
176 lazy.set_sub1_string("sub1-lazy-string"); in TEST()
177 lazy.set_sub1_int_v2(16); in TEST()
178 lazy.set_sub1_string_v2("sub1-lazy-string-v2"); in TEST()
179 msg_v2.set_sub1_lazy_raw(lazy.SerializeAsString()); in TEST()
182 pbtest::TestVersioning_V2::Sub2_V2 lazy; in TEST() local
183 lazy.set_sub2_int(17); in TEST()
184 lazy.set_sub2_string("sub2-v2-lazy-string"); in TEST()
185 msg_v2.set_sub2_lazy_raw(lazy.SerializeAsString()); in TEST()
[all …]
/external/rust/crates/lazy_static/src/
Dlib.rs105 pub mod lazy; module
118 pub mod lazy; module
149 fn initialize(lazy: &Self) {
150 let _ = &**lazy;
188 fn initialize(lazy: &Self); in initialize()
214 pub fn initialize<T: LazyStatic>(lazy: &T) { in initialize()
215 LazyStatic::initialize(lazy); in initialize()
/external/rust/crates/lazy_static/
DCargo.toml.orig12 repository = "https://github.com/rust-lang-nursery/lazy-static.rs"
13 keywords = ["macro", "lazy", "static"]
28 appveyor = { repository = "rust-lang-nursery/lazy-static.rs" }
29 travis-ci = { repository = "rust-lang-nursery/lazy-static.rs" }
31 is-it-maintained-issue-resolution = { repository = "rust-lang-nursery/lazy-static.rs" }
32 is-it-maintained-open-issues = { repository = "rust-lang-nursery/lazy-static.rs" }
DCargo.toml21 keywords = ["macro", "lazy", "static"]
24 repository = "https://github.com/rust-lang-nursery/lazy-static.rs"
34 repository = "rust-lang-nursery/lazy-static.rs"
37 repository = "rust-lang-nursery/lazy-static.rs"
40 repository = "rust-lang-nursery/lazy-static.rs"
46 repository = "rust-lang-nursery/lazy-static.rs"
/external/rust/crates/futures-executor/tests/
Dlocal_pool.rs3 use futures::future::{self, Future, lazy, poll_fn};
33 let fut = lazy(|_| { in run_until_single_future()
47 pool.run_until(lazy(|_| ())); in run_until_ignores_spawned()
55 spawn.spawn_local_obj(Box::pin(lazy(move |_| { in run_until_executes_spawned()
77 spawn.spawn_local_obj(Box::pin(lazy(move |_| { in run_executes_spawned()
78 spawn2.spawn_local_obj(Box::pin(lazy(move |_| { in run_executes_spawned()
100 spawn.spawn_local_obj(Box::pin(lazy(move |_| { in run_spawn_many()
129 spawn.spawn_local_obj(Box::pin(lazy(move |_| { in try_run_one_executes_one_ready()
192 inner_spawner.spawn_local_obj(Box::pin(lazy(move |_|{ in try_run_one_runs_sub_futures()
217 spawn.spawn_local_obj(Box::pin(lazy(move |_|{ cnt1.set(cnt1.get() + 1) })).into()).unwrap(); in run_until_stalled_returns_multiple_times()
[all …]
/external/llvm-project/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()
/external/llvm-project/lld/test/MachO/
Dweak-definition-direct-fetch.s46 # RUN: llvm-objdump --macho --lazy-bind --syms %t/weak-nonweak-dylibs | FileCheck %s --check-prefix…
48 # RUN: llvm-objdump --macho --lazy-bind --syms %t/nonweak-weak-dylibs | FileCheck %s --check-prefix…
51 # RUN: llvm-objdump --macho --lazy-bind --syms %t/weak-nonweak-objs | FileCheck %s --check-prefix=P…
53 # RUN: llvm-objdump --macho --lazy-bind --syms %t/nonweak-weak-objs | FileCheck %s --check-prefix=P…
56 # RUN: llvm-objdump --macho --lazy-bind --syms %t/weak-nonweak-archives | FileCheck %s --check-pref…
58 # RUN: llvm-objdump --macho --lazy-bind --syms %t/nonweak-weak-archives | FileCheck %s --check-pref…
63 # RUN: llvm-objdump --macho --lazy-bind --syms %t/weak-dylib-weak-ar | FileCheck %s --check-prefix=…
65 # RUN: llvm-objdump --macho --lazy-bind --syms %t/weak-ar-weak-dylib | FileCheck %s --check-prefix=…
68 # RUN: llvm-objdump --macho --lazy-bind --syms %t/weak-ar-nonweak-dylib | FileCheck %s --check-pref…
70 # RUN: llvm-objdump --macho --lazy-bind --syms %t/nonweak-dylib-weak-ar | FileCheck %s --check-pref…
[all …]
Ddylink-lazy.s14 # RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin %s -o %t/dylink-lazy.o
15 # RUN: %lld -o %t/dylink-lazy \
16 # RUN: -L%t -lhello -lgoodbye %t/dylink-lazy.o -lSystem
22 # RUN: (llvm-objdump -d --no-show-raw-insn --syms --rebase --bind --lazy-bind %t/dylink-lazy; \
23 # RUN: llvm-objdump -D --no-show-raw-insn %t/dylink-lazy) | FileCheck %s
25 # RUN: %lld -pie -o %t/dylink-lazy-pie \
26 # RUN: -L%t -lhello -lgoodbye %t/dylink-lazy.o -lSystem
27 # RUN: llvm-objdump --macho --rebase %t/dylink-lazy-pie | FileCheck %s --check-prefix=PIE
/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/frontends/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/lottie/LottieSample/src/main/kotlin/com/airbnb/lottie/samples/
DLottieApplication.kt14 val okHttpClient by lazy { in <lambda>()
19 val gson by lazy { in <lambda>()
25 val retrofit by lazy { in <lambda>()
34 val lottiefilesService by lazy { retrofit.create(LottiefilesService::class.java) } in <lambda>()
/external/perfetto/protos/perfetto/config/
Ddata_source_config.proto91 // All data source config fields must be marked as [lazy=true]. This prevents
97 optional FtraceConfig ftrace_config = 100 [lazy = true];
99 optional InodeFileConfig inode_file_config = 102 [lazy = true];
101 optional ProcessStatsConfig process_stats_config = 103 [lazy = true];
103 optional SysStatsConfig sys_stats_config = 104 [lazy = true];
106 optional HeapprofdConfig heapprofd_config = 105 [lazy = true];
109 optional JavaHprofConfig java_hprof_config = 110 [lazy = true];
111 optional AndroidPowerConfig android_power_config = 106 [lazy = true];
113 optional AndroidLogConfig android_log_config = 107 [lazy = true];
115 optional GpuCounterConfig gpu_counter_config = 108 [lazy = true];
[all …]
/external/chromium-trace/catapult/devil/devil/utils/lazy/
Dweak_constant_test.py12 from devil.utils import lazy
36 test_constant = lazy.WeakConstant(initializer)
43 test_constant = lazy.WeakConstant(initializer)
55 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/rust/crates/futures/tests/
Dio_cursor.rs4 use futures::future::lazy; in cursor_asyncwrite_vec()
10 futures::executor::block_on(lazy(|cx| { in cursor_asyncwrite_vec()
22 use futures::future::lazy; in cursor_asyncwrite_box()
28 futures::executor::block_on(lazy(|cx| { in cursor_asyncwrite_box()
/external/dagger2/javatests/dagger/internal/
DDoubleCheckTest.java54 DoubleCheck.lazy(null); in lazy_nullPointerException()
71 assertThat(DoubleCheck.lazy(DOUBLE_CHECK_OBJECT_PROVIDER)) in doubleWrapping_lazy()
82 final Lazy<Object> lazy = DoubleCheck.lazy(provider); in get() local
89 return lazy.get(); in get()
168 assertThat(DoubleCheck.lazy(factory)).isSameInstanceAs(factory); in instanceFactoryAsLazyDoesNotWrap()
/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/llvm/test/CodeGen/X86/
Dnon-lazy-bind.ll3 declare void @lazy() nonlazybind
11 call void @lazy()
25 tail call void @lazy()

12345678910>>...23