Home
last modified time | relevance | path

Searched refs:use_resources (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Lib/test/libregrtest/
Dcmdline.py155 self.use_resources = None
362 if ns.use_resources is None:
363 ns.use_resources = []
405 ns.use_resources[:] = ALL_RESOURCES
408 del ns.use_resources[:]
415 if r in ns.use_resources:
416 ns.use_resources.remove(r)
417 elif r not in ns.use_resources:
418 ns.use_resources.append(r)
Dsetup.py80 support.use_resources = ns.use_resources
/third_party/mesa3d/src/amd/compiler/
Daco_statistics.cpp82 void use_resources(aco_ptr<Instruction>& instr);
183 BlockCycleEstimator::use_resources(aco_ptr<Instruction>& instr) in use_resources() function in aco::BlockCycleEstimator
366 use_resources(instr); in add()
/third_party/python/Lib/test/
Dtest_regrtest.py212 self.assertEqual(ns.use_resources, ['gui', 'network'])
215 self.assertEqual(ns.use_resources, ['network'])
220 self.assertEqual(ns.use_resources, expected)
226 self.assertEqual(ns.use_resources,
231 self.assertEqual(ns.use_resources, ['extralargefile'])
/third_party/python/Lib/test/support/
D__init__.py171 use_resources = None # Flag set to [] by regrtest.py variable
285 return use_resources is None or resource in use_resources
/third_party/python/Lib/idlelib/idle_test/
DREADME.txt112 - test.support.use_resources has been set by something other than