Home
last modified time | relevance | path

Searched refs:Quote (Results 1 – 25 of 51) sorted by relevance

123

/external/chromium/net/http/
Dhttp_auth_handler_digest.cc353 HttpUtil::Quote(UTF16ToUTF8(username))); in AssembleCredentials()
354 authorization += ", realm=" + HttpUtil::Quote(realm_); in AssembleCredentials()
355 authorization += ", nonce=" + HttpUtil::Quote(nonce_); in AssembleCredentials()
356 authorization += ", uri=" + HttpUtil::Quote(path); in AssembleCredentials()
368 authorization += ", opaque=" + HttpUtil::Quote(opaque_); in AssembleCredentials()
374 authorization += ", cnonce=" + HttpUtil::Quote(cnonce); in AssembleCredentials()
Dhttp_util_unittest.cc167 TEST(HttpUtilTest, Quote) { in TEST() argument
168 EXPECT_STREQ("\"xyz\\\"abc\"", HttpUtil::Quote("xyz\"abc").c_str()); in TEST()
171 EXPECT_STREQ("\"xyz\\\\abc\"", HttpUtil::Quote("xyz\\abc").c_str()); in TEST()
174 EXPECT_STREQ("\"xyzXabc\"", HttpUtil::Quote("xyzXabc").c_str()); in TEST()
Dhttp_util.h113 static std::string Quote(const std::string& str);
Dhttp_util.cc415 std::string HttpUtil::Quote(const std::string& str) { in Quote() function in net::HttpUtil
/external/clang/lib/Driver/
DCompilation.cpp74 const char *Terminator, bool Quote) const { in PrintJob()
80 if (!Quote && !std::strpbrk(*it, " \"\\$")) { in PrintJob()
100 PrintJob(OS, **it, Terminator, Quote); in PrintJob()
/external/clang/unittests/Tooling/
DCompilationDatabaseTest.cpp157 std::vector<std::string> Quote = unescapeJsonCommandLine("a\\\\\\\""); in TEST() local
158 ASSERT_EQ(1ul, Quote.size()); in TEST()
159 EXPECT_EQ("a\"", Quote[0]); in TEST()
/external/llvm/test/CodeGen/X86/
Dprivate-2.ll2 ; Quote should be outside of private prefix.
/external/clang/include/clang/Driver/
DCompilation.h141 const char *Terminator, bool Quote) const;
/external/icu4c/test/intltest/
Dwbnf.cpp546 class Quote : public Pick{ class
548 Quote(Pick & base):item(base),e(Escaper::NO, Escaper::NO, Escaper::BSLASH_ONLY){ in Quote() function in Quote
1103 node = new Quote(*node); in modified()
1423 Quote q(*p); in TestQuote()
/external/clang/lib/Lex/
DLexer.cpp211 char Quote = Charify ? '\'' : '"'; in Stringify() local
213 if (Result[i] == '\\' || Result[i] == Quote) { in Stringify()
/external/markdown/tests/extensions-x-toc/
Dsyntax-toc.txt257 Quote Level from the Text menu.
/external/bluetooth/glib/
DChangeLog.pre-2-4647 * m4macros/glib-gettext.m4: Quote macro names to support
1615 * glib-gettextize.in: Quote $srcdir to handle $srcdir
DChangeLog.pre-2-61533 * glib/gconvert.c (g_filename_from_uri): Quote the file
DChangeLog.pre-2-14802 (g_bookmark_file_set_app_info): Quote the passed command line...
/external/markdown/MarkdownTest/Tests_2007/
DMarkdown Documentation - Syntax.text294 Quote Level from the Text menu.
/external/markdown/MarkdownTest/Tests_2004/
DMarkdown Documentation - Syntax.text294 Quote Level from the Text menu.
/external/markdown/tests/markdown-test/
Dmarkdown-syntax.txt294 Quote Level from the Text menu.
/external/markdown/tests/extensions-x-def_list/
Dmarkdown-syntax.txt294 Quote Level from the Text menu.
/external/bison/
DChangeLog2152 * src/output.c (prepare_symbols): Quote all names. This undoes
2363 YYENABLE_NLS. Quote a bit more.
2766 (string_as_id): Quote $1 before using it as a key, since the
2772 ("'"<SC_ESCAPED_CHARACTER>): Quote symbol before using it as
4953 Quote AC_FOREACH variable-expansions properly.
6233 * data/yacc.c: Quote larger chunks, a la glr.c.
6585 (muscle_init): Quote filename as a C string.
6589 (prepare_symbols): Quote tokens for M4.
6595 symbol_printers_output): Quote filenames for C and M4.
6681 Quote __ofile__.
[all …]
/external/bison/data/m4sugar/
Dm4sugar.m4676 # whole list must *quoted*. Quote members too if you don't want them
/external/webkit/WebKitLibraries/
DChangeLog1737 * win/tools/scripts/auto-version.sh: Quote the output file's directory
/external/openfst/m4/
Dlibtool.m4407 # Quote a variable value, and forward it to `config.status' so that its
520 # Quote evaled strings.
/external/libmtp/m4/
Dlibtool.m4407 # Quote a variable value, and forward it to `config.status' so that its
520 # Quote evaled strings.
/external/libusb-compat/m4/
Dlibtool.m4407 # Quote a variable value, and forward it to `config.status' so that its
520 # Quote evaled strings.
/external/protobuf/m4/
Dlibtool.m4407 # Quote a variable value, and forward it to `config.status' so that its
520 # Quote evaled strings.

123