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

1 2 3 4 5

  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
incpath.h 25 extern void get_include_chains (cpp_dir **quotes, cpp_dir **brackets);
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
incpath.h 25 extern void get_include_chains (cpp_dir **quotes, cpp_dir **brackets);
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
incpath.h 25 extern void get_include_chains (cpp_dir **quotes, cpp_dir **brackets);
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
incpath.h 25 extern void get_include_chains (cpp_dir **quotes, cpp_dir **brackets);
  /bootable/recovery/minui/
Android.mk 12 # This used to compare against values in double-quotes (which are just
13 # ordinary characters in this context). Strip double-quotes from the
  /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/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...]
  /prebuilts/tools/common/proguard/proguard4.7/bin/
proguard.bat 7 REM you'll have to add escaped quotes around them, e.g.
proguardgui.bat 7 REM you'll have to add escaped quotes around them, e.g.
retrace.bat 7 REM you'll have to add escaped quotes around them, e.g.
  /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, &quotes, 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, &quotes, io_ch, NULL);
370 if(quotes) outlen += 2;
372 if(quotes && !io_ch(arg, "\"", 1)) return -1
    [all...]
  /external/chromium/base/
string_tokenizer.h 117 // Set the characters to regard as quotes. By default, this is empty. When
122 void set_quote_chars(const str& quotes) { quotes_ = quotes; }
186 // Implementation of GetNext() for when we have to take quotes into account.
  /external/chromium_org/base/strings/
string_tokenizer.h 118 // Set the characters to regard as quotes. By default, this is empty. When
123 void set_quote_chars(const str& quotes) { quotes_ = quotes; }
187 // Implementation of GetNext() for when we have to take quotes into account.
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
reset.css 35 blockquote, q { quotes: "" ""; }
  /external/chromium_org/tools/gyp/test/defines-escaping/
gyptest-defines-escaping.py 9 various special characters such as quotes, commas, etc.
52 # Test string literals containing quotes.
60 r""" "\"quotes.\""'""")
70 "These," "words," "are," "in," "quotes."
75 # Test string literals containing single quotes.
83 r""" \"'quotes.'\"" """)
93 'These,' 'words,' 'are,' 'in,' 'quotes.'
98 # Test string literals containing different numbers of backslashes before quotes
165 # Same thing again, but enclosed in visible quotes.
181 # We deliberately do not test having an odd number of quotes in a strin
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
CPPTarget.java 70 * when surrounded by double-quotes.
99 * will be able to use this 1-to-1 mapping. Expect single quotes
116 * will be able to use this 1-to-1 mapping. Expect double quotes
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleRareInheritedData.h 119 RefPtr<QuotesData> quotes; member in class:WebCore::StyleRareInheritedData
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
utils.py 98 quotes = ''
100 quotes = '"'
102 return '%s%s%s <%s>' % (quotes, name, quotes, address)
231 """Remove quotes from a string."""
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
utils.py 98 quotes = ''
100 quotes = '"'
102 return '%s%s%s <%s>' % (quotes, name, quotes, address)
231 """Remove quotes from a string."""
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPUtilsImpl.java 74 * @param quotes
75 * The characters to be used as quotes around array items that
84 String separator, String quotes, boolean allowCommas) throws XMPException
93 if (quotes == null || quotes.length() == 0)
95 quotes = "\"";
117 // Make sure the open and close quotes are a legitimate pair.
118 char openQuote = quotes.charAt(0);
119 char closeQuote = checkQuotes(quotes, openQuote);
249 // internal quotes tha
    [all...]
  /external/chromium_org/ppapi/native_client/tests/nacl_browser/postmessage_redir/
pm_redir_test.cc 86 static std::string quotes[] = { variable
95 const char* out = quotes[ix].c_str();
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPUtils.java 49 * @param quotes
50 * The characters to be used as quotes around array items that
58 String separator, String quotes, boolean allowCommas) throws XMPException
61 .catenateArrayItems(xmp, schemaNS, arrayName, separator, quotes, allowCommas);
  /external/chromium_org/tools/grit/grit/format/
android_xml_unittest.py 64 <string name="quotes">"out loud, \"Why don\'t I build a flying car?\""</string>
  /external/chromium_org/tools/gyp/tools/
pretty_gyp.py 17 # It takes into account quoted quotes, and makes sure that the quotes match.
18 # NOTE: It does not handle quotes that span more than one line, or
63 """Masks out the quotes and comments, and then splits appropriate

Completed in 600 milliseconds

1 2 3 4 5