Home
last modified time | relevance | path

Searched refs:doubleQuote (Results 1 – 3 of 3) sorted by relevance

/external/apache-http/android/src/android/net/http/
DRequestHandle.java329 response += "username=" + doubleQuote(username) + ", "; in computeDigestAuthResponse()
330 response += "realm=" + doubleQuote(realm) + ", "; in computeDigestAuthResponse()
331 response += "nonce=" + doubleQuote(nonce) + ", "; in computeDigestAuthResponse()
332 response += "uri=" + doubleQuote(mUrl) + ", "; in computeDigestAuthResponse()
333 response += "response=" + doubleQuote(digest) ; in computeDigestAuthResponse()
336 response += ", opaque=" + doubleQuote(opaque); in computeDigestAuthResponse()
344 response += ", qop=" + QOP + ", nc=" + nc + ", cnonce=" + doubleQuote(cnonce); in computeDigestAuthResponse()
451 private String doubleQuote(String param) { in doubleQuote() method in RequestHandle
/external/icu/icu4c/source/test/testdata/
Dtesttypes.txt34 …testescape{ "tab:\t cr:\r ff:\f newline:\n backslash:\\\\ quote=\\\' doubleQuote=\\\" singlequoute…
/external/testng/src/main/java/org/testng/
DTestNGAntTask.java1038 private static String doubleQuote(String pCommandLineArg) { in doubleQuote() method in TestNGAntTask