Lines Matching +full:debian +full:- +full:i386
22 LOGO=fedora-logo-icon
25 DOCUMENTATION_URL="https://docs.fedoraproject.org/en-US/fedora/f32/system-administrators-guide/"
39 ID_LIKE=debian
45 PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
66 IN-VALID=value
85 cmd = "-c", "import platform; print(platform.architecture())"
174 ("2.7.4 (IronPython 2.7.4 (2.7.0.40) on Mono 4.0.30319.1 (32-bit))", None, "cli")
177 "Mono 4.0.30319.1 (32-bit)"),
219 self.assertEqual(res[-6], res.system)
221 self.assertEqual(res[-5], res.node)
223 self.assertEqual(res[-4], res.release)
225 self.assertEqual(res[-3], res.version)
227 self.assertEqual(res[-2], res.machine)
229 self.assertEqual(res[-1], res.processor)
280 @unittest.skipIf(sys.platform in ['win32', 'OpenVMS'], "uname -p not used")
285 of 'uname -p'. See Issue 35967 for rationale.
288 proc_res = subprocess.check_output(['uname', '-p'], text=True).strip()
299 # http://blogs.msdn.com/david.wang/archive/2006/03/26/HOWTO-Detect-Process-Bitness.aspx
332 real_ver = line.strip().split()[-1]
339 len_diff = len(result_list) - len(expect_list)
354 self.assertIn(res[2], ('i386', 'x86_64', 'arm64'))
419 f.write(b'x'*(chunksize - 10))
429 self.assertEqual(V('1.2.3.4'), V('1_2-3+4'))
467 'root:xnu-4570.71.2~1/RELEASE_X86_64'),
468 'x86_64', 'i386')
475 'Darwin-17.7.0',
476 'Darwin-17.7.0-x86_64-i386-64bit'),
479 'macOS-10.13.6',
480 'macOS-10.13.6-x86_64-i386-64bit'),
516 self.assertEqual(info["ID_LIKE"], "debian")