Home
last modified time | relevance | path

Searched defs:parallel (Results 1 – 10 of 10) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
Dbundle_extractor.cpp27 BundleExtractor::BundleExtractor(const std::string &source, bool parallel) : BaseExtractor(source, … in BundleExtractor()
Dbase_extractor.cpp30 BaseExtractor::BaseExtractor(const std::string &source, bool parallel) : sourceFile_(source), zipFi… in BaseExtractor()
Dzip_file.cpp50 ZipFile::ZipFile(const std::string &pathName, bool parallel) : pathName_(pathName), parallel_(paral… in ZipFile()
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/arkoala/loader/
Dwebpack.config.base.js63 parallel: true, property
Dwebpack.config.ark.js103 parallel: true, property
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/main_thread/
Drs_render_service_visitor.cpp41 RSRenderServiceVisitor::RSRenderServiceVisitor(bool parallel) : mParallelEnable(parallel) {} in RSRenderServiceVisitor()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/
Dzip_utils.h116 PARALLEL_STRATEGY parallel; // ParallelStrategy member
/foundation/graphic/graphic_3d/lume/LumeEngine/test/src_unit_test/src/threading/
Dtask_queue_test.cpp466 auto parallel = factory->CreateParallelTaskQueue(threadPool); variable
/foundation/graphic/graphic_3d/lume/LumeMeta/test/src/interface/animation/
DStaggeredAnimationTest.cpp1238 auto parallel = META_NS::ParallelAnimation(CreateInstance(ClassId::ParallelAnimation)); variable
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/
Dnapi_zlib.cpp84 #define PARALLEL_STRATEGY_CHECK(parallel, ret) … argument