Home
last modified time | relevance | path

Searched refs:partial (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/static_linker/
H A Dlinker.h52 std::set<std::string> partial {std::string(panda_file::ItemContainer::GetGlobalClassName())};
H A Dlink.cpp84 classesVecToSet(options.GetPartialClasses(), conf.partial); in main()
H A Dlinker_context.cpp124 if (conf_.partial.count(name) == 0) { in CheckClassRedifinition()
/arkcompiler/toolchain/build/prebuilts_download/
H A Dprebuilts_download.py26 from functools import partial namespace
108 for data in iter(partial(response.read, download_buffer_size), b""):
/arkcompiler/runtime_core/static_core/static_linker/tests/
H A Dlinker_test.cpp369 conf.partial.emplace("LFor;"); in TEST()

Completed in 3 milliseconds