Home
last modified time | relevance | path

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

12345

/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/
DInputStreamSourceFileLocatorTest.java47 ISourceFileLocator locator = new TestLocator("UTF-8", 17); in testGetTabWidth() local
53 ISourceFileLocator locator = new TestLocator("UTF-8", 4); in testGetSourceFileNegative() local
59 ISourceFileLocator locator = new TestLocator("UTF-8", 4); in testGetSourceFile() local
67 ISourceFileLocator locator = new TestLocator("UTF-8", 4); in testGetSourceFileDefaultPackage() local
74 ISourceFileLocator locator = new TestLocator("UTF-16", 4); in testEncoding() local
81 ISourceFileLocator locator = new TestLocator(null, 4); in testDefaultEncoding() local
DDirectorySourceFileLocatorTest.java39 private ISourceFileLocator locator; field in DirectorySourceFileLocatorTest
/external/v8/src/
Dsplay-tree-inl.h25 Locator* locator) { in Insert()
79 bool SplayTree<Config, Allocator>::Find(const Key& key, Locator* locator) { in Find()
91 Locator* locator) { in FindGreatestLessThan()
115 Locator* locator) { in FindLeastGreaterThan()
138 bool SplayTree<Config, Allocator>::FindGreatest(Locator* locator) { in FindGreatest()
149 bool SplayTree<Config, Allocator>::FindLeast(Locator* locator) { in FindLeast()
/external/apache-xml/src/main/java/org/apache/xpath/
DSourceTreeManager.java119 String base, String urlString, SourceLocator locator) in resolveURI()
238 String base, String urlString, SourceLocator locator, XPathContext xctxt) in getSourceTree()
272 public int getSourceTree(Source source, SourceLocator locator, XPathContext xctxt) in getSourceTree()
300 public int parseToNode(Source source, SourceLocator locator, XPathContext xctxt) in parseToNode()
341 public static XMLReader getXMLReader(Source inputSource, SourceLocator locator) in getXMLReader()
DXPathFactory.java48 XPath create(String exprString, SourceLocator locator, in create()
DXPath.java164 String exprString, SourceLocator locator, PrefixResolver prefixResolver, int type, in XPath()
212 String exprString, SourceLocator locator, in XPath()
263 String exprString, SourceLocator locator, PrefixResolver prefixResolver, int type) in XPath()
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/process/ast/
DBodyDeclarationLocatorStore.java45 public void add(BodyDeclarationLocator locator, T data) { in add()
76 private final BodyDeclarationLocator locator; field in BodyDeclarationLocatorStore.Mapping
79 private Mapping(BodyDeclarationLocator locator, T value) { in Mapping()
/external/apache-xml/src/main/java/org/apache/xml/utils/
DSAXSourceLocator.java57 public SAXSourceLocator(Locator locator) in SAXSourceLocator()
72 public SAXSourceLocator(javax.xml.transform.SourceLocator locator) in SAXSourceLocator()
DDefaultErrorHandler.java281 SourceLocator locator = null; in ensureLocationSet() local
322 SourceLocator locator = null; in printLocation() local
/external/apache-xml/src/main/java/org/apache/xml/dtm/
DDTMConfigurationException.java82 SourceLocator locator) { in DTMConfigurationException()
95 SourceLocator locator, in DTMConfigurationException()
DDTMException.java42 SourceLocator locator; field in DTMException
186 public DTMException(String message, SourceLocator locator) { in DTMException()
202 public DTMException(String message, SourceLocator locator, in DTMException()
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/
DAbstractGroupVisitor.java44 final ISourceFileLocator locator) throws IOException { in visitBundle()
61 ISourceFileLocator locator) throws IOException; in handleBundle()
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/page/
DBundlePage.java29 private final ISourceFileLocator locator; field in BundlePage
48 final ISourceFileLocator locator, final ReportOutputFolder folder, in BundlePage()
DPackageSourcePage.java34 private final ISourceFileLocator locator; field in PackageSourcePage
55 final ReportPage parent, final ISourceFileLocator locator, in PackageSourcePage()
/external/guice/lib/build/
Dsafesax.jar ... public void setDocumentLocator (org.xml.sax.Locator) org.xml.sax.Locator locator public ...
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DStylesheetHandler.java409 public void setDocumentLocator(Locator locator) in setDocumentLocator()
855 SAXSourceLocator locator = getLocator(); in warn() local
901 SAXSourceLocator locator = getLocator(); in error() local
968 SAXSourceLocator locator = getLocator(); in warning() local
996 SAXSourceLocator locator = getLocator(); in error() local
1024 SAXSourceLocator locator = getLocator(); in fatalError() local
1426 SourceLocator locator = getLocator(); in getBaseIdentifier() local
1450 SAXSourceLocator locator = new SAXSourceLocator(); in getLocator() local
1664 SAXSourceLocator locator = getLocator(); in pushSpaceHandling() local
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/processors/
DAddAnnotation.java134 BodyDeclarationLocator locator = null; in fromJsonFile() local
235 void onAddAnnotation(AnnotationInfo annotationInfo, BodyDeclarationLocator locator, in onAddAnnotation()
297 BodyDeclarationLocator locator = mapping.getLocator(); in handleBodyDeclaration() local
/external/jacoco/org.jacoco.report/src/org/jacoco/report/
DIReportGroupVisitor.java47 void visitBundle(IBundleCoverage bundle, ISourceFileLocator locator) in visitBundle()
DMultiSourceFileLocator.java49 public void add(final ISourceFileLocator locator) { in add()
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/match/
DSourceMatchers.java50 public static SourceMatcher contains(final BodyDeclarationLocator locator) { in contains()
/external/libxml2/python/tests/
Dreadererr.py21 def myErrorHandler(arg,msg,severity,locator): argument
/external/libxml2/python/
Ddrv_libxml2.py83 def __init__(self,locator): argument
119 def _errorHandler(self,arg,msg,severity,locator): argument
/external/jacoco/org.jacoco.ant.test/src/org/jacoco/ant/
DAntFilesLocatorTest.java41 private AntFilesLocator locator; field in AntFilesLocatorTest
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/xml/
DXMLGroupVisitor.java49 final ISourceFileLocator locator) throws IOException { in handleBundle()
/external/jacoco/org.jacoco.report/src/org/jacoco/report/csv/
DCSVGroupHandler.java41 final ISourceFileLocator locator) throws IOException { in visitBundle()

12345