Home
last modified time | relevance | path

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

1234567

/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/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/chromium_org/third_party/skia/experimental/Intersection/AddTestOutput/
Dmain.cpp6 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/
Dmain.cpp6 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/
Dinline-javascript-imports.py56 def replace(match): function
/external/chromium_org/v8/test/mjsunit/
Dstring-oom-replace-regexp-global-with-function.js10 function replace() { function
Dstring-replace-one-char.js32 function test_replace(result, expected, search, replace) { argument
/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 …]
/external/clang/include/clang/AST/
DUnresolvedSet.h126 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/
DWildcard.java102 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/
Duber_utils.js150 function updateHistory(state, path, replace) { argument
160 state: state, path: path, replace: replace}); property
Duber_page_manager_observer.js49 updateHistory: function(path, replace) { argument
/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/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/oprofile/libregex/
Dop_regex.h89 std::string replace; member
/external/chromium_org/v8/src/
Dstring.js194 function StringReplace(search, replace) { argument
408 function StringReplaceGlobalRegExpWithFunction(subject, regexp, replace) { argument
485 function StringReplaceNonGlobalRegExpWithFunction(subject, regexp, replace) { argument
/external/skia/src/core/
DSkRecord.h89 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/
DSkRecord.h93 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/
Durep.h106 void (*replace)(UReplaceable* rep, member
/external/icu/icu4c/source/common/unicode/
Durep.h106 void (*replace)(UReplaceable* rep, member
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
DInstallEvent.cpp51 void InstallEvent::replace() in replace() function in blink::InstallEvent
/external/smali/util/src/main/java/ds/tree/
DRadixTree.java79 public boolean replace(String key, final T value); in replace() method

1234567