Home
last modified time | relevance | path

Searched refs:locator (Results 1 – 20 of 20) sorted by relevance

/third_party/python/Lib/xml/sax/
D_exceptions.py59 def __init__(self, msg, exception, locator): argument
62 self._locator = locator
Dhandler.py57 def setDocumentLocator(self, locator): argument
78 self._locator = locator
Dsaxutils.py252 def setDocumentLocator(self, locator): argument
253 self._cont_handler.setDocumentLocator(locator)
/third_party/skia/src/gpu/ops/
DSmallPathAtlasMgr.cpp120 GrDrawOpAtlas::AtlasLocator* locator) { in addToAtlas() argument
121 return fAtlas->addToAtlas(resourceProvider, target, width, height, image, locator); in addToAtlas()
/third_party/node/deps/openssl/openssl/crypto/ocsp/
Dv3_ocsp.c250 for (i = 0; i < sk_ACCESS_DESCRIPTION_num(a->locator); i++) { in i2r_ocsp_serviceloc()
251 ad = sk_ACCESS_DESCRIPTION_value(a->locator, i); in i2r_ocsp_serviceloc()
Docsp_local.h217 STACK_OF(ACCESS_DESCRIPTION) *locator;
Docsp_ext.c446 && (sloc->locator = sk_ACCESS_DESCRIPTION_new_null()) == NULL) in OCSP_url_svcloc_new()
461 if (!sk_ACCESS_DESCRIPTION_push(sloc->locator, ad)) in OCSP_url_svcloc_new()
Docsp_asn.c132 ASN1_SEQUENCE_OF_OPT(OCSP_SERVICELOC, locator, ACCESS_DESCRIPTION)
/third_party/openssl/crypto/ocsp/
Dv3_ocsp.c250 for (i = 0; i < sk_ACCESS_DESCRIPTION_num(a->locator); i++) { in i2r_ocsp_serviceloc()
251 ad = sk_ACCESS_DESCRIPTION_value(a->locator, i); in i2r_ocsp_serviceloc()
Docsp_local.h217 STACK_OF(ACCESS_DESCRIPTION) *locator;
Docsp_ext.c446 && (sloc->locator = sk_ACCESS_DESCRIPTION_new_null()) == NULL) in OCSP_url_svcloc_new()
461 if (!sk_ACCESS_DESCRIPTION_push(sloc->locator, ad)) in OCSP_url_svcloc_new()
Docsp_asn.c132 ASN1_SEQUENCE_OF_OPT(OCSP_SERVICELOC, locator, ACCESS_DESCRIPTION)
/third_party/python/Doc/library/
Dxml.sax.handler.rst171 .. method:: ContentHandler.setDocumentLocator(locator)
173 Called by the parser to give the application a locator for locating the origin
177 locator: if it does so, it must supply the locator to the application by
181 The locator allows the application to determine the end position of any
185 information returned by the locator is probably not sufficient for use with a
188 Note that the locator will return correct information only during the invocation
Dxml.sax.rst116 .. exception:: SAXParseException(msg, exception, locator)
Dxml.sax.reader.rst48 Interface for associating a SAX event with a document location. A locator object
/third_party/cef/libcef/browser/
Dxml_reader_impl.cc55 xmlTextReaderLocatorPtr locator) { in xml_error_callback() argument
64 ss << error_str << ", line " << xmlTextReaderLocatorLineNumber(locator); in xml_error_callback()
/third_party/python/Lib/xml/dom/
Dpulldom.py38 def setDocumentLocator(self, locator): argument
39 self._locator = locator
/third_party/node/deps/corepack/dist/lib/
Dcorepack.cjs39026 async function installVersion(installTarget, locator, { spec }) {
39028 const { version: version2, build } = import_semver.default.parse(locator.reference);
39029 const installFolder = import_path2.default.join(installTarget, locator.name, version2);
39031 log(`Reusing ${locator.name}@${locator.reference}`);
39040 log(`Installing ${locator.name}@${version2} from ${url} to ${tmpFolder}`);
39064 log(`Another instance of corepack installed ${locator.name}@${locator.reference}`);
39073 async function runVersion(locator, installSpec, binName, args) {
39093 if (locator.name !== `npm` || import_semver.default.lt(locator.reference, `9.7.0`))
39210 async activatePackageManager(locator) {
39219 lastKnownGood[locator.name] = locator.reference;
[all …]
/third_party/python/Misc/
DHISTORY23031 circular references by using itself as the locator that gets passed
/third_party/chromium/patch/
D0001-cve.patch126497 - * Receive the document locator at startup, actually xmlDefaultSAXLocator
128367 - * Receive the document locator at startup, actually xmlDefaultSAXLocator