HomeSort by relevance Sort by last modified time
    Searched refs:getargs (Results 1 - 25 of 35) sorted by null

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
xxci.py 16 def getargs(): function
114 go(getargs())
  /external/python/cpython2/Tools/scripts/
xxci.py 16 def getargs(): function
114 go(getargs())
  /external/curl/docs/cmdline-opts/
gen.pl 354 sub getargs { subroutine
384 getargs();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
bgenGenerator.py 180 self.getargs()
189 def getargs(self): member in class:FunctionGenerator
bgenType.py 15 """Call with the C name and getargs format for the type.
55 def getargs(self): member in class:Type
62 (getargs is a very old name for PyArg_Parse, hence the name of this method).
74 """Perform any actions needed before calling getargs().
80 """Perform any needed post-[new]getargs() checks.
84 could do post-getargs() copying or conversion."""
  /external/python/cpython2/Tools/bgen/bgen/
bgenGenerator.py 180 self.getargs()
189 def getargs(self): member in class:FunctionGenerator
bgenType.py 15 """Call with the C name and getargs format for the type.
55 def getargs(self): member in class:Type
62 (getargs is a very old name for PyArg_Parse, hence the name of this method).
74 """Perform any actions needed before calling getargs().
80 """Perform any needed post-[new]getargs() checks.
84 could do post-getargs() copying or conversion."""
  /external/python/cpython3/Lib/test/
test_getargs2.py 657 from _testcapi import getargs_positional_only_and_keywords as getargs
661 self.assertEqual(self.getargs(1, 2, 3), (1, 2, 3))
665 self.assertEqual(self.getargs(1, 2, keyword=3), (1, 2, 3))
669 self.assertEqual(self.getargs(1, 2), (1, 2, -1))
670 self.assertEqual(self.getargs(1, keyword=3), (1, -1, 3))
673 self.assertEqual(self.getargs(1), (1, -1, -1))
677 self.getargs()
681 self.getargs(keyword=3)
686 self.getargs(1, 2, **{'': 666})
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lua.c 192 static int getargs (lua_State *L, char **argv, int n) { function
329 int narg = getargs(L, argv, n); /* collect arguments */
  /external/syslinux/com32/lua/src/
lua.c 199 static int getargs (lua_State *L, char **argv, int n) { function
336 int narg = getargs(L, argv, n); /* collect arguments */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
inspect.py 744 def getargs(co): function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
inspect.py 741 def getargs(co): function
    [all...]
  /external/python/cpython2/Lib/
inspect.py 743 def getargs(co): function
816 args, varargs, varkw = getargs(func.func_code)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
inspect.py 743 def getargs(co): function
816 args, varargs, varkw = getargs(func.func_code)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
inspect.py 743 def getargs(co): function
816 args, varargs, varkw = getargs(func.func_code)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
inspect.py 743 def getargs(co): function
816 args, varargs, varkw = getargs(func.func_code)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
inspect.py 743 def getargs(co): function
816 args, varargs, varkw = getargs(func.func_code)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/
Python2710.inf 90 Python/getargs.c
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/
PythonCore.inf 96 Python-$(PYTHON_VERSION)/Python/getargs.c
  /external/python/cpython2/RISCOS/
Makefile 122 @.^.Python.o.getargs\
  /external/python/cpython3/Lib/
inspect.py 981 def getargs(co): function
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/config/
Makefile 327 Python/getargs.o \
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/config/
Makefile 328 Python/getargs.o \
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Makefile 327 Python/getargs.o \
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
Makefile 328 Python/getargs.o \
    [all...]

Completed in 917 milliseconds

1 2