/system/core/toolbox/upstream-netbsd/usr.bin/grep/ |
grep.c | 320 int c, lastc, needpattern, newarg, prevoptind; local 358 newarg = 1; 401 if (newarg || !isdigit(lastc)) 629 newarg = optind != prevoptind;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_random.py | 594 def __init__(self, newarg=None): 596 Subclass(newarg=1)
|
test_deque.py | 662 def __init__(self, newarg=1): 668 SubclassWithKwargs(newarg=1)
|
test_array.py | 17 def __init__(self, typecode, newarg=None): 789 ArraySubclassWithKwargs('b', newarg=1) [all...] |
test_itertools.py | [all...] |
test_set.py | 576 def __init__(self, iterable=[], newarg=None): 583 SetSubclassWithKeywordArgs(newarg=1) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_random.py | 594 def __init__(self, newarg=None): 596 Subclass(newarg=1)
|
test_deque.py | 662 def __init__(self, newarg=1): 668 SubclassWithKwargs(newarg=1)
|
test_array.py | 17 def __init__(self, typecode, newarg=None): 789 ArraySubclassWithKwargs('b', newarg=1) [all...] |
test_itertools.py | [all...] |
test_set.py | 576 def __init__(self, iterable=[], newarg=None): 583 SetSubclassWithKeywordArgs(newarg=1) [all...] |