Searched refs:locator (Results 1 - 12 of 12) sorted by relevance
/third_party/python/Lib/xml/sax/ |
H A D | handler.py | 57 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.py | 59 def __init__(self, msg, exception, locator): 62 self._locator = locator
|
H A D | saxutils.py | 252 def setDocumentLocator(self, locator): 253 self._cont_handler.setDocumentLocator(locator)
|
/third_party/skia/src/gpu/ops/ |
H A D | SmallPathAtlasMgr.cpp | 120 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 D | imfdec.c | 82 * 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 D | v3_ocsp.c | 250 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 D | ocsp_local.h | 213 * locator AuthorityInfoAccessSyntax OPTIONAL } 217 STACK_OF(ACCESS_DESCRIPTION) *locator; member
|
H A D | ocsp_ext.c | 446 && (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 D | v3_ocsp.c | 250 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 D | ocsp_local.h | 213 * locator AuthorityInfoAccessSyntax OPTIONAL } 217 STACK_OF(ACCESS_DESCRIPTION) *locator; member
|
H A D | ocsp_ext.c | 446 && (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 D | pulldom.py | 38 def setDocumentLocator(self, locator): 39 self._locator = locator
|
Completed in 11 milliseconds