/external/bison/lib/ |
quote.h | 0 /* quote.h - prototypes for quote.c 22 char const *quote (char const *name);
|
quote.c | 0 /* quote.c - quote arguments for output 25 #include "quote.h" 38 quote (char const *name) function
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
quote.h | 0 /* quote.h - prototypes for quote.c 21 char const *quote (char const *name);
|
quote.c | 0 /* quote.c - quote arguments for output 24 #include "quote.h" 37 quote (char const *name) function
|
/external/apache-http/src/org/apache/http/message/ |
HeaderValueFormatter.java | 68 * @param quote <code>true</code> to always format with quoted values, 77 boolean quote) 87 * @param quote <code>true</code> to always format with quoted values, 96 boolean quote) 109 * @param quote <code>true</code> to always format with quoted values, 118 boolean quote) 128 * @param quote <code>true</code> to always format with a quoted value, 137 boolean quote)
|
BasicHeaderValueFormatter.java | 89 * @param quote <code>true</code> to always format with quoted values, 98 final boolean quote, 102 return formatter.formatElements(null, elems, quote).toString(); 109 final boolean quote) { 126 formatHeaderElement(buffer, elems[i], quote); 158 * @param quote <code>true</code> to always format with quoted values, 167 boolean quote, 171 return formatter.formatHeaderElement(null, elem, quote).toString(); 178 final boolean quote) { 195 doFormatValue(buffer, value, quote); [all...] |
/external/icu4c/test/intltest/ |
tokiter.cpp | 57 * delimited by double or single quotes. The closing quote must match 58 * the opening quote. If a '#' is encountered, the rest of the line 71 UChar quote = 0; local 75 quote = c; 92 } else if ((quote != 0 && c == quote) || 93 (quote == 0 && PatternProps::isWhiteSpace(c))) { 96 } else if (quote == 0 && c == '#') { 103 if (quote != 0) {
|
/external/oprofile/libpopt/ |
poptparse.c | 60 char quote = '\0'; local 72 if (quote == *src) { 73 quote = '\0'; 74 } else if (quote != '\0') { 81 if (*src != quote) *buf++ = '\\'; 97 quote = *src;
|
/libcore/luni/src/main/java/java/text/ |
Format.java | 180 boolean lastQuote = false, quote = false; 187 quote = !quote; 189 } else if (ch == stop && !quote) { 204 boolean quote = false; 208 quote = !quote; 210 if (!quote) {
|
/external/webkit/Source/WebCore/rendering/style/ |
ContentData.cpp | 55 return quote() == other.quote();
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/RegExp/ |
15.10.4.1-1.js | 91 msg = status + quote(prop); 104 return (statprefix + quote(regexp) + statsuffix); 108 function quote(text) function
|
15.10.4.1-2.js | 97 msg = status + quote(prop); 110 return (statprefix + quote(regexp) + statsuffix); 114 function quote(text) function
|
15.10.4.1-3.js | 103 msg = status + quote(prop); 117 return (statprefix + quote(regexp) + statmiddle + flag + statsuffix); 121 function quote(text) function
|
15.10.4.1-4.js | 109 msg = status + quote(prop); 123 return (statprefix + quote(regexp) + statmiddle + flag + statsuffix); 127 function quote(text) function
|
regress-57631.js | 121 return (statprefix + quote(regexp) + statsuffix + quote(flag)); 125 function quote(text) function
|
15.10.3.1-1.js | 108 return (statprefix + quote(regexp) + comma + flag + closeparens); 112 function quote(text) function
|
15.10.3.1-2.js | 116 return (statprefix + quote(regexp) + comma + flag + closeparens); 120 function quote(text) function
|
15.10.4.1-5-n.js | 106 return (statprefix + quote(regexp) + statsuffix + flag); 110 function quote(text) function
|
/external/webkit/Source/WebCore/platform/ |
ContentType.cpp | 50 size_t quote = strippedType.find('\"', start + 1); local 52 if (quote != notFound && end != notFound) 53 start = quote;
|
/external/qemu/ |
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/oprofile/libop/ |
op_xml_out.c | 179 char *quote; local 199 quote = "&"; 202 quote = "<"; 205 quote = ">"; 208 quote = """; 219 ret = snprintf(buf, size, "%s", quote);
|
/system/core/libsysutils/src/ |
FrameworkListener.cpp | 82 bool quote = false; local 118 if (quote) 119 quote = false; 121 quote = true; 129 if (!quote && *q == ' ') { 162 if (quote) {
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/LexicalConventions/ |
lexical-001.js | 41 var quote = "'"; variable 144 return (statprefix + quote + msg + quote);
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/ |
xml.rb | 15 def quote(text) method in class:XMLLexerTest 65 {say("PCDATA: " << quote($t.text))} 67 {say("CDATA: " << quote($t.text))} 69 {say("Comment: " << quote($t.text))}
|
/external/linux-tools-perf/util/ |
alias.c | 72 return error("unclosed quote");
|