Searched defs:os_version (Results 1 - 24 of 24) sorted by path

/external/chromium_org/chrome/browser/feedback/system_logs/log_sources/
H A Dchrome_internal_log_source.cc46 std::string os_version = base::SysInfo::OperatingSystemName() + ": " + local
48 response[kOsVersionTag] = os_version;
/external/chromium_org/chrome/installer/mac/
H A Dkeystone_install.sh349 os_version() { function
368 local os_version="$(os_version)"
369 is_version_ge "${os_version}" "${check_version}"
/external/chromium_org/chrome/installer/util/
H A Dgoogle_chrome_distribution.cc90 base::string16 os_version = base::StringPrintf(L"%d.%d.%d", local
102 L"&" + kOSParam + L"=" + os_version;
/external/chromium_org/gpu/config/
H A Dgpu_control_list.cc1101 OsType os_type, const std::string& os_version,
1104 if (os_info_.get() != NULL && !os_info_->Contains(os_type, os_version))
1248 if (exceptions_[i]->Contains(os_type, os_version, gpu_info) &&
1389 std::string os_version,
1399 if (os_version.empty())
1400 os_version = base::SysInfo::OperatingSystemVersion();
1403 if (entries_[i]->Contains(os, os_version, gpu_info)) {
1100 Contains( OsType os_type, const std::string& os_version, const GPUInfo& gpu_info) const argument
1387 MakeDecision( GpuControlList::OsType os, std::string os_version, const GPUInfo& gpu_info) argument
/external/chromium_org/remoting/host/
H A Dserver_log_entry_host.cc87 std::stringstream os_version; local
93 os_version << os_major_version << "." << os_minor_version << "."
95 entry->Set(kKeyOsVersion, os_version.str());
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dbrowser_test_unittest.py80 os_version = 'xp' variable in class:BrowserTestWinTest
87 os_version = 'snowleopard' variable in class:BrowserTestMacTest
H A Dmac_unittest.py38 os_version = 'snowleopard' variable in class:MacPortTest
44 port = self.make_port(os_version=os_version_string, port_name=port_name)
H A Dport_testcase.py89 os_version = 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)
H A Dwin_unittest.py45 os_version = 'xp' variable in class:WinPortTest
70 port = self.make_port(port_name=port_name, os_version=os_version_string)
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dwindows_usb.c803 OSVERSIONINFO os_version; local
826 memset(&os_version, 0, sizeof(OSVERSIONINFO));
827 os_version.dwOSVersionInfoSize = sizeof(OSVERSIONINFO);
829 if ((GetVersionEx(&os_version) != 0) && (os_version.dwPlatformId == VER_PLATFORM_WIN32_NT)) {
830 if ((os_version.dwMajorVersion == 5) && (os_version.dwMinorVersion == 1)) {
832 } else if ((os_version.dwMajorVersion == 5) && (os_version.dwMinorVersion == 2)) {
834 } else if (os_version
[all...]
/external/lldb/examples/summaries/cocoa/
H A Dobjc_runtime.py567 os_version = lldb.formatters.cache.Cache() variable
580 global os_version
593 if os_version.look_for_key(self.pid):
594 self.is_lion = os_version.get_value(self.pid)
597 os_version.add_item(self.pid,self.is_lion)
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_config.h362 u8 os_version[4]; member in struct:hostapd_bss_config
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps.h80 * @os_version: OS Version
95 u32 os_version; member in struct:wps_device_data
H A Dwps_attr_parse.h33 const u8 *os_version; /* 4 octets */ member in struct:wps_parse_attr
H A Dwps_validate.c750 static int wps_validate_os_version(const u8 *os_version, int mandatory) argument
752 if (os_version == NULL) {
1323 wps_validate_os_version(attr.os_version, 1) ||
1378 wps_validate_os_version(attr.os_version, 1) ||
1431 wps_validate_os_version(attr.os_version, 1) ||
/external/wpa_supplicant_8/src/ap/
H A Dap_config.h362 u8 os_version[4]; member in struct:hostapd_bss_config
/external/wpa_supplicant_8/src/wps/
H A Dwps.h80 * @os_version: OS Version
95 u32 os_version; member in struct:wps_device_data
H A Dwps_attr_parse.h33 const u8 *os_version; /* 4 octets */ member in struct:wps_parse_attr
H A Dwps_validate.c750 static int wps_validate_os_version(const u8 *os_version, int mandatory) argument
752 if (os_version == NULL) {
1323 wps_validate_os_version(attr.os_version, 1) ||
1378 wps_validate_os_version(attr.os_version, 1) ||
1431 wps_validate_os_version(attr.os_version, 1) ||
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig.h648 * os_version - OS Version (WPS)
651 u8 os_version[4]; member in struct:wpa_config
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_config.h362 u8 os_version[4]; member in struct:hostapd_bss_config
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps.h80 * @os_version: OS Version
95 u32 os_version; member in struct:wps_device_data
H A Dwps_attr_parse.h33 const u8 *os_version; /* 4 octets */ member in struct:wps_parse_attr
H A Dwps_validate.c750 static int wps_validate_os_version(const u8 *os_version, int mandatory) argument
752 if (os_version == NULL) {
1323 wps_validate_os_version(attr.os_version, 1) ||
1378 wps_validate_os_version(attr.os_version, 1) ||
1431 wps_validate_os_version(attr.os_version, 1) ||

Completed in 1874 milliseconds