Searched defs:os_name (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/policy/
H A Ddevice_management_service_configuration.cc41 std::string os_name = base::SysInfo::OperatingSystemName(); local
53 os_name += ",CrOS," + base::SysInfo::GetLsbReleaseBoard();
72 "%s|%s|%s", os_name.c_str(), os_hardware.c_str(), os_version.c_str());
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dmac_unittest.py37 os_name = 'mac' variable in class:MacPortTest
H A Dbrowser_test_unittest.py79 os_name = 'win' variable in class:BrowserTestWinTest
86 os_name = 'mac' variable in class:BrowserTestMacTest
H A Dwin_unittest.py44 os_name = 'win' variable in class:WinPortTest
H A Dport_testcase.py88 os_name = None variable in class:PortTestCase
94 def make_port(self, host=None, port_name=None, options=None, os_name=None, os_version=None, **kwargs):
95 host = host or MockSystemHost(os_name=(os_name or self.os_name), os_version=(os_version or self.os_version))
238 host = MockSystemHost(os_name=self.os_name, os_version=self.os_version)
/external/chromium_org/components/metrics/
H A Dmetrics_log.cc366 std::string os_name = base::SysInfo::OperatingSystemName(); local
374 os_name += " (Metro)";
376 os->set_name(os_name);
/external/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1112 std::string os_name; local
1171 os_name.swap (value);
1238 if (!os_name.empty() && vendor_name.compare("apple") == 0 && os_name.find("darwin") == 0)
1244 os_name = "ios";
1247 os_name = "macosx";
1253 if (!os_name.empty())
1254 m_host_arch.GetTriple().setOSName (llvm::StringRef (os_name));
1262 if (!vendor_name.empty() || !os_name.empty())
1270 if (os_name
[all...]

Completed in 1159 milliseconds