Home
last modified time | relevance | path

Searched refs:imperfection (Results 1 – 25 of 178) sorted by relevance

12345678

/dports/cad/sumo/sumo-1.2.0/tools/contributed/traas/examples/java_wsclient/de/tudresden/ws/
H A DVehicleSetImperfection.java37 protected double imperfection; field in VehicleSetImperfection
68 return imperfection; in getImperfection()
76 this.imperfection = value; in setImperfection()
H A DVehicletypeSetImperfection.java37 protected double imperfection; field in VehicletypeSetImperfection
68 return imperfection; in getImperfection()
76 this.imperfection = value; in setImperfection()
/dports/cad/sumo/sumo-1.2.0/src/microsim/cfmodels/
H A DMSCFModel_KraussOrig1.h110 void setImperfection(double imperfection) { in setImperfection() argument
111 myDawdle = imperfection; in setImperfection()
H A DMSCFModel_Daniel1.h114 void setImperfection(double imperfection) { in setImperfection() argument
115 myDawdle = imperfection; in setImperfection()
H A DMSCFModel_SmartSK.h115 void setImperfection(double imperfection) { in setImperfection() argument
116 myDawdle = imperfection; in setImperfection()
H A DMSCFModel.h498 virtual void setImperfection(double imperfection) { in setImperfection() argument
499 UNUSED_PARAMETER(imperfection); in setImperfection()
/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSVehicleType.cpp422 MSVehicleType::setImperfection(double imperfection) { in setImperfection() argument
423 if (myOriginalType != nullptr && imperfection < 0) { in setImperfection()
424 imperfection = myOriginalType->getCarFollowModel().getImperfection(); in setImperfection()
426 myCarFollowModel->setImperfection(imperfection); in setImperfection()
427 myParameter.cfParameter[SUMO_ATTR_SIGMA] = toString(imperfection); in setImperfection()
H A DMSVehicleType.h353 void setImperfection(double imperfection);
/dports/audio/mp3mover/mp3mover-2.1.1/
H A Dshellperfect-.mp3moverrc3 #imperfection are that it leaves parenthasis in.
/dports/cad/sumo/sumo-1.2.0/tools/traci/
H A D_vehicletype.py354 def setImperfection(self, typeID, imperfection): argument
360 tc.CMD_SET_VEHICLETYPE_VARIABLE, tc.VAR_IMPERFECTION, typeID, imperfection)
H A D_vehicle.py1496 def setImperfection(self, vehID, imperfection): argument
1502 tc.CMD_SET_VEHICLE_VARIABLE, tc.VAR_IMPERFECTION, vehID, imperfection)
/dports/cad/sumo/sumo-1.2.0/tools/contributed/traas/src/de/tudresden/sumo/cmd/
H A DVehicletype.java369 public static SumoCommand setImperfection(String typeID, double imperfection){ in setImperfection() argument
371 …oCommand(Constants.CMD_SET_VEHICLETYPE_VARIABLE, Constants.VAR_IMPERFECTION, typeID, imperfection); in setImperfection()
H A DVehicle.java1221 public static SumoCommand setImperfection(String vehID, double imperfection){ in setImperfection() argument
1222 …w SumoCommand(Constants.CMD_SET_VEHICLE_VARIABLE, Constants.VAR_IMPERFECTION, vehID, imperfection); in setImperfection()
/dports/cad/sumo/sumo-1.2.0/src/libsumo/
H A DVehicleType.cpp295 VehicleType::setImperfection(const std::string& typeID, double imperfection) { in setImperfection() argument
296 getVType(typeID)->setImperfection(imperfection); in setImperfection()
H A DVehicleType.h67 static void setImperfection(const std::string& typeID, double imperfection); \
H A DPerson.cpp759 Person::setImperfection(const std::string& personID, double imperfection) { in setImperfection() argument
760 getPerson(personID)->getSingularType().setImperfection(imperfection); in setImperfection()
/dports/devel/google-styleguide/styleguide-9806df8/docguide/
H A Dphilosophy.md67 tolerance of imperfection allow projects to evolve organically.
/dports/japanese/kterm/kterm-6.2.0.fb6/
H A DREADME.kt121 (because of imperfection around IM handling in Xlib).
/dports/security/maia/maia_mailguard-7f20bd4/reference/amavisd-new-2.2.1/README_FILES/
H A DREADME.exim_v4_app41 The only problem (the imperfection) is with pipes and appending to files,
/dports/cad/sumo/sumo-1.2.0/tools/contributed/traas/src/de/tudresden/ws/
H A DTraci.java158 …tion(@WebParam(name = "vehID") String vehID, @WebParam(name = "imperfection") double imperfection){ in Vehicle_setImperfection()
159 this.sumo.set_cmd(Vehicle.setImperfection(vehID, imperfection)); in Vehicle_setImperfection()
278 …on(@WebParam(name = "typeID") String typeID, @WebParam(name = "imperfection") double imperfection){ in Vehicletype_setImperfection()
279 this.sumo.set_cmd(Vehicletype.setImperfection(typeID, imperfection)); in Vehicletype_setImperfection()
/dports/security/amavisd-new/amavis-v2.12.0/README_FILES/
H A DREADME.exim_v4_app41 The only problem (the imperfection) is with pipes and appending to files,
/dports/misc/orange3/orange3-3.29.1/doc/visual-programming/source/widgets/evaluate/
H A Dtestandscore.md45 … the arithmetic mean of the squares of a set of numbers (a measure of imperfection of the fit of t…
/dports/security/outguess/outguess/
H A DSTIRMARK-README117 small non-linear analog/digital converter imperfection typically found
/dports/devel/sgb/sgb-20090810_1/
H A Droget.dat676 666imperfection:31 34 56 73 165 205 250 311 655 664 665 674 689 865
/dports/science/mcstas-comps/mcstas-comps-2.5-src/contrib/
H A DLens.comp16 * Refractive lens with absorption, incoherent scattering and surface imperfection.
19 * Refractive Lens with absorption, incoherent scattering and surface imperfection.

12345678