/external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/ |
D | ConcurrentMap.java | 32 V replace(K key, V value); in replace() method 34 boolean replace(K key, V oldValue, V newValue); in replace() method
|
D | ConcurrentHashMap.java | 73 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/ |
D | ForwardingConcurrentMap.java | 52 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/ |
D | Update.java | 251 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/ |
D | inline-javascript-imports.py | 56 def replace(match): function
|
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/ |
D | inline_js_imports.py | 58 def replace(match): function
|
/external/stlport/stlport/stl/debug/ |
D | _string.h | 515 _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.h | 472 _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.h | 813 _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/ |
D | UnresolvedSet.h | 125 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/ |
D | TokenRewriteStream.java | 247 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/ |
D | op_regex.h | 89 std::string replace; member
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/ |
D | Utils.java | 61 public static String replace(String src, String replacee, String replacer) { in replace() method in Utils
|
/external/chromium_org/v8/src/ |
D | string.js | 212 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/ |
D | urep.h | 106 void (*replace)(UReplaceable* rep, member
|
/external/icu4c/common/unicode/ |
D | urep.h | 106 void (*replace)(UReplaceable* rep, member
|
/external/chromium_org/v8/test/mjsunit/ |
D | string-replace-one-char.js | 32 function test_replace(result, expected, search, replace) { argument
|
/external/v8/test/mjsunit/ |
D | string-replace-one-char.js | 32 function test_replace(result, expected, search, replace) { argument
|
/external/smali/util/src/main/java/ds/tree/ |
D | RadixTree.java | 79 public boolean replace(String key, final T value); in replace() method
|
/external/v8/src/ |
D | string.js | 219 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/ |
D | easy_xml.py | 151 def replace(match): function
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | funcrepl.cpp | 75 int32_t FunctionReplacer::replace(Replaceable& text, in replace() function in FunctionReplacer
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowSpannableStringBuilder.java | 30 public Editable replace(int st, int en, CharSequence text) { in replace() method in ShadowSpannableStringBuilder
|
/external/icu4c/i18n/ |
D | funcrepl.cpp | 78 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/ |
D | MapMaker.java | 91 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
|