HomeSort by relevance Sort by last modified time
    Searched refs:ALL_RESOURCES (Results 1 - 5 of 5) sorted by null

  /external/python/cpython3/Lib/test/libregrtest/
__init__.py 4 from test.libregrtest.cmdline import _parse_args, RESOURCE_NAMES, ALL_RESOURCES
cmdline.py 130 ALL_RESOURCES = ('audio', 'curses', 'largefile', 'network',
140 RESOURCE_NAMES = ALL_RESOURCES + ('extralargefile', 'tzdata')
361 ns.use_resources[:] = ALL_RESOURCES
  /device/linaro/bootloader/edk2/UefiCpuPkg/Include/Register/
StmResourceDescriptor.h 45 #define ALL_RESOURCES 7
  /external/python/cpython2/Lib/test/
regrtest.py 254 ALL_RESOURCES = ('audio', 'curses', 'largefile', 'network', 'bsddb',
262 RESOURCE_NAMES = ALL_RESOURCES + ('extralargefile',)
460 use_resources[:] = ALL_RESOURCES
    [all...]
  /external/python/cpython3/Lib/test/
test_regrtest.py 199 expected = list(libregrtest.ALL_RESOURCES)
209 list(libregrtest.ALL_RESOURCES) + ['tzdata'])
    [all...]

Completed in 331 milliseconds