Home
last modified time | relevance | path

Searched defs:isLazy (Results 1 - 17 of 17) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/module/
H A DimportDeclaration.h38 ImportDeclaration(StringLiteral *source, ArenaVector<AstNode *> &&specifiers, AssertClause *assertClause, bool isType, bool isLazy) ImportDeclaration() argument
H A DimportSpecifier.h36 explicit ImportSpecifier(Identifier *imported, Identifier *local, bool isType, bool isLazy) in ImportSpecifier() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dgrid_item_model_impl.cpp35 Create( std::function<void(int32_t)>&& deepRenderFunc, bool isLazy, NG::GridItemStyle gridItemStyle) Create() argument
H A Dlist_item_model_impl.cpp65 void ListItemModelImpl::SetIsLazyCreating(bool isLazy) in SetIsLazyCreating() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_item_model_ng.cpp33 void GridItemModelNG::Create(std::function<void(int32_t)>&& deepRenderFunc, bool isLazy, GridItemStyle gridItemStyle) in Create() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_grid_item.cpp70 auto isLazy = args[1]->ToBoolean(); in CreateForPartialUpdate() local
91 GridItemModel::GetInstance()->Create(std::move(gridItemDeepRenderFunc), isLazy, gridItemStyle); in CreateForPartialUpdate() local
H A Djs_list_item.cpp104 const bool isLazy = arg1->ToBoolean(); in CreateForPartialUpdate() local
/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Dlist_item_component.h117 void SetIsLazyCreating(const bool isLazy) in SetIsLazyCreating() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DDomTreeUpdater.h49 bool isLazy() const { return Strategy == UpdateStrategy::Lazy; }; in isLazy() function in llvm::DomTreeUpdater::UpdateStrategy
/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Dgrid_layout_item_component.h140 void SetIsLazyCreating(const bool isLazy) in SetIsLazyCreating() argument
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dshared_transition_effect.cpp265 bool SharedTransitionExchange::CreateSizeAnimation(TweenOption& option, TransitionEvent event, bool isLazy) in CreateSizeAnimation() argument
299 bool SharedTransitionExchange::CreateOpacityAnimation(TweenOption& option, TransitionEvent event, bool isLazy) in CreateOpacityAnimation() argument
318 bool SharedTransitionExchange::CreateAnimation(TweenOption& option, TransitionEvent event, bool isLazy) in CreateAnimation() argument
379 bool SharedTransitionStatic::CreateAnimation(TweenOption& option, TransitionEvent event, bool isLazy) in CreateAnimation() argument
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H A Dgrid_scroll_layout_test_ng.cpp701 bool isLazy = true; in HWTEST_F() local
702 itemModel.Create(std::move(deepRenderFunc), isLazy, GridItemStyle::PLAIN); in HWTEST_F() local
/third_party/skia/src/gpu/
H A DGrSurfaceProxy.h116 bool isLazy() const { return !this->isInstantiated() && SkToBool(fLazyInstantiateCallback); } in isLazy() function in GrSurfaceProxy
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.cpp1787 bool isLazy = variable->Declaration()->Node()->IsImportSpecifier() ? in LoadExternalModuleVariable() local
/arkcompiler/ets_frontend/es2panda/parser/
H A DstatementParser.cpp2972 void ParserImpl::ParseNamedImportSpecifiers(ArenaVector<ir::AstNode *> *specifiers, bool isType, bool isLazy) in ParseNamedImportSpecifiers() argument
3172 ir::AstNode *ParserImpl::ParseImportSpecifiers(ArenaVector<ir::AstNode *> *specifiers, bool isType, bool isLazy) in ParseImportSpecifiers() argument
3227 bool isLazy = false; in ParseImportDeclaration() local
2225 AddImportEntryItem(const ir::StringLiteral *source, const ArenaVector<ir::AstNode *> *specifiers, bool isType, bool isLazy) AddImportEntryItem() argument
2256 AddImportEntryItemForImportSpecifier(const ir::StringLiteral *source, const ir::AstNode *specifier, bool isLazy) AddImportEntryItemForImportSpecifier() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassTests.cpp3183 pushReadImagesToBuffers(const DeviceInterface& vk, VkCommandBuffer commandBuffer, deUint32 queueIndex, const vector<de::SharedPtr<AttachmentResources> >& attachmentResources, const vector<Attachment>& attachmentInfo, const vector<bool>& isLazy, const UVec2& targetSize) pushReadImagesToBuffers() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassTests.cpp3169 pushReadImagesToBuffers(const DeviceInterface& vk, VkCommandBuffer commandBuffer, deUint32 queueIndex, const vector<de::SharedPtr<AttachmentResources> >& attachmentResources, const vector<Attachment>& attachmentInfo, const vector<bool>& isLazy, const UVec2& targetSize) pushReadImagesToBuffers() argument

Completed in 36 milliseconds