Home
last modified time | relevance | path

Searched refs:vTypes (Results 1 – 25 of 88) sorted by relevance

1234

/dports/cad/sumo/sumo-1.2.0/src/guinetload/
H A DGUIDetectorBuilder.cpp54 … MSLane* lane, double pos, const std::string& vTypes, bool show) { in createInductLoop() argument
57 …new GUIMEInductLoop(id, MSGlobals::gMesoNet->getSegmentForEdge(lane->getEdge(), pos), pos, vTypes); in createInductLoop()
59 return new GUIInductLoop(id, lane, pos, vTypes); in createInductLoop()
61 return NLDetectorBuilder::createInductLoop(id, lane, pos, vTypes); in createInductLoop()
68 MSLane* lane, double pos, const std::string& od, const std::string& vTypes) { in createInstantInductLoop() argument
69 return new GUIInstantInductLoop(id, OutputDevice::getDevice(od), lane, pos, vTypes); in createInstantInductLoop()
77 const std::string& vTypes, bool showDetector) { in createE2Detector() argument
85 const std::string& vTypes, bool showDetector) { in createE2Detector() argument
86 … pos, endPos, haltingTimeThreshold, haltingSpeedThreshold, jamDistThreshold, vTypes, showDetector); in createE2Detector()
94 … SUMOTime haltingTimeThreshold, const std::string& vTypes, bool openEntry) { in createE3Detector() argument
[all …]
H A DGUIDetectorBuilder.h78 MSLane* lane, double pos, const std::string& vTypes, bool show = true);
91 MSLane* lane, double pos, const std::string& od, const std::string& vTypes);
102 const std::string& vTypes, bool showDetector);
107 const std::string& vTypes, bool showDetector);
124 SUMOTime haltingTimeThreshold, const std::string& vTypes, bool openEntry);
H A DGUITriggerBuilder.cpp64 const std::string& vTypes) { in buildRerouter() argument
65 …TriggeredRerouter* rr = new GUITriggeredRerouter(id, edges, prob, file, off, timeThreshold, vTypes, in buildRerouter()
/dports/cad/sumo/sumo-1.2.0/src/netload/
H A DNLDetectorBuilder.cpp69 const std::string& vTypes, bool openEntry) : in E3DetectorDefinition() argument
74 myVehicleTypes(vTypes), in E3DetectorDefinition()
98 const std::string& vTypes) { in buildInductLoop() argument
105 MSDetectorFileOutput* loop = createInductLoop(id, clane, pos, vTypes); in buildInductLoop()
115 const std::string& vTypes) { in buildInstantInductLoop() argument
371 const std::string& vTypes) { in buildRouteProbe() argument
382 const std::string& vTypes, bool) { in createInductLoop() argument
386 return new MSInductLoop(id, lane, pos, vTypes); in createInductLoop()
393 const std::string& vTypes) { in createInstantInductLoop() argument
420 const std::string& vTypes, in createE3Detector() argument
[all …]
H A DNLDetectorBuilder.h95 const std::string& vTypes);
116 const std::string& vTypes);
135 const std::string& vTypes, bool friendlyPos, bool showDetector,
160 const std::string& vTypes, bool openEntry);
250 const std::string& vTypes);
272 const std::string& vTypes, bool show = true);
286 const std::string& vTypes);
318 const std::string& vTypes, bool openEntry);
344 const double haltSpeed, const std::string& vTypes,
366 const std::string& vTypes);
[all …]
/dports/cad/sumo/sumo-1.2.0/src/microsim/output/
H A DMSDetectorFileOutput.h67 …MSDetectorFileOutput(const std::string& id, const std::string& vTypes, const int detectPersons = f…
70 const std::vector<std::string> vt = StringTokenizer(vTypes).getVector(); in Named()
75 …MSDetectorFileOutput(const std::string& id, const std::set<std::string>& vTypes, const int detectP…
76 : Named(id), myVehicleTypes(vTypes), myDetectPersons(detectPersons) in Named()
H A DMSMeanData_Harmonoise.cpp116 const std::string& vTypes) in MSMeanData_Harmonoise() argument
118 withInternal, trackVehicles, 0, maxTravelTime, minSamples, vTypes) { in MSMeanData_Harmonoise()
H A DMSInstantInductLoop.cpp47 const std::string& vTypes) : in MSInstantInductLoop() argument
49 MSDetectorFileOutput(id, vTypes), in MSInstantInductLoop()
H A DMSRouteProbe.cpp44 const std::string& vTypes) : in MSRouteProbe() argument
45 MSDetectorFileOutput(id, vTypes), MSMoveReminder(id) { in MSRouteProbe()
/dports/devel/ice37/ice-3.7.2/cpp/src/IceGrid/
H A DIceGridRegistry.cpp168 vector<string> vTypes; in initializeCommunicator() local
169 vTypes.push_back(""); in initializeCommunicator()
170 vTypes.push_back("Admin"); in initializeCommunicator()
172 for(vector<string>::const_iterator p = vTypes.begin(); p != vTypes.end(); ++p) in initializeCommunicator()
/dports/devel/php-ice37/ice-3.7.2/cpp/src/IceGrid/
H A DIceGridRegistry.cpp168 vector<string> vTypes; in initializeCommunicator() local
169 vTypes.push_back(""); in initializeCommunicator()
170 vTypes.push_back("Admin"); in initializeCommunicator()
172 for(vector<string>::const_iterator p = vTypes.begin(); p != vTypes.end(); ++p) in initializeCommunicator()
/dports/devel/py-ice37/ice-3.7.2/cpp/src/IceGrid/
H A DIceGridRegistry.cpp168 vector<string> vTypes; in initializeCommunicator() local
169 vTypes.push_back(""); in initializeCommunicator()
170 vTypes.push_back("Admin"); in initializeCommunicator()
172 for(vector<string>::const_iterator p = vTypes.begin(); p != vTypes.end(); ++p) in initializeCommunicator()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/wln/
H A DwlnObj.c62 Vec_IntWriteEntry( &p->vTypes, iObj, Type ); in Wln_ObjUpdateType()
107 int iObj = Vec_IntSize(&p->vTypes); in Wln_ObjAlloc()
108 if ( iObj == Vec_IntCap(&p->vTypes) ) in Wln_ObjAlloc()
112 Vec_IntGrow( &p->vTypes, 2 * iObj ); in Wln_ObjAlloc()
116 Vec_IntPush( &p->vTypes, Type ); in Wln_ObjAlloc()
H A Dwln.h64 Vec_Int_t vTypes; // object types member
86 …kObjNum( Wln_Ntk_t * p ) { return Vec_IntSize(&p->vTypes); … in Wln_NtkObjNum()
97 …Type( Wln_Ntk_t * p, int i ) { return Vec_IntEntry(&p->vTypes, i); … in Wln_ObjType()
130 …k_t * p ) { Vec_IntFill( &p->vCopies, Vec_IntCap(&p->vTypes), 0 ); … in Wln_NtkCleanCopy()
135 …tk_t * p ) { Vec_IntFill( &p->vLevels, Vec_IntCap(&p->vTypes), 0 ); … in Wln_NtkCleanLevel()
140 …tk_t * p ) { Vec_IntFill( &p->vNameIds, Vec_IntCap(&p->vTypes), 0 ); … in Wln_NtkCleanNameId()
145 …tk_t * p ) { Vec_IntFill( &p->vInstIds, Vec_IntCap(&p->vTypes), 0 ); … in Wln_NtkCleanInstId()
150 …Ntk_t * p ) { Vec_IntFill( &p->vRefs, Vec_IntCap(&p->vTypes), 0 ); … in Wln_NtkCleanRefs()
164 … { if (!p->nTravIds++) Vec_IntFill(&p->vTravIds, Vec_IntCap(&p->vTypes), 0); } in Wln_NtkIncrementTravId()
H A DwlnNtk.c53 Vec_IntGrow( &p->vTypes, nObjsMax+1 ); in Wln_NtkAlloc()
56 Vec_IntPush( &p->vTypes, -1 ); in Wln_NtkAlloc()
83 ABC_FREE( p->vTypes.pArray ); in Wln_NtkFree()
107 Mem += 1 * p->vTypes.nCap; in Wln_NtkMemUsage()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/aig/gia/
H A DgiaGig.c71 Vec_Str_t * vTypes; // gate types member
110 p->vTypes = Vec_StrStart( Vec_StrSize(vLines)+100 ); in Gls_ManAlloc()
132 Vec_StrFree( p->vTypes ); in Gls_ManStop()
245 Vec_StrWriteEntry( p->vTypes, iObj, (char)Type ); in Gls_ManParse()
266 if ( (int)Vec_StrEntry(p->vTypes, Entry) == GLS_DEL ) in Gls_ManParse()
271 else if ( (int)Vec_StrEntry(p->vTypes, Entry) == GLS_BAR ) in Gls_ManParse()
389 pGia = Gia_ManStart( Vec_StrSize(p->vTypes) ); in Gls_ManConstruct()
393 vMap = Vec_IntStartFull( Vec_StrSize(p->vTypes) ); in Gls_ManConstruct()
416 Type = Vec_StrEntry( p->vTypes, iObj ); in Gls_ManConstruct()
/dports/cad/sumo/sumo-1.2.0/src/guisim/
H A DGUIE2Collector.cpp47 … double jamDistThreshold, const std::string& vTypes, bool showDetector) in GUIE2Collector() argument
49 haltingSpeedThreshold, jamDistThreshold, vTypes), in GUIE2Collector()
55 … double jamDistThreshold, const std::string& vTypes, bool showDetector) in GUIE2Collector() argument
57 haltingSpeedThreshold, jamDistThreshold, vTypes), in GUIE2Collector()
H A DGUIE2Collector.h69 const std::string& vTypes, bool showDetector);
89 const std::string& vTypes, bool showDetector);
H A DGUIInstantInductLoop.cpp46 const std::string& vTypes) in GUIInstantInductLoop() argument
47 : MSInstantInductLoop(id, od, lane, positionInMeters, vTypes) {} in GUIInstantInductLoop()
H A DGUIE3Collector.cpp164 … SUMOTime haltingTimeThreshold, const std::string& vTypes, bool openEntry) in GUIE3Collector() argument
165 …: MSE3Collector(id, entries, exits, haltingSpeedThreshold, haltingTimeThreshold, vTypes, openEntr… in GUIE3Collector()
/dports/cad/sumo/sumo-1.2.0/src/mesosim/
H A DMEInductLoop.cpp45 const std::string& vTypes) : in MEInductLoop() argument
46 MSDetectorFileOutput(id, vTypes), mySegment(s), in MEInductLoop()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/abci/
H A DabcDetect.c783 void Abc_NtkFinSimulateOne( Abc_Ntk_t * pNtk, Vec_Int_t * vTypes, Vec_Int_t * vCos, Vec_Int_t * vCi… in Abc_NtkFinSimulateOne() argument
822 int Type = Abc_NtkIsMappedLogic(pNtk) ? -1 : Vec_IntEntry( vTypes, iObj ); in Abc_NtkFinSimulateOne()
895 … Gia_Man_t * pGia = Abc_NtkFinMiterToGia( pNtk, vTypes, vCos, vCis, vNodes, iObjs, Types, vLits ); in Abc_NtkFinCheckPair()
970 int Abc_NtkFinRefinement( Abc_Ntk_t * pNtk, Vec_Int_t * vTypes, Vec_Int_t * vCos, Vec_Int_t * vCis,… in Abc_NtkFinRefinement() argument
987 …Abc_NtkFinSimulateOne( pNtk, vTypes, vCos, vCis, vNodes, vMap2, vPat, vSims, nWords, vPairs, vRes,… in Abc_NtkFinRefinement()
1001 vPat = Abc_NtkFinCheckPair( pNtk, vTypes, vCos, vCis, vNodes, Objs, Types, vLits ); in Abc_NtkFinRefinement()
1014 …Abc_NtkFinSimulateOne( pNtk, vTypes, vCos, vCis, vNodes, vMap2, vPat, vSims, nWords, vPairs, vRes,… in Abc_NtkFinRefinement()
1130 Vec_Int_t * vTypes = NULL; // gate types in Abc_NtkDetectFinClasses() local
1158 vTypes = Abc_NtkFinComputeTypes( pNtk ); in Abc_NtkDetectFinClasses()
1187 …nCalls = Abc_NtkFinRefinement( pNtk, vTypes, vCoSet, vCiSet, vNodeSet, vPairs, vList, vMap2, vResu… in Abc_NtkDetectFinClasses()
[all …]
/dports/cad/sumo/sumo-1.2.0/src/mesogui/
H A DGUIMEInductLoop.cpp45 double position, const std::string& vTypes) in GUIMEInductLoop() argument
46 : MEInductLoop(id, s, position, vTypes) {} in GUIMEInductLoop()
/dports/www/gitea/gitea-1.16.5/vendor/github.com/fxamacker/cbor/v2/
H A Dstructfields.go95 vTypes := map[reflect.Type]bool{t: true} // visited field types at less nested levels
107 if vTypes[t] {
110 vTypes[t] = true
/dports/cad/sumo/sumo-1.2.0/src/netedit/frames/
H A DGNEVehicleFrame.cpp125 …const auto& vTypes = myVehicleFrameParent->getViewNet()->getNet()->getDemandElementByType(SUMO_TAG… in refreshVTypeSelector() local
127 for (const auto& i : vTypes) { in refreshVTypeSelector()
138 …const auto& vTypes = myVehicleFrameParent->getViewNet()->getNet()->getDemandElementByType(SUMO_TAG… in onCmdSelectVType() local
140 for (const auto& i : vTypes) { in onCmdSelectVType()

1234