HomeSort by relevance Sort by last modified time
    Searched refs:funcname (Results 151 - 175 of 202) sorted by null

1 2 3 4 5 67 8 9

  /external/python/cpython2/Modules/
_hotshot.c 171 * 0x43 DEFINE_FUNC define a (fileno,lineno)->funcname mapping
226 * PI len -- length of funcname
227 * BYTE funcname[len] -- len bytes of string data
677 const char *funcname)
679 Py_ssize_t len = strlen(funcname);
691 return pack_string(self, funcname, len);
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
traceback.go 316 print("runtime: unexpected return pc for ", funcname(f), " called from ", hex(frame.lr), "\n")
392 name := funcname(f)
568 switch funcname(f) {
588 print("runtime: confused by ", funcname(f), "\n")
637 print("created by ", funcname(f), "\n")
722 name := funcname(f)
    [all...]
heapdump.go 285 name := funcname(f)
593 dumpstr(funcname(f))
  /prebuilts/go/linux-x86/src/runtime/
traceback.go 316 print("runtime: unexpected return pc for ", funcname(f), " called from ", hex(frame.lr), "\n")
392 name := funcname(f)
568 switch funcname(f) {
588 print("runtime: confused by ", funcname(f), "\n")
637 print("created by ", funcname(f), "\n")
722 name := funcname(f)
    [all...]
heapdump.go 285 name := funcname(f)
593 dumpstr(funcname(f))
  /external/python/cpython2/Lib/plat-mac/
gensuitemodule.py 714 funcname = identify(name)
719 fp.write(" _argmap_%s = {\n"%funcname)
730 fp.write(" def %s(self, "%funcname)
764 fp.write(" aetools.keysubst(_arguments, self._argmap_%s)\n"%funcname)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
gensuitemodule.py 714 funcname = identify(name)
719 fp.write(" _argmap_%s = {\n"%funcname)
730 fp.write(" def %s(self, "%funcname)
764 fp.write(" aetools.keysubst(_arguments, self._argmap_%s)\n"%funcname)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
gensuitemodule.py 714 funcname = identify(name)
719 fp.write(" _argmap_%s = {\n"%funcname)
730 fp.write(" def %s(self, "%funcname)
764 fp.write(" aetools.keysubst(_arguments, self._argmap_%s)\n"%funcname)
    [all...]
  /build/kati/
func.go 43 // the first argument will be "(funcname", or "{funcname".
126 // args[0] is "(funcname", or "{funcname".
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
weakrefobject.c 271 parse_weakref_init_args(char *funcname, PyObject *args, PyObject *kwargs,
275 return PyArg_UnpackTuple(args, funcname, 1, 2, obp, callbackp);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
weakrefobject.c 260 parse_weakref_init_args(char *funcname, PyObject *args, PyObject *kwargs,
264 return PyArg_UnpackTuple(args, funcname, 1, 2, obp, callbackp);
  /external/opencv/cv/src/
_cvipp.h 524 #define IPCV_COLOR( funcname, ipp_funcname, flavor ) \
525 IPCVAPI_EX( CvStatus, icv##funcname##_##flavor##_C3R, \
    [all...]
  /external/python/cpython2/Objects/
weakrefobject.c 271 parse_weakref_init_args(char *funcname, PyObject *args, PyObject *kwargs,
274 return PyArg_UnpackTuple(args, funcname, 1, 2, obp, callbackp);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
transformer.py 217 funcname = self.decorator_name(nodelist[1][1:])
221 expr = self.com_call_function(funcname, nodelist[3])
223 expr = funcname
    [all...]
  /external/pdfium/core/fxge/win32/
fx_win32_gdipext.cpp 437 #define CallFunc(funcname) \
438 ((FuncType_##funcname)GdiplusExt.m_Functions[FuncId_##funcname])
    [all...]
  /external/python/cpython2/Lib/compiler/
transformer.py 217 funcname = self.decorator_name(nodelist[1][1:])
221 expr = self.com_call_function(funcname, nodelist[3])
223 expr = funcname
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
transformer.py 217 funcname = self.decorator_name(nodelist[1][1:])
221 expr = self.com_call_function(funcname, nodelist[3])
223 expr = funcname
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
transformer.py 217 funcname = self.decorator_name(nodelist[1][1:])
221 expr = self.com_call_function(funcname, nodelist[3])
223 expr = funcname
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
transformer.py 217 funcname = self.decorator_name(nodelist[1][1:])
221 expr = self.com_call_function(funcname, nodelist[3])
223 expr = funcname
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
transformer.py 217 funcname = self.decorator_name(nodelist[1][1:])
221 expr = self.com_call_function(funcname, nodelist[3])
223 expr = funcname
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
getargs.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
pickle.py 799 def whichmodule(func, funcname):
817 if name != '__main__' and getattr(module, funcname, None) is func:
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
getargs.c     [all...]
  /external/python/cpython2/Lib/
pickle.py 805 def whichmodule(func, funcname):
823 if name != '__main__' and getattr(module, funcname, None) is func:
    [all...]
  /external/python/cpython2/Python/
getargs.c     [all...]

Completed in 1726 milliseconds

1 2 3 4 5 67 8 9