HomeSort by relevance Sort by last modified time
    Searched refs:getargs (Results 1 - 25 of 39) 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/bison/src/
getargs.h 151 void getargs (int argc, char *argv[]);
main.c 37 #include "getargs.h"
80 getargs (argc, argv);
getargs.c 47 #include "getargs.h"
597 getargs (int argc, char *argv[]) function
  /external/bison/doc/
Makefile.am 28 $(srcdir)/cross-options.texi: $(top_srcdir)/src/getargs.c $(CROSS_OPTIONS_PL)
63 $(srcdir)/bison.1: $(common_dep) $(top_srcdir)/src/getargs.c
  /external/curl/docs/cmdline-opts/
gen.pl 343 sub getargs { subroutine
373 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."""
  /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/bison/
Android.mk 161 src/getargs.c \
  /external/skia/third_party/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/bison/djgpp/
config.bat 279 Rem Fix src/getargs.c to reflect the renaming of c++-skel.m4
280 sed "s/c++-skel\.m4/cxx-skel.m4/" %XSRC%/src/getargs.c > getargs.c
282 mv ./getargs.c %XSRC%/src/getargs.c
501 echo ./src/getargs.c file editing failed!
  /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

Completed in 660 milliseconds

1 2