Home
last modified time | relevance | path

Searched defs:replace (Results 1 – 25 of 136) sorted by relevance

123456

/external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/
DConcurrentMap.java32 V replace(K key, V value); in replace() method
34 boolean replace(K key, V oldValue, V newValue); in replace() method
DConcurrentHashMap.java73 public boolean replace(K key, V oldValue, V newValue) { in replace() method in ConcurrentHashMap
84 public V replace(K key, V value) { in replace() method in ConcurrentHashMap
/external/guava/guava/src/com/google/common/collect/
DForwardingConcurrentMap.java52 public V replace(K key, V value) { in replace() method in ForwardingConcurrentMap
57 public boolean replace(K key, V oldValue, V newValue) { in replace() method in ForwardingConcurrentMap
/external/smack/src/org/xbill/DNS/
DUpdate.java251 replace(Name name, int type, long ttl, String record) throws IOException { in replace() method in Update
263 replace(Name name, int type, long ttl, Tokenizer tokenizer) throws IOException in replace() method in Update
274 replace(Record record) { in replace() method in Update
284 replace(Record [] records) { in replace() method in Update
294 replace(RRset rrset) { in replace() method in Update
/external/chromium_org/third_party/WebKit/Source/core/inspector/
Dinline-javascript-imports.py56 def replace(match): function
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/
Dinline_js_imports.py58 def replace(match): function
/external/stlport/stlport/stl/debug/
D_string.h515 _Self& replace(size_type __pos, size_type __n, const _Self& __s) { in replace() function
522 _Self& replace(size_type __pos1, size_type __n1, const _Self& __s, in replace() function
530 _Self& replace(size_type __pos, size_type __n1, const _CharT* __s, size_type __n2) { in replace() function
539 _Self& replace(size_type __pos, size_type __n1, const _CharT* __s) { in replace() function
548 _Self& replace(size_type __pos, size_type __n1, size_type __n2, _CharT __c) { in replace() function
555 _Self& replace(iterator __f, iterator __l, const _Self& __s) { in replace() function
563 _Self& replace(iterator __f, iterator __l, const _CharT* __s, size_type __n) { in replace() function
573 _Self& replace(iterator __f, iterator __l, const _CharT* __s) { in replace() function
583 _Self& replace(iterator __f, iterator __l, size_type __n, _CharT __c) { in replace() function
593 _Self& replace(iterator __first, iterator __last, in replace() function
[all …]
/external/stlport/stlport/stl/
D_string_workaround.h472 _Self& replace(size_type __pos, size_type __n, const _Self& __s) { in replace() function
477 _Self& replace(size_type __pos1, size_type __n1, const _Self& __s, in replace() function
483 _Self& replace(size_type __pos, size_type __n1, in replace() function
490 _Self& replace(size_type __pos, size_type __n1, const _CharT* __s) { in replace() function
496 _Self& replace(size_type __pos, size_type __n1, in replace() function
502 _Self& replace(iterator __first, iterator __last, const _Self& __s) { in replace() function
508 _Self& replace(iterator __first, iterator __last, in replace() function
516 _Self& replace(iterator __first, iterator __last, in replace() function
524 _Self& replace(iterator __first, iterator __last, in replace() function
534 _Self& replace(iterator __first, iterator __last, in replace() function
[all …]
D_string.h813 _Self& replace(size_type __pos, size_type __n, const _Self& __s) { in replace() function
824 _Self& replace(size_type __pos1, size_type __n1, const _Self& __s, in replace() function
838 _Self& replace(size_type __pos, size_type __n1, in replace() function
851 _Self& replace(size_type __pos, size_type __n1, const _CharT* __s) { in replace() function
856 _Self& replace(size_type __pos, size_type __n1, in replace() function
867 _Self& replace(iterator __first, iterator __last, const _Self& __s) { in replace() function
872 _Self& replace(iterator __first, iterator __last, in replace() function
879 _Self& replace(iterator __first, iterator __last, in replace() function
913 _Self& replace(iterator __first, iterator __last, in replace() function
923 _Self& replace(iterator __first, iterator __last, in replace() function
/external/clang/include/clang/AST/
DUnresolvedSet.h125 bool replace(const NamedDecl* Old, NamedDecl *New) { in replace() function
134 void replace(iterator I, NamedDecl *New) { in replace() function
138 void replace(iterator I, NamedDecl *New, AccessSpecifier AS) { in replace() function
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
DTokenRewriteStream.java247 public void replace(int index, Object text) { in replace() method in TokenRewriteStream
251 public void replace(int from, int to, Object text) { in replace() method in TokenRewriteStream
255 public void replace(Token indexT, Object text) { in replace() method in TokenRewriteStream
259 public void replace(Token from, Token to, Object text) { in replace() method in TokenRewriteStream
263 public void replace(String programName, int from, int to, Object text) { in replace() method in TokenRewriteStream
273 public void replace(String programName, Token from, Token to, Object text) { in replace() method in TokenRewriteStream
/external/oprofile/libregex/
Dop_regex.h89 std::string replace; member
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
DUtils.java61 public static String replace(String src, String replacee, String replacer) { in replace() method in Utils
/external/chromium_org/v8/src/
Dstring.js212 function StringReplace(search, replace) { argument
429 function StringReplaceGlobalRegExpWithFunction(subject, regexp, replace) { argument
506 function StringReplaceNonGlobalRegExpWithFunction(subject, regexp, replace) { argument
/external/chromium_org/third_party/icu/source/common/unicode/
Durep.h106 void (*replace)(UReplaceable* rep, member
/external/icu4c/common/unicode/
Durep.h106 void (*replace)(UReplaceable* rep, member
/external/chromium_org/v8/test/mjsunit/
Dstring-replace-one-char.js32 function test_replace(result, expected, search, replace) { argument
/external/v8/test/mjsunit/
Dstring-replace-one-char.js32 function test_replace(result, expected, search, replace) { argument
/external/smali/util/src/main/java/ds/tree/
DRadixTree.java79 public boolean replace(String key, final T value); in replace() method
/external/v8/src/
Dstring.js219 function StringReplace(search, replace) { argument
408 function StringReplaceGlobalRegExpWithFunction(subject, regexp, replace) { argument
476 function StringReplaceNonGlobalRegExpWithFunction(subject, regexp, replace) { argument
/external/chromium_org/tools/gyp/pylib/gyp/
Deasy_xml.py151 def replace(match): function
/external/chromium_org/third_party/icu/source/i18n/
Dfuncrepl.cpp75 int32_t FunctionReplacer::replace(Replaceable& text, in replace() function in FunctionReplacer
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowSpannableStringBuilder.java30 public Editable replace(int st, int en, CharSequence text) { in replace() method in ShadowSpannableStringBuilder
/external/icu4c/i18n/
Dfuncrepl.cpp78 int32_t FunctionReplacer::replace(Replaceable& text, in replace() function in FunctionReplacer
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DMapMaker.java91 public boolean replace(K key, V oldValue, V newValue) { in replace() method in MapMaker.ExpiringComputingMap
100 public V replace(K key, V value) { in replace() method in MapMaker.ExpiringComputingMap

123456