Home
last modified time | relevance | path

Searched refs:_startDir (Results 1 – 16 of 16) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.FileSystem/tests/PortedCommon/
H A DCommonUtilities.cs187 private string _startDir; field in ManageFileSystem
235 FailSafeDirectoryOperations.DeleteDirectory(_startDir, true); in Dispose()
246 throw new ArgumentException(String.Format("ERROR: Directory exists : {0}", _startDir)); in Init()
247 _startDir = Path.GetFullPath(startDirName); in Init()
262 Directory.CreateDirectory(_startDir); in CreateFileSystem()
266 String currentWorkingDir = _startDir; in CreateFileSystem()
267 String parentDir = _startDir; in CreateFileSystem()
275 dirsForOneLevel.Add(_startDir, new List<String>()); in CreateFileSystem()
334 get { return _startDir; }
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sherlock/
H A Dscene.h96 int _startDir; member
H A Dscene.cpp142 _startDir = s.readByte(); in load()
149 _startDir = s.readByte(); in load3DO()
1199 hSavedFacing = _entrance._startDir; in transitionToScene()
/dports/games/scummvm/scummvm-2.5.1/engines/sherlock/
H A Dscene.h96 int _startDir; member
H A Dscene.cpp142 _startDir = s.readByte(); in load()
149 _startDir = s.readByte(); in load3DO()
1199 hSavedFacing = _entrance._startDir; in transitionToScene()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sword1/
H A Drouter.h112 int32 _startX, _startY, _startDir; variable
H A Drouter.cpp163 _targetDir = _startDir; in routeFinder()
169 _modularPath[0].dir = _startDir; in routeFinder()
323 _smoothPath[0].dir = _startDir; in smoothestPath()
326 lastDir = _startDir; in smoothestPath()
1906 _startDir = megaObject->o_dir; in LoadWalkResources()
/dports/games/scummvm/scummvm-2.5.1/engines/sword1/
H A Drouter.h112 int32 _startX, _startY, _startDir; variable
H A Drouter.cpp163 _targetDir = _startDir; in routeFinder()
169 _modularPath[0].dir = _startDir; in routeFinder()
323 _smoothPath[0].dir = _startDir; in smoothestPath()
326 lastDir = _startDir; in smoothestPath()
1906 _startDir = megaObject->o_dir; in LoadWalkResources()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sword2/
H A Drouter.h118 int32 _startX, _startY, _startDir; variable
H A Drouter.cpp220 _targetDir = _startDir; in routeFinder()
226 _modularPath[0].dir = _startDir; in routeFinder()
382 _smoothPath[0].dir = _startDir; in smoothestPath()
385 lastDir = _startDir; in smoothestPath()
2295 _startDir = obMega.getCurDir(); in setUpWalkGrid()
/dports/games/scummvm/scummvm-2.5.1/engines/sword2/
H A Drouter.h118 int32 _startX, _startY, _startDir; variable
H A Drouter.cpp220 _targetDir = _startDir; in routeFinder()
226 _modularPath[0].dir = _startDir; in routeFinder()
382 _smoothPath[0].dir = _startDir; in smoothestPath()
385 lastDir = _startDir; in smoothestPath()
2295 _startDir = obMega.getCurDir(); in setUpWalkGrid()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_ui/ui/text/
H A Dtext.h223 Qt::LayoutDirection _startDir = Qt::LayoutDirectionAuto; variable
H A Dtext.cpp1116 _parDirection = _t->_startDir;
2720 _startDir = dir; in recountNaturalSize()
2762 _startDir = dir; in recountNaturalSize()
3371 _startDir = Qt::LayoutDirectionAuto; in clearFields()
/dports/devel/kf5-kio/kio-5.89.0/src/filewidgets/
H A Dkfilewidget.cpp334 KFileWidget::KFileWidget(const QUrl &_startDir, QWidget *parent) in KFileWidget() argument
338 QUrl startDir(_startDir); in KFileWidget()