HomeSort by relevance Sort by last modified time
    Searched full:systemid (Results 251 - 275 of 377) sorted by null

<<111213141516

  /external/libxml2/include/libxml/
parserInternals.h 495 const xmlChar *SystemID);
  /external/libxml2/os400/libxmlrpg/
parserInternals.rpgle 379 d SystemID * value options(*string) const xmlChar *
valid.rpgle 126 d SystemID * value options(*string) const xmlChar *
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
TelephonyConstants.java 442 public static final String SYSTEM_ID = "systemId";
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/
DocumentBuilderTest.java 425 InputStream is = getClass().getResourceAsStream("/systemid.xml");
  /libcore/luni/src/main/java/javax/xml/validation/
Validator.java 280 * String publicId, String systemId, String baseURI) {
ValidatorHandler.java 268 * String publicId, String systemId, String baseURI) {
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java 94 private String systemId;
650 systemId = readQuotedId(true);
    [all...]
  /tools/test/connectivity/acts/framework/acts/test_utils/tel/
tel_defines.py 613 SYSTEM_ID = "systemId"
  /external/libxml2/doc/
catalog.html 147 system SystemID: make a SYSTEM identifier lookup
148 resolve PublicID SystemID: do a full resolver lookup
  /libcore/luni/src/main/java/org/w3c/dom/ls/
LSSerializer.java 130 * <code>LSOutput.byteStream</code> or <code>LSOutput.systemId</code>. If
400 * and <code>LSOutput.systemId</code> set to the <code>uri</code>
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToStream.java 903 * @param systemId The declared system identifier of the entity.
911 String systemId)
926 m_writer.write(systemId);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dbgeng.h 217 STDMETHOD(GetRunningProcessDescription)(THIS_ ULONG64 Server,ULONG SystemId,ULONG Flags,PSTR ExeName,ULONG ExeNameSize,PULONG ActualExeNameSize,PSTR Description,ULONG DescriptionSize,PULONG ActualDescriptionSize) PURE;
288 STDMETHOD(GetRunningProcessDescription)(THIS_ ULONG64 Server,ULONG SystemId,ULONG Flags,PSTR ExeName,ULONG ExeNameSize,PULONG ActualExeNameSize,PSTR Description,ULONG DescriptionSize,PULONG ActualDescriptionSize) PURE;
350 STDMETHOD(GetRunningProcessDescription)(THIS_ ULONG64 Server,ULONG SystemId,ULONG Flags,PSTR ExeName,ULONG ExeNameSize,PULONG ActualExeNameSize,PSTR Description,ULONG DescriptionSize,PULONG ActualDescriptionSize) PURE;
396 STDMETHOD(GetRunningProcessDescriptionWide)(THIS_ ULONG64 Server,ULONG SystemId,ULONG Flags,PWSTR ExeName,ULONG ExeNameSize,PULONG ActualExeNameSize,PWSTR Description,ULONG DescriptionSize,PULONG ActualDescriptionSize) PURE;
415 STDMETHOD(GetRunningProcessDescription)(THIS_ ULONG64 Server,ULONG SystemId,ULONG Flags,PSTR ExeName,ULONG ExeNameSize,PULONG ActualExeNameSize,PSTR Description,ULONG DescriptionSize,PULONG ActualDescriptionSize) PURE;
461 STDMETHOD(GetRunningProcessDescriptionWide)(THIS_ ULONG64 Server,ULONG SystemId,ULONG Flags,PWSTR ExeName,ULONG ExeNameSize,PULONG ActualExeNameSize,PWSTR Description,ULONG DescriptionSize,PULONG ActualDescriptionSize) PURE;
    [all...]
msxml.h     [all...]
  /prebuilts/sdk/8/
android.jar 
  /external/robolectric/v3/runtime/
tagsoup-1.2.jar 
  /prebuilts/tools/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2/
tagsoup-1.2.jar 
  /prebuilts/tools/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2.1/
tagsoup-1.2.1.jar 
  /external/libxml2/
tree.c 862 * @SystemID: the system ID
871 const xmlChar *ExternalID, const xmlChar *SystemID) {
899 if (SystemID != NULL)
900 cur->SystemID = xmlStrdup(SystemID);
938 * @SystemID: the system ID
945 const xmlChar *ExternalID, const xmlChar *SystemID) {
987 if (SystemID != NULL) {
988 cur->SystemID = xmlStrdup(SystemID);
    [all...]
parser.c     [all...]
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/tools/common/m2/repository/com/sun/xml/dtd-parser/dtd-parser/1.1/
dtd-parser-1.1.jar 
  /libcore/luni/src/main/java/org/w3c/dom/
Document.java 261 * <code>systemId</code>, and <code>notationName</code> attributes are
278 * <code>publicId</code> and <code>systemId</code> attributes are copied.
    [all...]
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/tools/common/m2/repository/com/sun/istack/istack-commons-runtime/2.21/
istack-commons-runtime-2.21.jar 

Completed in 461 milliseconds

<<111213141516