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

1 23 4 5 6 7 8 9

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
RenderScriptProcessor.java 188 command[index++] = quote(sdkOsPath + SdkConstants.OS_SDK_PLATFORM_TOOLS_FOLDER
191 command[index++] = quote(getBuildToolInfo().getPath(BuildToolInfo.PathId.ANDROID_RS_CLANG));
193 command[index++] = quote(getBuildToolInfo().getPath(BuildToolInfo.PathId.ANDROID_RS));
195 command[index++] = quote(genFolder.getLocation().toOSString());
197 command[index++] = quote(rawFolder.getLocation().toOSString());
239 command[depIndex] = quote(getDependencyFolder(sourceFile).getLocation().toOSString());
240 command[index] = quote(osSourcePath);
  /external/bison/src/
scan-gram.l 41 #include <quote.h>
222 complain_at (*loc, _("invalid directive: %s"), quote (yytext));
250 complain_at (*loc, _("invalid identifier: %s"), quote (yytext));
355 quote (yytext));
442 | The initial quote is already eaten. |
468 | The initial quote is already eaten. |
568 /* Quote only if escaping won't make the character visible. */
570 p = quote (p);
783 complain_at (loc, _("integer out of range: %s"), quote (number));
885 token_end = quote (token_end)
    [all...]
main.c 47 #include <quote.h>
scan-code.c 691 #include <quote.h>
    [all...]
  /libcore/luni/src/main/java/java/text/
SimpleDateFormat.java 91 * <tr> <td>{@code ''}</td> <td>single quote</td> <td>(Literal)</td> <td>{@code 'o''clock'}:o'clock</td> </tr>
280 boolean quote = false;
296 quote = !quote;
299 if (!quote
322 if (quote) {
323 throw new IllegalArgumentException("Unterminated quote");
525 boolean quote = false;
546 quote = !quote;
    [all...]
ChoiceFormat.java 465 boolean quote = (choiceFormats[i].indexOf('|') != -1);
466 if (quote) {
470 if (quote) {
  /external/libvorbis/doc/
05-comment.tex 21 \begin{quote}
24 \end{quote}
70 \begin{quote}
75 \end{quote}
183 \begin{quote}
189 \end{quote}
  /external/webkit/Tools/Scripts/webkitpy/common/system/
path.py 115 # FIXME: web browsers don't appear to blindly quote every character
119 return urllib.quote(path, safe='/+:')
  /external/wpa_supplicant_8/wpa_supplicant/examples/
wpas-test.py 22 r += urllib.quote(chr(c))
wpas-dbus-new.py 24 r += urllib.quote(chr(c))
  /packages/apps/Email/src/org/apache/james/mime4j/codec/
EncoderUtil.java 132 return quote(displayName);
154 return quote(localPart);
176 return name + "=" + quote(value);
500 private static String quote(String str) { method in class:EncoderUtil
  /cts/libs/json/src/com/android/json/stream/
JsonReader.java 620 int quote = nextNonWhitespace(); local
621 switch (quote) {
625 name = nextString((char) quote);
798 * Returns the string up to but not including {@code quote}, unescaping any
799 * character escape sequences encountered along the way. The opening quote
800 * should have already been read. This consumes the closing quote, but does
803 * @param quote either ' or ".
807 private String nextString(char quote) throws IOException {
815 if (c == quote) {
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
Utils.java 134 char quote = selector.charAt(pos); local
136 int end = selector.length() - 2; // quote and ]
142 if (selector.charAt(pos) == quote)
144 // skip one quote in value
  /ndk/sources/host-tools/make-3.81/
ar.c 233 Metacharacters can be quoted with backslashes if QUOTE is nonzero. */
235 glob_pattern_p (const char *pattern, int quote)
248 if (quote)
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
AccountWithDataSet.java 44 Pattern.compile(Pattern.quote(STRINGIFY_SEPARATOR));
46 Pattern.compile(Pattern.quote(ARRAY_STRINGIFY_SEPARATOR));
  /external/chromium/third_party/libjingle/source/talk/base/
httpcommon.cc 715 std::string quote(const std::string& str) { function in namespace:talk_base
848 ss << " username=" << quote(username);
849 ss << ", realm=" << quote(realm);
850 ss << ", nonce=" << quote(nonce);
851 ss << ", uri=" << quote(uri);
855 ss << ", cnonce=" << quote(cnonce);
859 ss << ", opaque=" << quote(opaque);
  /external/v8/src/
prettyprinter.cc 253 const bool quote = false; local
254 PrintLiteral(node->variable()->name(), quote);
531 void PrettyPrinter::PrintLiteral(Handle<Object> value, bool quote) {
535 if (quote) Print("\"");
539 if (quote) Print("\"");
658 bool quote) {
661 PrintLiteral(value, quote);
  /external/markdown/markdown/
blockprocessors.py 237 quote = sibling
240 quote = markdown.etree.SubElement(parent, 'blockquote')
242 self.parser.parseChunk(quote, block)
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTime.java 434 //We start a literal, which we need to quote
454 protected String quote(String str, boolean insideQuotes) { method in class:ShadowTime.Strftime
482 buf.append(quote("%" + firstChar, oldInside));
489 buf.append(quote("%" + firstChar, oldInside));
  /external/srec/srec/Vocabulary/src/
VocabularyImpl.c 502 /* if this is English AND we're dealing with a quote (possessive or a
504 quote, and use the TTP to find out what single phoneme should
505 correspond the the thing after the quote ('s' or 't'). This keeps
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
json_results_generator.py 368 (urllib2.quote(self._test_results_server),
369 urllib2.quote(self._builder_name),
371 urllib2.quote(self._test_type)))
  /external/libvpx/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
smartypants.php 151 # just a quote char. What we do is remember
154 # character quote tokens correctly.
246 # an HTML tag. Add a space to give the quote education algorithm a bit of
247 # context, so that it can guess correctly that it's a closing quote:
260 # just a quote char. What we do is remember
263 # character quote tokens correctly.
407 # Returns: The string, with "educated" curly quote HTML entities.
416 # Special case if the very first character is a quote
424 # <p>He said, "'Quoted' words in a larger quote."</p>
445 ' # the quote
    [all...]
  /libcore/luni/src/main/java/java/io/
StreamTokenizer.java 138 * '/' is a comment character. Single quote '\'' and double quote '"'
139 * are string quote characters.
183 * <li>Single quote '\'' and double quote '"' are string quote characters.
541 * Specifies that the character {@code ch} shall be treated as a quote
545 * the character to be considered a quote character.
  /external/guava/guava-tests/test/com/google/common/base/
ThrowablesTest.java 21 import static java.util.regex.Pattern.quote;
498 String firstLine = quote(e.getClass().getName() + ": " + e.getMessage());
  /external/webkit/Source/WebCore/rendering/
RenderQuote.cpp 53 RenderQuote::RenderQuote(Document* node, QuoteType quote)
55 , m_type(quote)
71 // This function places a list of quote renderers starting at "this" in the list of quote renderers already
75 // (All quote renderers are linked and have the correct depth set)
76 // 2. The quote renderers of the inserted list are in a tree of renderers of their own which has been just
78 // 3. The quote renderers in the inserted list have depths consistent with their position in the list relative

Completed in 1969 milliseconds

1 23 4 5 6 7 8 9