Home
last modified time | relevance | path

Searched refs:get_namespaces (Results 1 – 6 of 6) sorted by relevance

/third_party/musl/porting/linux/user/ldso/
Dns_config.h59 strlist *(*get_namespaces)(void); member
Dns_config.c645 g_configor.get_namespaces = config_get_namespaces; in configor_init()
Ddynlink.c414 strlist *s_ns = conf->get_namespaces(); in init_namespace()
/third_party/python/Lib/
Dsymtable.py302 def get_namespaces(self): member in Symbol
/third_party/python/Lib/test/
Dtest_symtable.py159 self.assertEqual(len(ns_test.get_namespaces()), 2)
/third_party/python/Doc/library/
Dsymtable.rst191 .. method:: get_namespaces()