Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DCoroutineStart.kt121 public val isLazy: Boolean get() = this === LAZY constant in kotlinx.coroutines.CoroutineStart
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDomTreeUpdater.h50 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/
DJITSymbol.h82 bool isLazy() const { return Flags & Lazy; } in isLazy() function
/external/skia/src/gpu/
DGrSurfaceProxy.h103 bool isLazy() const { return !this->isInstantiated() && SkToBool(fLazyInstantiateCallback); } in isLazy() function
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp2704 const vector<bool>& isLazy, in pushReadImagesToBuffers()
4295 …rValue> >& clearValues, const vector<Attachment>& attachments, const vector<bool>& isLazy, deBool … in initializeImageClearValues()