/external/apache-xml/src/main/java/org/apache/xml/utils/ |
StylesheetPIHandler.java | 43 /** The baseID of the document being processed. */ 93 * @param baseID The base ID of the XML document, needed to resolve 99 public StylesheetPIHandler(String baseID, String media, String title, 103 m_baseID = baseID; 332 public void setBaseId(String baseId) { 333 m_baseID = baseId;
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
TransformerFactoryImpl.java | 260 String baseID; 270 baseID = dsource.getSystemId(); 275 baseID = isource.getSystemId(); 281 StylesheetPIHandler handler = new StylesheetPIHandler(baseID, media, 294 TreeWalker walker = new TreeWalker(handler, new org.apache.xml.utils.DOM2Helper(), baseID); 848 String baseID = source.getSystemId(); 850 if (null != baseID) { 851 baseID = SystemIDResolver.getAbsoluteURI(baseID); 861 return processFromNode(node, baseID); [all...] |
StylesheetHandler.java | 273 * @param baseID Base URL for this stylesheet. 275 public void setSystemId(String baseID) 277 pushBaseIndentifier(baseID); [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.ecf.identity_3.1.0.v20100529-0735.jar | |
org.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jar | |
org.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar | |
org.eclipse.equinox.registry_3.5.0.v20100503.jar | |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.eclipse.ecf.identity_3.2.0.v20130604-1622.jar | |
org.eclipse.ecf.provider.filetransfer_3.2.0.v20130604-1622.jar | |
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar | |
org.eclipse.equinox.registry_3.5.301.v20130717-1549.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.eclipse.ecf.identity_3.2.0.v20130604-1622.jar | |
org.eclipse.ecf.provider.filetransfer_3.2.0.v20130604-1622.jar | |
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar | |
/external/skia/src/gpu/gl/ |
GrGLPathRendering.cpp | 202 GrGLuint baseID = static_cast<const GrGLPathRange*>(pathRange)->basePathID(); 218 count, gIndexType2GLType[indexType], indices, baseID, fillMode, 222 count, gIndexType2GLType[indexType], indices, baseID, 227 count, gIndexType2GLType[indexType], indices, baseID,
|
/external/icu/icu4c/source/i18n/ |
collationruleparser.cpp | 616 char baseID[ULOC_FULLNAME_CAPACITY]; 617 length = uloc_getBaseName(localeID, baseID, ULOC_FULLNAME_CAPACITY, &errorCode); 623 if(length == 3 && uprv_memcmp(baseID, "und", 3) == 0) { 624 uprv_strcpy(baseID, "root"); 640 importer->getRules(baseID, length > 0 ? collationType : "standard",
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
AttentionManagementVerifierActivity.java | 801 int baseId = NOTIFICATION_ID + (noisy ? 3 : 0); [all...] |
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/ |
DeveloperOptionsActivity.java | 460 private Layout.Header getAnimationScaleHeader(@StringRes int headerTitle, int baseId, 466 int id = baseId; 470 builder.select(selectionIndex + baseId); [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/ |
SourceTreeManager.java | 202 // TODO: Not sure if the BaseID is really the same thing as the ID.
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
CollationRuleParser.java | 647 String baseID = localeID.getBaseName(); 656 importer.getRules(baseID, [all...] |
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/ |
SAX2DTM2.java | [all...] |
/external/clang/lib/Serialization/ |
ASTWriter.cpp | [all...] |
ASTReader.cpp | [all...] |
/prebuilts/tools/common/m2/repository/xerces/xmlParserAPIs/2.6.2/ |
xmlParserAPIs-2.6.2.jar | |
/prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.0.b2/ |
xml-apis-1.0.b2.jar | |