| /third_party/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
|
| /third_party/rust/crates/lazy-static.rs/src/ |
| D | lib.rs | 105 pub mod lazy; module 117 pub mod lazy; module
|
| /third_party/typescript/tests/baselines/reference/ |
| D | systemModule18.js | 5 export function lazy() {} function 18 function lazy() { } function
|
| /third_party/typescript/tests/cases/compiler/ |
| D | systemModule18.ts | 5 export function lazy() {} function
|
| /third_party/typescript/tests/ts_extra_tests/test_ts_cases/5.0/decorators/ |
| D | decorators_5.ts | 25 function lazy(value: Function, context: { function
|
| /third_party/skia/tests/ |
| D | TLazyTest.cpp | 12 SkTLazy<int> lazy; in DEF_TEST() local
|
| /third_party/libfuse/lib/ |
| D | mount_util.c | 148 static int exec_umount(const char *progname, const char *rel_mnt, int lazy) in exec_umount() 205 const char *rel_mnt, int lazy) in fuse_mnt_umount()
|
| /third_party/node/deps/v8/src/parsing/ |
| D | parse-info.cc | 99 REPLMode repl_mode, ScriptType type, bool lazy) { in ForToplevelCompile() 147 bool lazy) { in SetFlagsForToplevelCompile()
|
| /third_party/ntfs-3g/libfuse-lite/ |
| D | mount_util.c | 109 int fuse_mnt_umount(const char *progname, const char *mnt, int lazy) in fuse_mnt_umount() 347 int fuse_mnt_umount(const char *progname, const char *mnt, int lazy) in fuse_mnt_umount()
|
| D | fusermount.c | 667 int fusermount(int unmount, int quiet, int lazy, const char *opts, in fusermount()
|
| /third_party/pulseaudio/src/pulsecore/ |
| D | core-scache.h | 44 bool lazy; member
|
| /third_party/jsframework/runtime/main/reactivity/ |
| D | state.js | 94 lazy: true property
|
| /third_party/libfuse/util/ |
| D | fusermount.c | 435 static int unmount_fuse_locked(const char *mnt, int quiet, int lazy) in unmount_fuse_locked() 480 static int unmount_fuse(const char *mnt, int quiet, int lazy) in unmount_fuse() 528 static int unmount_fuse(const char *mnt, int quiet, int lazy) in unmount_fuse() 1353 static int lazy = 0; in main() local
|
| /third_party/protobuf/php/src/Google/Protobuf/Internal/ |
| D | FieldOptions.php | 80 protected $lazy = null; variable in Google\\Protobuf\\Internal\\FieldOptions
|
| /third_party/node/deps/v8/include/ |
| D | v8-metrics.h | 113 bool lazy = false; member 129 bool lazy = false; member
|
| /third_party/node/deps/v8/src/torque/ |
| D | implementation-visitor.h | 375 explicit LocalValue(std::function<LocationReference()> lazy) in LocalValue() 398 base::Optional<std::function<LocationReference()>> lazy; variable
|
| /third_party/rust/crates/once_cell/tests/ |
| D | it.rs | 187 let lazy: Lazy<std::sync::Mutex<Foo>> = <_>::default(); in lazy_default() localVariable 537 let lazy: Lazy<std::sync::Mutex<Foo>> = <_>::default(); in lazy_default() localVariable
|
| /third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
| D | descriptor.proto | 390 optional bool lazy = 5 [default=false]; field
|
| /third_party/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
| D | descriptor.proto | 390 optional bool lazy = 5 [default=false]; field
|
| /third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/ |
| D | descriptor.proto | 390 optional bool lazy = 5 [default=false]; field
|
| /third_party/protobuf/src/google/protobuf/ |
| D | descriptor.proto | 605 optional bool lazy = 5 [default = false]; field
|
| /third_party/python/Lib/test/ |
| D | test_pprint.py | 469 lazy=7, unknown
|
| /third_party/musl/porting/linux/user/src/internal/ |
| D | dynlink.h | 105 size_t *lazy, lazy_cnt; member
|
| /third_party/musl/src/internal/ |
| D | dynlink.h | 115 size_t *lazy, lazy_cnt; member
|
| /third_party/typescript/src/compiler/ |
| D | scanner.ts | 154 lazy: SyntaxKind.LazyKeyword, constant
|