HomeSort by relevance Sort by last modified time
    Searched defs:replace (Results 101 - 125 of 479) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
NotificationBuilderTest.java 215 edit.replace(i, i+1, sub);
  /libcore/luni/src/main/java/java/lang/
StringBuffer.java 674 * the string that will replace the contents in the range.
681 public synchronized StringBuffer replace(int start, int end, String string) { method in class:StringBuffer
StringBuilder.java 636 public StringBuilder replace(int start, int end, String string) { method in class:StringBuilder
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_algobase.h 175 // All of these auxiliary functions serve two purposes. (1) Replace
698 // replace
701 replace(_ForwardIter __first, _ForwardIter __last, function
_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/debug/
_string.h 514 // Replace. (Conceptually equivalent to erase followed by insert.)
515 _Self& replace(size_type __pos, size_type __n, const _Self& __s) { function in class:basic_string
517 _M_non_dbg_impl.replace(__pos, __n, __s._M_non_dbg_impl);
522 _Self& replace(size_type __pos1, size_type __n1, const _Self& __s, function in class:basic_string
525 _M_non_dbg_impl.replace(__pos1, __n1, __s._M_non_dbg_impl, __pos2, __n2);
530 _Self& replace(size_type __pos, size_type __n1, const _CharT* __s, size_type __n2) { function in class:basic_string
534 _M_non_dbg_impl.replace(__pos, __n1, __s, __n2);
539 _Self& replace(size_type __pos, size_type __n1, const _CharT* __s) { function in class:basic_string
543 _M_non_dbg_impl.replace(__pos, __n1, __s);
548 _Self& replace(size_type __pos, size_type __n1, size_type __n2, _CharT __c) function in class:basic_string
555 _Self& replace(iterator __f, iterator __l, const _Self& __s) { function in class:basic_string
563 _Self& replace(iterator __f, iterator __l, const _CharT* __s, size_type __n) { function in class:basic_string
573 _Self& replace(iterator __f, iterator __l, const _CharT* __s) { function in class:basic_string
583 _Self& replace(iterator __f, iterator __l, size_type __n, _CharT __c) { function in class:basic_string
593 _Self& replace(iterator __first, iterator __last, function in class:basic_string
607 _Self& replace(iterator __first, iterator __last, function in class:basic_string
620 _Self& replace(iterator __first, iterator __last, function in class:basic_string
630 _Self& replace(iterator __first, iterator __last, function in class:basic_string
    [all...]
  /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
  /packages/apps/DeskClock/src/com/android/deskclock/widget/multiwaveview/
Tweener.java 110 replace(props, object); // Cancel all animators for given object method
164 private static void replace(ArrayList<PropertyValuesHolder> props, Object... args) { method in class:Tweener
  /packages/apps/Dialer/src/com/android/dialer/dialpad/
SmartDialNameMatcher.java 84 builder.replace(i, i + 1, "1");
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorPanel.java 146 transaction.replace(R.id.state_panel_container, statePanel, StatePanel.FRAGMENT_TAG);
  /packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/
Tweener.java 110 replace(props, object); // Cancel all animators for given object method
164 private static void replace(ArrayList<PropertyValuesHolder> props, Object... args) { method in class:Tweener
  /packages/experimental/LoaderApp/src/com/android/loaderapp/
HomeGroupsXLarge.java 108 xact.replace(R.id.largePane, details);
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarCache.java 190 db.replace(DATABASE_NAME, null /* null column hack */, values);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_algobase.h 175 // All of these auxiliary functions serve two purposes. (1) Replace
698 // replace
701 replace(_ForwardIter __first, _ForwardIter __last, function
_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/debug/
_string.h 514 // Replace. (Conceptually equivalent to erase followed by insert.)
515 _Self& replace(size_type __pos, size_type __n, const _Self& __s) { function in class:basic_string
517 _M_non_dbg_impl.replace(__pos, __n, __s._M_non_dbg_impl);
522 _Self& replace(size_type __pos1, size_type __n1, const _Self& __s, function in class:basic_string
525 _M_non_dbg_impl.replace(__pos1, __n1, __s._M_non_dbg_impl, __pos2, __n2);
530 _Self& replace(size_type __pos, size_type __n1, const _CharT* __s, size_type __n2) { function in class:basic_string
534 _M_non_dbg_impl.replace(__pos, __n1, __s, __n2);
539 _Self& replace(size_type __pos, size_type __n1, const _CharT* __s) { function in class:basic_string
543 _M_non_dbg_impl.replace(__pos, __n1, __s);
548 _Self& replace(size_type __pos, size_type __n1, size_type __n2, _CharT __c) function in class:basic_string
555 _Self& replace(iterator __f, iterator __l, const _Self& __s) { function in class:basic_string
563 _Self& replace(iterator __f, iterator __l, const _CharT* __s, size_type __n) { function in class:basic_string
573 _Self& replace(iterator __f, iterator __l, const _CharT* __s) { function in class:basic_string
583 _Self& replace(iterator __f, iterator __l, size_type __n, _CharT __c) { function in class:basic_string
593 _Self& replace(iterator __first, iterator __last, function in class:basic_string
607 _Self& replace(iterator __first, iterator __last, function in class:basic_string
620 _Self& replace(iterator __first, iterator __last, function in class:basic_string
630 _Self& replace(iterator __first, iterator __last, function in class:basic_string
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_algobase.h 175 // All of these auxiliary functions serve two purposes. (1) Replace
698 // replace
701 replace(_ForwardIter __first, _ForwardIter __last, function
_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/debug/
_string.h 514 // Replace. (Conceptually equivalent to erase followed by insert.)
515 _Self& replace(size_type __pos, size_type __n, const _Self& __s) { function in class:basic_string
517 _M_non_dbg_impl.replace(__pos, __n, __s._M_non_dbg_impl);
522 _Self& replace(size_type __pos1, size_type __n1, const _Self& __s, function in class:basic_string
525 _M_non_dbg_impl.replace(__pos1, __n1, __s._M_non_dbg_impl, __pos2, __n2);
530 _Self& replace(size_type __pos, size_type __n1, const _CharT* __s, size_type __n2) { function in class:basic_string
534 _M_non_dbg_impl.replace(__pos, __n1, __s, __n2);
539 _Self& replace(size_type __pos, size_type __n1, const _CharT* __s) { function in class:basic_string
543 _M_non_dbg_impl.replace(__pos, __n1, __s);
548 _Self& replace(size_type __pos, size_type __n1, size_type __n2, _CharT __c) function in class:basic_string
555 _Self& replace(iterator __f, iterator __l, const _Self& __s) { function in class:basic_string
563 _Self& replace(iterator __f, iterator __l, const _CharT* __s, size_type __n) { function in class:basic_string
573 _Self& replace(iterator __f, iterator __l, const _CharT* __s) { function in class:basic_string
583 _Self& replace(iterator __f, iterator __l, size_type __n, _CharT __c) { function in class:basic_string
593 _Self& replace(iterator __first, iterator __last, function in class:basic_string
607 _Self& replace(iterator __first, iterator __last, function in class:basic_string
620 _Self& replace(iterator __first, iterator __last, function in class:basic_string
630 _Self& replace(iterator __first, iterator __last, function in class:basic_string
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_algobase.h 175 // All of these auxiliary functions serve two purposes. (1) Replace
698 // replace
701 replace(_ForwardIter __first, _ForwardIter __last, function
_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/debug/
_string.h 514 // Replace. (Conceptually equivalent to erase followed by insert.)
515 _Self& replace(size_type __pos, size_type __n, const _Self& __s) { function in class:basic_string
517 _M_non_dbg_impl.replace(__pos, __n, __s._M_non_dbg_impl);
522 _Self& replace(size_type __pos1, size_type __n1, const _Self& __s, function in class:basic_string
525 _M_non_dbg_impl.replace(__pos1, __n1, __s._M_non_dbg_impl, __pos2, __n2);
530 _Self& replace(size_type __pos, size_type __n1, const _CharT* __s, size_type __n2) { function in class:basic_string
534 _M_non_dbg_impl.replace(__pos, __n1, __s, __n2);
539 _Self& replace(size_type __pos, size_type __n1, const _CharT* __s) { function in class:basic_string
543 _M_non_dbg_impl.replace(__pos, __n1, __s);
548 _Self& replace(size_type __pos, size_type __n1, size_type __n2, _CharT __c) function in class:basic_string
555 _Self& replace(iterator __f, iterator __l, const _Self& __s) { function in class:basic_string
563 _Self& replace(iterator __f, iterator __l, const _CharT* __s, size_type __n) { function in class:basic_string
573 _Self& replace(iterator __f, iterator __l, const _CharT* __s) { function in class:basic_string
583 _Self& replace(iterator __f, iterator __l, size_type __n, _CharT __c) { function in class:basic_string
593 _Self& replace(iterator __first, iterator __last, function in class:basic_string
607 _Self& replace(iterator __first, iterator __last, function in class:basic_string
620 _Self& replace(iterator __first, iterator __last, function in class:basic_string
630 _Self& replace(iterator __first, iterator __last, function in class:basic_string
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_algobase.h 175 // All of these auxiliary functions serve two purposes. (1) Replace
698 // replace
701 replace(_ForwardIter __first, _ForwardIter __last, function
_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/8/sources/cxx-stl/stlport/stlport/stl/debug/
_string.h 514 // Replace. (Conceptually equivalent to erase followed by insert.)
515 _Self& replace(size_type __pos, size_type __n, const _Self& __s) { function in class:basic_string
517 _M_non_dbg_impl.replace(__pos, __n, __s._M_non_dbg_impl);
522 _Self& replace(size_type __pos1, size_type __n1, const _Self& __s, function in class:basic_string
525 _M_non_dbg_impl.replace(__pos1, __n1, __s._M_non_dbg_impl, __pos2, __n2);
530 _Self& replace(size_type __pos, size_type __n1, const _CharT* __s, size_type __n2) { function in class:basic_string
534 _M_non_dbg_impl.replace(__pos, __n1, __s, __n2);
539 _Self& replace(size_type __pos, size_type __n1, const _CharT* __s) { function in class:basic_string
543 _M_non_dbg_impl.replace(__pos, __n1, __s);
548 _Self& replace(size_type __pos, size_type __n1, size_type __n2, _CharT __c) function in class:basic_string
555 _Self& replace(iterator __f, iterator __l, const _Self& __s) { function in class:basic_string
563 _Self& replace(iterator __f, iterator __l, const _CharT* __s, size_type __n) { function in class:basic_string
573 _Self& replace(iterator __f, iterator __l, const _CharT* __s) { function in class:basic_string
583 _Self& replace(iterator __f, iterator __l, size_type __n, _CharT __c) { function in class:basic_string
593 _Self& replace(iterator __first, iterator __last, function in class:basic_string
607 _Self& replace(iterator __first, iterator __last, function in class:basic_string
620 _Self& replace(iterator __first, iterator __last, function in class:basic_string
630 _Self& replace(iterator __first, iterator __last, function in class:basic_string
    [all...]

Completed in 5293 milliseconds

1 2 3 45 6 7 8 91011>>