HomeSort by relevance Sort by last modified time
    Searched refs:replace (Results 326 - 350 of 2863) sorted by null

<<11121314151617181920>>

  /external/icu/icu4c/source/i18n/
funcrepl.cpp 78 int32_t FunctionReplacer::replace(Replaceable& text, function in class:FunctionReplacer
85 int32_t len = replacer->toReplacer()->replace(text, start, limit, cursor);
  /external/javassist/src/main/javassist/
URLClassPath.java 89 = directory + classname.replace('.', '/') + ".class";
135 directory + classname.replace('.', '/') + ".class");
  /frameworks/base/core/java/android/app/
FragmentTransaction.java 44 * Calls {@link #replace(int, Fragment, String)} with a null tag.
46 public abstract FragmentTransaction replace(int containerViewId, Fragment fragment); method in class:FragmentTransaction
49 * Replace an existing fragment that was added to a container. This is
64 public abstract FragmentTransaction replace(int containerViewId, Fragment fragment, String tag); method in class:FragmentTransaction
  /frameworks/base/core/java/android/service/fingerprint/
FingerprintUtils.java 41 String[] fingerStringIds = fingerIdsRaw.replace("[","").replace("]","").split(", ");
  /frameworks/base/tools/preload/
Record.java 24 * names. In that case, manually replace the delimiter with something else.
122 line = line.replace(REPLACE_CLASSES[i], REPLACE_CLASSES[i+1]);
180 return typeName.replace("/", ".");
  /ndk/sources/host-tools/make-3.81/
expand.c 330 char *pattern, *replace, *ppercent, *rpercent;
343 replace = (char *) alloca (replace_end
345 *(replace++) = '%';
346 bcopy (replace_beg, replace,
348 replace[replace_end - replace_beg] = '\0';
361 rpercent = replace;
363 --replace;
366 o = patsubst_expand (o, value, pattern, replace,
328 char *pattern, *replace, *ppercent, *rpercent; local
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
install_egg_info.py 69 version = version.replace(' ','.')
78 return name.replace('-','_')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
install_egg_info.py 69 version = version.replace(' ','.')
78 return name.replace('-','_')
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGInlineText.cpp 44 RefPtr<StringImpl> newString = string->replace('\t', ' ');
45 newString = newString->replace('\n', ' ');
46 newString = newString->replace('\r', ' ');
55 RefPtr<StringImpl> newString = string->replace('\n', StringImpl::empty());
56 newString = newString->replace('\r', StringImpl::empty());
57 newString = newString->replace('\t', ' ');
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/
finder.py 40 self.top_package = starting_subdirectory.replace(filesystem.sep, '.') + '.'
56 return path.replace(self.top_directory + self.filesystem.sep, '').replace(self.filesystem.sep, '.')[:-3]
62 return realpath.replace(self.top_directory + self.filesystem.sep, '')
95 relpath = name.replace('.', self.filesystem.sep) + '.py'
126 names = self._find_in_trees(arg.replace('.', self.filesystem.sep), suffixes)
  /external/chromium_org/v8/test/webkit/
typeof-constant-string.js 138 return "%d".replace(/%d/, replace_formats);
154 return "%d".replace(/%d/, replace_formats);
170 return "%d".replace(/%d/, replace_formats);
186 return "%d".replace(/%d/, replace_formats);
203 return "%d".replace(/%d/, replace_formats);
219 return "%d".replace(/%d/, replace_formats);
235 return "%d".replace(/%d/, replace_formats);
251 return "%d".replace(/%d/, replace_formats);
267 return "%d".replace(/%d/, replace_formats);
283 return "%d".replace(/%d/, replace_formats)
    [all...]
  /external/smack/src/org/xbill/DNS/
Update.java 251 replace(Name name, int type, long ttl, String record) throws IOException { method in class:Update
263 replace(Name name, int type, long ttl, Tokenizer tokenizer) throws IOException method in class:Update
274 replace(Record record) { method in class:Update
284 replace(Record [] records) { method in class:Update
286 replace(records[i]);
294 replace(RRset rrset) { method in class:Update
  /external/stlport/stlport/stl/
_rope.h 1712 static _RopeRep* replace(_RopeRep* __old, size_t __pos1, function in class:rope
1786 void replace(size_t __p, size_t __n, const _Self& __r) { function in class:rope
1791 void replace(size_t __p, size_t __n, function in class:rope
1797 void replace(size_t __p, size_t __n, _CharT __c) { function in class:rope
1802 void replace(size_t __p, size_t __n, const _CharT* __c_string) { function in class:rope
1807 void replace(size_t __p, size_t __n, function in class:rope
1813 void replace(size_t __p, size_t __n, function in class:rope
1819 void replace(size_t __p, size_t __n, function in class:rope
1826 void replace(size_t __p, _CharT __c) { function in class:rope
1832 void replace(size_t __p, const _Self& __r) { function in class:rope
1836 void replace(size_t __p, const _CharT* __i, size_t __i_len) { function in class:rope
1840 void replace(size_t __p, const _CharT* __c_string) { function in class:rope
1844 void replace(size_t __p, const _CharT* __i, const _CharT* __j) { function in class:rope
1848 void replace(size_t __p, const const_iterator& __i, function in class:rope
1853 void replace(size_t __p, const iterator& __i, function in class:rope
1893 void replace(const iterator& __p, const iterator& __q, function in class:rope
1896 void replace(const iterator& __p, const iterator& __q, _CharT __c) function in class:rope
1898 void replace(const iterator& __p, const iterator& __q, function in class:rope
1901 void replace(const iterator& __p, const iterator& __q, function in class:rope
1904 void replace(const iterator& __p, const iterator& __q, function in class:rope
1907 void replace(const iterator& __p, const iterator& __q, function in class:rope
1910 void replace(const iterator& __p, const iterator& __q, function in class:rope
1915 void replace(const iterator& __p, const _Self& __r) function in class:rope
1917 void replace(const iterator& __p, _CharT __c) function in class:rope
1919 void replace(const iterator& __p, const _CharT* __c_string) function in class:rope
1921 void replace(const iterator& __p, const _CharT* __i, size_t __n) function in class:rope
1923 void replace(const iterator& __p, const _CharT* __i, const _CharT* __j) function in class:rope
1925 void replace(const iterator& __p, const_iterator __i, function in class:rope
1928 void replace(const iterator& __p, iterator __i, iterator __j) function in class:rope
    [all...]
_string_workaround.h 470 public: // Replace. (Conceptually equivalent
472 _Self& replace(size_type __pos, size_type __n, const _Self& __s) { function in class:basic_string
473 _Base::replace(__pos, __n, __s);
477 _Self& replace(size_type __pos1, size_type __n1, const _Self& __s, function in class:basic_string
479 _Base::replace(__pos1, __n1, __s, __pos2, __n2);
483 _Self& replace(size_type __pos, size_type __n1, function in class:basic_string
486 _Base::replace(__pos, __n1, __s, __n2);
490 _Self& replace(size_type __pos, size_type __n1, const _CharT* __s) { function in class:basic_string
492 _Base::replace(__pos, __n1, __s);
496 _Self& replace(size_type __pos, size_type __n1 function in class:basic_string
502 _Self& replace(iterator __first, iterator __last, const _Self& __s) { function in class:basic_string
508 _Self& replace(iterator __first, iterator __last, function in class:basic_string
516 _Self& replace(iterator __first, iterator __last, function in class:basic_string
524 _Self& replace(iterator __first, iterator __last, function in class:basic_string
534 _Self& replace(iterator __first, iterator __last, function in class:basic_string
542 _Self& replace(iterator __first, iterator __last, function in class:basic_string
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_rope.h 1712 static _RopeRep* replace(_RopeRep* __old, size_t __pos1, function in class:rope
1786 void replace(size_t __p, size_t __n, const _Self& __r) { function in class:rope
1791 void replace(size_t __p, size_t __n, function in class:rope
1797 void replace(size_t __p, size_t __n, _CharT __c) { function in class:rope
1802 void replace(size_t __p, size_t __n, const _CharT* __c_string) { function in class:rope
1807 void replace(size_t __p, size_t __n, function in class:rope
1813 void replace(size_t __p, size_t __n, function in class:rope
1819 void replace(size_t __p, size_t __n, function in class:rope
1826 void replace(size_t __p, _CharT __c) { function in class:rope
1832 void replace(size_t __p, const _Self& __r) { function in class:rope
1836 void replace(size_t __p, const _CharT* __i, size_t __i_len) { function in class:rope
1840 void replace(size_t __p, const _CharT* __c_string) { function in class:rope
1844 void replace(size_t __p, const _CharT* __i, const _CharT* __j) { function in class:rope
1848 void replace(size_t __p, const const_iterator& __i, function in class:rope
1853 void replace(size_t __p, const iterator& __i, function in class:rope
1893 void replace(const iterator& __p, const iterator& __q, function in class:rope
1896 void replace(const iterator& __p, const iterator& __q, _CharT __c) function in class:rope
1898 void replace(const iterator& __p, const iterator& __q, function in class:rope
1901 void replace(const iterator& __p, const iterator& __q, function in class:rope
1904 void replace(const iterator& __p, const iterator& __q, function in class:rope
1907 void replace(const iterator& __p, const iterator& __q, function in class:rope
1910 void replace(const iterator& __p, const iterator& __q, function in class:rope
1915 void replace(const iterator& __p, const _Self& __r) function in class:rope
1917 void replace(const iterator& __p, _CharT __c) function in class:rope
1919 void replace(const iterator& __p, const _CharT* __c_string) function in class:rope
1921 void replace(const iterator& __p, const _CharT* __i, size_t __n) function in class:rope
1923 void replace(const iterator& __p, const _CharT* __i, const _CharT* __j) function in class:rope
1925 void replace(const iterator& __p, const_iterator __i, function in class:rope
1928 void replace(const iterator& __p, iterator __i, iterator __j) function in class:rope
    [all...]
_string_workaround.h 470 public: // Replace. (Conceptually equivalent
472 _Self& replace(size_type __pos, size_type __n, const _Self& __s) { function in class:basic_string
473 _Base::replace(__pos, __n, __s);
477 _Self& replace(size_type __pos1, size_type __n1, const _Self& __s, function in class:basic_string
479 _Base::replace(__pos1, __n1, __s, __pos2, __n2);
483 _Self& replace(size_type __pos, size_type __n1, function in class:basic_string
486 _Base::replace(__pos, __n1, __s, __n2);
490 _Self& replace(size_type __pos, size_type __n1, const _CharT* __s) { function in class:basic_string
492 _Base::replace(__pos, __n1, __s);
496 _Self& replace(size_type __pos, size_type __n1 function in class:basic_string
502 _Self& replace(iterator __first, iterator __last, const _Self& __s) { function in class:basic_string
508 _Self& replace(iterator __first, iterator __last, function in class:basic_string
516 _Self& replace(iterator __first, iterator __last, function in class:basic_string
524 _Self& replace(iterator __first, iterator __last, function in class:basic_string
534 _Self& replace(iterator __first, iterator __last, function in class:basic_string
542 _Self& replace(iterator __first, iterator __last, function in class:basic_string
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_rope.h 1710 static _RopeRep* replace(_RopeRep* __old, size_t __pos1, function in class:rope
1784 void replace(size_t __p, size_t __n, const _Self& __r) { function in class:rope
1789 void replace(size_t __p, size_t __n, function in class:rope
1795 void replace(size_t __p, size_t __n, _CharT __c) { function in class:rope
1800 void replace(size_t __p, size_t __n, const _CharT* __c_string) { function in class:rope
1805 void replace(size_t __p, size_t __n, function in class:rope
1811 void replace(size_t __p, size_t __n, function in class:rope
1817 void replace(size_t __p, size_t __n, function in class:rope
1824 void replace(size_t __p, _CharT __c) { function in class:rope
1830 void replace(size_t __p, const _Self& __r) { function in class:rope
1834 void replace(size_t __p, const _CharT* __i, size_t __i_len) { function in class:rope
1838 void replace(size_t __p, const _CharT* __c_string) { function in class:rope
1842 void replace(size_t __p, const _CharT* __i, const _CharT* __j) { function in class:rope
1846 void replace(size_t __p, const const_iterator& __i, function in class:rope
1851 void replace(size_t __p, const iterator& __i, function in class:rope
1891 void replace(const iterator& __p, const iterator& __q, function in class:rope
1894 void replace(const iterator& __p, const iterator& __q, _CharT __c) function in class:rope
1896 void replace(const iterator& __p, const iterator& __q, function in class:rope
1899 void replace(const iterator& __p, const iterator& __q, function in class:rope
1902 void replace(const iterator& __p, const iterator& __q, function in class:rope
1905 void replace(const iterator& __p, const iterator& __q, function in class:rope
1908 void replace(const iterator& __p, const iterator& __q, function in class:rope
1913 void replace(const iterator& __p, const _Self& __r) function in class:rope
1915 void replace(const iterator& __p, _CharT __c) function in class:rope
1917 void replace(const iterator& __p, const _CharT* __c_string) function in class:rope
1919 void replace(const iterator& __p, const _CharT* __i, size_t __n) function in class:rope
1921 void replace(const iterator& __p, const _CharT* __i, const _CharT* __j) function in class:rope
1923 void replace(const iterator& __p, const_iterator __i, function in class:rope
1926 void replace(const iterator& __p, iterator __i, iterator __j) function in class:rope
    [all...]
_string_workaround.h 470 public: // Replace. (Conceptually equivalent
472 _Self& replace(size_type __pos, size_type __n, const _Self& __s) { function in class:basic_string
473 _Base::replace(__pos, __n, __s);
477 _Self& replace(size_type __pos1, size_type __n1, const _Self& __s, function in class:basic_string
479 _Base::replace(__pos1, __n1, __s, __pos2, __n2);
483 _Self& replace(size_type __pos, size_type __n1, function in class:basic_string
486 _Base::replace(__pos, __n1, __s, __n2);
490 _Self& replace(size_type __pos, size_type __n1, const _CharT* __s) { function in class:basic_string
492 _Base::replace(__pos, __n1, __s);
496 _Self& replace(size_type __pos, size_type __n1 function in class:basic_string
502 _Self& replace(iterator __first, iterator __last, const _Self& __s) { function in class:basic_string
508 _Self& replace(iterator __first, iterator __last, function in class:basic_string
516 _Self& replace(iterator __first, iterator __last, function in class:basic_string
524 _Self& replace(iterator __first, iterator __last, function in class:basic_string
534 _Self& replace(iterator __first, iterator __last, function in class:basic_string
542 _Self& replace(iterator __first, iterator __last, function in class:basic_string
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_rope.h 1710 static _RopeRep* replace(_RopeRep* __old, size_t __pos1, function in class:rope
1784 void replace(size_t __p, size_t __n, const _Self& __r) { function in class:rope
1789 void replace(size_t __p, size_t __n, function in class:rope
1795 void replace(size_t __p, size_t __n, _CharT __c) { function in class:rope
1800 void replace(size_t __p, size_t __n, const _CharT* __c_string) { function in class:rope
1805 void replace(size_t __p, size_t __n, function in class:rope
1811 void replace(size_t __p, size_t __n, function in class:rope
1817 void replace(size_t __p, size_t __n, function in class:rope
1824 void replace(size_t __p, _CharT __c) { function in class:rope
1830 void replace(size_t __p, const _Self& __r) { function in class:rope
1834 void replace(size_t __p, const _CharT* __i, size_t __i_len) { function in class:rope
1838 void replace(size_t __p, const _CharT* __c_string) { function in class:rope
1842 void replace(size_t __p, const _CharT* __i, const _CharT* __j) { function in class:rope
1846 void replace(size_t __p, const const_iterator& __i, function in class:rope
1851 void replace(size_t __p, const iterator& __i, function in class:rope
1891 void replace(const iterator& __p, const iterator& __q, function in class:rope
1894 void replace(const iterator& __p, const iterator& __q, _CharT __c) function in class:rope
1896 void replace(const iterator& __p, const iterator& __q, function in class:rope
1899 void replace(const iterator& __p, const iterator& __q, function in class:rope
1902 void replace(const iterator& __p, const iterator& __q, function in class:rope
1905 void replace(const iterator& __p, const iterator& __q, function in class:rope
1908 void replace(const iterator& __p, const iterator& __q, function in class:rope
1913 void replace(const iterator& __p, const _Self& __r) function in class:rope
1915 void replace(const iterator& __p, _CharT __c) function in class:rope
1917 void replace(const iterator& __p, const _CharT* __c_string) function in class:rope
1919 void replace(const iterator& __p, const _CharT* __i, size_t __n) function in class:rope
1921 void replace(const iterator& __p, const _CharT* __i, const _CharT* __j) function in class:rope
1923 void replace(const iterator& __p, const_iterator __i, function in class:rope
1926 void replace(const iterator& __p, iterator __i, iterator __j) function in class:rope
    [all...]
_string_workaround.h 470 public: // Replace. (Conceptually equivalent
472 _Self& replace(size_type __pos, size_type __n, const _Self& __s) { function in class:basic_string
473 _Base::replace(__pos, __n, __s);
477 _Self& replace(size_type __pos1, size_type __n1, const _Self& __s, function in class:basic_string
479 _Base::replace(__pos1, __n1, __s, __pos2, __n2);
483 _Self& replace(size_type __pos, size_type __n1, function in class:basic_string
486 _Base::replace(__pos, __n1, __s, __n2);
490 _Self& replace(size_type __pos, size_type __n1, const _CharT* __s) { function in class:basic_string
492 _Base::replace(__pos, __n1, __s);
496 _Self& replace(size_type __pos, size_type __n1 function in class:basic_string
502 _Self& replace(iterator __first, iterator __last, const _Self& __s) { function in class:basic_string
508 _Self& replace(iterator __first, iterator __last, function in class:basic_string
516 _Self& replace(iterator __first, iterator __last, function in class:basic_string
524 _Self& replace(iterator __first, iterator __last, function in class:basic_string
534 _Self& replace(iterator __first, iterator __last, function in class:basic_string
542 _Self& replace(iterator __first, iterator __last, function in class:basic_string
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_rope.h 1710 static _RopeRep* replace(_RopeRep* __old, size_t __pos1, function in class:rope
1784 void replace(size_t __p, size_t __n, const _Self& __r) { function in class:rope
1789 void replace(size_t __p, size_t __n, function in class:rope
1795 void replace(size_t __p, size_t __n, _CharT __c) { function in class:rope
1800 void replace(size_t __p, size_t __n, const _CharT* __c_string) { function in class:rope
1805 void replace(size_t __p, size_t __n, function in class:rope
1811 void replace(size_t __p, size_t __n, function in class:rope
1817 void replace(size_t __p, size_t __n, function in class:rope
1824 void replace(size_t __p, _CharT __c) { function in class:rope
1830 void replace(size_t __p, const _Self& __r) { function in class:rope
1834 void replace(size_t __p, const _CharT* __i, size_t __i_len) { function in class:rope
1838 void replace(size_t __p, const _CharT* __c_string) { function in class:rope
1842 void replace(size_t __p, const _CharT* __i, const _CharT* __j) { function in class:rope
1846 void replace(size_t __p, const const_iterator& __i, function in class:rope
1851 void replace(size_t __p, const iterator& __i, function in class:rope
1891 void replace(const iterator& __p, const iterator& __q, function in class:rope
1894 void replace(const iterator& __p, const iterator& __q, _CharT __c) function in class:rope
1896 void replace(const iterator& __p, const iterator& __q, function in class:rope
1899 void replace(const iterator& __p, const iterator& __q, function in class:rope
1902 void replace(const iterator& __p, const iterator& __q, function in class:rope
1905 void replace(const iterator& __p, const iterator& __q, function in class:rope
1908 void replace(const iterator& __p, const iterator& __q, function in class:rope
1913 void replace(const iterator& __p, const _Self& __r) function in class:rope
1915 void replace(const iterator& __p, _CharT __c) function in class:rope
1917 void replace(const iterator& __p, const _CharT* __c_string) function in class:rope
1919 void replace(const iterator& __p, const _CharT* __i, size_t __n) function in class:rope
1921 void replace(const iterator& __p, const _CharT* __i, const _CharT* __j) function in class:rope
1923 void replace(const iterator& __p, const_iterator __i, function in class:rope
1926 void replace(const iterator& __p, iterator __i, iterator __j) function in class:rope
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_rope.h 1712 static _RopeRep* replace(_RopeRep* __old, size_t __pos1, function in class:rope
1786 void replace(size_t __p, size_t __n, const _Self& __r) { function in class:rope
1791 void replace(size_t __p, size_t __n, function in class:rope
1797 void replace(size_t __p, size_t __n, _CharT __c) { function in class:rope
1802 void replace(size_t __p, size_t __n, const _CharT* __c_string) { function in class:rope
1807 void replace(size_t __p, size_t __n, function in class:rope
1813 void replace(size_t __p, size_t __n, function in class:rope
1819 void replace(size_t __p, size_t __n, function in class:rope
1826 void replace(size_t __p, _CharT __c) { function in class:rope
1832 void replace(size_t __p, const _Self& __r) { function in class:rope
1836 void replace(size_t __p, const _CharT* __i, size_t __i_len) { function in class:rope
1840 void replace(size_t __p, const _CharT* __c_string) { function in class:rope
1844 void replace(size_t __p, const _CharT* __i, const _CharT* __j) { function in class:rope
1848 void replace(size_t __p, const const_iterator& __i, function in class:rope
1853 void replace(size_t __p, const iterator& __i, function in class:rope
1893 void replace(const iterator& __p, const iterator& __q, function in class:rope
1896 void replace(const iterator& __p, const iterator& __q, _CharT __c) function in class:rope
1898 void replace(const iterator& __p, const iterator& __q, function in class:rope
1901 void replace(const iterator& __p, const iterator& __q, function in class:rope
1904 void replace(const iterator& __p, const iterator& __q, function in class:rope
1907 void replace(const iterator& __p, const iterator& __q, function in class:rope
1910 void replace(const iterator& __p, const iterator& __q, function in class:rope
1915 void replace(const iterator& __p, const _Self& __r) function in class:rope
1917 void replace(const iterator& __p, _CharT __c) function in class:rope
1919 void replace(const iterator& __p, const _CharT* __c_string) function in class:rope
1921 void replace(const iterator& __p, const _CharT* __i, size_t __n) function in class:rope
1923 void replace(const iterator& __p, const _CharT* __i, const _CharT* __j) function in class:rope
1925 void replace(const iterator& __p, const_iterator __i, function in class:rope
1928 void replace(const iterator& __p, iterator __i, iterator __j) function in class:rope
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_rope.h 1712 static _RopeRep* replace(_RopeRep* __old, size_t __pos1, function in class:rope
1786 void replace(size_t __p, size_t __n, const _Self& __r) { function in class:rope
1791 void replace(size_t __p, size_t __n, function in class:rope
1797 void replace(size_t __p, size_t __n, _CharT __c) { function in class:rope
1802 void replace(size_t __p, size_t __n, const _CharT* __c_string) { function in class:rope
1807 void replace(size_t __p, size_t __n, function in class:rope
1813 void replace(size_t __p, size_t __n, function in class:rope
1819 void replace(size_t __p, size_t __n, function in class:rope
1826 void replace(size_t __p, _CharT __c) { function in class:rope
1832 void replace(size_t __p, const _Self& __r) { function in class:rope
1836 void replace(size_t __p, const _CharT* __i, size_t __i_len) { function in class:rope
1840 void replace(size_t __p, const _CharT* __c_string) { function in class:rope
1844 void replace(size_t __p, const _CharT* __i, const _CharT* __j) { function in class:rope
1848 void replace(size_t __p, const const_iterator& __i, function in class:rope
1853 void replace(size_t __p, const iterator& __i, function in class:rope
1893 void replace(const iterator& __p, const iterator& __q, function in class:rope
1896 void replace(const iterator& __p, const iterator& __q, _CharT __c) function in class:rope
1898 void replace(const iterator& __p, const iterator& __q, function in class:rope
1901 void replace(const iterator& __p, const iterator& __q, function in class:rope
1904 void replace(const iterator& __p, const iterator& __q, function in class:rope
1907 void replace(const iterator& __p, const iterator& __q, function in class:rope
1910 void replace(const iterator& __p, const iterator& __q, function in class:rope
1915 void replace(const iterator& __p, const _Self& __r) function in class:rope
1917 void replace(const iterator& __p, _CharT __c) function in class:rope
1919 void replace(const iterator& __p, const _CharT* __c_string) function in class:rope
1921 void replace(const iterator& __p, const _CharT* __i, size_t __n) function in class:rope
1923 void replace(const iterator& __p, const _CharT* __i, const _CharT* __j) function in class:rope
1925 void replace(const iterator& __p, const_iterator __i, function in class:rope
1928 void replace(const iterator& __p, iterator __i, iterator __j) function in class:rope
    [all...]
  /external/chromium_org/v8/test/mjsunit/
debug-liveedit-newsource.js 54 var new_source = script.source.replace("Cat", "Cap' + 'yb' + 'ara");
55 var new_source = new_source.replace("25", "26");
56 var new_source = new_source.replace("Help", "Hello");
57 var new_source = new_source.replace("17", "18");
64 var new_source = new_source.replace("// Array", "Array");
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
html.py 311 .replace("&", "&amp;").replace("<", "&lt;").replace(">", "&gt;")
312 .replace("'", "&#39;").replace('"', "&quot;")
314 .replace(" ", "&nbsp; ")
317 .replace(" ", "&nbsp; ")

Completed in 2368 milliseconds

<<11121314151617181920>>