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

<<21222324252627282930>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
pickletester.py 537 "'abc", # quote is not closed
538 "'abc\"", # open quote and close quote don't match
539 "'abc' ?", # junk after close quote
    [all...]
test_rfc822.py 248 eq(rfc822.quote('foo\\wacky"name'), 'foo\\\\wacky\\"name')
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
CompiledResourcesMonitor.java 125 String [] pathArray = pathWithoutExtension.split(Pattern.quote(File.separator));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
ProjectSetupBuilder.java 317 return ":" + relativeString.replaceAll(Pattern.quote(File.separator), ":"); //$NON-NLS-1$
  /sdk/find_java/src/source/
utils.h 363 // As indicated in MSDN for CreateProcess, callers should double-quote the program name
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/
cpp.info 497 is an ordinary character. There is no way to escape the closing quote
680 the current file, then in the quote directories and then the same
682 list of quote directories with the `-iquote' option.
684 The argument of `#include', whether delimited with quote marks or
785 Duplicate directories are removed from the quote and bracket search
788 chain if it was specified in both the quote and bracket chains.
809 list are searched only for headers requested with quote marks.
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetwork.java 627 // begin quote
631 // end quote
  /external/bison/src/
getargs.c 49 #include "quote.h"
749 error (0, 0, _("extra operand %s"), quote (argv[optind + 1]));
scan-code.c 691 #include <quote.h>
    [all...]
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/util/
template.py 37 from six.moves.urllib.parse import quote namespace
338 return quote(v)
template.py.2015-04-30-123224 37 from six.moves.urllib.parse import quote
343 return quote(v)
template.py.orig 37 from six.moves.urllib.parse import quote
343 return quote(v)
  /external/chromium-trace/trace-viewer/third_party/six/
six.py 240 MovedAttribute("shlex_quote", "pipes", "shlex", "quote"),
324 MovedAttribute("quote", "urllib", "urllib.parse"),
  /external/clang/lib/ASTMatchers/Dynamic/
Parser.cpp 203 /// quote). Consumed until it finds the same closing quote character.
  /external/icu/icu4c/source/i18n/
rbt.h 269 * <p>Single quotes are used to quote any character other than a
270 * digit or letter. To specify a single quote itself, inside or
  /external/icu/icu4c/source/i18n/unicode/
umsg.h 49 * real apostrophe (single quote) character \htmlonly&#x2019;\endhtmlonly (U+2019),
597 * a brace is a true quote. Other unpaired apostrophes are paired,
  /external/icu/icu4c/source/test/intltest/
idnaref.cpp 620 // <quote>
623 // </quote>
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
RuleBasedTransliterator.java 253 * <p>Single quotes are used to quote any character other than a
254 * digit or letter. To specify a single quote itself, inside or
  /external/jpeg/
ltmain.sh 251 # Aesthetically quote the previous argument.
258 # Double-quote args containing other shell metacharacters.
    [all...]
  /external/libedit/doc/
editline.3.roff 845 1 for an unmatched single quote,
846 2 for an unmatched double quote,
  /external/libxml2/test/valid/dtds/
nitf-2-5.dtd 655 quote-source CDATA #IMPLIED
952 quote-source CDATA #IMPLIED
  /external/lldb/www/python_reference/
lldb.formatters.cpp.libcxx-module.html 345 <a name="__package__"></a><span class="summary-name">__package__</span> = <code title="'lldb.formatters.cpp'"><code class="variable-quote">'</code><code class="variable-string">lldb.formatters.cpp</code><code class="variable-quote">'</code></code>
  /external/llvm/lib/MC/MCParser/
AsmLexer.cpp 370 return ReturnError(TokStart, "unterminated single quote");
375 return ReturnError(TokStart, "single quote way too long");
  /external/nist-sip/java/gov/nist/core/
GenericObject.java 69 protected static final String QUOTE = Separators.QUOTE;
  /external/nist-sip/java/gov/nist/javax/sip/parser/
TokenTypes.java 175 public static final int QUOTE = LexerCore.QUOTE;

Completed in 135 milliseconds

<<21222324252627282930>>