HomeSort by relevance Sort by last modified time
    Searched full:int_info (Results 1 - 10 of 10) sorted by null

  /tools/tradefederation/core/atest/test_runners/
atest_tf_test_runner_unittest.py 173 test_infos = self.tr._flatten_test_infos({uc.INT_INFO})
174 unittest_utils.assert_equal_testinfo_sets(self, test_infos, {uc.INT_INFO})
183 test_infos = self.tr._flatten_test_infos({CLASS1_INFO, uc.INT_INFO,
186 {uc.INT_INFO, FLAT_CLASS_INFO})
193 test_infos = self.tr._flatten_test_infos({MODULE2_INFO, uc.INT_INFO,
197 {uc.INT_INFO, uc.GTF_INT_INFO,
213 uc.INT_INFO})
215 self, test_infos, {uc.INT_INFO, MODULE2_INFO,
  /tools/tradefederation/core/atest/test_finders/
tf_integration_finder_unittest.py 73 unittest_utils.assert_equal_testinfos(self, t_info, uc.INT_INFO)
104 self, uc.INT_INFO, self.tf_finder.find_int_test_by_path(path))
  /tools/tradefederation/core/atest/
unittest_constants.py 108 INT_INFO = test_info.TestInfo(INT_NAME,
  /external/python/cpython3/Lib/test/
test_sys.py 447 self.assertEqual(len(sys.int_info), 2)
448 self.assertTrue(sys.int_info.bits_per_digit % 5 == 0)
449 self.assertTrue(sys.int_info.sizeof_digit >= 1)
450 self.assertEqual(type(sys.int_info.bits_per_digit), int)
451 self.assertEqual(type(sys.int_info.sizeof_digit), int)
835 self.longdigit = sys.int_info.sizeof_digit
    [all...]
test_long.py 11 SHIFT = sys.int_info.bits_per_digit
    [all...]
  /external/python/cpython3/Doc/whatsnew/
3.1.rst 488 new :attr:`sys.int_info` that provides information about the
493 >>> sys.int_info
494 sys.int_info(bits_per_digit=30, sizeof_digit=4)
  /external/python/cpython3/Objects/
longobject.c 5490 PyObject* int_info; local
    [all...]
  /external/python/cpython3/Python/
sysmodule.c     [all...]
  /external/python/cpython3/Doc/tutorial/
modules.rst 301 'gettrace', 'hash_info', 'hexversion', 'implementation', 'int_info',
  /external/python/cpython3/Doc/library/
sys.rst 723 .. data:: int_info
735 | | ``2**int_info.bits_per_digit`` |
    [all...]

Completed in 1847 milliseconds