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

<<21222324252627282930>>

  /libcore/ojluni/src/main/java/java/security/
Provider.java 244 * These mappings will replace any properties that this provider had
430 public synchronized boolean replace(Object key, Object oldValue, method in class:Provider
435 debug.println("Replace " + name + " provider property " + key);
457 public synchronized Object replace(Object key, Object value) { method in class:Provider
461 debug.println("Replace " + name + " provider property " + key);
777 legacyStrings.replace((String)key, (String)oldValue,
780 return super.replace(key, oldValue, newValue);
788 legacyStrings.replace((String)key, (String)value);
790 return super.replace(key, value);
    [all...]
  /build/blueprint/
context.go 843 // MockFileSystem causes the Context to replace all reads with accesses to the provided map of
2425 type replace struct { type
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
VolumeShaperTest.java 65 // volume difference permitted on replace() with join.
752 volumeShaper.replace(new VolumeShaper.Configuration.Builder(LINEAR_RAMP)
798 volumeShaper.replace(configuration,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
pydoc.py 108 def replace(text, *pairs): function
383 return replace(text, '&', '&amp;', '<', '&lt;', '>', '&gt;')
398 if '\\' in test and '\\' not in replace(testrepr, r'\\', ''):
475 return replace(text, '\n\n', '\n \n', '\n\n', '\n \n',
544 url = escape(all).replace('"', '&quot;')
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
pydoc.py 123 def replace(text, *pairs): function
428 return replace(text, '&', '&amp;', '<', '&lt;', '>', '&gt;')
443 if '\\' in test and '\\' not in replace(testrepr, r'\\', ''):
521 return replace(text, '\n\n', '\n \n', '\n\n', '\n \n',
590 url = escape(all).replace('"', '&quot;')
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
pydoc.py 108 def replace(text, *pairs): function
383 return replace(text, '&', '&amp;', '<', '&lt;', '>', '&gt;')
398 if '\\' in test and '\\' not in replace(testrepr, r'\\', ''):
475 return replace(text, '\n\n', '\n \n', '\n\n', '\n \n',
544 url = escape(all).replace('"', '&quot;')
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cDirectStateAccessVertexArraysTests.cpp 296 std::string vs_source = Utilities::replace(vs_template, "DECLARATION_TEMPLATE", declarations);
297 vs_source = Utilities::replace(vs_source, "COPY_TEMPLATE", copies);
757 std::string Utilities::replace(const std::string& src, const std::string& key, const std::string& value) function in class:gl4cts::DirectStateAccess::VertexArrays::Utilities
764 dst.replace(pos, key.length(), value);
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
LocalCache.java 180 public boolean replace(K key, V oldValue, V newValue) { method in class:LocalCache
190 public V replace(K key, V value) { method in class:LocalCache
  /external/icu/icu4c/source/common/
unistr.cpp 1373 UnicodeString::replace(int32_t start, function in class:UnicodeString
    [all...]
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/expr/
Expression.java 78 public boolean replace(Node node, Node replacementNode) { method in class:Expression
81 return super.replace(node, replacementNode);
  /external/python/cpython2/Lib/
pydoc.py 110 def replace(text, *pairs): function
416 return replace(text, '&', '&amp;', '<', '&lt;', '>', '&gt;')
431 if '\\' in test and '\\' not in replace(testrepr, r'\\', ''):
509 return replace(text, '\n\n', '\n \n', '\n\n', '\n \n',
578 url = escape(all).replace('"', '&quot;')
    [all...]
  /external/python/cpython3/Lib/collections/
__init__.py 378 >>> p._replace(x=100) # _replace() is like str.replace() but targets named fields
384 # message or automatically replace the field name with a valid name.
386 field_names = field_names.replace(',', ' ').split()
421 arg_list = repr(tuple(field_names)).replace("'", "")[1:-1],
602 # replace behavior results in the some of original untouched counts
1215 def replace(self, old, new, maxsplit=-1): member in class:UserString
    [all...]
  /external/python/cpython3/Lib/
datetime.py 222 Zreplace = s.replace('%', '%%')
822 def replace(self, year=None, month=None, day=None): member in class:date
1303 def replace(self, hour=None, minute=None, second=None, microsecond=None, member in class:time
1577 def replace(self, year=None, month=None, day=None, hour=None, member in class:datetime
    [all...]
pathlib.py 61 part = part.replace(altsep, sep)
79 part = part.replace(altsep, sep)
425 replace = _wrap_binary_strfunc(os.replace) variable in class:_NormalAccessor
709 return str(self).replace(f.sep, '/')
1294 def replace(self, target): member in class:Path
    [all...]
pydoc.py 116 def replace(text, *pairs): function
437 return replace(text, '&', '&amp;', '<', '&lt;', '>', '&gt;')
452 if '\\' in test and '\\' not in replace(testrepr, r'\\', ''):
530 return replace(text, '\n\n', '\n \n', '\n\n', '\n \n',
603 url = escape(all).replace('"', '&quot;')
    [all...]
  /external/python/cpython3/Modules/
zipimport.c 18 _Py_IDENTIFIER(replace); variable
224 return self.prefix + name.replace('.', os.sep) */
    [all...]
  /external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
MainActivity.java 287 transaction.replace(R.id.fragment_container, newFragment);
  /external/wpa_supplicant_8/hs20/client/
oma_dm_client.c 239 xml_node_t *info, *child, *replace; local
249 replace = xml_node_create(ctx->xml, parent, NULL, "Replace");
250 if (replace == NULL) {
254 oma_dm_add_cmdid(ctx, replace, cmdid);
262 add_item(ctx, replace, locuri, txt);
718 static int oma_dm_replace(struct hs20_osu_client *ctx, xml_node_t *replace,
727 locuri = oma_dm_get_target_locuri(ctx, replace);
731 wpa_printf(MSG_INFO, "Replace command target LocURI: %s", locuri);
733 wpa_printf(MSG_INFO, "Do not allow Replace outside ./Wi-Fi")
1367 xml_node_t *pps, *replace; local
    [all...]
  /frameworks/base/core/java/android/app/
BackStackRecord.java 314 cmdStr = "REPLACE";
461 public FragmentTransaction replace(int containerViewId, Fragment fragment) { method in class:BackStackRecord
462 return replace(containerViewId, fragment, null);
465 public FragmentTransaction replace(int containerViewId, Fragment fragment, String tag) { method in class:BackStackRecord
875 * operations that are equivalent to the replace.</p>
    [all...]
  /frameworks/support/fragment/src/main/java/androidx/fragment/app/
BackStackRecord.java 301 case OP_REPLACE: cmdStr="REPLACE"; break;
433 public FragmentTransaction replace(int containerViewId, Fragment fragment) { method in class:BackStackRecord
434 return replace(containerViewId, fragment, null);
438 public FragmentTransaction replace(int containerViewId, Fragment fragment, method in class:BackStackRecord
870 * operations that are equivalent to the replace.</p>
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
SearchActivity.java 178 ft.replace(R.id.search_results, searchResultsFragment);
196 ft.replace(R.id.agenda_event_info, mEventInfoFragment);
253 // replace the default top layer drawable of the today icon with a custom drawable
  /packages/apps/Dialer/java/com/android/incallui/incall/impl/
InCallFragment.java 309 transaction.replace(R.id.incall_on_hold_banner, OnHoldFragment.newInstance(secondaryInfo));
538 .replace(R.id.incall_location_holder, locationUi)
  /packages/apps/Settings/src/com/android/settings/
SettingsActivity.java 228 tag = tag.replace("com.android.settings.", "");
589 transaction.replace(R.id.main_content, f);
    [all...]
  /packages/apps/Settings/src/com/android/settings/widget/
ChartDataUsageView.java 440 builder.replace(0, builder.length(), Long.toString(value));
586 builder.replace(start, end, text);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
OnePaneController.java 348 * Replace the content_pane with the fragment specified here. The tag is specified so that
354 * @param anchor ID of view to replace fragment in
361 fragmentTransaction.replace(anchor, fragment, tag);

Completed in 1376 milliseconds

<<21222324252627282930>>