Home
last modified time | relevance | path

Searched defs:lazy (Results 1 – 25 of 60) sorted by relevance

123

/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
/external/rust/crates/lazy_static/src/
Dlib.rs105 pub mod lazy; module
118 pub mod lazy; module
/external/dagger2/java/dagger/internal/
DDoubleCheck.java92 public static <P extends Provider<T>, T> Lazy<T> lazy(P provider) { in lazy() method in DoubleCheck
95 final Lazy<T> lazy = (Lazy<T>) provider; in lazy() local
/external/perfetto/src/protozero/test/
Dcppgen_conformance_unittest.cc174 pbtest::TestVersioning_V2::Sub1_V2 lazy; in TEST() local
182 pbtest::TestVersioning_V2::Sub2_V2 lazy; in TEST() local
255 pbtest::TestVersioning_V2::Sub1_V2 lazy; in TEST() local
263 pbtest::TestVersioning_V2::Sub2_V2 lazy; in TEST() local
/external/guice/extensions/testlib/src/com/google/inject/testing/fieldbinder/
DBind.java52 boolean lazy() default false; in lazy() method
/external/dagger2/javatests/dagger/functional/
DInjector.java29 Lazy<T> lazy(); in lazy() method
DLazyMaps.java53 static Lazy<String> mapContribution(Lazy<String> lazy) { in mapContribution()
DInjectedThing.java86 @Inject Lazy<float[]> lazy; field in InjectedThing
95 @Inject InjectedThing( in InjectedThing()
225 @Inject void lazy(Lazy<float[]> lazy) {} in lazy() method in InjectedThing
/external/rust/crates/spin/src/
Dlib.rs65 pub mod lazy; module
/external/skqp/tests/
DTLazyTest.cpp12 SkTLazy<int> lazy; in DEF_TEST() local
/external/skia/tests/
DTLazyTest.cpp12 SkTLazy<int> lazy; in DEF_TEST() local
/external/rust/crates/futures-util/src/future/
Dlazy.rs35 pub fn lazy<F, R>(f: F) -> Lazy<F> in lazy() function
Dmod.rs53 mod lazy; module
/external/libfuse/lib/
Dmount_util.c145 static int exec_umount(const char *progname, const char *rel_mnt, int lazy) in exec_umount()
202 const char *rel_mnt, int lazy) in fuse_mnt_umount()
/external/libbrillo/brillo/namespaces/
Dplatform.cc41 bool Platform::Unmount(const FilePath& path, bool lazy, bool* was_busy) { in Unmount()
/external/libchrome/base/
Dlazy_instance_unittest.cc64 base::LazyInstance<SlowConstructor>::DestructorAtExit* lazy) in SlowDelegate()
251 base::LazyInstance<BlockingConstructor>::DestructorAtExit* lazy, in BlockingConstructorThread()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/
Dcompile_decoder.c92 bool lazy; member
95 static compiler *newcompiler(mgroup *group, bool lazy) { in newcompiler()
825 const mgroup *mgroup_new(const upb_handlers *dest, bool lazy) { in mgroup_new()
895 void upb_pbdecodermethodopts_setlazy(upb_pbcodecache *c, bool lazy) { in upb_pbdecodermethodopts_setlazy()
Ddecoder.h228 void set_lazy(bool lazy) { upb_pbcodecache_setlazy(ptr(), lazy); } in set_lazy()
/external/dagger2/javatests/dagger/internal/
DDoubleCheckTest.java82 final Lazy<Object> lazy = DoubleCheck.lazy(provider); in get() local
/external/rust/crates/protobuf/src/
Dlib.rs61 pub mod lazy; module
/external/clang/test/SemaCXX/
Dwarn-unused-result.cpp66 void lazy() { in lazy() function
/external/protobuf/php/src/Google/Protobuf/Internal/
DFieldOptions.php83 private $lazy = false; variable in Google\\Protobuf\\Internal\\FieldOptions
/external/llvm-project/lld/MachO/
DSymbolTable.cpp72 else if (LazySymbol *lazy = dyn_cast<LazySymbol>(s)) in addUndefined() local
/external/llvm-project/lld/wasm/
DSymbolTable.cpp475 } else if (auto *lazy = dyn_cast<LazySymbol>(s)) { in addUndefinedFunction() local
521 } else if (auto *lazy = dyn_cast<LazySymbol>(s)) { in addUndefinedData() local
549 else if (auto *lazy = dyn_cast<LazySymbol>(s)) in addUndefinedGlobal() local
/external/llvm-project/clang/test/SemaCXX/
Dwarn-unused-result.cpp96 void lazy() { in lazy() function

123