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

1234

/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DSAXSourceLocator.java55 * @param locator Source locator
57 public SAXSourceLocator(Locator locator) argument
59 m_locator = locator;
60 this.setColumnNumber(locator.getColumnNumber());
61 this.setLineNumber(locator.getLineNumber());
62 this.setPublicId(locator.getPublicId());
63 this.setSystemId(locator.getSystemId());
70 * @param locator Source locator
72 SAXSourceLocator(javax.xml.transform.SourceLocator locator) argument
[all...]
H A DDefaultErrorHandler.java280 // SourceLocator locator = exception.getLocator();
281 SourceLocator locator = null;
284 // Try to find the locator closest to the cause.
289 locator = new SAXSourceLocator((SAXParseException)cause);
295 locator = causeLocator;
307 exception.setLocator(locator);
322 SourceLocator locator = null;
325 // Try to find the locator closest to the cause.
330 locator = new SAXSourceLocator((SAXParseException)cause);
336 locator
[all...]
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DDTMConfigurationException.java79 * @param locator The locator object for the error or warning.
82 SourceLocator locator) {
83 super(message, locator);
91 * @param locator The locator object for the error or warning.
95 SourceLocator locator,
97 super(message, locator, e);
81 DTMConfigurationException(String message, SourceLocator locator) argument
94 DTMConfigurationException(String message, SourceLocator locator, Throwable e) argument
H A DDTMException.java40 /** Field locator specifies where the error occured.
42 SourceLocator locator; field in class:DTMException
51 return locator;
61 locator = location;
140 this.locator = null;
153 this.locator = null;
173 this.locator = null;
184 * @param locator The locator object for the error or warning.
186 public DTMException(String message, SourceLocator locator) { argument
202 DTMException(String message, SourceLocator locator, Throwable e) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/
H A DXPathFactory.java39 * @param locator The location of the expression string, mainly for diagnostic
48 XPath create(String exprString, SourceLocator locator, argument
H A DSourceTreeManager.java119 String base, String urlString, SourceLocator locator)
230 * @param locator The location of the caller, for diagnostic purposes.
238 String base, String urlString, SourceLocator locator, XPathContext xctxt)
245 Source source = this.resolveURI(base, urlString, locator);
248 return getSourceTree(source, locator, xctxt);
252 throw new TransformerException(ioe.getMessage(), locator, ioe);
257 throw new TransformerException(te.getMessage(), locator, te);
265 * @param locator The location of the caller, for diagnostic purposes.
272 public int getSourceTree(Source source, SourceLocator locator, XPathContext xctxt) argument
281 n = parseToNode(source, locator, xctx
118 resolveURI( String base, String urlString, SourceLocator locator) argument
237 getSourceTree( String base, String urlString, SourceLocator locator, XPathContext xctxt) argument
300 parseToNode(Source source, SourceLocator locator, XPathContext xctxt) argument
341 getXMLReader(Source inputSource, SourceLocator locator) argument
[all...]
H A DXPath.java155 * @param locator The location of the expression, may be null.
164 String exprString, SourceLocator locator, PrefixResolver prefixResolver, int type,
174 XPathParser parser = new XPathParser(errorListener, locator);
175 Compiler compiler = new Compiler(errorListener, locator, m_funcTable);
190 if((null != locator) && locator instanceof ExpressionNode)
192 expr.exprSetParent((ExpressionNode)locator);
203 * @param locator The location of the expression, may be null.
212 String exprString, SourceLocator locator,
223 XPathParser parser = new XPathParser(errorListener, locator);
163 XPath( String exprString, SourceLocator locator, PrefixResolver prefixResolver, int type, ErrorListener errorListener) argument
211 XPath( String exprString, SourceLocator locator, PrefixResolver prefixResolver, int type, ErrorListener errorListener, FunctionTable aTable) argument
262 XPath( String exprString, SourceLocator locator, PrefixResolver prefixResolver, int type) argument
[all...]
/external/chromium_org/v8/src/
H A Deffects.h84 Locator locator; local
85 return this->Find(var, &locator)
86 ? locator.value() : Effect::Unknown(Base::zone());
97 Locator locator; local
98 if (!this->Insert(var, &locator)) {
99 effect = Effect::Seq(locator.value(), effect, Base::zone());
101 locator.set_value(effect);
111 Locator locator; local
112 if (!this->Insert(var, &locator)) {
113 effect = Effect::Alt(locator
153 Locator locator; local
201 Find(Var var, Locator* locator) argument
205 Insert(Var var, Locator* locator) argument
269 Find(Var var, Locator* locator) argument
295 Insert(Var var, Locator* locator) argument
[all...]
H A Dsplay-tree-inl.h23 Locator* locator) {
34 locator->bind(root_);
41 locator->bind(root_);
77 bool SplayTree<Config, Allocator>::Find(const Key& key, Locator* locator) { argument
79 locator->bind(root_);
89 Locator* locator) {
99 locator->bind(root_);
104 bool result = FindGreatest(locator);
113 Locator* locator) {
123 locator
22 Insert(const Key& key, Locator* locator) argument
88 FindGreatestLessThan(const Key& key, Locator* locator) argument
112 FindLeastGreaterThan(const Key& key, Locator* locator) argument
136 FindGreatest(Locator* locator) argument
148 FindLeast(Locator* locator) argument
[all...]
H A Dsplay-tree.h60 // true if a node was inserted, otherwise false. If found the locator
62 bool Insert(const Key& key, Locator* locator);
65 // otherwise false. If the node is found the locator is enabled and
67 bool Find(const Key& key, Locator* locator);
71 bool FindGreatestLessThan(const Key& key, Locator* locator);
74 bool FindGreatest(Locator* locator);
78 bool FindLeastGreaterThan(const Key& key, Locator* locator);
81 bool FindLeast(Locator* locator);
134 // A locator provides access to a node in the tree without actually
H A Dprofile-generator.cc356 CodeTree::Locator locator; local
357 tree_.Insert(addr, &locator);
358 locator.set_value(CodeEntryInfo(entry, size));
366 CodeTree::Locator locator; local
367 if (!tree_.FindGreatestLessThan(addr, &locator)) break;
368 Address start2 = locator.key(), end2 = start2 + locator.value().size;
377 CodeTree::Locator locator; local
378 if (tree_.FindGreatestLessThan(addr, &locator)) {
379 // locator
393 CodeTree::Locator locator; local
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemTemplate.java93 * @param locator SourceLocator holding location information
95 public void setLocaterInfo(SourceLocator locator) argument
98 m_publicId = locator.getPublicId();
99 m_systemId = locator.getSystemId();
101 super.setLocaterInfo(locator);
H A DFuncDocument.java326 SourceLocator locator = spe2.getLocator();
327 if ((null != locator) && (null != locator.getSystemId()))
328 diagnosticsWriter.println(" ID: " + locator.getSystemId()
329 + " Line #" + locator.getLineNumber()
331 + locator.getColumnNumber());
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DStylesheetHandler.java400 * This is called by the parser to push a locator for the
405 * @param locator A locator for all SAX document events.
409 public void setDocumentLocator(Locator locator) argument
412 // System.out.println("pushing locator for: "+locator.getSystemId());
413 m_stylesheetLocatorStack.push(new SAXSourceLocator(locator));
855 SAXSourceLocator locator = getLocator();
861 handler.warning(new TransformerException(formattedMsg, locator));
901 SAXSourceLocator locator
[all...]
H A DProcessorLRE.java101 // ***** Note that we're assigning an empty locator. Is this necessary?
103 Locator locator = handler.getLocator();
104 if(null != locator)
106 slocator.setLineNumber(locator.getLineNumber());
107 slocator.setColumnNumber(locator.getColumnNumber());
108 slocator.setPublicId(locator.getPublicId());
109 slocator.setSystemId(locator.getSystemId());
/external/sonivox/arm-wt-22k/host_src/
H A Deas_hostmm.c9 * The file locator (EAS_FILE_LOCATOR) handle passed to
237 EAS_RESULT EAS_HWOpenFile (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_LOCATOR locator, EAS_FILE_HANDLE *pFile, EAS_FILE_MODE mode) argument
257 if (locator->path) {
259 if ((fd = open(locator->path, O_RDONLY)) < 0) {
264 fd = dup(locator->fd);
268 if (locator->length == 0) {
281 file->fileSize = (EAS_I32) locator->length;
285 file->offset = locator->offset;
H A Deas_host.h63 extern EAS_RESULT EAS_HWOpenFile(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_LOCATOR locator, EAS_FILE_HANDLE *pFile, EAS_FILE_MODE mode);
H A Djet.h95 EAS_PUBLIC EAS_RESULT JET_OpenFile (EAS_DATA_HANDLE easHandle, EAS_FILE_LOCATOR locator);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dfiles.py142 `locator` is a FileLocator that is used to canonicalize the results.
145 def __init__(self, locator=None):
147 self.locator = locator
203 if self.locator:
204 new = self.locator.canonical_filename(new)
/external/eyes-free/AccessCheck/src/com/android/accessibility/
H A DAccessibilityValidationContentHandler.java105 public void setDocumentLocator(Locator locator) { argument
106 mLocator = locator;
/external/chromium_org/third_party/skia/gm/rebaseline_server/
H A Dimagediffdb.py341 If expected_image_url (or its locator) is None, just download actual_image.
342 If actual_image_url (or its locator) is None, just download expected_image.
465 def _sanitize_locator(locator):
466 """Returns a sanitized version of a locator (one in which we know none of the
470 locator: string, or something that can be represented as a string.
474 if locator:
475 return DISALLOWED_FILEPATH_CHAR_REGEX.sub('_', str(locator))
477 return locator
/external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
H A DSAX1ParserAdapter.java152 public void setDocumentLocator(Locator locator) argument
154 docHandler.setDocumentLocator(locator);
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DExtendedContentHandler.java214 * This method is used to set the source locator, which might be used to
216 * @param locator the source locator
218 public void setSourceLocator(SourceLocator locator); argument
/external/sonivox/arm-fm-22k/host_src/
H A Deas_host.h59 extern EAS_RESULT EAS_HWOpenFile(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_LOCATOR locator, EAS_FILE_HANDLE *pFile, EAS_FILE_MODE mode);
/external/sonivox/arm-hybrid-22k/host_src/
H A Deas_host.h59 extern EAS_RESULT EAS_HWOpenFile(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_LOCATOR locator, EAS_FILE_HANDLE *pFile, EAS_FILE_MODE mode);

Completed in 5063 milliseconds

1234