Home
last modified time | relevance | path

Searched defs:Wall (Results 1 – 25 of 114) sorted by path

12345

/dports/benchmarks/lmbench/lmbench-3.0-a9/src/
H A DMakefile159 Wall: target
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/
H A DTriangulateWall.hpp8 using Wall = std::pair<std::vector<Vec3d>, std::vector<Vec3i>>; typedef
/dports/cad/ghdl/ghdl-1.0.0/src/grt/
H A Dgrt-stats.adb37 Wall : Clock_T; component
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/model/
H A DWall.java34 public class Wall extends HomeObject implements Selectable, Elevatable { class
82 public Wall(float xStart, float yStart, float xEnd, float yEnd, float thickness) { in Wall() method in Wall
91 public Wall(float xStart, float yStart, float xEnd, float yEnd, float thickness, float height) { in Wall() method in Wall
101 …public Wall(String id, float xStart, float yStart, float xEnd, float yEnd, float thickness, float … in Wall() method in Wall
112 …public Wall(float xStart, float yStart, float xEnd, float yEnd, float thickness, float height, Tex… in Wall() method in Wall
123 …public Wall(String id, float xStart, float yStart, float xEnd, float yEnd, float thickness, float … in Wall() method in Wall
/dports/chinese/libime/libime-1.0.9/src/libime/core/kenlm/util/
H A Dusage.cc52 typedef struct timeval Wall; typedef
/dports/deskutils/calibre/calibre-src-5.34.0/src/odf/
H A Dchart.py108 def Wall(**args): function
/dports/devel/arcanist-lib/arcanist-b2e715f/support/arcanoid/
H A Darcanoid.py11 class Wall: class
/dports/devel/arcanist/arcanist-b2e715f/support/arcanoid/
H A Darcanoid.py11 class Wall: class
/dports/devel/bison/bison-3.7.6/src/
H A Dcomplain.h129 Wall = Weverything & ~Wcounterexamples & ~Wdangling_alias & ~Wyacc enumerator
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/nomos/agent_tests/testdata/NomosTestfiles/JISP/
H A DMaze.h69 enum Wall enum
/dports/devel/godot-tools/godot-demo-projects-8d9d58f112d8/mono/pong/Logic/
H A DWall.cs3 public class Wall : Area2D class
/dports/devel/grcov/grcov-0.8.2/cargo-crates/parse-zoneinfo-0.3.0/src/
H A Dline.rs569 Wall, enumerator
/dports/devel/ignition-plugin/ignitionrobotics-ign-plugin-6bf2bf09570f/examples/plugins/
H A Drobot.hh101 using Wall = typedef
/dports/devel/matreshka/matreshka-0.7.0/tools/tz/
H A Dgen_tz.adb63 type Time_Kinds is (Wall, Standard, UTC); literal
/dports/devel/py-odfpy/odfpy-1.4.1/odf/
H A Dchart.py94 def Wall(**args): function
/dports/devel/py-pyro/Pyro4-4.77/examples/robots/
H A Drobot.py6 class Wall(object): class
/dports/devel/tokei/tokei-12.1.2/cargo-crates/parse-zoneinfo-0.3.0/src/
H A Dline.rs569 Wall, enumerator
/dports/dns/dog/dog-0.1.0/cargo-crates/datetime-0.5.1/src/cal/
H A Dzone.rs359 Wall, enumerator
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/model/main/
H A DWall.cxx109 Wall::Wall() : in Wall() function in chart::Wall
114 Wall::Wall( const Wall & rOther ) : in Wall() function in chart::Wall
H A DWall.hxx42 class Wall final : class
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/tests/java/ifc/chart/
H A D_X3DDisplay.java47 XPropertySet Wall = oObj.getWall(); in _getWall() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/model/main/
H A DWall.cxx109 Wall::Wall() : in Wall() function in chart::Wall
114 Wall::Wall( const Wall & rOther ) : in Wall() function in chart::Wall
H A DWall.hxx43 class Wall final : class
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/tests/java/ifc/chart/
H A D_X3DDisplay.java47 XPropertySet Wall = oObj.getWall(); in _getWall() local
/dports/games/NBlood/NBlood-a1689a4/source/build/include/
H A Dbuild.h165 # define YAX_PTRNEXTWALL(Ptr, Wall, Cf) (*(&Ptr[Wall].upwall + Cf)) argument
169 # define YAX_PTRNEXTWALL(Ptr, Wall, Cf) (*(int16_t *)(&Ptr[Wall].lotag + (bloodhack ? 1 : 2)*Cf)) argument
175 # define YAX_NEXTWALL(Wall, Cf) YAX_PTRNEXTWALL(wall, Wall, Cf) argument

12345