/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
StyleRareInheritedData.h | 116 RefPtr<QuotesData> quotes; member in class:WebCore::StyleRareInheritedData
|
RenderStyle.h | 1466 QuotesData* quotes() const { return rareInheritedData->quotes.get(); } function in class:WebCore::RenderStyle [all...] |
/external/nist-sip/java/gov/nist/core/ |
NameValue.java | 57 private String quotes; field in class:NameValue 67 this.quotes = ""; 85 quotes = ""; 112 this.quotes = Separators.DOUBLE_QUOTE; 166 buffer.append(name).append(separator).append(quotes); 168 buffer.append(quotes); 177 return name + separator + quotes + quotes; 181 buffer.append(name).append(separator).append(quotes).append(quotes); [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/ |
a_strex.c | 141 /* If we don't escape with quotes, signal we need quotes */ 176 int type, unsigned char flags, char *quotes, char_io *io_ch, void *arg) 223 len = do_esc_char(utfbuf[i], (unsigned char)(flags | orflags), quotes, io_ch, arg); 228 len = do_esc_char(c, (unsigned char)(flags | orflags), quotes, io_ch, arg); 318 char quotes; local 320 quotes = 0; 367 len = do_buf(str->data, str->length, type, flags, "es, io_ch, NULL); 370 if(quotes) outlen += 2; 372 if(quotes && !io_ch(arg, "\"", 1)) return -1 [all...] |
/external/openssl/crypto/asn1/ |
a_strex.c | 141 /* If we don't escape with quotes, signal we need quotes */ 176 int type, unsigned char flags, char *quotes, char_io *io_ch, void *arg) 223 len = do_esc_char(utfbuf[i], (unsigned char)(flags | orflags), quotes, io_ch, arg); 228 len = do_esc_char(c, (unsigned char)(flags | orflags), quotes, io_ch, arg); 318 char quotes; local 320 quotes = 0; 367 len = do_buf(str->data, str->length, type, flags, "es, io_ch, NULL); 370 if(quotes) outlen += 2; 372 if(quotes && !io_ch(arg, "\"", 1)) return -1 [all...] |
/external/smack/src/org/xbill/DNS/ |
Tokenizer.java | 35 private static String quotes = "\""; field in class:Tokenizer 285 delimiters = quotes;
|
/system/core/sh/ |
expand.c | 186 int quotes = flag & (EXP_FULL | EXP_CASE); /* do CTLESC */ local 213 if (quotes) 263 int quotes = flag & (EXP_FULL | EXP_CASE); local 291 if (quotes && SQSYNTAX[(int)c] == CCTL) 352 int quotes = flag & (EXP_FULL | EXP_CASE); local 389 if (quotes) 405 * Expand stuff in backwards quotes. 422 int quotes = flag & (EXP_FULL | EXP_CASE); local 453 if (quotes && syntax[(int)lastc] == CCTL) 618 int quotes = flag & (EXP_FULL | EXP_CASE) local [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
BugReporterVisitors.cpp | 1282 const bool quotes = isa<VarDecl>(DR->getDecl()); local [all...] |
/frameworks/base/core/java/android/text/ |
Html.java | 201 QuoteSpan[] quotes = text.getSpans(i, next, QuoteSpan.class); local 203 for (QuoteSpan quote : quotes) { 209 for (QuoteSpan quote : quotes) {
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
StyleBuilderCustom.cpp | 1305 RefPtr<QuotesData> quotes = QuotesData::create(); local [all...] |
/prebuilts/devtools/tools/lib/ |
jython-standalone-2.5.3.jar | |
/prebuilts/misc/common/groovy/ |
groovy-all-1.7.0.jar | |
/prebuilts/misc/common/jython/ |
jython.jar | |
/prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/ |
jython-2.5.3.jar | |
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/ |
jython-standalone-2.5.3.jar | |