Searched defs:replace (Results 1 - 25 of 542) sorted by relevance

1234567891011>>

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
H A DReplaceDialog.py8 def replace(text): function
61 if self.do_replace(): # Only find next match if replace succeeded.
67 in the replace field, if needed. """
97 # XXX ought to replace circular instead of top-to-bottom when wrapping
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
H A DReplaceDialog.py8 def replace(text): function
61 if self.do_replace(): # Only find next match if replace succeeded.
67 in the replace field, if needed. """
97 # XXX ought to replace circular instead of top-to-bottom when wrapping
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
H A Dencoder.py37 def replace(match): function in function:encode_basestring
39 return '"' + ESCAPE.sub(replace, s) + '"'
48 def replace(match): function in function:py_encode_basestring_ascii
64 return '"' + str(ESCAPE_ASCII.sub(replace, s)) + '"'
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
H A Dencoder.py37 def replace(match): function in function:encode_basestring
39 return '"' + ESCAPE.sub(replace, s) + '"'
48 def replace(match): function in function:py_encode_basestring_ascii
64 return '"' + str(ESCAPE_ASCII.sub(replace, s)) + '"'
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dinspect_fodder2.py8 def replace(func): function
20 @replace
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dinspect_fodder2.py8 def replace(func): function
20 @replace
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
H A D_algobase.h698 // replace
701 replace(_ForwardIter __first, _ForwardIter __last, function
H A D_string.c372 basic_string<_CharT,_Traits,_Alloc> ::replace(iterator __first, iterator __last, function in class:_Alloc
H A D_string_workaround.h472 _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
498 _Base::replace(__po
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/
H A D_algobase.h698 // replace
701 replace(_ForwardIter __first, _ForwardIter __last, function
H A D_string.c372 basic_string<_CharT,_Traits,_Alloc> ::replace(iterator __first, iterator __last, function in class:_Alloc
H A D_string_workaround.h472 _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
498 _Base::replace(__po
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/
H A D_algobase.h698 // replace
701 replace(_ForwardIter __first, _ForwardIter __last, function
H A D_string.c372 basic_string<_CharT,_Traits,_Alloc> ::replace(iterator __first, iterator __last, function in class:_Alloc
H A D_string_workaround.h472 _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
498 _Base::replace(__po
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/8/sources/cxx-stl/stlport/stlport/stl/
H A D_algobase.h698 // replace
701 replace(_ForwardIter __first, _ForwardIter __last, function
H A D_string.c372 basic_string<_CharT,_Traits,_Alloc> ::replace(iterator __first, iterator __last, function in class:_Alloc
H A D_string_workaround.h472 _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
498 _Base::replace(__po
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/9/sources/cxx-stl/EH/stlport/stlport/stl/
H A D_algobase.h698 // replace
701 replace(_ForwardIter __first, _ForwardIter __last, function
H A D_string.c372 basic_string<_CharT,_Traits,_Alloc> ::replace(iterator __first, iterator __last, function in class:_Alloc
/prebuilts/ndk/9/sources/cxx-stl/stlport/stlport/stl/
H A D_algobase.h698 // replace
701 replace(_ForwardIter __first, _ForwardIter __last, function
/prebuilts/ndk/current/sources/cxx-stl/EH/stlport/stlport/stl/
H A D_algobase.h698 // replace
701 replace(_ForwardIter __first, _ForwardIter __last, function
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
H A D_algobase.h698 // replace
701 replace(_ForwardIter __first, _ForwardIter __last, function
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dstringold.py402 def replace(s, old, new, maxsplit=0): function
403 """replace (str, old, new[, maxsplit]) -> string
410 return s.replace(old, new, maxsplit)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dstringold.py402 def replace(s, old, new, maxsplit=0): function
403 """replace (str, old, new[, maxsplit]) -> string
410 return s.replace(old, new, maxsplit)

Completed in 494 milliseconds

1234567891011>>