/aosp_15_r20/cts/common/device-side/bedstead/harrier/src/test/java/com/android/bedstead/harrier/ |
H A D | BedsteadServiceLocatorTest.kt | 33 val locator = BedsteadServiceLocator() in emptyLocator_getDependencyThrowsException() constant 50 val locator = BedsteadServiceLocator() in callGetFewTimes_dependencyInstanceIsReused() constant 72 val locator = BedsteadServiceLocator() in getClassWithDependencies_allClassesAreCreatedByReflection() constant 90 val locator = BedsteadServiceLocator() in circularDependencies_dependencyIsCreatedByDelegate() constant 101 val locator = BedsteadServiceLocator() in getClassByName_dependencyIsCreated() constant 110 val locator = BedsteadServiceLocator() in getNonExistingClass_throwsException() constant 119 val locator = BedsteadServiceLocator() in useGetOrNullForNonExistingClass_valueIsNull() constant
|
/aosp_15_r20/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/ |
H A D | InputStreamSourceFileLocatorTest.java | 48 ISourceFileLocator locator = new TestLocator("UTF-8", 17); in testGetTabWidth() local 54 ISourceFileLocator locator = new TestLocator("UTF-8", 4); in testGetSourceFileNegative() local 60 ISourceFileLocator locator = new TestLocator("UTF-8", 4); in testGetSourceFile() local 68 ISourceFileLocator locator = new TestLocator("UTF-8", 4); in testGetSourceFileDefaultPackage() local 75 ISourceFileLocator locator = new TestLocator("UTF-16", 4); in testEncoding() local 82 ISourceFileLocator locator = new TestLocator(null, 4); in testDefaultEncoding() local
|
/aosp_15_r20/external/guice/lib/build/ |
HD | safesax.jar | ... public void setDocumentLocator (org.xml.sax.Locator)
org.xml.sax.Locator locator
public ... |
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
H A D | StylesheetHandler.java | 409 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
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xpath/ |
H A D | SourceTreeManager.java | 119 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()
|
H A D | XPath.java | 164 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()
|
/aosp_15_r20/frameworks/base/tools/powermodel/src/com/android/powermodel/ |
H A D | PowerProfile.java | 163 public void onItem(Locator locator, String name, float value) throws SAXParseException { in onItem() 224 public void onArray(Locator locator, String name, float[] value) throws SAXParseException { in onArray() 288 public abstract void onItem(Locator locator, String name, float value) in onItem() 294 public abstract void onArray(Locator locator, String name, float[] value) in onArray() 307 public void setDocumentLocator(Locator locator) { in setDocumentLocator() 502 private static Integer matchIndexedRegex(Locator locator, Pattern pattern, String text) in matchIndexedRegex()
|
/aosp_15_r20/external/tensorflow/tensorflow/python/debug/lib/ |
H A D | debug_events_reader.py | 287 def read_graph_execution_traces_event(self, locator): argument 331 def __init__(self, wall_time, locator): argument 340 def locator(self): member in BaseDigest 365 locator, argument 656 locator, argument 740 def __init__(self, wall_time, locator, op_type, op_name, output_slot, argument 874 def _execution_digest_from_debug_event_proto(debug_event, locator): argument 884 def _execution_from_debug_event_proto(debug_event, locator): argument 1046 self, debug_event, locator): argument 1055 def _graph_execution_trace_from_debug_event_proto(self, debug_event, locator): argument
|
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/src/subsystem/ |
H A D | NvDynamic.c | 674 NV_REF locator // IN: reference to an NV index in NvReadNvIndexAttributes() 707 NV_REF locator, // IN: location of the index in NvWriteNvIndexAttributes() 878 NV_REF locator, // IN: where the data is located in NvGetIndexData() 917 NV_REF locator, // IN: where the data is located in NvHashIndexData() 957 NV_REF locator // IN: where index exists in NV in NvGetUINT64Data() 975 NV_REF locator, // IN: location of the index in NvWriteIndexAttributes() 1002 NV_REF locator, // IN: location of the index in NvWriteIndexAuth() 1034 NV_REF *locator // OUT: location of the index in NvGetIndexInfo()
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/javax/xml/transform/ |
H A D | TransformerExceptionTest.java | 41 SourceLocator locator = new SourceLocatorImpl(); in constructorWithStringAndSourceLocator() local 50 SourceLocator locator = new SourceLocatorImpl(); in constructorWithStringSourceLocatorAndThrowable() local 68 SourceLocator locator = new SourceLocatorImpl(); in getMessageAndLocation() local
|
H A D | TransformerConfigurationExceptionTest.java | 48 SourceLocator locator = new SourceLocatorImpl(); in constructorWithStringAndSourceLocator() local 58 SourceLocator locator = new SourceLocatorImpl(); in constructorWithStringSourceLocatorAndThrowable() local
|
/aosp_15_r20/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/process/ast/ |
H A D | BodyDeclarationLocatorStore.java | 45 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()
|
/aosp_15_r20/libcore/luni/src/main/java/javax/xml/transform/ |
H A D | TransformerException.java | 32 SourceLocator locator; field in TransformerException 175 public TransformerException(String message, SourceLocator locator) { in TransformerException() 191 public TransformerException(String message, SourceLocator locator, in TransformerException()
|
H A D | TransformerConfigurationException.java | 79 SourceLocator locator) { in TransformerConfigurationException() 92 SourceLocator locator, in TransformerConfigurationException()
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
H A D | DTMException.java | 42 SourceLocator locator; field in DTMException 186 public DTMException(String message, SourceLocator locator) { in DTMException() 202 public DTMException(String message, SourceLocator locator, in DTMException()
|
H A D | DTMConfigurationException.java | 82 SourceLocator locator) { in DTMConfigurationException() 95 SourceLocator locator, in DTMConfigurationException()
|
/aosp_15_r20/external/skia/src/gpu/graphite/ |
H A D | PathAtlas.cpp | 102 uint32_t shape_key_list_index(const PlotLocator& locator, const DrawAtlas* drawAtlas) { in shape_key_list_index() 124 AtlasLocator locator; in findOrCreateEntry() local 148 AtlasLocator* locator) { in addToAtlas()
|
/aosp_15_r20/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/processors/ |
H A D | AddAnnotation.java | 134 BodyDeclarationLocator locator = null; in fromJsonFile() local 289 void onAddAnnotation(AnnotationInfo annotationInfo, BodyDeclarationLocator locator, in onAddAnnotation() 351 BodyDeclarationLocator locator = mapping.getLocator(); in handleBodyDeclaration() local
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/xml/ |
H A D | ExpatSaxParserTest.java | 187 Locator locator; field in ExpatSaxParserTest.NamespaceHandler 201 public void setDocumentLocator(Locator locator) { in setDocumentLocator() 424 Locator locator; field in ExpatSaxParserTest.TestDtdHandler 439 public void setDocumentLocator(Locator locator) { in setDocumentLocator()
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/utils/ |
H A D | SAXSourceLocator.java | 57 public SAXSourceLocator(Locator locator) in SAXSourceLocator() 72 public SAXSourceLocator(javax.xml.transform.SourceLocator locator) in SAXSourceLocator()
|
/aosp_15_r20/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/ |
H A D | AbstractGroupVisitor.java | 45 final ISourceFileLocator locator) throws IOException { in visitBundle() 62 ISourceFileLocator locator) throws IOException; in handleBundle()
|
/aosp_15_r20/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/page/ |
H A D | BundlePage.java | 31 private final ISourceFileLocator locator; field in BundlePage 50 final ISourceFileLocator locator, final ReportOutputFolder folder, in BundlePage()
|
H A D | PackageSourcePage.java | 35 private final ISourceFileLocator locator; field in PackageSourcePage 56 final ReportPage parent, final ISourceFileLocator locator, in PackageSourcePage()
|
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/intrinsics/operators/ |
H A D | span_join_operator.cc | 142 ColumnLocator* locator = &global_index_to_column_locator[offset++]; in PopulateColumnLocatorMap() local 151 ColumnLocator* locator = &global_index_to_column_locator[offset++]; in PopulateColumnLocatorMap() local 298 const auto& locator = global_index_to_column_locator[col_idx]; in GetNameForGlobalColumnIndex() local 929 const auto* locator = in Column() local
|
/aosp_15_r20/libcore/luni/src/main/java/org/apache/harmony/xml/ |
H A D | ExpatParser.java | 61 private final Locator locator = new ExpatLocator(); field in ExpatParser 745 private ParseException(String message, Locator locator) { in ParseException() 746 super(makeMessage(message, locator), locator); in ParseException() local 749 private static String makeMessage(String message, Locator locator) { in makeMessage()
|