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

  /packages/apps/Email/tests/src/com/android/email/mail/store/
ImapStoreUnitTests.java 216 getNextTag(false) + " SELECT \"" + FOLDER_ENCODED + "\"", new String[] {
223 getNextTag(true) + " oK [" + "rEAD-wRITE" + "] " +
502 mockTransport.expect(getNextTag(false) + " LOGIN user \"password\"",
503 getNextTag(true) + " " + "oK user authenticated (Success)");
614 getNextTag(false) + " SELECT \"" + folder + "\"", new String[] {
621 getNextTag(true) + " oK [" + readWriteMode + "] " +
644 mockTransport.expect(getNextTag(false) + " STARTTLS",
645 getNextTag(true) + " Ok starting TLS");
653 String expectedNextTag = getNextTag(false);
658 mockTransport.expect(getNextTag(false) + " ID \\(.*\\)", imapIdResponse)
    [all...]
  /external/xmlrpcpp/src/
XmlRpcUtil.h 38 static std::string getNextTag(std::string const& xml, int* offset);
XmlRpcUtil.cpp 155 XmlRpcUtil::getNextTag(std::string const& xml, int* offset)
XmlRpcValue.cpp 224 std::string typeTag = XmlRpcUtil::getNextTag(valueXml, offset);
  /frameworks/rs/api/
Scanner.h 68 std::string getNextTag() {
Specification.cpp 835 const string tag = scanner.getNextTag();
    [all...]

Completed in 893 milliseconds