HomeSort by relevance Sort by last modified time
    Searched refs:quotes (Results 1 - 25 of 26) sorted by null

1 2

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
incpath.h 25 extern void get_include_chains (cpp_dir **quotes, cpp_dir **brackets);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
incpath.h 25 extern void get_include_chains (cpp_dir **quotes, cpp_dir **brackets);
  /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/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
smartypants.php 82 $convert_quot = 0; # should we translate " entities into normal quotes?
90 # q : quotes
91 # b : backtick quotes (``double'' only)
92 # B : backtick quotes (``double'' and `single')
158 # Don't mess with quotes inside tags.
181 # Note: backticks need to be processed before quotes.
231 $do_backticks; # should we educate ``backticks'' -style quotes?
238 # smarten ``backticks'' -style quotes
245 # Special case to handle quotes at the very end of $text when preceded by
267 # Don't mess with quotes inside tag
    [all...]
  /external/openssl/crypto/asn1/
a_strex.c 136 /* If we don't escape with quotes, signal we need quotes */
164 int type, unsigned char flags, char *quotes, char_io *io_ch, void *arg)
211 len = do_esc_char(utfbuf[i], (unsigned char)(flags | orflags), quotes, io_ch, arg);
216 len = do_esc_char(c, (unsigned char)(flags | orflags), quotes, io_ch, arg);
311 char quotes; local
313 quotes = 0;
360 len = do_buf(str->data, str->length, type, flags, &quotes, io_ch, NULL);
363 if(quotes) outlen += 2;
365 if(quotes && !io_ch(arg, "\"", 1)) return -1
    [all...]
  /external/chromium/base/
string_tokenizer.h 113 // Set the characters to regard as quotes. By default, this is empty. When
118 void set_quote_chars(const str& quotes) { quotes_ = quotes; }
  /external/quake/quake/src/QW/client/
cmd.c 147 int quotes; local
154 quotes = 0;
158 quotes++;
159 if ( !(quotes&1) && text[i] == ';')
  /external/quake/quake/src/WinQuake/
cmd.cpp 148 int quotes; local
155 quotes = 0;
159 quotes++;
160 if ( !(quotes&1) && text[i] == ';')
  /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/dbus/dbus/
dbus-shell.c 33 /* Single quotes preserve the literal string exactly. escape
37 * Double quotes allow $ ` " \ and newline to be escaped with backslash.
38 * Otherwise double quotes preserve things literally.
144 * Quotes a string so that the shell (/bin/sh) will interpret the
148 * quoting style used is undefined (single or double quotes may be
156 /* We always use single quotes, because the algorithm is cheesier.
211 * quotes; if a string contains file globs, arithmetic operators,
221 * double quotes are handled, as are escapes including escaped
224 * Shell quoting rules are a bit strange. Single quotes preserve the
227 * like 'foo'\''bar'. Double quotes allow $, `, ", \, and newline t
    [all...]
  /external/bison/data/
glr.cc 37 # (and c.m4 strips one level of quotes). This is a PITA, and
38 # explains why there are so many levels of quotes.
  /external/v8/tools/
csvparser.js 71 pos += field.length + 3; // Skip comma and quotes.
  /external/e2fsprogs/lib/blkid/
read.c 144 * in case it is inside quotes, or escaped.
257 printf("unbalanced quotes at: %s\n", *value));
  /external/webkit/WebCore/bindings/objc/
DOMCSS.h 244 - (NSString *)quotes;
245 - (void)setQuotes:(NSString *)quotes;
DOMCSS.mm 1090 - (NSString *)quotes
1092 return [self getPropertyValue:@"quotes"];
1095 - (void)setQuotes:(NSString *)quotes
1097 [self setProperty:@"quotes" value:quotes priority:@""];
  /external/v8/test/mjsunit/
debug-conditional-breakpoints.js 75 // Conditional breakpoint which different types of quotes.
  /external/webkit/WebCore/css/
CSSPropertyNames.in 109 quotes
  /sdk/files/
find_java.bat 72 rem However we use the full version without quotes (e.g. %~1) for pretty print.
  /frameworks/base/core/java/android/text/
Html.java 192 QuoteSpan[] quotes = text.getSpans(i, next, QuoteSpan.class); local
194 for (QuoteSpan quote: quotes) {
200 for (QuoteSpan quote: quotes) {
  /external/libpng/
CHANGES     [all...]
  /external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 412 [^>"/]+ # text outside quotes
416 "[^"]*" # text inside double quotes (tolerate ">")
418 \'[^\']*\' # text inside single quotes (tolerate ">")
    [all...]
  /external/v8/src/
mirror-debugger.js 1004 return s.substring(1, s.length - 1); // cut quotes
    [all...]
  /dalvik/docs/
prettify.js 257 /** like textToHtml but escapes double quotes to be attribute safe. */
    [all...]
  /external/grub/docs/
texinfo.tex     [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 669 milliseconds

1 2