/external/apache-http/src/org/apache/http/message/ |
D | BasicHeaderValueFormatter.java | 103 final boolean quote, in formatElements() argument 107 return formatter.formatElements(null, elems, quote).toString(); in formatElements() 114 final boolean quote) { in formatElements() argument 131 formatHeaderElement(buffer, elems[i], quote); in formatElements() 172 boolean quote, in formatHeaderElement() argument 176 return formatter.formatHeaderElement(null, elem, quote).toString(); in formatHeaderElement() 183 final boolean quote) { in formatHeaderElement() argument 200 doFormatValue(buffer, value, quote); in formatHeaderElement() 207 formatNameValuePair(buffer, elem.getParameter(i), quote); in formatHeaderElement() 260 final boolean quote, in formatParameters() argument [all …]
|
D | HeaderValueFormatter.java | 82 boolean quote) in formatElements() argument 101 boolean quote) in formatHeaderElement() argument 123 boolean quote) in formatParameters() argument 142 boolean quote) in formatNameValuePair() argument
|
/external/libedit/src/ |
D | tokenizer.c | 81 quote_t quote; /* Quoting state */ in TYPE() local 141 tok->quote = Q_none; in TYPE() 158 tok->quote = Q_none; in FUN() 214 switch (tok->quote) { in FUN() 216 tok->quote = Q_single; /* Enter single quote in FUN() 221 tok->quote = Q_none; in FUN() 225 tok->quote = Q_none; in FUN() 234 tok->quote = Q_double; in FUN() 246 switch (tok->quote) { in FUN() 248 tok->quote = Q_double; in FUN() [all …]
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | quote.test | 15 # $Id: quote.test,v 1.7 2007/04/25 11:32:30 drh Exp $ 22 do_test quote-1.0 { 28 do_test quote-1.1 { 31 do_test quote-1.2.1 { 34 do_test quote-1.2.2 { 37 do_test quote-1.2.3 { 40 do_test quote-1.3 { 45 do_test quote-1.3.1 { 50 do_test quote-1.3.2 { 55 do_test quote-1.3.3 { [all …]
|
/external/chromium_org/native_client_sdk/src/tools/lib/tests/ |
D | quote_test.py | 16 import quote 31 return quote.quote(in_string, specials, *args, **kwargs) 41 return quote.unquote(in_string, specials, *args, **kwargs) 127 qq = quote.unquote(word, options.special_chars, options.quote) 134 q = quote.quote(word, options.special_chars, options.quote) 135 qq = quote.unquote(q, options.special_chars, options.quote)
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderQuote.cpp | 34 RenderQuote::RenderQuote(Document* node, QuoteType quote) in RenderQuote() argument 36 , m_type(quote) in RenderQuote() 341 for (RenderQuote* quote = this; quote; quote = quote->m_next) in attachQuote() local 342 quote->updateDepth(); in attachQuote() 363 for (RenderQuote* quote = m_next; quote; quote = quote->m_next) in detachQuote() local 364 quote->updateDepth(); in detachQuote()
|
/external/icu/icu4c/source/test/intltest/ |
D | tokiter.cpp | 71 UChar quote = 0; in nextToken() local 75 quote = c; in nextToken() 92 } else if ((quote != 0 && c == quote) || in nextToken() 93 (quote == 0 && PatternProps::isWhiteSpace(c))) { in nextToken() 96 } else if (quote == 0 && c == '#') { in nextToken() 103 if (quote != 0) { in nextToken()
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | tokiter.cpp | 71 UChar quote = 0; in nextToken() local 75 quote = c; in nextToken() 92 } else if ((quote != 0 && c == quote) || in nextToken() 93 (quote == 0 && PatternProps::isWhiteSpace(c))) { in nextToken() 96 } else if (quote == 0 && c == '#') { in nextToken() 103 if (quote != 0) { in nextToken()
|
/external/libcxx/test/input.output/iostream.format/quoted.manip/ |
D | quoted.pass.cpp | 79 std::string quote ( const char *p, char delim='"', char escape='\\' ) { in quote() function 149 std::wstring quote ( const wchar_t *p, wchar_t delim='"', wchar_t escape='\\' ) { in quote() function 183 assert ( quote ( "Hi", '!' ) == "!Hi!" ); in main() 184 assert ( quote ( "Hi!", '!' ) == R"(!Hi\!!)" ); in main() 190 assert ( quote ( L"Hi", '!' ) == L"!Hi!" ); in main() 191 assert ( quote ( L"Hi!", '!' ) == LR"(!Hi\!!)" ); in main() 198 assert ( quote ( "" ) == "\"\"" ); in main() 199 assert ( quote ( L"" ) == L"\"\"" ); in main() 200 assert ( quote ( "a" ) == "\"a\"" ); in main() 201 assert ( quote ( L"a" ) == L"\"a\"" ); in main()
|
/external/qemu/ |
D | gen-charmap.py | 75 def quote(s): function 93 disp = quote(m.group(1)) 99 number = quote(m.group(1)) 105 base = quote(m.group(1)) 111 caps = quote(m.group(1)) 117 fn = quote(m.group(1)) 123 caps_fn = quote(m.group(1))
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
D | ContentData.h | 171 QuoteType quote() const { return m_quote; } in quote() function 172 void setQuote(QuoteType quote) { m_quote = quote; } in setQuote() argument 181 return static_cast<const QuoteContentData&>(data).quote() == quote(); in equals() 185 QuoteContentData(QuoteType quote) in QuoteContentData() argument 186 : m_quote(quote) in QuoteContentData() 190 virtual PassOwnPtr<ContentData> cloneInternal() const OVERRIDE { return create(quote()); } in cloneInternal()
|
/external/pcre/dist/testdata/ |
D | testinput14 | 104 " (?: # opening quote... 105 [^\\\x80-\xff\n\015"] # Anything except backslash and quote 108 )* " # closing quote 118 " (?: # opening quote... 119 [^\\\x80-\xff\n\015"] # Anything except backslash and quote 122 )* " # closing quote 155 " (?: # opening quote... 156 [^\\\x80-\xff\n\015"] # Anything except backslash and quote 159 )* " # closing quote 167 " (?: # opening quote... [all …]
|
D | testinput17 | 22 " (?: # opening quote... 23 [^\\\x80-\xff\n\015"] # Anything except backslash and quote 26 )* " # closing quote 36 " (?: # opening quote... 37 [^\\\x80-\xff\n\015"] # Anything except backslash and quote 40 )* " # closing quote 73 " (?: # opening quote... 74 [^\\\x80-\xff\n\015"] # Anything except backslash and quote 77 )* " # closing quote 85 " (?: # opening quote... [all …]
|
D | testoutput14 | 171 " (?: # opening quote... 172 [^\\\x80-\xff\n\015"] # Anything except backslash and quote 175 )* " # closing quote 185 " (?: # opening quote... 186 [^\\\x80-\xff\n\015"] # Anything except backslash and quote 189 )* " # closing quote 222 " (?: # opening quote... 223 [^\\\x80-\xff\n\015"] # Anything except backslash and quote 226 )* " # closing quote 234 " (?: # opening quote... [all …]
|
/external/chromium_org/third_party/WebKit/Source/core/css/parser/ |
D | CSSTokenizer-in.cpp | 362 static inline CharacterType* checkAndSkipString(CharacterType* currentCharacter, int quote, CheckSt… in checkAndSkipString() argument 368 if (UNLIKELY(*currentCharacter == quote)) { in checkAndSkipString() 522 size_t CSSTokenizer::peekMaxStringLen(SrcCharacterType* src, UChar quote) in peekMaxStringLen() argument 529 SrcCharacterType* end = checkAndSkipString(src, quote, SkipInvalid); in peekMaxStringLen() 534 … CSSTokenizer::parseStringInternal(SrcCharacterType*& src, DestCharacterType*& result, UChar quote) in parseStringInternal() argument 537 if (UNLIKELY(*src == quote)) { in parseStringInternal() 567 … void CSSTokenizer::parseString(CharacterType*& result, CSSParserString& resultString, UChar quote) in parseString() argument 571 if (UNLIKELY(!parseStringInternal(currentCharacter<CharacterType>(), result, quote))) { in parseString() 574 …ocateStringBuffer16((result - start) + peekMaxStringLen(currentCharacter<CharacterType>(), quote)); in parseString() 582 parseStringInternal(currentCharacter<CharacterType>(), result16, quote); in parseString() [all …]
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/ |
D | shell.js | 84 function tokenString(quote) { argument 88 if (next === quote && !escaped) { 92 if (next === '$' && !escaped && quote !== '\'') { 103 return (quote === '`' || quote === ')' ? 'quote' : 'string');
|
/external/oprofile/libop/ |
D | op_xml_out.c | 179 char *quote; in xml_quote() local 199 quote = "&"; in xml_quote() 202 quote = "<"; in xml_quote() 205 quote = ">"; in xml_quote() 208 quote = """; in xml_quote() 219 ret = snprintf(buf, size, "%s", quote); in xml_quote()
|
/external/markdown/tests/misc/ |
D | blockquote-hr.txt | 5 > Block quote with horizontal lines. 9 > > Double block quote. 13 > > End of the double block quote.
|
D | benchmark.dat | 9 blank-block-quote:0.010000:0.000000 30 lazy-block-quote:0.050000:0.000000 40 multi-paragraph-block-quote:0.070000:0.000000
|
/external/oprofile/libpopt/ |
D | poptparse.c | 60 char quote = '\0'; in poptParseArgvString() local 72 if (quote == *src) { in poptParseArgvString() 73 quote = '\0'; in poptParseArgvString() 74 } else if (quote != '\0') { in poptParseArgvString() 81 if (*src != quote) *buf++ = '\\'; in poptParseArgvString() 97 quote = *src; in poptParseArgvString()
|
/external/chromium_org/chrome/browser/resources/ |
D | about_invalidations.js | 21 function quote(str) { function 62 'Invalidations service state changed to ' + quote(newState); 80 quote(inv.objectId.name) + 82 quote((inv.isUnknownVersion ? 'Unknown' : inv.version)) + 84 quote(inv.payload);
|
/external/lldb/source/Core/ |
D | InputReader.cpp | 149 char quote = '\0'; in HandleRawBytes() local 162 if (isspace(ch) && (!quote || (quote == ch && p[-1] != '\\'))) in HandleRawBytes() 166 quote = '\0'; in HandleRawBytes() 168 else if (quote) in HandleRawBytes() 174 quote = ch; in HandleRawBytes()
|
/external/chromium_org/third_party/icu/source/tools/pkgdata/ |
D | pkgtypes.c | 27 …kg_writeCharListWrap(FileStream *s, CharList *l, const char *delim, const char *brk, int32_t quote) in pkg_writeCharListWrap() argument 38 if(quote < 0) { /* remove quotes */ in pkg_writeCharListWrap() 45 } else if(quote > 0) { /* add quotes */ in pkg_writeCharListWrap() 73 const char *pkg_writeCharList(FileStream *s, CharList *l, const char *delim, int32_t quote) in pkg_writeCharList() argument 88 if(quote < 0) { /* remove quotes */ in pkg_writeCharList() 95 } else if(quote > 0) { /* add quotes */ in pkg_writeCharList()
|
/external/icu/icu4c/source/tools/pkgdata/ |
D | pkgtypes.c | 27 …kg_writeCharListWrap(FileStream *s, CharList *l, const char *delim, const char *brk, int32_t quote) in pkg_writeCharListWrap() argument 38 if(quote < 0) { /* remove quotes */ in pkg_writeCharListWrap() 45 } else if(quote > 0) { /* add quotes */ in pkg_writeCharListWrap() 73 const char *pkg_writeCharList(FileStream *s, CharList *l, const char *delim, int32_t quote) in pkg_writeCharList() argument 88 if(quote < 0) { /* remove quotes */ in pkg_writeCharList() 95 } else if(quote > 0) { /* add quotes */ in pkg_writeCharList()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/ |
D | StringIdItem.java | 77 … String getReferenceAnnotation(@Nonnull DexBackedDexFile dexFile, int stringIndex, boolean quote) { 80 if (quote) { 98 boolean quote) { 102 return getReferenceAnnotation(dexFile, stringIndex, quote);
|