HomeSort by relevance Sort by last modified time
    Searched refs:findTag (Results 1 - 12 of 12) sorted by null

  /external/xmlrpcpp/src/
XmlRpcUtil.h 34 static bool findTag(const char* tag, std::string const& xml, int* offset);
XmlRpcUtil.cpp 119 XmlRpcUtil::findTag(const char* tag, std::string const& xml, int* offset)
XmlRpcClient.cpp 389 if ( ! XmlRpcUtil::findTag(METHODRESPONSE_TAG,_response,&offset)) {
XmlRpcServerConnection.cpp 239 if (methodName.size() > 0 && XmlRpcUtil::findTag(PARAMS_TAG, _request, &offset))
XmlRpcValue.cpp 252 XmlRpcUtil::findTag(VALUE_ETAG, valueXml, offset);
  /frameworks/rs/script_api/
Scanner.h 32 // The tag of the current entry to be processed. See FindTag().
34 // The value of this entry. See FindTag().
78 bool findTag(const char* tag);
79 // Same as findTag but does not print an error if the tag is not found.
Specification.cpp 293 if (scanner->findTag("summary:")) {
296 if (scanner->findTag("description:")) {
382 if (scanner->findTag("value:")) {
385 if (scanner->findTag("type:")) {
390 scanner->findTag("end:");
445 scanner->findTag("end:");
668 if (scanner->findTag("ret:")) {
701 scanner->findTag("end:");
814 if (scanner.findTag("header:")) {
815 if (scanner.findTag("summary:"))
    [all...]
Scanner.cpp 117 bool Scanner::findTag(const char* tag) {
  /external/xmlrpcpp/test/
FileClient.cpp 87 if (! methodName.empty() && XmlRpcUtil::findTag(PARAMS_TAG, xml, &offset))
  /external/ppp/pppd/plugins/rp-pppoe/
pppoe.h 287 unsigned char *findTag(PPPoEPacket *packet, UINT16_t tagType,
  /frameworks/base/obex/javax/obex/
ObexHelper.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
Hyperlinks.java     [all...]

Completed in 566 milliseconds