HomeSort by relevance Sort by last modified time
    Searched full:do_longs (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_getopt.py 71 opts, args = getopt.do_longs([], 'abc', ['abc'], [])
75 opts, args = getopt.do_longs([], 'abc=1', ['abc='], [])
79 opts, args = getopt.do_longs([], 'abc=1', ['abcd='], [])
83 opts, args = getopt.do_longs([], 'abc', ['ab', 'abc', 'abcd'], [])
90 opts, args = getopt.do_longs([], 'foo=42', ['foo-bar', 'foo=',], [])
94 self.assertError(getopt.do_longs, [], 'abc=1', ['abc'], [])
95 self.assertError(getopt.do_longs, [], 'abc', ['abc='], [])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_getopt.py 71 opts, args = getopt.do_longs([], 'abc', ['abc'], [])
75 opts, args = getopt.do_longs([], 'abc=1', ['abc='], [])
79 opts, args = getopt.do_longs([], 'abc=1', ['abcd='], [])
83 opts, args = getopt.do_longs([], 'abc', ['ab', 'abc', 'abcd'], [])
90 opts, args = getopt.do_longs([], 'foo=42', ['foo-bar', 'foo=',], [])
94 self.assertError(getopt.do_longs, [], 'abc=1', ['abc'], [])
95 self.assertError(getopt.do_longs, [], 'abc', ['abc='], [])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
getopt.py 88 opts, args = do_longs(opts, args[0][2:], longopts, args[1:])
131 opts, args = do_longs(opts, args[0][2:], longopts, args[1:])
144 def do_longs(opts, opt, longopts, args): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
getopt.py 88 opts, args = do_longs(opts, args[0][2:], longopts, args[1:])
131 opts, args = do_longs(opts, args[0][2:], longopts, args[1:])
144 def do_longs(opts, opt, longopts, args): function

Completed in 547 milliseconds