Searched defs:replace (Results 26 - 50 of 118) sorted by relevance

12345

/external/javassist/src/main/javassist/expr/
H A DFieldAccess.java149 public void replace(String statement) throws CannotCompileException { method in class:FieldAccess
H A DNewArray.java158 public void replace(String statement) throws CannotCompileException { method in class:NewArray
H A DNewExpr.java161 public void replace(String statement) throws CannotCompileException { method in class:NewExpr
H A DExpr.java258 // The implementation of replace() should call thisClass.checkModify()
269 public abstract void replace(String statement) throws CannotCompileException; method in class:Expr
281 public void replace(String statement, ExprEditor recursive) method in class:Expr
284 replace(statement);
/external/smali/util/src/main/java/ds/tree/
H A DRadixTreeImpl.java73 public boolean replace(String key, final T value) { method in class:RadixTreeImpl
/external/webkit/Source/WebCore/page/
H A DLocation.cpp242 void Location::replace(const String& urlString, DOMWindow* activeWindow, DOMWindow* firstWindow) function in class:WebCore::Location
/external/webkit/Source/WebCore/platform/text/
H A DRegularExpression.cpp142 // replace last match if this one is later and not a subset of the last match
158 void replace(String& string, const RegularExpression& target, const String& replacement) function in namespace:WebCore
166 string.replace(index, matchLength, replacement);
/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
H A Dpmksa_cache.h51 void *ctx, int replace),
74 void *ctx, int replace),
73 pmksa_cache_init(void (*free_cb)(struct rsn_pmksa_cache_entry *entry, void *ctx, int replace), void *ctx, struct wpa_sm *sm) argument
H A Dpmksa_cache.c36 int replace);
85 int replace)
88 pmksa->free_cb(entry, pmksa->ctx, replace);
208 /* We are about to replace the current PMKSA
496 void *ctx, int replace),
83 pmksa_cache_free_entry(struct rsn_pmksa_cache *pmksa, struct rsn_pmksa_cache_entry *entry, int replace) argument
495 pmksa_cache_init(void (*free_cb)(struct rsn_pmksa_cache_entry *entry, void *ctx, int replace), void *ctx, struct wpa_sm *sm) argument
/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dpmksa_cache.h45 void *ctx, int replace),
69 void *ctx, int replace),
68 pmksa_cache_init(void (*free_cb)(struct rsn_pmksa_cache_entry *entry, void *ctx, int replace), void *ctx, struct wpa_sm *sm) argument
/external/wpa_supplicant_8/src/rsn_supp/
H A Dpmksa_cache.h45 void *ctx, int replace),
69 void *ctx, int replace),
68 pmksa_cache_init(void (*free_cb)(struct rsn_pmksa_cache_entry *entry, void *ctx, int replace), void *ctx, struct wpa_sm *sm) argument
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dpmksa_cache.h45 void *ctx, int replace),
69 void *ctx, int replace),
68 pmksa_cache_init(void (*free_cb)(struct rsn_pmksa_cache_entry *entry, void *ctx, int replace), void *ctx, struct wpa_sm *sm) argument
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DTokenRewriteStream.java35 * You can insert stuff, replace, and delete chunks. Note that the
247 public void replace(int index, Object text) { method in class:TokenRewriteStream
248 replace(DEFAULT_PROGRAM_NAME, index, index, text);
251 public void replace(int from, int to, Object text) { method in class:TokenRewriteStream
252 replace(DEFAULT_PROGRAM_NAME, from, to, text);
255 public void replace(Token indexT, Object text) { method in class:TokenRewriteStream
256 replace(DEFAULT_PROGRAM_NAME, indexT, indexT, text);
259 public void replace(Token from, Token to, Object text) { method in class:TokenRewriteStream
260 replace(DEFAULT_PROGRAM_NAME, from, to, text);
263 public void replace(Strin method in class:TokenRewriteStream
273 public void replace(String programName, Token from, Token to, Object text) { method in class:TokenRewriteStream
[all...]
/external/clang/include/clang/AST/
H A DUnresolvedSet.h122 bool replace(const NamedDecl* Old, NamedDecl *New) { function in class:clang::UnresolvedSetImpl
131 void replace(iterator I, NamedDecl *New) { function in class:clang::UnresolvedSetImpl
135 void replace(iterator I, NamedDecl *New, AccessSpecifier AS) { function in class:clang::UnresolvedSetImpl
/external/clang/include/clang/Edit/
H A DCommit.h81 bool replace(CharSourceRange range, StringRef text);
98 bool replace(SourceRange TokenRange, StringRef text) { function in class:clang::edit::Commit
99 return replace(CharSourceRange::getTokenRange(TokenRange), text);
/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp175 virtual void replace(CharSourceRange range, StringRef text) { function in class:__anon3019::RewritesReceiver
/external/clang/lib/Edit/
H A DCommit.cpp111 bool Commit::replace(CharSourceRange range, StringRef text) { function in class:Commit
/external/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp144 virtual void replace(CharSourceRange range, StringRef text) { function in class:__anon3214::FixitReceiver
168 commit.replace(Hint.RemoveRange, Hint.CodeToInsert);
/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
H A DCacheBuilder.java252 public boolean replace(K key, V oldValue, V newValue) { method in class:CacheBuilder.LocalCache
261 public V replace(K key, V value) { method in class:CacheBuilder.LocalCache
/external/icu4c/common/unicode/
H A Dutext.h968 * underlying native text string. Behavior after a replace operation
1001 * it does not replace or overwrite any existing text.
1078 * The provider supports modifying the text via the replace() and copy()
1214 * Function type declaration for UText.replace().
1227 * by the replace operation.
1257 * it does not replace or overwrite any existing text.
1265 * by the replace operation.
1412 UTextReplace *replace; member in struct:UTextFuncs
/external/icu4c/i18n/
H A Dstrmatch.cpp213 int32_t StringMatcher::replace(Replaceable& text, function in class:StringMatcher
/external/llvm/include/llvm/ADT/
H A DIntrusiveRefCntPtr.h133 replace(S.getPtr());
139 replace(S.getPtr());
144 replace(S);
180 void replace(T* S) { function in class:llvm::IntrusiveRefCntPtr
/external/oprofile/libregex/
H A Dop_regex.cpp4 * libc regex, providing regular expression match and replace facility.
104 string const & replace)
110 replace_t regex = { regexp, replace };
197 do_replace(str, regexp.replace, match);
216 (string & str, string const & replace, regmatch_t const * match) const
219 for (size_t i = 0 ; i < replace.length() ; ++i) {
220 if (replace[i] == '\\') {
221 if (i == replace.length() - 1) {
223 replace);
226 if (replace[
103 add_pattern(string const & pattern, string const & replace) argument
215 do_replace(string & str, string const & replace, regmatch_t const * match) const argument
[all...]
/external/stlport/stlport/stl/
H A D_algobase.h698 // replace
701 replace(_ForwardIter __first, _ForwardIter __last, function
/external/webkit/Source/WebCore/bindings/js/
H A DJSLocationCustom.cpp244 JSValue JSLocation::replace(ExecState* exec) function in class:WebCore::JSLocation
249 impl()->replace(ustringToString(urlString), activeDOMWindow(exec), firstDOMWindow(exec));

Completed in 576 milliseconds

12345