Searched refs:namespace_handler (Results 1 – 3 of 3) sorted by relevance
/external/google-breakpad/src/common/ |
D | dwarf_cu_to_module_unittest.cc | 1073 DIEHandler *namespace_handler in TEST_P() local 1076 EXPECT_TRUE(namespace_handler != NULL); in TEST_P() 1077 DIEHandler *enclosure_handler = StartNamedDIE(namespace_handler, tag, in TEST_P() 1083 namespace_handler->Finish(); in TEST_P() 1084 delete namespace_handler; in TEST_P() 1096 DIEHandler *namespace_handler in TEST_F() local 1099 EXPECT_TRUE(namespace_handler != NULL); in TEST_F() 1101 = StartNamedDIE(namespace_handler, dwarf2reader::DW_TAG_structure_type, in TEST_F() 1112 namespace_handler->Finish(); in TEST_F() 1113 delete namespace_handler; in TEST_F()
|
/external/python/setuptools/pkg_resources/ |
D | __init__.py | 2187 def register_namespace_handler(importer_type, namespace_handler): argument 2202 _namespace_handlers[importer_type] = namespace_handler
|
/external/python/setuptools/docs/ |
D | pkg_resources.rst | 1405 ``register_namespace_handler(importer_type, namespace_handler)`` 1406 Register ``namespace_handler`` to declare namespace packages for the given 1408 "importer" (sys.path item handler), and ``namespace_handler`` is a callable 1411 def namespace_handler(importer, path_entry, moduleName, module):
|