| /third_party/mesa3d/src/gallium/frontends/clover/util/ |
| H A 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 [all...] |
| /third_party/skia/tests/ |
| H A D | TLazyTest.cpp | 12 SkTLazy<int> lazy; in DEF_TEST() local
|
| /third_party/rust/crates/lazy-static.rs/src/ |
| H A D | lib.rs | 105 pub mod lazy; in times_two() modules 117 pub mod lazy; modules [all...] |
| /third_party/pulseaudio/src/pulsecore/ |
| H A D | core-scache.h | 44 bool lazy; member
|
| /kernel/linux/linux-5.10/kernel/ |
| H A D | irq_work.c | 118 struct llist_head *raised, *lazy; in irq_work_needs_cpu() local
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_irq.c | 159 vmw_fallback_wait(struct vmw_private *dev_priv, bool lazy, bool fifo_idle, uint32_t seqno, bool interruptible, unsigned long timeout) vmw_fallback_wait() argument 285 vmw_wait_seqno(struct vmw_private *dev_priv, bool lazy, uint32_t seqno, bool interruptible, unsigned long timeout) vmw_wait_seqno() argument
|
| H A D | vmwgfx_fence.c | 525 int vmw_fence_obj_wait(struct vmw_fence_obj *fence, bool lazy, in vmw_fence_obj_wait() argument
|
| /kernel/linux/linux-6.6/kernel/ |
| H A D | irq_work.c | 186 struct llist_head *raised, *lazy; in irq_work_needs_cpu() local
|
| /kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/ |
| H A D | icp_qat_hw_20_comp.h | 69 __u16 lazy; member
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_irq.c | 162 vmw_fallback_wait(struct vmw_private *dev_priv, bool lazy, bool fifo_idle, uint32_t seqno, bool interruptible, unsigned long timeout) vmw_fallback_wait() argument
|
| H A D | vmwgfx_fence.c | 522 int vmw_fence_obj_wait(struct vmw_fence_obj *fence, bool lazy, in vmw_fence_obj_wait() argument
|
| /third_party/ntfs-3g/libfuse-lite/ |
| H A D | mount_util.c | 109 int fuse_mnt_umount(const char *progname, const char *mnt, int lazy) in fuse_mnt_umount() argument 347 int fuse_mnt_umount(const char *progname, const char *mnt, int lazy) in fuse_mnt_umount() argument
|
| H A D | fusermount.c | 667 int fusermount(int unmount, int quiet, int lazy, const char *opts, in fusermount() argument
|
| /third_party/libfuse/lib/ |
| H A D | mount_util.c | 148 static int exec_umount(const char *progname, const char *rel_mnt, int lazy) in exec_umount() argument 204 fuse_mnt_umount(const char *progname, const char *abs_mnt, const char *rel_mnt, int lazy) fuse_mnt_umount() argument
|
| /third_party/protobuf/php/src/Google/Protobuf/Internal/ |
| H A D | FieldOptions.php | 80 protected $lazy = null; variable 389 $this->lazy = $var; global() variable [all...] |
| /foundation/arkui/ace_engine_lite/frameworks/src/core/router/ |
| H A D | js_page_state_machine.cpp | 349 LazyLoadManager *lazy = const_cast<LazyLoadManager *>(appContext_->GetLazyLoadManager()); in RenderPage() local
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_fence.c | 325 nouveau_fence_wait(struct nouveau_fence *fence, bool lazy, bool intr) in nouveau_fence_wait() argument
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_fence.c | 340 nouveau_fence_wait(struct nouveau_fence *fence, bool lazy, bool intr) in nouveau_fence_wait() argument
|
| /third_party/node/deps/v8/src/parsing/ |
| H A D | parse-info.cc | 97 ForToplevelCompile( Isolate* isolate, bool is_user_javascript, LanguageMode language_mode, REPLMode repl_mode, ScriptType type, bool lazy) ForToplevelCompile() argument 144 SetFlagsForToplevelCompile( bool is_collecting_type_profile, bool is_user_javascript, LanguageMode language_mode, REPLMode repl_mode, ScriptType type, bool lazy) SetFlagsForToplevelCompile() argument
|
| /kernel/linux/linux-6.6/drivers/opp/ |
| H A D | opp.h | 195 struct list_head node, lazy; member
|
| H A D | of.c | 167 bool lazy = false; in _opp_table_alloc_required_tables() local 385 bool lazy = false; in lazy_link_required_opp_table() local [all...] |
| /third_party/node/deps/v8/include/v8-include/ |
| H A D | v8-metrics.h | 140 bool lazy = false; member
|
| /third_party/node/deps/v8/include/ |
| H A D | v8-metrics.h | 113 bool lazy = false; member 129 bool lazy = false; member
|
| /third_party/pulseaudio/src/pulse/ |
| H A D | introspect.h | 779 int lazy; /**< Non-zero when this is a lazy cache entry. */ member
|
| /third_party/python/Lib/test/ |
| H A D | test_pprint.py | 494 lazy=7, variable in QueryTestCase.test_simple_namespace_subclass.AdvancedNamespace [all...] |