Home
last modified time | relevance | path

Searched refs:update_refs (Results 1 – 25 of 117) sorted by relevance

12345

/dports/cad/horizon-eda/horizon-2.1.0/src/board/
H A Dairwire.cpp4 void Airwire::update_refs(Board &brd) in update_refs() function in horizon::Airwire
6 to.update_refs(brd); in update_refs()
7 from.update_refs(brd); in update_refs()
H A Dconnection_line.cpp23 void ConnectionLine::update_refs(Board &brd) in update_refs() function in horizon::ConnectionLine
25 to.update_refs(brd); in update_refs()
26 from.update_refs(brd); in update_refs()
H A Dtrack.cpp86 void Track::Connection::update_refs(Board &brd) in update_refs() function in horizon::Track::Connection
177 void Track::update_refs(Board &brd) in update_refs() function in horizon::Track
179 to.update_refs(brd); in update_refs()
180 from.update_refs(brd); in update_refs()
H A Dtrack.hpp21 void update_refs(class Board &brd);
53 void update_refs(class Board &brd);
H A Dairwire.hpp12 void update_refs(class Board &brd);
H A Dconnection_line.hpp20 void update_refs(class Board &brd);
/dports/cad/horizon-eda/horizon-2.1.0/src/schematic/
H A Dline_net.cpp105 void LineNet::Connection::update_refs(Sheet &sheet) in update_refs() function in horizon::LineNet::Connection
187 void LineNet::update_refs(Sheet &sheet) in update_refs() function in horizon::LineNet
189 to.update_refs(sheet); in update_refs()
190 from.update_refs(sheet); in update_refs()
H A Dline_net.hpp24 void update_refs(class Sheet &sheet);
57 void update_refs(class Sheet &sheet);
H A Dpower_symbol.hpp29 void update_refs(Sheet &sheet, Block &block);
H A Dbus_ripper.hpp34 void update_refs(class Sheet &sheet, class Block &block);
/dports/devel/git-cola/git-cola-3.10.1/cola/models/
H A Dmain.py359 self.update_refs()
361 def update_refs(self): member in MainModel
369 self.update_refs()
374 self.update_refs()
383 self.update_refs()
392 self.update_refs()
400 self.update_refs()
451 self.update_refs()
/dports/devel/dulwich/dulwich-0.19.16/dulwich/tests/
H A Dtest_client.py223 def update_refs(refs): function
231 update_refs, generate_pack_data)
241 def update_refs(refs): function
250 self.client.send_pack(b'/', update_refs, generate_pack_data)
263 def update_refs(refs): function
285 def update_refs(refs): function
307 def update_refs(refs): function
320 self.client.send_pack('/', update_refs, generate_pack_data)
347 def update_refs(refs): function
378 def update_refs(refs): function
[all …]
/dports/devel/brz/breezy-3.2.0/breezy/git/
H A Dinterrepo.py112 def fetch_refs(self, update_refs, lossy, overwrite=False): argument
259 def fetch_refs(self, update_refs, lossy, overwrite=False): argument
264 new_refs = update_refs(old_refs)
349 def fetch_refs(self, update_refs, lossy, overwrite=False): argument
360 new_refs = update_refs(self.old_refs)
644 def fetch_refs(self, update_refs, lossy, overwrite=False): argument
653 new_refs = update_refs(old_refs)
796 def fetch_refs(self, update_refs, lossy=False, overwrite=False): argument
805 new_refs = update_refs(self.old_refs)
/dports/cad/horizon-eda/horizon-2.1.0/src/frame/
H A Dframe.cpp76 void Frame::update_refs() in update_refs() function in horizon::Frame
95 update_refs(); in Frame()
110 update_refs(); in operator =()
/dports/cad/horizon-eda/horizon-2.1.0/src/pool/
H A Dpackage.hpp122 void update_refs(class IPool &pool);
128 void update_refs();
H A Ddecal.cpp74 void Decal::update_refs() in update_refs() function in horizon::Decal
93 update_refs(); in Decal()
106 update_refs(); in operator =()
H A Dentity.hpp32 void update_refs(IPool &pool);
H A Dpackage.cpp269 update_refs(); in Package()
295 update_refs(); in operator =()
298 void Package::update_refs(IPool &pool) in update_refs() function in horizon::Package
304 update_refs(); in update_refs()
307 void Package::update_refs() in update_refs() function in horizon::Package
H A Ddecal.hpp45 void update_refs();
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/packages/utilib/src/utilib/
H A DClassRef.h59 void update_refs() in update_refs() function
252 this->update_refs(); in set_data()
/dports/cad/horizon-eda/horizon-2.1.0/src/core/
H A Dcore_board.cpp30 brd->update_refs(); in reload_netlist()
42 brd->update_refs(); in reload_netlist()
65 brd->update_refs(); in reload_netlist()
330 brd->update_refs(); in set_property()
352 brd->update_refs(); in set_property()
651 brd->update_refs(); in history_load()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahHeap.cpp2713 bool update_refs = has_forwarded_objects(); in init_mark_event_message() local
2719 } else if (update_refs && proc_refs) { in init_mark_event_message()
2721 } else if (update_refs && unload_cls) { in init_mark_event_message()
2725 } else if (update_refs) { in init_mark_event_message()
2737 bool update_refs = has_forwarded_objects(); in final_mark_event_message() local
2743 } else if (update_refs && proc_refs) { in final_mark_event_message()
2745 } else if (update_refs && unload_cls) { in final_mark_event_message()
2749 } else if (update_refs) { in final_mark_event_message()
2767 } else if (update_refs && proc_refs) { in conc_mark_event_message()
2769 } else if (update_refs && unload_cls) { in conc_mark_event_message()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/shenandoah/
H A DshenandoahHeap.cpp2719 bool update_refs = has_forwarded_objects(); in init_mark_event_message() local
2725 } else if (update_refs && proc_refs) { in init_mark_event_message()
2727 } else if (update_refs && unload_cls) { in init_mark_event_message()
2731 } else if (update_refs) { in init_mark_event_message()
2743 bool update_refs = has_forwarded_objects(); in final_mark_event_message() local
2749 } else if (update_refs && proc_refs) { in final_mark_event_message()
2751 } else if (update_refs && unload_cls) { in final_mark_event_message()
2755 } else if (update_refs) { in final_mark_event_message()
2773 } else if (update_refs && proc_refs) { in conc_mark_event_message()
2775 } else if (update_refs && unload_cls) { in conc_mark_event_message()
[all …]
/dports/cad/horizon-eda/horizon-2.1.0/src/block/
H A Dbus.hpp40 void update_refs(Block &block);
H A Dbom_export_settings.hpp22 void update_refs(class IPool &pool);

12345