/third_party/libnl/lib/ |
D | cache_mngt.c | 47 if (!strcmp(ops->co_name, name)) in __nl_cache_ops_lookup() 255 if (!ops->co_name || !ops->co_obj_ops) in nl_cache_mngt_register() 262 if (__nl_cache_ops_lookup(ops->co_name)) { in nl_cache_mngt_register() 272 NL_DBG(1, "Registered cache operations %s\n", ops->co_name); in nl_cache_mngt_register() 309 NL_DBG(1, "Unregistered cache operations %s\n", ops->co_name); in nl_cache_mngt_unregister()
|
/third_party/python/Objects/clinic/ |
D | codeobject.c.h | 163 PyObject *co_name, PyBytesObject *co_linetable); 187 PyObject *co_name = self->co_name; in code_replace() local 341 co_name = args[14]; in code_replace() 352 …e, co_consts, co_names, co_varnames, co_freevars, co_cellvars, co_filename, co_name, co_linetable); in code_replace()
|
/third_party/python/Objects/ |
D | codeobject.c | 259 co->co_name = name; in PyCode_NewWithPosOnlyArgs() 397 {"co_name", T_OBJECT, OFF(co_name), READONLY}, 664 Py_XDECREF(co->co_name); in code_dealloc() 730 PyObject *co_name, PyBytesObject *co_linetable) in code_replace_impl() argument 751 co_code, co_filename, co_name, co_argcount, in code_replace_impl() 760 co_varnames, co_freevars, co_cellvars, co_filename, co_name, in code_replace_impl() 775 co->co_name, co, co->co_filename, lineno); in code_repr() 779 co->co_name, co, lineno); in code_repr() 930 eq = PyObject_RichCompareBool(co->co_name, cp->co_name, Py_EQ); in code_richcompare() 993 h0 = PyObject_Hash(co->co_name); in code_hash()
|
/third_party/python/Python/ |
D | traceback.c | 568 last_name == NULL || code->co_name != last_name) { in tb_printinternal() 574 last_name = code->co_name; in tb_printinternal() 580 code->co_name); in tb_printinternal() 799 if (code->co_name != NULL in dump_frame() 800 && PyUnicode_Check(code->co_name)) { in dump_frame() 801 _Py_DumpASCII(fd, code->co_name); in dump_frame()
|
/third_party/python/Lib/test/ |
D | test_code.py | 146 yield "<code object %s>" % elt.co_name 170 self.assertEqual(co.co_name, "funcname") 227 co.co_name,
|
D | test_bdb.py | 118 funcname = code.co_name 313 self.check_equal(self.expect[2], self.frame.f_code.co_name, 334 co_name = self.frame.f_code.co_name 335 state = "('%s', %d, '%s'" % (self.event, lineno, co_name)
|
D | test_dtrace.py | 136 if isinstance(c, types.CodeType) and c.co_name == funcname:
|
/third_party/python/Lib/ |
D | bdb.py | 564 if frame.f_code.co_name: 565 s += frame.f_code.co_name 793 if frame.f_code.co_name != b.funcname: 860 name = frame.f_code.co_name 865 name = frame.f_code.co_name
|
D | profile.py | 268 fn = (fcode.co_filename, fcode.co_firstlineno, fcode.co_name) 352 self.co_name = name 356 return repr((self.co_filename, self.co_line, self.co_name))
|
D | cProfile.py | 126 return (code.co_filename, code.co_firstlineno, code.co_name)
|
/third_party/libnl/include/netlink-private/ |
D | cache-api.h | 168 char * co_name; member
|
D | netlink.h | 204 return cache->c_ops ? cache->c_ops->co_name : "unknown"; in nl_cache_name()
|
/third_party/mindspore/mindspore/ccsrc/pybind_api/ir/ |
D | primitive_py.cc | 223 py::object co_name = py::getattr(code_obj, "co_name"); in RunCellHookFunction() local 224 if (std::string(py::str(co_name)) == "staging_specialize") { in RunCellHookFunction() 253 py::object co_name = py::getattr(code_obj, "co_name"); in RunVariableHookFunction() local 254 if (std::string(py::str(co_name)) == "staging_specialize") { in RunVariableHookFunction()
|
/third_party/libnl/src/ |
D | nl-list-caches.c | 41 ops->co_name, ops->co_hdrsize, in print()
|
/third_party/python/Lib/asyncio/ |
D | base_tasks.py | 67 name = co.co_name
|
/third_party/python/Include/cpython/ |
D | code.h | 40 PyObject *co_name; /* unicode (name, for reference) */ member
|
/third_party/libnl/lib/route/ |
D | route.c | 183 .co_name = "route/route",
|
/third_party/python/Lib/idlelib/ |
D | debugger.py | 53 if code.co_name != "?": 54 message = "%s: %s()" % (message, code.co_name) 400 funcname = code.co_name
|
D | stackviewer.py | 74 funcname = code.co_name
|
/third_party/libnl/lib/netfilter/ |
D | log_msg.c | 177 .co_name = "netfilter/log_msg",
|
D | log.c | 235 .co_name = "netfilter/log",
|
D | queue.c | 235 .co_name = "netfilter/queue",
|
/third_party/jinja2/ |
D | debug.py | 111 function = tb.tb_frame.f_code.co_name
|
/third_party/skia/third_party/externals/jinja2/ |
D | debug.py | 111 function = tb.tb_frame.f_code.co_name
|
/third_party/libnl/lib/fib_lookup/ |
D | lookup.c | 330 .co_name = "fib_lookup/fib_lookup",
|