| /arkcompiler/ets_frontend/es2panda/ir/module/ |
| H A D | importDeclaration.h | 38 ImportDeclaration(StringLiteral *source, ArenaVector<AstNode *> &&specifiers, AssertClause *assertClause, bool isType, bool isLazy) ImportDeclaration() argument
|
| H A D | importSpecifier.h | 36 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 D | grid_item_model_impl.cpp | 35 Create( std::function<void(int32_t)>&& deepRenderFunc, bool isLazy, NG::GridItemStyle gridItemStyle) Create() argument
|
| H A D | list_item_model_impl.cpp | 65 void ListItemModelImpl::SetIsLazyCreating(bool isLazy) in SetIsLazyCreating() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/ |
| H A D | grid_item_model_ng.cpp | 33 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 D | js_grid_item.cpp | 70 auto isLazy = args[1]->ToBoolean(); in CreateForPartialUpdate() local 91 GridItemModel::GetInstance()->Create(std::move(gridItemDeepRenderFunc), isLazy, gridItemStyle); in CreateForPartialUpdate() local
|
| H A D | js_list_item.cpp | 104 const bool isLazy = arg1->ToBoolean(); in CreateForPartialUpdate() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_v2/list/ |
| H A D | list_item_component.h | 117 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 D | DomTreeUpdater.h | 49 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 D | grid_layout_item_component.h | 140 void SetIsLazyCreating(const bool isLazy) in SetIsLazyCreating() argument
|
| /foundation/arkui/ace_engine/frameworks/core/animation/ |
| H A D | shared_transition_effect.cpp | 265 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 D | grid_scroll_layout_test_ng.cpp | 701 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 D | GrSurfaceProxy.h | 116 bool isLazy() const { return !this->isInstantiated() && SkToBool(fLazyInstantiateCallback); } in isLazy() function in GrSurfaceProxy
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| H A D | pandagen.cpp | 1787 bool isLazy = variable->Declaration()->Node()->IsImportSpecifier() ? in LoadExternalModuleVariable() local
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| H A D | statementParser.cpp | 2972 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 D | vktRenderPassTests.cpp | 3183 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 D | vktRenderPassTests.cpp | 3169 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
|