Home
last modified time | relevance | path

Searched defs:tech (Results 1 – 25 of 702) sorted by relevance

12345678910>>...29

/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/db/
H A DdbTech.cpp620 _dbTech* tech = (_dbTech*) this; in getLayers() local
671 _dbTech* tech = (_dbTech*) this; in setDbUnitsPerMicron() local
677 _dbTech* tech = (_dbTech*) this; in getDbUnitsPerMicron() local
683 _dbTech* tech = (_dbTech*) this; in getVias() local
689 _dbTech* tech = (_dbTech*) this; in findVia() local
695 _dbTech* tech = (_dbTech*) this; in getLefUnits() local
701 _dbTech* tech = (_dbTech*) this; in setLefUnits() local
707 _dbTech* tech = (_dbTech*) this; in getLefVersion() local
713 _dbTech* tech = (_dbTech*) this; in getLefVersionStr() local
719 _dbTech* tech = (_dbTech*) this; in setLefVersion() local
[all …]
H A DdbTechVia.cpp298 _dbTech* tech = (_dbTech*) via->getOwner(); in getBBox() local
305 _dbTech* tech = (_dbTech*) via->getOwner(); in getBoxes() local
316 _dbTech* tech = (_dbTech*) via->getOwner(); in getTopLayer() local
327 _dbTech* tech = (_dbTech*) via->getOwner(); in getBottomLayer() local
338 _dbTech* tech = (_dbTech*) via->getOwner(); in getNonDefaultRule() local
362 _dbTech* tech = (_dbTech*) via->getOwner(); in getViaGenerateRule() local
392 _dbTech* tech = (_dbTech*) via->getOwner(); in setViaParams() local
432 _dbTech* tech = (_dbTech*) tech_; in create() local
453 _dbTech* tech = (_dbTech*) tech_; in clone() local
484 _dbTech* tech = (_dbTech*) tech_; in create() local
[all …]
H A DdbTechSameNetRule.cpp95 _dbTech* tech = (_dbTech*) rule->getOwner(); in getLayer1() local
102 _dbTech* tech = (_dbTech*) rule->getOwner(); in getLayer2() local
140 _dbTech* tech = (_dbTech*) tech_; in create() local
166 _dbTech* tech = (_dbTech*) tech_; in create() local
188 _dbTech* tech = (_dbTech*) tech_; in getTechSameNetRule() local
H A DdbTechNonDefaultRule.cpp263 _dbTech* tech = rule->getTech(); in getLayerRules() local
290 _dbTech* tech = rule->getTech(); in getVias() local
309 _dbTech* tech = ndrule->getTech(); in findSameNetRule() local
329 _dbTech* tech = ndrule->getTech(); in getSameNetRules() local
362 _dbTech* tech = rule->getTech(); in getUseVias() local
383 _dbTech* tech = rule->getTech(); in getUseViaRules() local
444 _dbTech* tech = (_dbTech*) tech_; in create() local
464 _dbTech* tech = (_dbTech*) block->getDb()->getTech(); in create() local
482 _dbTech* tech = (_dbTech*) tech_; in getTechNonDefaultRule() local
H A DdbTechViaRule.cpp163 dbTech* tech = (dbTech*) rule->getOwner(); in getVia() local
181 dbTech* tech = (dbTech*) rule->getOwner(); in getViaLayerRule() local
195 _dbTech* tech = (_dbTech*) tech_; in create() local
204 _dbTech* tech = (_dbTech*) tech_; in getTechViaRule() local
/dports/games/ufoai/ufoai-2.5-source/src/client/cgame/campaign/
H A Dcp_research.cpp51 void RS_ResearchFinish (technology_t* tech) in RS_ResearchFinish()
93 void RS_StopResearch (technology_t* tech) in RS_StopResearch()
306 void RS_MarkCollected (technology_t* tech) in RS_MarkCollected()
499 technology_t* tech; in RS_InitTree() local
740 technology_t* tech; in RS_RemoveFiredScientist() local
941 technology_t* tech; in RS_TechnologyList_f() local
1145 technology_t* tech; in RS_ParseTechnologies() local
1620 technology_t* tech; in RS_GetTechByID() local
1642 technology_t* tech; in RS_GetTechByProvided() local
1667 technology_t* tech; in RS_GetTechWithMostScientists() local
[all …]
H A Dcp_research_callbacks.cpp46 technology_t* tech = RS_GetTechByID(cgi->Cmd_Argv(1)); in RS_Max_f() local
82 technology_t* tech = RS_GetTechByID(cgi->Cmd_Argv(1)); in RS_Change_f() local
117 technology_t* tech = RS_GetTechByID(cgi->Cmd_Argv(1)); in RS_Stop_f() local
146 const technology_t* tech = RS_GetTechByID(cgi->Cmd_Argv(1)); in RS_GetDetails_f() local
171 technology_t* tech = RS_GetTechByIDX(i); in RS_FillTechnologyList_f() local
H A Dcp_market_callbacks.cpp40 const technology_t* tech; in BS_MarketAircraftDescription() local
60 const technology_t* tech = RS_GetTechByProvided(item); in BS_MarketInfoClick_f() local
72 const technology_t* tech; in BS_SetAutosell_f() local
378 const technology_t* tech = RS_GetTechByProvided(ugv->id); in BS_FillMarket_f() local
388 const technology_t* tech = RS_GetTechByProvided(ugv->id); in BS_FillMarket_f() local
412 const technology_t* tech = RS_GetTechForItem(od); in BS_FillMarket_f() local
H A Dcp_ufopedia.cpp69 static bool UP_TechGetsDisplayed (const technology_t* tech) in UP_TechGetsDisplayed()
229 const technology_t* tech; in UP_AircraftItemDescription() local
322 void UP_AircraftDescription (const technology_t* tech) in UP_AircraftDescription()
387 const technology_t* tech; in UP_UGVDescription() local
473 static void UP_SetMailHeader (technology_t* tech, techMailType_t type, eventMail_t* mail) in UP_SetMailHeader()
560 static void UP_DrawAssociatedAmmo (const technology_t* tech) in UP_DrawAssociatedAmmo()
576 static void UP_Article (technology_t* tech, eventMail_t* mail) in UP_Article()
749 technology_t* tech; in UP_FindEntry_f() local
784 technology_t* tech = parentChapter->first; in UP_GenerateArticlesSummary() local
872 technology_t* tech; in UP_Click_f() local
/dports/games/naev/naev-0.7.0/src/
H A Dtech.c104 tech_group_t *tech; in tech_load() local
220 tech_group_t *tech; in tech_groupCreateXML() local
240 tech_group_t *tech; in tech_groupCreate() local
485 tech_group_t *tech; in tech_addItem() local
567 tech_group_t *tech; in tech_rmItem() local
601 tech_group_t *tech; in tech_getID() local
643 int tech; in tech_addItemGroup() local
747 int tech_hasItem( tech_group_t *tech, char *item ) in tech_hasItem()
768 int tech_getItemCount( tech_group_t *tech ) in tech_getItemCount()
826 Outfit** tech_getOutfit( tech_group_t *tech, int *n ) in tech_getOutfit()
[all …]
/dports/games/freeciv/freeciv-2.6.6/server/
H A Dtechtools.c67 void research_apply_penalty(struct research *presearch, Tech_type_id tech, in research_apply_penalty()
114 Tech_type_id tech = research->researching; in tech_researched() local
145 Tech_type_id tech; in do_tech_parasite_effect() local
620 Tech_type_id tech = (research->future_tech > 0 in update_bulbs() local
875 Tech_type_id tech = A_FUTURE; in pick_random_tech() local
938 void choose_tech(struct research *research, Tech_type_id tech) in choose_tech()
979 void choose_tech_goal(struct research *presearch, Tech_type_id tech) in choose_tech_goal()
1011 Tech_type_id tech = A_LAST; in init_tech() local
1239 void handle_player_research(struct player *pplayer, int tech) in handle_player_research()
1290 Tech_type_id tech; in pick_free_tech() local
[all …]
/dports/games/freeciv-nox11/freeciv-2.6.6/server/
H A Dtechtools.c67 void research_apply_penalty(struct research *presearch, Tech_type_id tech, in research_apply_penalty()
114 Tech_type_id tech = research->researching; in tech_researched() local
145 Tech_type_id tech; in do_tech_parasite_effect() local
620 Tech_type_id tech = (research->future_tech > 0 in update_bulbs() local
875 Tech_type_id tech = A_FUTURE; in pick_random_tech() local
938 void choose_tech(struct research *research, Tech_type_id tech) in choose_tech()
979 void choose_tech_goal(struct research *presearch, Tech_type_id tech) in choose_tech_goal()
1011 Tech_type_id tech = A_LAST; in init_tech() local
1239 void handle_player_research(struct player *pplayer, int tech) in handle_player_research()
1290 Tech_type_id tech; in pick_free_tech() local
[all …]
/dports/games/wolfpack/empire-4.4.1/src/lib/global/
H A Dland.c68 l_att(struct lchrstr *lcp, int tech) in l_att()
74 l_def(struct lchrstr *lcp, int tech) in l_def()
80 l_vul(struct lchrstr *lcp, int tech) in l_vul()
86 l_spd(struct lchrstr *lcp, int tech) in l_spd()
92 l_frg(struct lchrstr *lcp, int tech) in l_frg()
98 l_acc(struct lchrstr *lcp, int tech) in l_acc()
104 l_dam(struct lchrstr *lcp, int tech) in l_dam()
110 l_aaf(struct lchrstr *lcp, int tech) in l_aaf()
H A Dplane.c58 pl_att(struct plchrstr *pcp, int tech) in pl_att()
64 pl_def(struct plchrstr *pcp, int tech) in pl_def()
70 pl_acc(struct plchrstr *pcp, int tech) in pl_acc()
76 pl_range(struct plchrstr *pcp, int tech) in pl_range()
82 pl_load(struct plchrstr *pcp, int tech) in pl_load()
H A Dship.c62 m_armor(struct mchrstr *mcp, int tech) in m_armor()
68 m_speed(struct mchrstr *mcp, int tech) in m_speed()
74 m_visib(struct mchrstr *mcp, int tech) in m_visib()
80 m_frnge(struct mchrstr *mcp, int tech) in m_frnge()
86 m_glim(struct mchrstr *mcp, int tech) in m_glim()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/serializers/osgTerrain/
H A DGeometryTechnique.cpp6 static bool checkFilterMatrix( const osgTerrain::GeometryTechnique& tech ) in checkFilterMatrix()
11 static bool readFilterMatrix( osgDB::InputStream& is, osgTerrain::GeometryTechnique& tech ) in readFilterMatrix()
24 static bool writeFilterMatrix( osgDB::OutputStream& os, const osgTerrain::GeometryTechnique& tech ) in writeFilterMatrix()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/serializers/osgTerrain/
H A DGeometryTechnique.cpp6 static bool checkFilterMatrix( const osgTerrain::GeometryTechnique& tech ) in checkFilterMatrix()
11 static bool readFilterMatrix( osgDB::InputStream& is, osgTerrain::GeometryTechnique& tech ) in readFilterMatrix()
24 static bool writeFilterMatrix( osgDB::OutputStream& os, const osgTerrain::GeometryTechnique& tech ) in writeFilterMatrix()
/dports/net/py-libcloud/apache-libcloud-3.4.1/test/compute/fixtures/hostvirtual/
H A Dlist_images.json12 "tech": "pv" string
24 "tech": "pv" string
36 "tech": "pv" string
48 "tech": "pv" string
60 "tech": "pv" string
72 "tech": "pv" string
84 "tech": "pv" string
96 "tech": "pv" string
/dports/cad/openroad/OpenROAD-2.0/src/TritonRoute/test/
H A Dfixture.cpp46 void Fixture::addLayer(frTechObject* tech, in addLayer()
84 void Fixture::setupTech(frTechObject* tech) in setupTech()
240 frTechObject* tech = design->getTech(); in makeCornerConstraint() local
255 frTechObject* tech = design->getTech(); in makeSpacingConstraint() local
268 frTechObject* tech = design->getTech(); in makeMinStepConstraint() local
282 frTechObject* tech = design->getTech(); in makeMinStep58Constraint() local
292 frTechObject* tech = design->getTech(); in makeRectOnlyConstraint() local
302 frTechObject* tech = design->getTech(); in makeMinEnclosedAreaConstraint() local
328 frTechObject* tech = design->getTech(); in makeSpacingEndOfLineConstraint() local
339 frTechObject* tech = design->getTech(); in makeSpacingTableInfluenceConstraint() local
[all …]
/dports/games/vultures-eye/vulture-2.3.67/slashem/include/
H A Dtech.h10 struct tech { struct
11 int t_id; /* tech id argument
17 * you were when you got the tech argument
20 int t_tout; /* timeout - time until tech can be argument
30 schar ulevel; /* gains tech at level */ argument
/dports/games/freeciv-nox11/freeciv-2.6.6/common/
H A Dresearch.c194 research_advance_name(Tech_type_id tech) in research_advance_name()
236 Tech_type_id tech) in research_advance_rule_name()
269 Tech_type_id tech) in research_advance_name_translation()
299 Tech_type_id tech) in research_get_reachable()
336 Tech_type_id tech) in research_get_root_reqs_known()
459 Tech_type_id tech) in research_invention_state()
476 Tech_type_id tech, in research_invention_set()
503 const Tech_type_id tech) in research_invention_reachable()
528 const Tech_type_id tech, in research_invention_gettable()
635 Tech_type_id goal, Tech_type_id tech) in research_goal_tech_req()
[all …]
/dports/games/freeciv/freeciv-2.6.6/common/
H A Dresearch.c194 research_advance_name(Tech_type_id tech) in research_advance_name()
236 Tech_type_id tech) in research_advance_rule_name()
269 Tech_type_id tech) in research_advance_name_translation()
299 Tech_type_id tech) in research_get_reachable()
336 Tech_type_id tech) in research_get_root_reqs_known()
459 Tech_type_id tech) in research_invention_state()
476 Tech_type_id tech, in research_invention_set()
503 const Tech_type_id tech) in research_invention_reachable()
528 const Tech_type_id tech, in research_invention_gettable()
635 Tech_type_id goal, Tech_type_id tech) in research_goal_tech_req()
[all …]
/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Ddelay.c41 static void add_tech(const char *tech) in add_tech()
62 GDelayDef *new_GDelayDef(const char *tech,const char *prim) in new_GDelayDef()
147 GDelayDef *GDelayDef_findTech(GDelayDef *dd,const char *tech) in GDelayDef_findTech()
171 GDelayDef *GDelayDef_find(const char *tech,const char *prim) in GDelayDef_find()
178 void GDelayDef_begin(const char *tech,const char *prim) in GDelayDef_begin()
/dports/games/vultures-eye/vulture-2.3.67/slashem/src/
H A Dtech.c188 #define techt_inuse(tech) tech_list[tech].t_inuse argument
189 #define techtout(tech) tech_list[tech].t_tout argument
191 #define techid(tech) tech_list[tech].t_id argument
192 #define techname(tech) (tech_names[techid(tech)]) argument
193 #define techlet(tech) \ argument
227 tech_known(tech) in tech_known() argument
240 aborttech(tech) in aborttech() argument
270 learntech(tech, mask, tlevel) in learntech() argument
510 get_tech_no(tech) in get_tech_no() argument
1599 int i, tech, n = 0; in docalm() local
[all …]
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/zaproxy/zap/model/
H A DTechSet.java62 public void include(Tech tech) { in include()
67 public void exclude(Tech tech) { in exclude()
72 public boolean includes(Tech tech) { in includes()

12345678910>>...29