/external/chromium/net/http/ |
D | http_auth_handler_digest.cc | 353 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()
|
D | http_util_unittest.cc | 167 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()
|
D | http_util.h | 113 static std::string Quote(const std::string& str);
|
D | http_util.cc | 415 std::string HttpUtil::Quote(const std::string& str) { in Quote() function in net::HttpUtil
|
/external/clang/lib/Driver/ |
D | Compilation.cpp | 74 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/ |
D | CompilationDatabaseTest.cpp | 157 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/ |
D | private-2.ll | 2 ; Quote should be outside of private prefix.
|
/external/clang/include/clang/Driver/ |
D | Compilation.h | 141 const char *Terminator, bool Quote) const;
|
/external/icu4c/test/intltest/ |
D | wbnf.cpp | 546 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/ |
D | Lexer.cpp | 211 char Quote = Charify ? '\'' : '"'; in Stringify() local 213 if (Result[i] == '\\' || Result[i] == Quote) { in Stringify()
|
/external/markdown/tests/extensions-x-toc/ |
D | syntax-toc.txt | 257 Quote Level from the Text menu.
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-2-4 | 647 * m4macros/glib-gettext.m4: Quote macro names to support 1615 * glib-gettextize.in: Quote $srcdir to handle $srcdir
|
D | ChangeLog.pre-2-6 | 1533 * glib/gconvert.c (g_filename_from_uri): Quote the file
|
D | ChangeLog.pre-2-14 | 802 (g_bookmark_file_set_app_info): Quote the passed command line...
|
/external/markdown/MarkdownTest/Tests_2007/ |
D | Markdown Documentation - Syntax.text | 294 Quote Level from the Text menu.
|
/external/markdown/MarkdownTest/Tests_2004/ |
D | Markdown Documentation - Syntax.text | 294 Quote Level from the Text menu.
|
/external/markdown/tests/markdown-test/ |
D | markdown-syntax.txt | 294 Quote Level from the Text menu.
|
/external/markdown/tests/extensions-x-def_list/ |
D | markdown-syntax.txt | 294 Quote Level from the Text menu.
|
/external/bison/ |
D | ChangeLog | 2152 * 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/ |
D | m4sugar.m4 | 676 # whole list must *quoted*. Quote members too if you don't want them
|
/external/webkit/WebKitLibraries/ |
D | ChangeLog | 1737 * win/tools/scripts/auto-version.sh: Quote the output file's directory
|
/external/openfst/m4/ |
D | libtool.m4 | 407 # Quote a variable value, and forward it to `config.status' so that its 520 # Quote evaled strings.
|
/external/libmtp/m4/ |
D | libtool.m4 | 407 # Quote a variable value, and forward it to `config.status' so that its 520 # Quote evaled strings.
|
/external/libusb-compat/m4/ |
D | libtool.m4 | 407 # Quote a variable value, and forward it to `config.status' so that its 520 # Quote evaled strings.
|
/external/protobuf/m4/ |
D | libtool.m4 | 407 # Quote a variable value, and forward it to `config.status' so that its 520 # Quote evaled strings.
|