Home
last modified time | relevance | path

Searched defs:isLazy (Results 1 – 7 of 7) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DCoroutineStart.kt370 public val isLazy: Boolean get() = this === LAZY constant in kotlinx.coroutines.CoroutineStart
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDomTreeUpdater.h49 bool isLazy() const { return Strategy == UpdateStrategy::Lazy; }; in isLazy() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
DDomTreeUpdater.h51 bool isLazy() const { return Strategy == UpdateStrategy::Lazy; }; in isLazy() function
/external/clang/include/clang/AST/
DASTUnresolvedSet.h29 bool isLazy() const { return getTag(); } in isLazy() function
/external/skia/src/gpu/graphite/
DTextureProxy.cpp64 bool TextureProxy::isLazy() const { in isLazy() function in skgpu::graphite::TextureProxy
/external/skia/src/gpu/ganesh/
DGrSurfaceProxy.h137 bool isLazy() const { return !this->isInstantiated() && SkToBool(fLazyInstantiateCallback); } in isLazy() function
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp3582 const vector<Attachment> &attachmentInfo, const vector<bool> &isLazy, in pushReadImagesToBuffers()
5376 const vector<Attachment> &attachments, const vector<bool> &isLazy, in initializeImageClearValues()