Home
last modified time | relevance | path

Searched defs:lazy (Results 1 - 25 of 34) sorted by relevance

12

/third_party/mesa3d/src/gallium/frontends/clover/util/
H A 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
[all...]
/third_party/skia/tests/
H A DTLazyTest.cpp12 SkTLazy<int> lazy; in DEF_TEST() local
H A DImageTest.cpp327 const bool lazy = image->isLazyGenerated(); in DEF_TEST() local
/third_party/rust/crates/lazy-static.rs/src/
H A Dlib.rs105 pub mod lazy; in times_two() modules
117 pub mod lazy; modules
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dcore-scache.h44 bool lazy; member
/third_party/ntfs-3g/libfuse-lite/
H A Dmount_util.c109 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 Dfusermount.c667 int fusermount(int unmount, int quiet, int lazy, const char *opts, in fusermount() argument
/third_party/libfuse/lib/
H A Dmount_util.c148 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 DFieldOptions.php80 protected $lazy = null; variable
389 $this->lazy = $var; global() variable
[all...]
/third_party/node/deps/v8/src/parsing/
H A Dparse-info.cc97 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
/third_party/node/deps/v8/include/v8-include/
H A Dv8-metrics.h140 bool lazy = false; member
/third_party/node/deps/v8/include/
H A Dv8-metrics.h113 bool lazy = false; member
129 bool lazy = false; member
/third_party/pulseaudio/src/pulse/
H A Dintrospect.h779 int lazy; /**< Non-zero when this is a lazy cache entry. */ member
H A Dintrospect.c1737 bool lazy = false; in context_get_sample_info_callback() local
/third_party/python/Lib/test/
H A Dtest_pprint.py494 lazy=7, variable in QueryTestCase.test_simple_namespace_subclass.AdvancedNamespace
[all...]
/third_party/musl/porting/linux/user/src/internal/
H A Ddynlink.h105 size_t *lazy, lazy_cnt; member
/third_party/musl/src/internal/
H A Ddynlink.h115 size_t *lazy, lazy_cnt; member
/third_party/libfuse/util/
H A Dfusermount.c435 static int unmount_fuse_locked(const char *mnt, int quiet, int lazy) in unmount_fuse_locked() argument
480 static int unmount_fuse(const char *mnt, int quiet, int lazy) in unmount_fuse() argument
528 static int unmount_fuse(const char *mnt, int quiet, int lazy) in unmount_fuse() argument
1354 static int lazy = 0; in main() local
[all...]
/third_party/node/deps/v8/src/torque/
H A Dimplementation-visitor.h375 explicit LocalValue(std::function<LocationReference()> lazy) in LocalValue() argument
398 base::Optional<std::function<LocationReference()>> lazy; member in v8::internal::torque::LocalValue
/third_party/libdrm/include/drm/
H A Dvmwgfx_drm.h639 __s32 lazy; member
/third_party/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmwgfx_drm.h646 __s32 lazy; member
/third_party/musl/porting/liteos_a/user/ldso/
H A Ddynlink.c72 size_t *lazy, lazy_cnt; member
[all...]
/third_party/musl/porting/liteos_a/user_debug/ldso/
H A Ddynlink.c72 size_t *lazy, lazy_cnt; member
[all...]
/third_party/musl/ldso/
H A Ddynlink.c80 size_t *lazy, lazy_cnt; member
[all...]
/third_party/icu/icu4c/source/i18n/
H A DdecNumber.cpp4918 Int lazy; /* lazy carry counter */ in decMultiplyOp() local

Completed in 46 milliseconds

12