Home
last modified time | relevance | path

Searched refs:locator (Results 1 - 12 of 12) sorted by relevance

/third_party/python/Lib/xml/sax/
H A Dhandler.py57 def setDocumentLocator(self, locator):
58 """Called by the parser to give the application a locator for
62 required) to supply a locator: if it does so, it must supply
63 the locator to the application by invoking this method before
67 The locator allows the application to determine the end
72 business rules). The information returned by the locator is
75 Note that the locator will return correct information only
78 self._locator = locator
H A D_exceptions.py59 def __init__(self, msg, exception, locator):
62 self._locator = locator
H A Dsaxutils.py252 def setDocumentLocator(self, locator):
253 self._cont_handler.setDocumentLocator(locator)
/third_party/skia/src/gpu/ops/
H A DSmallPathAtlasMgr.cpp120 GrDrawOpAtlas::AtlasLocator* locator) { in addToAtlas()
121 return fAtlas->addToAtlas(resourceProvider, target, width, height, image, locator); in addToAtlas()
117 addToAtlas(GrResourceProvider* resourceProvider, GrDeferredUploadTarget* target, int width, int height, const void* image, GrDrawOpAtlas::AtlasLocator* locator) addToAtlas() argument
/third_party/ffmpeg/libavformat/
H A Dimfdec.c82 * IMF Asset locator
90 * IMF Asset locator map
99 IMFAssetLocator *locator; /**< Location of the resource */ member
368 track_resource->locator->absolute_uri); in open_track_resource_context()
391 track_resource->locator->absolute_uri, in open_track_resource_context()
396 track_resource->locator->absolute_uri, av_err2str(ret)); in open_track_resource_context()
423 track_resource->locator->absolute_uri, seek_offset); in open_track_resource_context()
430 track_resource->locator->absolute_uri, in open_track_resource_context()
456 av_log(s, AV_LOG_ERROR, "Could not find asset locator for UUID: " AV_PRI_URN_UUID "\n", in open_track_file_resource()
463 "Found locator fo in open_track_file_resource()
[all...]
/third_party/node/deps/openssl/openssl/crypto/ocsp/
H A 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()
H A Docsp_local.h213 * locator AuthorityInfoAccessSyntax OPTIONAL }
217 STACK_OF(ACCESS_DESCRIPTION) *locator; member
H A 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()
/third_party/openssl/crypto/ocsp/
H A 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()
H A Docsp_local.h213 * locator AuthorityInfoAccessSyntax OPTIONAL }
217 STACK_OF(ACCESS_DESCRIPTION) *locator; member
H A 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()
/third_party/python/Lib/xml/dom/
H A Dpulldom.py38 def setDocumentLocator(self, locator):
39 self._locator = locator

Completed in 8 milliseconds