Home
last modified time | relevance | path

Searched defs:locator (Results 1 – 19 of 19) sorted by relevance

/third_party/libxml2/python/tests/
Dreadererr.py21 def myErrorHandler(arg,msg,severity,locator): argument
/third_party/libxml2/python/
Ddrv_libxml2.py83 def __init__(self,locator): argument
119 def _errorHandler(self,arg,msg,severity,locator): argument
Dtypes.c935 libxml_xmlTextReaderLocatorPtrWrap(xmlTextReaderLocatorPtr locator) in libxml_xmlTextReaderLocatorPtrWrap()
Dlibxml.py715 def _xmlTextReaderErrorFunc(xxx_todo_changeme,msg,severity,locator): argument
Dlibxml.c2067 xmlTextReaderLocatorPtr locator) in libxml_xmlTextReaderErrorCallback()
/third_party/boost/boost/gil/extension/toolbox/image_types/
Dsubchroma_image.hpp216 using locator = Locator; typedef in boost::gil::subchroma_image_view
234 , const Locator& locator in subchroma_image_view()
409 locator_t locator( point_t( 0, 0 ) // p in init() local
562 locator_t locator( point_t( 0, 0 ) // p in subchroma_view() local
Dindexed_image.hpp171 , const Locator& locator in indexed_image_view()
340 locator_t locator( point_t( 0, 0 ) // p in init() local
/third_party/python/Lib/xml/sax/
D_exceptions.py59 def __init__(self, msg, exception, locator): argument
Dhandler.py57 def setDocumentLocator(self, locator): argument
Dsaxutils.py252 def setDocumentLocator(self, locator): argument
/third_party/skia/src/gpu/ops/
DSmallPathAtlasMgr.cpp109 GrDrawOpAtlas::AtlasLocator* locator) { in addToAtlas()
/third_party/cef/libcef/browser/
Dxml_reader_impl.cc55 xmlTextReaderLocatorPtr locator) { in xml_error_callback()
/third_party/boost/boost/gil/
Dimage_view.hpp63 using locator = Loc; typedef in boost::gil::image_view
/third_party/boost/boost/gil/concepts/
Dimage_view.hpp115 using locator = typename View::locator; // N-dimensional locator in constraints() typedef
/third_party/python/Lib/xml/dom/
Dpulldom.py38 def setDocumentLocator(self, locator): argument
/third_party/gettext/gnulib-local/lib/libxml/
Dxmlreader.c4800 xmlTextReaderLocatorLineNumber(xmlTextReaderLocatorPtr locator) { in xmlTextReaderLocatorLineNumber()
4837 xmlTextReaderLocatorBaseURI(xmlTextReaderLocatorPtr locator) { in xmlTextReaderLocatorBaseURI()
/third_party/libxml2/
Dxmlreader.c4844 xmlTextReaderLocatorLineNumber(xmlTextReaderLocatorPtr locator) { in xmlTextReaderLocatorLineNumber()
4881 xmlTextReaderLocatorBaseURI(xmlTextReaderLocatorPtr locator) { in xmlTextReaderLocatorBaseURI()
Dtestapi.c31865 xmlTextReaderLocatorPtr locator; /* the xmlTextReaderLocatorPtr used */ in test_xmlTextReaderLocatorBaseURI() local
31899 xmlTextReaderLocatorPtr locator; /* the xmlTextReaderLocatorPtr used */ in test_xmlTextReaderLocatorLineNumber() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/
Dcache_server.cc510 auto locator = flatbuffers::GetRoot<BatchDataLocatorMsg>(fbb->GetBufferPointer()); in BatchFetchRows() local