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

1 2 3 4 56 7 8 9

  /external/python/cpython2/Objects/
codeobject.c 152 PyCode_NewEmpty(const char *filename, const char *funcname, int firstlineno)
169 funcname_ob = PyString_FromString(funcname);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
profile.py 551 for (filename, line, funcname), (cc, ns, tt, ct, callers) in \
553 if funcname in ("f", "f1"):
  /prebuilts/gdb/linux-x86/lib/python2.7/
profile.py 551 for (filename, line, funcname), (cc, ns, tt, ct, callers) in \
553 if funcname in ("f", "f1"):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
profile.py 551 for (filename, line, funcname), (cc, ns, tt, ct, callers) in \
553 if funcname in ("f", "f1"):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
profile.py 551 for (filename, line, funcname), (cc, ns, tt, ct, callers) in \
553 if funcname in ("f", "f1"):
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
pyparser.py 202 self.listener.funcname = node.name
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
html.go 20 func NewHTMLWriter(path string, logger Logger, funcname string) *HTMLWriter {
26 html.start(funcname)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
html.go 20 func NewHTMLWriter(path string, logger Logger, funcname string) *HTMLWriter {
26 html.start(funcname)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
ccompiler.py     [all...]
  /external/python/cpython2/Lib/distutils/
ccompiler.py 726 def has_function(self, funcname, includes=None, include_dirs=None,
728 """Return a boolean indicating whether funcname is supported on
745 fd, fname = tempfile.mkstemp(".c", funcname, text=True)
    [all...]
  /external/python/cpython2/Lib/idlelib/
Debugger.py 396 funcname = code.co_name
401 if funcname in ("?", "", None):
404 item = "%s.%s(), line %d: %s" % (modname, funcname,
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
ccompiler.py 726 def has_function(self, funcname, includes=None, include_dirs=None,
728 """Return a boolean indicating whether funcname is supported on
745 fd, fname = tempfile.mkstemp(".c", funcname, text=True)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
Debugger.py 348 funcname = code.co_name
353 if funcname in ("?", "", None):
356 item = "%s.%s(), line %d: %s" % (modname, funcname,
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
ccompiler.py 726 def has_function(self, funcname, includes=None, include_dirs=None,
728 """Return a boolean indicating whether funcname is supported on
745 fd, fname = tempfile.mkstemp(".c", funcname, text=True)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
Debugger.py 348 funcname = code.co_name
353 if funcname in ("?", "", None):
356 item = "%s.%s(), line %d: %s" % (modname, funcname,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
ccompiler.py 726 def has_function(self, funcname, includes=None, include_dirs=None,
728 """Return a boolean indicating whether funcname is supported on
745 fd, fname = tempfile.mkstemp(".c", funcname, text=True)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
Debugger.py 348 funcname = code.co_name
353 if funcname in ("?", "", None):
356 item = "%s.%s(), line %d: %s" % (modname, funcname,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
ccompiler.py 726 def has_function(self, funcname, includes=None, include_dirs=None,
728 """Return a boolean indicating whether funcname is supported on
745 fd, fname = tempfile.mkstemp(".c", funcname, text=True)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
Debugger.py 348 funcname = code.co_name
353 if funcname in ("?", "", None):
356 item = "%s.%s(), line %d: %s" % (modname, funcname,
  /prebuilts/go/darwin-x86/src/runtime/
stack.go 608 print("runtime: bad pointer in frame ", funcname(f), " at ", pp, ": ", hex(p), "\n")
613 print("adjust ptr ", hex(p), " ", funcname(f), "\n")
638 print(" adjusting ", funcname(f), " frame=[", hex(frame.sp), ",", hex(frame.fp), "] pc=", hex(frame.pc), " continpc=", hex(frame.continpc), "\n")
667 print("runtime: frame ", funcname(f), " untyped locals ", hex(frame.varp-size), "+", hex(size), "\n")
673 print("runtime: pcdata is ", pcdata, " and ", stackmap.n, " locals stack map entries for ", funcname(f), " (targetpc=", targetpc, ")\n")
715 print("runtime: frame ", funcname(f), " untyped args ", frame.argp, "+", frame.arglen, "\n")
720 print("runtime: pcdata is ", pcdata, " and ", stackmap.n, " args stack map entries for ", funcname(f), " (targetpc=", targetpc, ")\n")
    [all...]
syscall_windows_test.go 267 var funcname, attr string
269 funcname = f.stdcallName()
272 funcname = f.cdeclName()
275 typename := "t" + funcname
293 `, attr, typename, params, funcname, typename, args)
  /prebuilts/go/linux-x86/src/runtime/
stack.go 608 print("runtime: bad pointer in frame ", funcname(f), " at ", pp, ": ", hex(p), "\n")
613 print("adjust ptr ", hex(p), " ", funcname(f), "\n")
638 print(" adjusting ", funcname(f), " frame=[", hex(frame.sp), ",", hex(frame.fp), "] pc=", hex(frame.pc), " continpc=", hex(frame.continpc), "\n")
667 print("runtime: frame ", funcname(f), " untyped locals ", hex(frame.varp-size), "+", hex(size), "\n")
673 print("runtime: pcdata is ", pcdata, " and ", stackmap.n, " locals stack map entries for ", funcname(f), " (targetpc=", targetpc, ")\n")
715 print("runtime: frame ", funcname(f), " untyped args ", frame.argp, "+", frame.arglen, "\n")
720 print("runtime: pcdata is ", pcdata, " and ", stackmap.n, " args stack map entries for ", funcname(f), " (targetpc=", targetpc, ")\n")
    [all...]
syscall_windows_test.go 267 var funcname, attr string
269 funcname = f.stdcallName()
272 funcname = f.cdeclName()
275 typename := "t" + funcname
293 `, attr, typename, params, funcname, typename, args)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/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
673 const char *funcname)
675 Py_ssize_t len = strlen(funcname);
687 return pack_string(self, funcname, len);
    [all...]
_testcapimodule.c 1612 const char *funcname; local
    [all...]

Completed in 1480 milliseconds

1 2 3 4 56 7 8 9