Home
last modified time | relevance | path

Searched refs:GetOS (Results 1 – 25 of 251) sorted by relevance

1234567891011

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/test/chromedriver/test/
H A Dtest_environment.py48 def GetOS(self): member in BaseTestEnvironment
66 return _EXPECTATIONS['GetDisabledTestMatchers'](self.GetOS())
86 self.GetOS(), [t.strip('\n') for t in f.readlines()])
93 def GetOS(self): member in DesktopTestEnvironment
129 def GetOS(self): member in AndroidTestEnvironment
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/pynacl/
H A Dplatform.py39 def GetOS(platform=None): function
146 return GetOS(platform) == OS_WIN
149 return GetOS(platform) == OS_MAC
152 return GetOS(platform) == OS_LINUX
167 os = GetOS(platform)
/dports/comms/gammu/gammu-1.42.0/contrib/win32/smsd_mfc/
H A Dabout.cpp45 if (strlen(GetOS()) != 0) { in OnShowWindow()
47 txt = txt + GetOS(); in OnShowWindow()
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/layer/
H A Dfilestore_unix.go11 func (fms *fileMetadataStore) GetOS(layer ChainID) (OS, error) { func
H A Dfilestore_windows.go19 func (fms *fileMetadataStore) GetOS(layer ChainID) (OS, error) { func
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/layer/
H A Dfilestore_unix.go11 func (fms *fileMetadataStore) GetOS(layer ChainID) (OS, error) { func
H A Dfilestore_windows.go19 func (fms *fileMetadataStore) GetOS(layer ChainID) (OS, error) { func
/dports/comms/gammu/gammu-1.42.0/docs/manual/c/
H A Dmisc.rst7 .. doxygenfunction:: GetOS
/dports/games/scummvm/scummvm-2.5.1/engines/ags/plugins/core/
H A Dsystem.cpp41 SCRIPT_METHOD(System::get_OperatingSystem, System::GetOS); in AGS_EngineStartup()
92 void System::GetOS(ScriptMethodParams &params) { in GetOS() function in AGS3::Plugins::Core::System
H A Dsystem.h46 void GetOS(ScriptMethodParams &params);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/update_client/
H A Dupdate_query_params.h39 static const char* GetOS();
H A Dupdate_query_params_unittest.cc36 Contains(params, StringPrintf("os=%s", UpdateQueryParams::GetOS()))); in TestParams()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/update_client/
H A Dupdate_query_params.h39 static const char* GetOS();
H A Dupdate_query_params_unittest.cc36 Contains(params, StringPrintf("os=%s", UpdateQueryParams::GetOS()))); in TestParams()
/dports/games/spring/spring_98.0/rts/System/Platform/
H A DMisc.h82 std::string GetOS();
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/opengl/x11/
H A DX11DeviceInfo.hxx61 const OString& GetOS() const in GetOS() function in X11OpenGLDeviceInfo
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/inc/opengl/x11/
H A DX11DeviceInfo.hxx61 const OString& GetOS() const in GetOS() function in X11OpenGLDeviceInfo
/dports/sysutils/terraform-provider-vultr/terraform-provider-vultr-0.1.10/vendor/github.com/JamesClonk/vultr/lib/
H A Dos.go25 func (c *Client) GetOS() ([]OS, error) { func
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/
H A Dwebstore_installer_unittest.cc33 Contains(query, StringPrintf("os=%s", UpdateQueryParams::GetOS()))); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/update_client/
H A Dchrome_update_query_params_delegate_unittest.cc30 StringPrintf("os=%s", update_client::UpdateQueryParams::GetOS()))); in TestParams()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/update_client/
H A Dios_chrome_update_query_params_delegate_unittest.cc33 StringPrintf("os=%s", update_client::UpdateQueryParams::GetOS()))); in TestParams()
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/command/bitmark-info/
H A Dmain.go49 program, options, arguments, err := getoptions.GetOS(flags)
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/command/bitmark-info/
H A Dmain.go49 program, options, arguments, err := getoptions.GetOS(flags)
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/command/bitmark-info/
H A Dmain.go49 program, options, arguments, err := getoptions.GetOS(flags)
/dports/net-p2p/bitmark/bitmarkd-0.13.3/command/bitmark-info/
H A Dmain.go49 program, options, arguments, err := getoptions.GetOS(flags)

1234567891011