Searched refs:_setoption (Results 1 - 8 of 8) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dwarnings.py106 _setoption(arg)
111 def _setoption(arg): function
137 # Helper for _setoption()
147 # Helper for _setoption()
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dwarnings.py106 _setoption(arg)
111 def _setoption(arg): function
137 # Helper for _setoption()
147 # Helper for _setoption()
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dwarnings.py106 _setoption(arg)
111 def _setoption(arg): function
137 # Helper for _setoption()
147 # Helper for _setoption()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dwarnings.py106 _setoption(arg)
111 def _setoption(arg): function
137 # Helper for _setoption()
147 # Helper for _setoption()
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_warnings.py373 # Uses the private _setoption() function to test the parsing
377 self.module._setoption, '1:2:3:4:5:6')
379 self.module._setoption, 'bogus::Warning')
381 self.module._setoption, 'ignore:2::4:-5')
382 self.module._setoption('error::Warning::0')
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_warnings.py373 # Uses the private _setoption() function to test the parsing
377 self.module._setoption, '1:2:3:4:5:6')
379 self.module._setoption, 'bogus::Warning')
381 self.module._setoption, 'ignore:2::4:-5')
382 self.module._setoption('error::Warning::0')
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_warnings.py373 # Uses the private _setoption() function to test the parsing
377 self.module._setoption, '1:2:3:4:5:6')
379 self.module._setoption, 'bogus::Warning')
381 self.module._setoption, 'ignore:2::4:-5')
382 self.module._setoption('error::Warning::0')
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_warnings.py373 # Uses the private _setoption() function to test the parsing
377 self.module._setoption, '1:2:3:4:5:6')
379 self.module._setoption, 'bogus::Warning')
381 self.module._setoption, 'ignore:2::4:-5')
382 self.module._setoption('error::Warning::0')

Completed in 271 milliseconds