Home
last modified time | relevance | path

Searched refs:namespace_handler (Results 1 – 3 of 3) sorted by relevance

/external/google-breakpad/src/common/
Ddwarf_cu_to_module_unittest.cc1073 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__.py2070 def register_namespace_handler(importer_type, namespace_handler): argument
2085 _namespace_handlers[importer_type] = namespace_handler
/external/python/setuptools/docs/
Dpkg_resources.txt1400 ``register_namespace_handler(importer_type, namespace_handler)``
1401 Register `namespace_handler` to declare namespace packages for the given
1403 "importer" (sys.path item handler), and `namespace_handler` is a callable
1406 def namespace_handler(importer, path_entry, moduleName, module):