Searched defs:replace (Results 1 - 25 of 188) sorted by relevance

12345678

/external/chromium_org/v8/test/mjsunit/
H A Dstring-oom-replace-regexp-global-with-function.js10 function replace() { function
11 a.replace(/a/g, function() { return b });
14 assertThrows(replace, RangeError);
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A Dinline-javascript-imports.py56 def replace(match): function in function:main
68 outputScript = re.sub(r'importScripts?\([\'"]([^\'"]+)[\'"]\)', replace, inputScript)
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durep.h100 * @param text the new text to replace the UChars from
106 void (*replace)(UReplaceable* rep, member in struct:UReplaceableCallbacks
/external/chromium_org/tools/gyp/pylib/gyp/
H A Deasy_xml.py117 xml_string = xml_string.replace('\n', '\r\n')
151 def replace(match): function in function:_XmlEscape
153 # don't replace single quotes in attrs
157 return _xml_escape_re.sub(replace, value)
/external/icu/icu4c/source/common/unicode/
H A Durep.h100 * @param text the new text to replace the UChars from
106 void (*replace)(UReplaceable* rep, member in struct:UReplaceableCallbacks
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
H A DUtils.java53 a string to replace, replacee,
54 and a string to replace with, replacer,
61 public static String replace(String src, String replacee, String replacer) { method in class:Utils
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DInstallEvent.cpp51 void InstallEvent::replace() function in class:blink::InstallEvent
/external/guava/guava/src/com/google/common/collect/
H A DForwardingConcurrentMap.java52 public V replace(K key, V value) { method in class:ForwardingConcurrentMap
53 return delegate().replace(key, value);
57 public boolean replace(K key, V oldValue, V newValue) { method in class:ForwardingConcurrentMap
58 return delegate().replace(key, oldValue, newValue);
/external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/
H A DConcurrentMap.java32 V replace(K key, V value); method in interface:ConcurrentMap
34 boolean replace(K key, V oldValue, V newValue); method in interface:ConcurrentMap
H A DConcurrentHashMap.java73 public boolean replace(K key, V oldValue, V newValue) { method in class:ConcurrentHashMap
84 public V replace(K key, V value) { method in class:ConcurrentHashMap
/external/oprofile/libregex/
H A Dop_regex.h5 * and replace facility.
35 * lightweight encapsulation of regex lib search and replace
42 * @param limit limit on number of search and replace done
47 * & replace, preparing it for substitution ala sed
55 * @param replace the string to subsitute in other regular definition
60 std::string const & replace);
63 * @param replace the replace string to use when this regular
66 * You can imbed regular definition in pattern but not in replace.
69 std::string const & replace);
89 std::string replace; member in struct:regular_expression_replace::replace_t
[all...]
/external/smali/util/src/main/java/ds/tree/
H A DRadixTree.java73 * Find an existing entry and replace it's value. If no existing entry, do nothing
79 public boolean replace(String key, final T value); method in interface:RadixTree
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A DStringExtensions.cs96 public static string replace( string str, char oldValue, char newValue ) method in class:Antlr.Runtime.JavaExtensions.StringExtensions
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DStringExtensions.cs97 public static string replace(this string str, char oldValue, char newValue) method in class:Antlr.Runtime.JavaExtensions.StringExtensions
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
H A Drewrite.rb129 @operation_name = 'replace'.freeze
180 def replace( *range_arguments ) method in class:ANTLR3.RewriteProgram
260 @operations.replace( reduced )
408 def replace( *args ) method
409 @programs[ 'default' ].replace( *args )
/external/chromium_org/third_party/icu/source/i18n/
H A Dfuncrepl.cpp78 int32_t FunctionReplacer::replace(Replaceable& text, function in class:FunctionReplacer
85 int32_t len = replacer->toReplacer()->replace(text, start, limit, cursor);
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dunicodestring.cc60 void UnicodeString::replace(int start, int length, const UnicodeString& src) { function in class:i18n::phonenumbers::UnicodeString
/external/chromium_org/third_party/simplejson/
H A Dencoder.py42 def replace(match): function in function:encode_basestring
44 return u'"' + ESCAPE.sub(replace, s) + u'"'
53 def replace(match): function in function:py_encode_basestring_ascii
69 return '"' + str(ESCAPE_ASCII.sub(replace, s)) + '"'
337 chunk = chunk.replace('&', '\\u0026')
338 chunk = chunk.replace('<', '\\u003c')
339 chunk = chunk.replace('>', '\\u003e')
/external/chromium_org/third_party/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/icu/icu4c/source/i18n/
H A Dfuncrepl.cpp78 int32_t FunctionReplacer::replace(Replaceable& text, function in class:FunctionReplacer
85 int32_t len = replacer->toReplacer()->replace(text, start, limit, cursor);
/external/jarjar/src/main/com/tonicsystems/jarjar/
H A DWildcard.java88 strings[i] = ((String)v).replace('.', '/');
102 public String replace(String value) { method in class:Wildcard
137 private static String replaceAllLiteral(Pattern pattern, String value, String replace) { argument
138 replace = replace.replaceAll("([$\\\\])", "\\\\$0");
139 return pattern.matcher(value).replaceAll(replace);
/external/javassist/src/main/javassist/convert/
H A DTransformAccessArrayField.java74 pos = replace(cp, iterator, pos, c, getLoadReplacementSignature(c));
78 pos = replace(cp, iterator, pos, c, getStoreReplacementSignature(c));
125 private int replace(ConstPool cp, CodeIterator iterator, int pos, method in class:TransformAccessArrayField
133 // Do not replace an AALOAD instruction that we do not have a type for
/external/javassist/src/main/javassist/expr/
H A DCast.java89 public void replace(String statement) throws CannotCompileException { method in class:Cast
H A DHandler.java97 public void replace(String statement) throws CannotCompileException { method in class:Handler
H A DInstanceof.java92 public void replace(String statement) throws CannotCompileException { method in class:Instanceof

Completed in 610 milliseconds

12345678