Home
last modified time | relevance | path

Searched defs:os_name (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
Dprofiler_unittest.py38 def _assert_default_profiler_name(self, os_name, expected_profiler_name): argument
Dsystemhost_mock.py39 …def __init__(self, log_executive=False, executive_throws_when_run=None, os_name=None, os_version=N… argument
Dplatforminfo_mock.py31 def __init__(self, os_name='mac', os_version='snowleopard', is_highdpi=False): argument
/external/chromium_org/chrome/browser/policy/
Ddevice_management_service_configuration.cc41 std::string os_name = base::SysInfo::OperatingSystemName(); in GetPlatformParameter() local
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
Dfactory_unittest.py50 def assert_port(self, port_name=None, os_name=None, os_version=None, options=None, cls=None): argument
Dmac_unittest.py37 os_name = 'mac' variable in MacPortTest
Dwin_unittest.py43 os_name = 'win' variable in WinPortTest
Dport_testcase.py86 os_name = None variable in PortTestCase
91 …def make_port(self, host=None, port_name=None, options=None, os_name=None, os_version=None, **kwar… argument
/external/chromium_org/tools/telemetry/telemetry/unittest/
Drun_tests_unittest.py13 def __init__(self, os_name, os_version_name): argument
/external/chromium_org/tools/telemetry/telemetry/page/
Dtest_expectations_unittest.py19 def __init__(self, os_name, os_version_name=None): argument
/external/chromium_org/components/metrics/
Dmetrics_log.cc369 std::string os_name = base::SysInfo::OperatingSystemName(); in RecordEnvironment() local
/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.cpp1112 std::string os_name; in GetHostInfo() local
1824 std::string os_name; in GetCurrentProcessInfo() local
/external/chromium_org/chrome/common/safe_browsing/
Dcsd.proto371 optional string os_name = 1; field