HomeSort by relevance Sort by last modified time
    Searched full:quote (Results 51 - 75 of 1323) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/llvm/test/CodeGen/X86/
private-2.ll 2 ; Quote should be outside of private prefix.
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
StringIdItem.java 77 public static String getReferenceAnnotation(@Nonnull DexBackedDexFile dexFile, int stringIndex, boolean quote) {
80 if (quote) {
98 boolean quote) {
102 return getReferenceAnnotation(dexFile, stringIndex, quote);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UCharacterCategoryTest.java 76 "Punctuation, Initial quote",
77 "Punctuation, Final quote"};
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ksdebug.h 27 #define QUOTE(x) #x
28 #define QQUOTE(y) QUOTE(y)
winnt.rh 7 #define __TEXT(quote) L##quote
9 #define __TEXT(quote) quote
12 #define TEXT(quote) __TEXT(quote)
  /external/icu/icu4c/source/tools/pkgdata/
pkgtypes.c 27 const char *pkg_writeCharListWrap(FileStream *s, CharList *l, const char *delim, const char *brk, int32_t quote)
38 if(quote < 0) { /* remove quotes */
45 } else if(quote > 0) { /* add quotes */
73 const char *pkg_writeCharList(FileStream *s, CharList *l, const char *delim, int32_t quote)
88 if(quote < 0) { /* remove quotes */
95 } else if(quote > 0) { /* add quotes */
  /system/core/libsysutils/src/
FrameworkListener.cpp 94 bool quote = false; local
129 if (quote)
130 quote = false;
132 quote = true;
140 if (!quote && *q == ' ') {
173 if (quote) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
csv.py 208 The quote with the most wins, same with the delimiter.
214 for restr in ('(?P<delim>[^\w\n"\'])(?P<space> ?)(?P<quote>["\']).*?(?P=quote)(?P=delim)', # ,".*?",
215 '(?:^|\n)(?P<quote>["\']).*?(?P=quote)(?P<delim>[^\w\n"\'])(?P<space> ?)', # ".*?",
216 '(?P<delim>>[^\w\n"\'])(?P<space> ?)(?P<quote>["\']).*?(?P=quote)(?:$|\n)', # ,".*?"
217 '(?:^|\n)(?P<quote>["\']).*?(?P=quote)(?:$|\n)'): # ".*?" (no delim, no space)
230 n = regexp.groupindex['quote'] -
    [all...]
mimify.py 27 QUOTE = '> ' # string replies are quoted with
128 if ifile.boundary and ifile.boundary[:2] == QUOTE:
129 prefix = QUOTE
174 ## if is_repl and len(line) >= 4 and line[:4] == QUOTE+'--' and line[-3:] != '--\n':
197 if newline[:len(QUOTE)] == QUOTE:
198 newline = newline[len(QUOTE):]
225 mime_char = re.compile('[=\177-\377]') # quote these chars in body
226 mime_header_char = re.compile('[=?\177-\377]') # quote these in header
230 If header is set, quote some extra characters.""
    [all...]
quopri.py 35 def quote(c): function
36 """Quote a single character."""
63 output.write(s[:-1] + quote(s[-1]) + lineEnd)
65 output.write(quote(s) + lineEnd)
83 c = quote(c)
201 print "-t: quote tabs"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
csv.py 208 The quote with the most wins, same with the delimiter.
214 for restr in ('(?P<delim>[^\w\n"\'])(?P<space> ?)(?P<quote>["\']).*?(?P=quote)(?P=delim)', # ,".*?",
215 '(?:^|\n)(?P<quote>["\']).*?(?P=quote)(?P<delim>[^\w\n"\'])(?P<space> ?)', # ".*?",
216 '(?P<delim>>[^\w\n"\'])(?P<space> ?)(?P<quote>["\']).*?(?P=quote)(?:$|\n)', # ,".*?"
217 '(?:^|\n)(?P<quote>["\']).*?(?P=quote)(?:$|\n)'): # ".*?" (no delim, no space)
230 n = regexp.groupindex['quote'] -
    [all...]
mimify.py 27 QUOTE = '> ' # string replies are quoted with
128 if ifile.boundary and ifile.boundary[:2] == QUOTE:
129 prefix = QUOTE
174 ## if is_repl and len(line) >= 4 and line[:4] == QUOTE+'--' and line[-3:] != '--\n':
197 if newline[:len(QUOTE)] == QUOTE:
198 newline = newline[len(QUOTE):]
225 mime_char = re.compile('[=\177-\377]') # quote these chars in body
226 mime_header_char = re.compile('[=?\177-\377]') # quote these in header
230 If header is set, quote some extra characters.""
    [all...]
quopri.py 35 def quote(c): function
36 """Quote a single character."""
63 output.write(s[:-1] + quote(s[-1]) + lineEnd)
65 output.write(quote(s) + lineEnd)
83 c = quote(c)
201 print "-t: quote tabs"
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/
Tokenizer.java 35 QUOTE = '\'',
37 private static final UnicodeSet QUOTERS = new UnicodeSet().add(QUOTE).add(BSLASH);
106 return s+"Unterminated Quote=" + getString() + s;
187 if (cp == QUOTE) {
188 UTF16.append(buffer, QUOTE);
194 if (cp == QUOTE) status = IN_QUOTE;
202 if (cp == QUOTE) status = AFTER_QUOTE;
  /external/lldb/source/Core/
InputReader.cpp 149 char quote = '\0'; local
162 if (isspace(ch) && (!quote || (quote == ch && p[-1] != '\\')))
164 // We have a space character or the terminating quote
166 quote = '\0';
168 else if (quote)
174 quote = ch;
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/
rjsmin.c 91 rchar c, quote; local
104 *target++ = quote = c;
112 if (c == quote)
218 quote = U(' ');
226 quote = U('\n');
288 quote = U('\n');
298 && ((quote == U('\n')
302 (quote == U(' ')
310 *target++ = quote;
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/exceptions/
formatter.py 166 def quote(self, s): member in class:TextFormatter
173 return 'In object: %s' % self.emphasize(self.quote(repr(obj)))
175 return 'URL: %s' % self.quote(url)
182 return self.emphasize('In expression: %s' % self.quote(expr))
184 return 'Warning: %s' % self.quote(warning)
193 return ' ' + self.quote(source_line.strip())
196 '%s: %s' % (self.quote(etype), self.quote(evalue)))
239 def quote(self, s): member in class:HTMLFormatter
242 return '<pre>%s</pre>' % self.quote(s
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPUtilsImpl.java 256 itemStart++; // Skip the opening quote;
266 // This is not a matching quote, just append it to the
272 // This is a "matching" quote. Is it doubled, or the
273 // final closing quote?
298 // This is an undoubled, non-closing quote, copy it.
303 // This is an undoubled closing quote, skip it and
863 * correct closing quote or an exception.
866 * opened and closing quote in a string
868 * the open quote
869 * @return Returns a corresponding closing quote
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/util/
HexParser.java 37 * comment. If a double quote is encountered, then the ASCII value
39 * quote. Quoted strings may not span multiple lines.
132 throw new RuntimeException("unterminated quote around " +
  /dalvik/dx/src/com/android/dx/util/
HexParser.java 37 * comment. If a double quote is encountered, then the ASCII value
39 * quote. Quoted strings may not span multiple lines.
132 throw new RuntimeException("unterminated quote around " +
  /external/chromium-trace/trace-viewer/third_party/webapp2/webapp2_extras/
json.py 95 def quote(value, *args, **kwargs): function
96 """Serializes a value to JSON and encodes it using urllib.quote.
100 return urllib.quote(encode(value, *args, **kwargs))
  /external/dexmaker/src/dx/java/com/android/dx/util/
HexParser.java 37 * comment. If a double quote is encountered, then the ASCII value
39 * quote. Quoted strings may not span multiple lines.
132 throw new RuntimeException("unterminated quote around " +
  /external/openssh/
auth-options.c 166 debug("%.100s, line %lu: missing end quote",
168 auth_debug_add("%.100s, line %lu: missing end quote",
197 debug("%.100s, line %lu: missing end quote",
199 auth_debug_add("%.100s, line %lu: missing end quote",
231 debug("%.100s, line %lu: missing end quote",
233 auth_debug_add("%.100s, line %lu: missing end quote",
268 debug("%.100s, line %lu: missing end quote",
270 auth_debug_add("%.100s, line %lu: missing end quote",
322 debug("%.100s, line %lu: missing end quote",
325 "end quote", file, linenum)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
UCharacterCategory.java 96 return "Punctuation, Initial quote";
98 return "Punctuation, Final quote";
  /external/llvm/utils/lit/lit/
ShCommands.py 23 raise NotImplementedError('Unable to quote %r' % arg)
30 raise NotImplementedError('Unable to quote %r' % arg)

Completed in 308 milliseconds

1 23 4 5 6 7 8 91011>>