HomeSort by relevance Sort by last modified time
    Searched defs:replace (Results 626 - 650 of 1777) sorted by null

<<21222324252627282930>>

  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteDatabaseTest.java     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
stringobject.c 718 if (strcmp(errors, "replace") == 0) {
2743 replace(PyStringObject *self, function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
stringobject.c 718 if (strcmp(errors, "replace") == 0) {
2724 replace(PyStringObject *self, function
    [all...]
  /external/guava/guava/src/com/google/common/cache/
LocalCache.java 2967 boolean replace(K key, int hash, V oldValue, V newValue) { method in class:LocalCache.Segment
3020 V replace(K key, int hash, V newValue) { method in class:LocalCache.Segment
    [all...]
  /external/guava/guava/src/com/google/common/collect/
MapMakerInternalMap.java 562 * @param newValue the new value reference which will replace this one; this is only used during
906 * replace "Strong" with "Soft" or "Weak" within the pasted text. The primary difference is that
2637 boolean replace(K key, int hash, V oldValue, V newValue) { method in class:MapMakerInternalMap.Segment
2688 V replace(K key, int hash, V newValue) { method in class:MapMakerInternalMap.Segment
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
SimpleDateFormat.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
SimpleDateFormat.java     [all...]
  /external/kernel-headers/original/uapi/linux/
coda.h 706 struct coda_replace_out replace; member in union:coda_downcalls
  /external/python/cpython2/Objects/
stringobject.c 718 if (strcmp(errors, "replace") == 0) {
2743 replace(PyStringObject *self, function
    [all...]
  /external/python/cpython3/Lib/test/
datetimetester.py 311 utctime = self.DT.replace(tzinfo=tz)
315 self.DT.replace(tzinfo=timezone.utc))
331 t.replace(tzinfo=tz).tzname())
333 t.replace(tzinfo=tz).utcoffset())
335 t.replace(tzinfo=tz).dst())
1677 def replace(self, *args): member in class:TestDateTime.test_strftime_with_bad_tzname_replace.MyTzInfo.tzname.MyStr
    [all...]
  /frameworks/support/leanback/src/main/java/androidx/leanback/app/
BrowseFragment.java 600 // mPageRow object and there is no need to replace the fragment
    [all...]
BrowseSupportFragment.java 584 // mPageRow object and there is no need to replace the fragment
    [all...]
  /libcore/ojluni/src/main/java/java/util/
TreeMap.java 303 * These mappings replace any mappings that this map had for any
981 public boolean replace(K key, V oldValue, V newValue) { method in class:TreeMap
991 public V replace(K key, V value) { method in class:TreeMap
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
AllInOneActivity.java 629 ft.replace(R.id.mini_month, miniMonthFrag);
633 ft.replace(R.id.calendar_list, selectCalendarsFrag);
745 // replace the default top layer drawable of the today icon with a
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/activities/
PeopleActivity.java 735 transaction.replace(R.id.contacts_unavailable_container, fragment, TAG_UNAVAILABLE);
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/dialpadview/
DialpadFragment.java 604 digits.replace(0, digits.length(), formatted);
605 // for some reason this isn't getting called in the digits.replace call above..
    [all...]
  /packages/apps/Dialer/java/com/android/incallui/video/impl/
VideoCallFragment.java 893 transaction.replace(R.id.videocall_on_hold_banner, onHoldFragment);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
coda.h 701 struct coda_replace_out replace; member in union:coda_downcalls
  /frameworks/ex/common/java/com/android/ex/editstyledtext/
EditStyledText.java     [all...]
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.1/
lombok-ast-0.2.1.jar 
  /frameworks/base/core/java/android/widget/
TextView.java 11767 ((Editable) mText).replace(min, max, paste); method
12026 ((Editable) mText).replace(start, end, text); method
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.ecf.identity_3.2.0.v20130604-1622.jar 
  /cts/tests/tests/text/src/android/text/cts/
TextUtilsTest.java     [all...]

Completed in 1342 milliseconds

<<21222324252627282930>>