/external/mesa3d/src/gallium/frontends/clover/util/ |
D | lazy.hpp | 98 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/ |
D | lib.rs | 105 pub mod lazy; module 118 pub mod lazy; module
|
/external/dagger2/java/dagger/internal/ |
D | DoubleCheck.java | 92 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/ |
D | cppgen_conformance_unittest.cc | 174 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/ |
D | Bind.java | 52 boolean lazy() default false; in lazy() method
|
/external/dagger2/javatests/dagger/functional/ |
D | Injector.java | 29 Lazy<T> lazy(); in lazy() method
|
D | LazyMaps.java | 53 static Lazy<String> mapContribution(Lazy<String> lazy) { in mapContribution()
|
D | InjectedThing.java | 86 @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/ |
D | lib.rs | 65 pub mod lazy; module
|
/external/skqp/tests/ |
D | TLazyTest.cpp | 12 SkTLazy<int> lazy; in DEF_TEST() local
|
/external/skia/tests/ |
D | TLazyTest.cpp | 12 SkTLazy<int> lazy; in DEF_TEST() local
|
/external/rust/crates/futures-util/src/future/ |
D | lazy.rs | 35 pub fn lazy<F, R>(f: F) -> Lazy<F> in lazy() function
|
D | mod.rs | 53 mod lazy; module
|
/external/libfuse/lib/ |
D | mount_util.c | 145 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/ |
D | platform.cc | 41 bool Platform::Unmount(const FilePath& path, bool lazy, bool* was_busy) { in Unmount()
|
/external/libchrome/base/ |
D | lazy_instance_unittest.cc | 64 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/ |
D | compile_decoder.c | 92 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()
|
D | decoder.h | 228 void set_lazy(bool lazy) { upb_pbcodecache_setlazy(ptr(), lazy); } in set_lazy()
|
/external/dagger2/javatests/dagger/internal/ |
D | DoubleCheckTest.java | 82 final Lazy<Object> lazy = DoubleCheck.lazy(provider); in get() local
|
/external/rust/crates/protobuf/src/ |
D | lib.rs | 61 pub mod lazy; module
|
/external/clang/test/SemaCXX/ |
D | warn-unused-result.cpp | 66 void lazy() { in lazy() function
|
/external/protobuf/php/src/Google/Protobuf/Internal/ |
D | FieldOptions.php | 83 private $lazy = false; variable in Google\\Protobuf\\Internal\\FieldOptions
|
/external/llvm-project/lld/MachO/ |
D | SymbolTable.cpp | 72 else if (LazySymbol *lazy = dyn_cast<LazySymbol>(s)) in addUndefined() local
|
/external/llvm-project/lld/wasm/ |
D | SymbolTable.cpp | 475 } 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/ |
D | warn-unused-result.cpp | 96 void lazy() { in lazy() function
|