HomeSort by relevance Sort by last modified time
    Searched defs:escape (Results 251 - 275 of 989) sorted by null

<<11121314151617181920>>

  /prebuilts/gdb/darwin-x86/lib/python2.7/
xmlrpclib.py 32 # 2001-10-01 fl Use faster escape method (80% dumps speedup)
174 def escape(s, replace=string.replace): function
692 def dump_string(self, value, write, escape=escape):
694 write(escape(value))
699 def dump_unicode(self, value, write, escape=escape):
702 write(escape(value))
720 def dump_struct(self, value, write, escape=escape)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
pydoc.py 382 def escape(self, text): member in class:HTMLRepr
393 return self.escape(cram(stripid(repr(x)), self.maxother))
401 return 'r' + testrepr[0] + self.escape(test) + testrepr[0]
404 self.escape(testrepr))
410 return self.escape(cram(stripid(repr(x)), self.maxstring))
412 return self.escape('<%s instance>' % x.__class__.__name__)
423 escape = _repr_instance.escape variable in class:HTMLDoc
474 text = self.escape(expandtabs(text))
526 def markup(self, text, escape=None, funcs={}, classes={}, methods={})
    [all...]
xmlrpclib.py 32 # 2001-10-01 fl Use faster escape method (80% dumps speedup)
174 def escape(s, replace=string.replace): function
692 def dump_string(self, value, write, escape=escape):
694 write(escape(value))
699 def dump_unicode(self, value, write, escape=escape):
702 write(escape(value))
720 def dump_struct(self, value, write, escape=escape)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pydoc.py 382 def escape(self, text): member in class:HTMLRepr
393 return self.escape(cram(stripid(repr(x)), self.maxother))
401 return 'r' + testrepr[0] + self.escape(test) + testrepr[0]
404 self.escape(testrepr))
410 return self.escape(cram(stripid(repr(x)), self.maxstring))
412 return self.escape('<%s instance>' % x.__class__.__name__)
423 escape = _repr_instance.escape variable in class:HTMLDoc
474 text = self.escape(expandtabs(text))
526 def markup(self, text, escape=None, funcs={}, classes={}, methods={})
    [all...]
xmlrpclib.py 32 # 2001-10-01 fl Use faster escape method (80% dumps speedup)
174 def escape(s, replace=string.replace): function
692 def dump_string(self, value, write, escape=escape):
694 write(escape(value))
699 def dump_unicode(self, value, write, escape=escape):
702 write(escape(value))
720 def dump_struct(self, value, write, escape=escape)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pydoc.py 382 def escape(self, text): member in class:HTMLRepr
393 return self.escape(cram(stripid(repr(x)), self.maxother))
401 return 'r' + testrepr[0] + self.escape(test) + testrepr[0]
404 self.escape(testrepr))
410 return self.escape(cram(stripid(repr(x)), self.maxstring))
412 return self.escape('<%s instance>' % x.__class__.__name__)
423 escape = _repr_instance.escape variable in class:HTMLDoc
474 text = self.escape(expandtabs(text))
526 def markup(self, text, escape=None, funcs={}, classes={}, methods={})
    [all...]
xmlrpclib.py 32 # 2001-10-01 fl Use faster escape method (80% dumps speedup)
174 def escape(s, replace=string.replace): function
692 def dump_string(self, value, write, escape=escape):
694 write(escape(value))
699 def dump_unicode(self, value, write, escape=escape):
702 write(escape(value))
720 def dump_struct(self, value, write, escape=escape)
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/sisu-equinox-launching/0.18.1/
sisu-equinox-launching-0.18.1.jar 
  /external/icu/android_icu4j/src/main/java/android/icu/text/
Transliterator.java 174 * Russian to Latin might be named "Russian-Latin". A transliterator from keyboard escape sequences to Latin-1
    [all...]
  /external/icu/icu4c/source/test/intltest/
intltest.cpp 1852 static UnicodeString& escape(const UnicodeString& s, UnicodeString& result) { function
    [all...]
usettest.cpp 42 return left + UnicodeSetTest::escape(pat);
2185 UnicodeSetTest::escape(const UnicodeString& s) { function in class:UnicodeSetTest
    [all...]
dtfmttst.cpp 422 DateFormatTest::escape(UnicodeString& s) function in class:DateFormatTest
    [all...]
numfmtst.cpp 1182 NumberFormatTest::escape(UnicodeString& s) function in class:NumberFormatTest
    [all...]
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
Transliterator.java 173 * Russian to Latin might be named "Russian-Latin". A transliterator from keyboard escape sequences to Latin-1
    [all...]
  /external/llvm/lib/Support/
YAMLParser.cpp 698 std::string yaml::escape(StringRef Input) { function in class:yaml
    [all...]
  /prebuilts/go/darwin-x86/src/regexp/testdata/
testregex.c 352 "ESCAPE",
725 escape(char* s) function
835 bad("invalid C \\ escape\n", s - 1, NiL, 0, 0);
    [all...]
  /prebuilts/go/linux-x86/src/regexp/testdata/
testregex.c 352 "ESCAPE",
725 escape(char* s) function
835 bad("invalid C \\ escape\n", s - 1, NiL, 0, 0);
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/http-client/google-http-client/1.19.0/
google-http-client-1.19.0.jar 
  /external/doclava/src/com/google/doclava/
Doclava.java 595 String k = data.getValue("template.escape." + i + ".key", "");
596 String v = data.getValue("template.escape." + i + ".value", "");
601 System.err.println("template.escape." + i + ".key must have a length of 1: " + k);
685 public static String escape(String s) { method in class:Doclava
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
TransliteratorTest.java 524 * Test pattern quoting and escape mechanisms.
535 logln("Pattern: " + Utility.escape(DATA[i]));
683 logln("Pattern: " + Utility.escape(DATA[i]));
707 logln("Pattern: " + Utility.escape(DATA[i]));
741 logln("Pattern: " + Utility.escape(DATA[i]));
787 expectAux(Utility.escape(DATA[3*i]),
    [all...]
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
TransliteratorTest.java 521 * Test pattern quoting and escape mechanisms.
532 logln("Pattern: " + Utility.escape(DATA[i]));
680 logln("Pattern: " + Utility.escape(DATA[i]));
704 logln("Pattern: " + Utility.escape(DATA[i]));
738 logln("Pattern: " + Utility.escape(DATA[i]));
784 expectAux(Utility.escape(DATA[3*i]),
    [all...]
  /external/pcre/dist2/src/
pcre2_compile.c 280 Zero means further processing is needed (for things like \x), or the escape is
509 general substitute of a Unicode property escape (\p or \P). However, for some
1830 int escape = 0; local
3226 int escape; local
3873 int escape; local
    [all...]
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
slf4j-api-1.4.2.jar 
  /external/robolectric/v1/lib/main/
json-20080701.jar 
  /external/robolectric/v3/runtime/
json-20080701.jar 

Completed in 2433 milliseconds

<<11121314151617181920>>