Searched refs:ALLOWED_TYPES (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_multiprocessing.py | 137 ALLOWED_TYPES = ('processes', 'manager', 'threads') variable in BaseTestCase 186 ALLOWED_TYPES = ('processes', 'threads') variable in _TestProcess 404 ALLOWED_TYPES = ('processes',) variable in _TestSubclassingProcess 946 ALLOWED_TYPES = ('processes',) variable in _TestValue 1015 ALLOWED_TYPES = ('processes',) variable in _TestArray 1105 ALLOWED_TYPES = ('manager',) variable in _TestContainers 1344 ALLOWED_TYPES = ('processes', ) variable in _TestPoolWorkerErrors 1360 ALLOWED_TYPES = ('processes', ) variable in _TestPoolWorkerLifetime 1413 ALLOWED_TYPES = ('manager',) variable in _TestZZZNumberOfObjects 1464 ALLOWED_TYPES = ('manager',) variable in _TestMyManager [all …]
|
/external/python/cpython3/Lib/test/ |
D | _test_multiprocessing.py | 181 ALLOWED_TYPES = ('processes', 'manager', 'threads') variable in BaseTestCase 230 ALLOWED_TYPES = ('processes', 'threads') variable in _TestProcess 804 ALLOWED_TYPES = ('processes',) variable in _TestSubclassingProcess 2000 ALLOWED_TYPES = ('processes',) variable in _TestValue 2070 ALLOWED_TYPES = ('processes',) variable in _TestArray 2153 ALLOWED_TYPES = ('manager',) variable in _TestContainers 2701 ALLOWED_TYPES = ('processes', ) variable in _TestPoolWorkerErrors 2741 ALLOWED_TYPES = ('processes', ) variable in _TestPoolWorkerLifetime 2838 ALLOWED_TYPES = ('manager',) variable in _TestMyManager 2911 ALLOWED_TYPES = ('manager',) variable in _TestRemoteManager [all …]
|
/external/python/parse_type/parse_type/ |
D | parse.py | 667 ALLOWED_TYPES = set(list('nbox%fFegwWdDsSl') + variable 708 if type and type not in ALLOWED_TYPES and type not in extra_types:
|