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

12345678

/external/javassist/src/main/javassist/expr/
H A DMethodCall.java178 public void replace(String statement) throws CannotCompileException { method in class:MethodCall
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowSpannableStringBuilder.java30 public Editable replace(int st, int en, CharSequence text) { method in class:ShadowSpannableStringBuilder
31 builder.replace(st, en, text.toString());
/external/skia/experimental/Intersection/AddTestOutput/
H A Dmain.cpp6 static bool replace(const char* fun, const char* dir, const char* filename, const char* marker, argument
7 const char* marker2, const char* replace, size_t replaceLen) {
45 opStreamOut.write(replace, replaceLen);
85 if (!replace(argv[0], dir, "op.htm", opMarker, NULL, inData.begin(),
100 if (!replace(argv[0], dir, "SimplifyNew_Test.cpp", newMarker, newMarker2, insert + 2,
110 if (!replace(argv[0], dir, "DataTypes.h", forceReleaseMarker, NULL, forceReleaseReplace,
/external/smack/src/org/jivesoftware/smackx/workgroup/ext/notes/
H A DChatNotes.java118 * @param newString the String that will replace all instances of oldString
121 public static final String replace(String string, String oldString, String newString) { method in class:ChatNotes
126 // to replace.
/external/smack/src/org/xbill/DNS/
H A DUpdate.java251 replace(Name name, int type, long ttl, String record) throws IOException { method in class:Update
263 replace(Name name, int type, long ttl, Tokenizer tokenizer) throws IOException method in class:Update
274 replace(Record record) { method in class:Update
284 replace(Record [] records) { method in class:Update
286 replace(records[i]);
294 replace(RRset rrset) { method in class:Update
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DTokenRewriteStream.as35 * You can insert stuff, replace, and delete chunks. Note that the
137 public function replace(index:int, text:Object, programName:String = DEFAULT_PROGRAM_NAME):void { function
143 throw new Error("replace: range invalid: "+fromIndex+".."+toIndex+"(size="+tokens.length+")");
287 * R.x-y.u = replace x-y indexed tokens with u
289 * First we need to examine replaces. For any replace op:
292 * 2. Drop any replace op before that is contained completely within
294 * 3. Throw exception upon boundary overlap with any previous replace.
299 * 2. for any prior replace with same left boundary, combine this
300 * insert with replace and delete this replace
[all...]
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DLocation.cpp232 void Location::replace(LocalDOMWindow* callingWindow, LocalDOMWindow* enteredWindow, const String& url) function in class:blink::Location
236 // Note: We call LocalDOMWindow::setLocation directly here because replace() always operates on the current frame.
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DStringEncoding.py36 # wide Unicode character on narrow platform => replace
207 regexp = ''.join(['[%s]' % c.replace('\\', '\\\\') for c in special])
213 def replace(s): function in function:_build_specials_replacer
215 return replace
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-blob.cc246 * @replace: whether to replace an existing data with the same key.
257 hb_bool_t replace)
259 return hb_object_set_user_data (blob, key, data, destroy, replace);
253 hb_blob_set_user_data(hb_blob_t *blob, hb_user_data_key_t *key, void * data, hb_destroy_func_t destroy, hb_bool_t replace) argument
H A Dhb-object-private.hh90 hb_bool_t replace);
173 hb_bool_t replace)
177 return obj->header.user_data.set (key, data, destroy, replace);
169 hb_object_set_user_data(Type *obj, hb_user_data_key_t *key, void * data, hb_destroy_func_t destroy, hb_bool_t replace) argument
H A Dhb-set.cc109 * @replace:
120 hb_bool_t replace)
122 return hb_object_set_user_data (set, key, data, destroy, replace);
116 hb_set_set_user_data(hb_set_t *set, hb_user_data_key_t *key, void * data, hb_destroy_func_t destroy, hb_bool_t replace) argument
H A Dhb-shape-plan.cc233 * @replace:
246 hb_bool_t replace)
248 return hb_object_set_user_data (shape_plan, key, data, destroy, replace);
242 hb_shape_plan_set_user_data(hb_shape_plan_t *shape_plan, hb_user_data_key_t *key, void * data, hb_destroy_func_t destroy, hb_bool_t replace) argument
H A Dhb-unicode.cc265 * @replace:
278 hb_bool_t replace)
280 return hb_object_set_user_data (ufuncs, key, data, destroy, replace);
274 hb_unicode_funcs_set_user_data(hb_unicode_funcs_t *ufuncs, hb_user_data_key_t *key, void * data, hb_destroy_func_t destroy, hb_bool_t replace) argument
/external/chromium_org/third_party/icu/source/i18n/
H A Dstrrepl.cpp29 * @param theOutput text that will replace input text when the
30 * replace() method is called. May contain stand-in characters
33 * the replace() method
50 * @param theOutput text that will replace input text when the
51 * replace() method is called. May contain stand-in characters
102 int32_t StringReplacer::replace(Replaceable& text, function in class:StringReplacer
177 int32_t len = r->replace(text, destLimit, destLimit, cursor);
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DQuadraticReduceOrder.cpp107 // sameSide > 0 means mid is smaller than either [0] or [2], so replace smaller
108 int replace; local
113 replace = (extrema.x < quad[0].x | extrema.x < quad[2].x)
119 replace = (extrema.y < quad[0].y | extrema.y < quad[2].y)
122 reduction[replace] = extrema;
/external/chromium_org/third_party/skia/src/core/
H A DSkRecord.h93 T* replace(unsigned i) { function in class:SkRecord
107 T* replace(unsigned i, const SkRecords::Adopted<Existing>& proofOfAdoption) { function in class:SkRecord
154 // A mutator that can be used with replace to destroy canvas commands.
/external/chromium_org/third_party/webrtc/base/
H A Dstringutils.cc94 const char *replace,
99 s->replace(pos, search_len, replace, replace_len);
92 replace_substrs(const char *search, size_t search_len, const char *replace, size_t replace_len, std::string *s) argument
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dlinemap.c87 int replace = 0; local
131 &replace, filename_delete_one);
/external/clang/include/clang/AST/
H A DASTUnresolvedSet.h57 bool replace(const NamedDecl *Old, NamedDecl *New, AccessSpecifier AS) { function in class:clang::ASTUnresolvedSet
/external/guava/guava/src/com/google/common/util/concurrent/
H A DAtomicLongMap.java105 if (map.replace(key, atomic, new AtomicLong(delta))) {
154 if (map.replace(key, atomic, new AtomicLong(delta))) {
189 if (map.replace(key, atomic, new AtomicLong(newValue))) {
326 * first decrementing to zero, and then removing. putIfAbsent or replace could observe the
331 * - Define putIfAbsent and replace as treating zero and absent identically (as currently
335 * - Allow putIfAbsent and replace to distinguish between zero and absent, but don't implement
338 * replace(key, long).
364 if (map.replace(key, atomic, new AtomicLong(newValue))) {
383 boolean replace(K key, long expectedOldValue, long newValue) { method in class:AtomicLongMap
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DMapMaker.java91 public boolean replace(K key, V oldValue, V newValue) { method in class:MapMaker.ExpiringComputingMap
100 public V replace(K key, V value) { method in class:MapMaker.ExpiringComputingMap
/external/harfbuzz_ng/src/
H A Dhb-blob.cc246 * @replace: whether to replace an existing data with the same key.
257 hb_bool_t replace)
259 return hb_object_set_user_data (blob, key, data, destroy, replace);
253 hb_blob_set_user_data(hb_blob_t *blob, hb_user_data_key_t *key, void * data, hb_destroy_func_t destroy, hb_bool_t replace) argument
H A Dhb-set.cc109 * @replace:
120 hb_bool_t replace)
122 return hb_object_set_user_data (set, key, data, destroy, replace);
116 hb_set_set_user_data(hb_set_t *set, hb_user_data_key_t *key, void * data, hb_destroy_func_t destroy, hb_bool_t replace) argument
H A Dhb-shape-plan.cc216 * @replace:
229 hb_bool_t replace)
231 return hb_object_set_user_data (shape_plan, key, data, destroy, replace);
225 hb_shape_plan_set_user_data(hb_shape_plan_t *shape_plan, hb_user_data_key_t *key, void * data, hb_destroy_func_t destroy, hb_bool_t replace) argument
H A Dhb-unicode.cc265 * @replace:
278 hb_bool_t replace)
280 return hb_object_set_user_data (ufuncs, key, data, destroy, replace);
274 hb_unicode_funcs_set_user_data(hb_unicode_funcs_t *ufuncs, hb_user_data_key_t *key, void * data, hb_destroy_func_t destroy, hb_bool_t replace) argument

Completed in 7688 milliseconds

12345678