Home
last modified time | relevance | path

Searched refs:getURI (Results 1 – 25 of 62) sorted by relevance

123

/external/collada/src/dae/
DdaeIOPluginCommon.cpp58 if ( database->isDocumentLoaded( fileURI.getURI() ) ) in read()
82 int res = database->insertDocument(fileURI.getURI(),domObject,&document); in read()
121 int res = database->insertDocument(fileURI.getURI(),domObject,&document, zaeRoot, extractedURI); in read()
170 if ( strcmp( xmlns->getURI(), COLLADA_NAMESPACE ) != 0 ) { in beginReadElement()
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemLiteralResult.java202 avt.getURI().equals(namespaceURI)) in getLiteralResultAttributeNS()
252 namespace = avt.getURI(); in getLiteralResultAttribute()
366 String ns = avt.getURI(); in resolvePrefixTables()
602 String nsURI = avt.getURI(); in getNamedItem()
633 String nsURI = avt.getURI(); in getNamedItemNS()
838 String uri = m_attribute.getURI(); in getNamespaceURI()
859 String uri = m_attribute.getURI(); in getNodeName()
914 String uri = m_attribute.getURI(); in getPrefix()
1359 avt.getURI(),
DElemTemplateElement.java865 String uri = nsSupport.getURI(prefix); in setPrefixes()
930 return decl.getURI(); in getNamespaceForPrefix()
1050 String uri = decl.getURI(); in resolvePrefixTables()
1103 decl.getURI()); in resolvePrefixTables()
1107 decl = new XMLNSDecl(decl.getPrefix(), decl.getURI(), in resolvePrefixTables()
1193 rhandler.startPrefixMapping(decl.getPrefix(), decl.getURI(), true); in executeNSDecls()
DXMLNSDecl.java68 public String getURI() in getURI() method in XMLNSDecl
/external/nist-sip/java/gov/nist/javax/sip/address/
DAddressImpl.java267 return this.getURI().equals( o.getURI() ); in equals()
300 public URI getURI() { in getURI() method in AddressImpl
/external/apache-xml/src/main/java/org/apache/xml/utils/
DNamespaceSupport2.java270 public String getURI (String prefix) in getURI() method in NamespaceSupport2
272 return currentContext.getURI(prefix); in getURI()
412 if(uri.equals(nsup.getURI(prefix))) in hasMoreElements()
646 String getURI (String prefix) in getURI() method in Context2
/external/skia/src/images/
DSkImageRefPool.cpp26 ref->getURI(), in justAddedPixels()
62 ref->getURI(), in setRAMUsed()
180 ref->getLockCount(), ref->getURI()); in dump()
DSkImageRef.cpp128 SkDebugf("--- ImageRef: <%s> failed to find codec\n", this->getURI()); in prepareBitmap()
131 this->getURI(), mode); in prepareBitmap()
/external/oauth/core/src/main/java/net/oauth/client/httpclient4/
DHttpMethodResponse.java54 super(request.getMethod(), new URL(request.getURI().toString())); in HttpMethodResponse()
98 request.append(" ").append(httpRequest.getURI().getPath()); in dump()
99 String query = httpRequest.getURI().getQuery(); in dump()
/external/collada/src/modules/STLDatabase/
DdaeSTLDatabase.cpp182 return getDocument(index)->getDocumentURI()->getURI(); in getDocumentName()
396 daeDocument *col = getDocument( tempURI.getURI() ); in getElementCount()
435 daeDocument *col = getDocument( tempURI.getURI() ); in getElementCount()
462 daeDocument *col = getDocument( tempURI.getURI() ); in getElementCount()
524 daeDocument *col = getDocument( tempURI.getURI() ); in getElement()
581 daeDocument *col = getDocument( tempURI.getURI() ); in getElement()
620 daeDocument *col = getDocument( tempURI.getURI() ); in getElement()
/external/apache-http/src/org/apache/http/impl/client/
DRequestWrapper.java78 this.uri = ((HttpUriRequest) request).getURI(); in RequestWrapper()
125 public URI getURI() { in getURI() method in RequestWrapper
/external/tagsoup/src/org/ccil/cowan/tagsoup/
DXMLWriter.java1060 String defaultNS = nsSupport.getURI(""); in doPrefix()
1078 "".equals(prefix) || nsSupport.getURI(prefix) != null)) { in doPrefix()
1085 "".equals(prefix) || nsSupport.getURI(prefix) != null)) { in doPrefix()
1100 prefix == null || nsSupport.getURI(prefix) != null; in doPrefix()
1164 writeName(atts.getURI(i), atts.getLocalName(i), in writeAttributes()
1255 String uri = nsSupport.getURI(prefix); in writeNSDecls()
DAttributesImpl.java113 public String getURI (int index) in getURI() method in AttributesImpl
360 data[i*5] = atts.getURI(i); in setAttributes()
DParser.java446 if (!(theSchema.getURI().equals(""))) in parse()
448 theSchema.getURI()); in parse()
637 if (!(theSchema.getURI().equals(""))) in eof()
743 String attNamespace = atts.getURI(i); in pop()
787 String attNamespace = atts.getURI(i); in push()
816 namespace.equals(theSchema.getURI())); in foreign()
/external/apache-http/src/org/apache/http/client/methods/
DHttpRequestBase.java81 public URI getURI() { in getURI() method in HttpRequestBase
88 URI uri = getURI(); in getRequestLine()
DHttpUriRequest.java62 URI getURI(); in getURI() method
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DNamespaceSupport.java194 public String getURI(String prefix) { in getURI() method in NamespaceSupport
220 if (getURI(fNamespace[i - 2]).equals(uri) ) in getPrefix()
/external/nist-sip/java/javax/sip/header/
DWWWAuthenticateHeader.java11 URI getURI(); in getURI() method
DAuthorizationHeader.java39 URI getURI(); in getURI() method
/external/nist-sip/java/gov/nist/javax/sip/header/
DProxyAuthenticate.java66 public URI getURI() { in getURI() method in ProxyAuthenticate
DWWWAuthenticate.java68 public URI getURI() { in getURI() method in WWWAuthenticate
/external/nist-sip/java/javax/sip/address/
DAddress.java17 URI getURI(); in getURI() method
/external/nist-sip/java/gov/nist/javax/sip/stack/
DDefaultRouter.java197 URI uri = route.getAddress().getURI(); in getNextHop()
266 SipUri firstUri = (SipUri) first.getAddress().getURI(); in fixStrictRouting()
/external/apache-harmony/security/src/test/impl/java.injected/java/security/
DURIParameterTest.java50 URI u = uriParameter.getURI(); in testGetURI()
/external/skia/src/ports/
DSkImageRef_ashmem.cpp127 AshmemAllocator alloc(&fRec, this->getURI()); in onDecode()
207 const char* uri = getURI(); in flatten()

123