| /external/python/cpython2/Lib/test/ |
| test_datetime.py | 1272 def replace(self, *args): member in class:TestDateTime.test_strftime_with_bad_tzname_replace.MyTzInfo.tzname.MyStr [all...] |
| /external/python/cpython2/Objects/ |
| bytearrayobject.c | 1958 replace(PyByteArrayObject *self, function [all...] |
| /external/python/cpython3/Lib/ |
| inspect.py | 2464 def replace(self, *, name=_void, kind=_void, member in class:Parameter 2761 def replace(self, *, parameters=_void, return_annotation=_void): member in class:Signature [all...] |
| /external/python/cpython3/Modules/_io/ |
| textio.c | 41 _Py_IDENTIFIER(replace); variable [all...] |
| /external/v8/src/builtins/ |
| builtins-string.cc | 128 // Implements boilerplate logic for {match, split, replace, search} of the 1260 Node* const replace = Parameter(2); local [all...] |
| /frameworks/base/core/java/android/database/ |
| DatabaseUtils.java | 1329 public long replace(ContentValues values) { method in class:DatabaseUtils.InsertHelper [all...] |
| /frameworks/base/core/java/android/database/sqlite/ |
| SQLiteDatabase.java | 193 {"", " OR ROLLBACK ", " OR ABORT ", " OR FAIL ", " OR IGNORE ", " OR REPLACE "}; 1478 public long replace(String table, String nullColumnHack, ContentValues initialValues) { method in class:SQLiteDatabase [all...] |
| /frameworks/base/core/java/android/preference/ |
| PreferenceActivity.java | [all...] |
| /frameworks/base/core/java/android/text/ |
| SpannableStringBuilder.java | 219 return replace(where, where, tb, start, end); 224 return replace(where, where, tb, 0, tb.length()); 229 SpannableStringBuilder ret = replace(start, end, "", 0, 0); 239 replace(0, length(), "", 0, 0); 269 return replace(length, length, text, 0, text.length()); 290 return replace(length, length, text, start, end); 505 public SpannableStringBuilder replace(int start, int end, CharSequence tb) { method in class:SpannableStringBuilder 506 return replace(start, end, tb, 0, tb.length()); 510 public SpannableStringBuilder replace(final int start, final int end, method in class:SpannableStringBuilder 512 checkRange("replace", start, end) [all...] |
| /libcore/ojluni/src/main/java/java/util/ |
| HashMap.java | 777 * These mappings will replace any mappings that this map had for 1073 public boolean replace(K key, V oldValue, V newValue) { method in class:HashMap 1085 public V replace(K key, V value) { method in class:HashMap [all...] |
| /libcore/ojluni/src/main/java/java/util/concurrent/ |
| ConcurrentSkipListMap.java | 90 * {@code replace}, depending on exactly which effect you need.) 187 * concurrent replace vs delete operations -- an attempted replace 1980 public boolean replace(K key, V oldValue, V newValue) { method in class:ConcurrentSkipListMap 2005 public V replace(K key, V value) { method in class:ConcurrentSkipListMap 2894 public boolean replace(K key, V oldValue, V newValue) { method in class:ConcurrentSkipListMap.SubMap 2899 public V replace(K key, V value) { method in class:ConcurrentSkipListMap.SubMap [all...] |
| /packages/apps/Dialer/java/com/android/dialer/database/ |
| DialerDatabaseHelper.java | 288 db.replace(Tables.PROPERTIES, null, values); [all...] |
| /packages/apps/Dialer/java/com/android/incallui/video/impl/ |
| SurfaceViewVideoCallFragment.java | 852 transaction.replace(R.id.videocall_on_hold_banner, onHoldFragment); [all...] |
| /packages/apps/Email/src/com/android/email/activity/setup/ |
| AccountSetupFinal.java | 512 ft.replace(R.id.setup_fragment_container, f, CONTENT_FRAGMENT_TAG); [all...] |
| /packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
| TwoPaneController.java | 172 fragmentTransaction.replace(R.id.conversation_list_place_holder, conversationListFragment, 701 fragmentTransaction.replace(R.id.conversation_list_place_holder, getWaitFragment(), TAG_WAIT); [all...] |
| /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/ |
| StringUtil.java | 380 * @param what to replace 381 * @param with replace with this 384 * @deprecated Please use {@link String#replace(CharSequence, CharSequence)}. 387 public static String replace( method in class:StringUtil 390 // For the record, String.replace() is capable of handling an empty target 393 return str.replace(what, with); 519 return iString.replace("\n", spacer.toString()); 696 * Like String.replace() except that it accepts any number of old chars. [all...] |
| /prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
| test_datetime.py | 1271 def replace(self, *args): member in class:TestDateTime.test_strftime_with_bad_tzname_replace.MyTzInfo.tzname.MyStr [all...] |
| /prebuilts/gdb/linux-x86/lib/python2.7/test/ |
| test_datetime.py | 1271 def replace(self, *args): member in class:TestDateTime.test_strftime_with_bad_tzname_replace.MyTzInfo.tzname.MyStr [all...] |
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| test_datetime.py | 1271 def replace(self, *args): member in class:TestDateTime.test_strftime_with_bad_tzname_replace.MyTzInfo.tzname.MyStr [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
| test_datetime.py | 1271 def replace(self, *args): member in class:TestDateTime.test_strftime_with_bad_tzname_replace.MyTzInfo.tzname.MyStr [all...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
| TemplateHandler.java | 407 relativePath.replace('/', File.separatorChar)), Charsets.UTF_8); 541 "%1$s already exists.\nWould you like to replace it?", 686 + fromPath.substring(VALUE_TEMPLATE_DIR.length() + 1).replace('/', 695 relative = relative.replace('\\', '/'); 861 Node replace = name != null ? old.get(name) : null; local [all...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/ |
| AndroidContentAssistTest.java | 571 // NOTE - this will replace all flag values with the newly selected value. 572 // That may not be the best behavior - perhaps we should only replace one portion 579 // NOTE - this will replace all flag values with the newly selected value. 580 // That may not be the best behavior - perhaps we should only replace one portion [all...] |
| /prebuilts/tools/common/m2/repository/org/anarres/jarjar/jarjar-core/1.0.0/ |
| jarjar-core-1.0.0.jar | |
| /external/icu/tools/srcgen/currysrc/libs/ |
| org.eclipse.text_3.5.400.v20150505-1044.jar | |
| /bionic/libc/kernel/uapi/linux/ |
| coda.h | 493 struct coda_replace_out replace; member in union:coda_downcalls
|