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

1 2 3 4 5

  /bootable/recovery/minui/
Android.mk 15 # This used to compare against values in double-quotes (which are just
16 # ordinary characters in this context). Strip double-quotes from the
  /external/chromium_org/third_party/WebKit/Source/build/scripts/
make_mediaquery_tokenizer_codepoints.py 46 quotes = '"\''
54 if c in quotes:
  /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/proguard/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.
  /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_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
Target.java 159 * Expect single quotes around the incoming literal.
198 * is the translation 'a\n"' -> "a\n\"". Expect single quotes
199 * around the incoming literal. Just flip the quotes and replace
200 * double quotes with \"
275 * double-quotes around it as well. Example String in memory:
300 if ( c!='\'' && // don't escape single quotes in strings for java
  /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/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
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleRareInheritedData.h 146 RefPtr<QuotesData> quotes; member in class:WebCore::StyleRareInheritedData
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
shlex.py 45 self.quotes = '\'"'
153 elif nextchar in self.quotes:
166 elif self.state in self.quotes:
170 print "shlex: I see EOF in quotes state"
193 # character may be escaped within quotes.
194 if escapedstate in self.quotes and \
220 elif self.posix and nextchar in self.quotes:
225 elif nextchar in self.wordchars or nextchar in self.quotes \
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
shlex.py 45 self.quotes = '\'"'
153 elif nextchar in self.quotes:
166 elif self.state in self.quotes:
170 print "shlex: I see EOF in quotes state"
193 # character may be escaped within quotes.
194 if escapedstate in self.quotes and \
220 elif self.posix and nextchar in self.quotes:
225 elif nextchar in self.wordchars or nextchar in self.quotes \

Completed in 1103 milliseconds

1 2 3 4 5