| /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/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/chromium_org/third_party/skia/experimental/Intersection/AddTestOutput/ |
| D | main.cpp | 6 static bool replace(const char* fun, const char* dir, const char* filename, const char* marker, in replace() function 7 const char* marker2, const char* replace, size_t replaceLen) { in replace()
|
| /external/skia/experimental/Intersection/AddTestOutput/ |
| D | main.cpp | 6 static bool replace(const char* fun, const char* dir, const char* filename, const char* marker, in replace() function 7 const char* marker2, const char* replace, size_t replaceLen) { in replace()
|
| /external/chromium_org/third_party/WebKit/Source/core/inspector/ |
| D | inline-javascript-imports.py | 56 def replace(match): function
|
| /external/chromium_org/v8/test/mjsunit/ |
| D | string-oom-replace-regexp-global-with-function.js | 10 function replace() { function
|
| D | string-replace-one-char.js | 32 function test_replace(result, expected, search, replace) { argument
|
| /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 …]
|
| /external/clang/include/clang/AST/ |
| D | UnresolvedSet.h | 126 bool replace(const NamedDecl* Old, NamedDecl *New) { in replace() function 135 void replace(iterator I, NamedDecl *New) { in replace() function 139 void replace(iterator I, NamedDecl *New, AccessSpecifier AS) { in replace() function
|
| /external/jarjar/src/main/com/tonicsystems/jarjar/ |
| D | Wildcard.java | 102 public String replace(String value) { in replace() method in Wildcard 137 private static String replaceAllLiteral(Pattern pattern, String value, String replace) { in replaceAllLiteral()
|
| /external/chromium_org/chrome/browser/resources/uber/ |
| D | uber_utils.js | 150 function updateHistory(state, path, replace) { argument 160 state: state, path: path, replace: replace}); property
|
| D | uber_page_manager_observer.js | 49 updateHistory: function(path, replace) { argument
|
| /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/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/oprofile/libregex/ |
| D | op_regex.h | 89 std::string replace; member
|
| /external/chromium_org/v8/src/ |
| D | string.js | 194 function StringReplace(search, replace) { argument 408 function StringReplaceGlobalRegExpWithFunction(subject, regexp, replace) { argument 485 function StringReplaceNonGlobalRegExpWithFunction(subject, regexp, replace) { argument
|
| /external/skia/src/core/ |
| D | SkRecord.h | 89 T* replace(unsigned i) { in replace() function 103 T* replace(unsigned i, const SkRecords::Adopted<Existing>& proofOfAdoption) { in replace() function
|
| /external/chromium_org/third_party/skia/src/core/ |
| D | SkRecord.h | 93 T* replace(unsigned i) { in replace() function 107 T* replace(unsigned i, const SkRecords::Adopted<Existing>& proofOfAdoption) { in replace() function
|
| /external/chromium_org/third_party/icu/source/common/unicode/ |
| D | urep.h | 106 void (*replace)(UReplaceable* rep, member
|
| /external/icu/icu4c/source/common/unicode/ |
| D | urep.h | 106 void (*replace)(UReplaceable* rep, member
|
| /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/ |
| D | InstallEvent.cpp | 51 void InstallEvent::replace() in replace() function in blink::InstallEvent
|
| /external/smali/util/src/main/java/ds/tree/ |
| D | RadixTree.java | 79 public boolean replace(String key, final T value); in replace() method
|