Home
last modified time | relevance | path

Searched defs:resolve_name (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/importlib/
Dutil.py27 def resolve_name(name, package): function
/third_party/python/Lib/
Dpkgutil.py644 def resolve_name(name): function
/third_party/nghttp2/src/
Dshrpx_http2_session.cc306 int Http2Session::resolve_name() { in resolve_name() function in shrpx::Http2Session
/third_party/python/Python/
Dimport.c1319 resolve_name(PyThreadState *tstate, PyObject *name, PyObject *globals, int level) in resolve_name() function