Home
last modified time | relevance | path

Searched refs:use_resources (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Lib/test/libregrtest/
H A Dcmdline.py154 self.use_resources = None
360 if ns.use_resources is None:
361 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)
H A Dsetup.py80 support.use_resources = ns.use_resources
/third_party/mesa3d/src/amd/compiler/
H A 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/
H A Dtest_regrtest.py219 self.assertEqual(ns.use_resources, ['gui', 'network'])
222 self.assertEqual(ns.use_resources, ['network'])
227 self.assertEqual(ns.use_resources, expected)
233 self.assertEqual(ns.use_resources,
238 self.assertEqual(ns.use_resources, ['extralargefile'])
/third_party/python/Lib/test/support/
H A D__init__.py29 "PIPE_MAX_SIZE", "verbose", "max_memuse", "use_resources", "failfast",
180 use_resources = None # Flag set to [] by regrtest.py variable
297 all resources are assumed enabled unless use_resources has been set.
299 return use_resources is None or resource in use_resources

Completed in 7 milliseconds