Home
last modified time | relevance | path

Searched refs:libItem (Results 1 – 5 of 5) sorted by relevance

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/qa/eeschema/
H A Dtest_ee_item.cpp173 if( libItem != nullptr ) in BOOST_FIXTURE_TEST_SUITE()
175 libItem->MoveTo( libItem->GetPosition() + aRef ); in BOOST_FIXTURE_TEST_SUITE()
178 libItem->MoveTo( libItem->GetPosition() - aRef ); in BOOST_FIXTURE_TEST_SUITE()
219 if( libItem != nullptr ) in BOOST_AUTO_TEST_CASE()
248 if( libItem != nullptr ) in BOOST_AUTO_TEST_CASE()
250 libItem->Rotate( aRef ); in BOOST_AUTO_TEST_CASE()
251 libItem->Rotate( aRef ); in BOOST_AUTO_TEST_CASE()
252 libItem->Rotate( aRef ); in BOOST_AUTO_TEST_CASE()
253 libItem->Rotate( aRef ); in BOOST_AUTO_TEST_CASE()
294 if( libItem != nullptr ) in BOOST_AUTO_TEST_CASE()
[all …]
/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmGlobalXCodeGenerator.cxx3430 for (auto const& libItem : cli->GetItems()) { in AddDependAndLinkInformation() local
3440 ((libItem.Target && in AddDependAndLinkInformation()
3446 (!libItem.Target && in AddDependAndLinkInformation()
3451 if (libItem.Target) { in AddDependAndLinkInformation()
3464 libName = libItem.Target->GetName(); in AddDependAndLinkInformation()
3516 addToLinkerArguments(libItem.first, libItem.second); in AddDependAndLinkInformation()
3530 if (libItem->Target) { in AddDependAndLinkInformation()
3533 linkDir = libItem->Value.Value; in AddDependAndLinkInformation()
3550 if (libItem->Target && !libItem->Target->IsImported()) { in AddDependAndLinkInformation()
3561 auto cleanPath = libItem->Value.Value; in AddDependAndLinkInformation()
[all …]
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmGlobalXCodeGenerator.cxx3430 for (auto const& libItem : cli->GetItems()) { in AddDependAndLinkInformation() local
3440 ((libItem.Target && in AddDependAndLinkInformation()
3446 (!libItem.Target && in AddDependAndLinkInformation()
3451 if (libItem.Target) { in AddDependAndLinkInformation()
3464 libName = libItem.Target->GetName(); in AddDependAndLinkInformation()
3516 addToLinkerArguments(libItem.first, libItem.second); in AddDependAndLinkInformation()
3530 if (libItem->Target) { in AddDependAndLinkInformation()
3533 linkDir = libItem->Value.Value; in AddDependAndLinkInformation()
3550 if (libItem->Target && !libItem->Target->IsImported()) { in AddDependAndLinkInformation()
3561 auto cleanPath = libItem->Value.Value; in AddDependAndLinkInformation()
[all …]
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmGlobalXCodeGenerator.cxx3430 for (auto const& libItem : cli->GetItems()) { in AddDependAndLinkInformation() local
3440 ((libItem.Target && in AddDependAndLinkInformation()
3446 (!libItem.Target && in AddDependAndLinkInformation()
3451 if (libItem.Target) { in AddDependAndLinkInformation()
3464 libName = libItem.Target->GetName(); in AddDependAndLinkInformation()
3516 addToLinkerArguments(libItem.first, libItem.second); in AddDependAndLinkInformation()
3530 if (libItem->Target) { in AddDependAndLinkInformation()
3533 linkDir = libItem->Value.Value; in AddDependAndLinkInformation()
3550 if (libItem->Target && !libItem->Target->IsImported()) { in AddDependAndLinkInformation()
3561 auto cleanPath = libItem->Value.Value; in AddDependAndLinkInformation()
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/plugins/cadstar/
H A Dcadstar_pcb_archive_loader.h65 for( std::pair<SYMDEF_ID, FOOTPRINT*> libItem : m_libraryMap ) in ~CADSTAR_PCB_ARCHIVE_LOADER()
67 FOOTPRINT* footprint = libItem.second; in ~CADSTAR_PCB_ARCHIVE_LOADER()