Searched refs:replace (Results 1 - 25 of 1296) sorted by relevance

1234567891011>>

/external/v8/benchmarks/
H A Dregexp.js128 s2[i].replace(re2, '');
146 s8[i].replace(re5, '');
149 s9[i].replace(re6, '');
160 s14[i].replace(re6, '');
166 s16[i].replace(re10, '');
167 s16[i].replace(/\[/g, '');
168 s17[i].replace(re11, '');
171 s18[i].replace(re2, '');
177 s20[i].replace(re12, '');
181 s21[i].replace(/([
[all...]
/external/libmojo/third_party/markupsafe/
H A D_native.py23 .replace('&', '&')
24 .replace('>', '>')
25 .replace('<', '&lt;')
26 .replace("'", '&#39;')
27 .replace('"', '&#34;')
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/token-rewrite/
H A Dbasic.rb45 example 'replace index 0' do
47 stream.replace( 0, 'x' )
51 example 'replace last index' do
53 stream.replace 2, 'x'
57 example 'replace last index' do
59 stream.replace( 2, 'x' )
63 example 'replace middle index' do
65 stream.replace 1, 'x'
69 example 'replace middle index' do
71 stream.replace
[all...]
/external/doclava/src/com/google/doclava/
H A DCodeTagInfo.java27 t = t.replace("&", "&amp;");
28 t = t.replace("<", "&lt;");
29 t = t.replace(">", "&gt;");
H A DLiteralTagInfo.java27 t = t.replace("&", "&amp;");
28 t = t.replace("<", "&lt;");
29 t = t.replace(">", "&gt;");
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DReplaceable.java22 * during a replace operation, new characters take on the metadata of
37 * <code>replace()</code> is the following:
110 * limit is equal to the replacement text, that replace has no
120 * @param text the text to replace characters <code>start</code>
123 void replace(int start, int limit, String text); method in interface:Replaceable
129 * limit is equal to the replacement text, that replace has no
139 * @param chars the text to replace characters <code>start</code>
145 void replace(int start, int limit, char[] chars, method in interface:Replaceable
159 * replace(dest, dest, text, 0, limit - start);</pre>
H A DUnicodeReplacer.java18 * replace a range of characters in a Replaceable string with output
42 public abstract int replace(Replaceable text, method in interface:UnicodeReplacer
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DReplaceable.java21 * during a replace operation, new characters take on the metadata of
36 * <code>replace()</code> is the following:
114 * limit is equal to the replacement text, that replace has no
124 * @param text the text to replace characters <code>start</code>
128 void replace(int start, int limit, String text); method in interface:Replaceable
134 * limit is equal to the replacement text, that replace has no
144 * @param chars the text to replace characters <code>start</code>
151 void replace(int start, int limit, char[] chars, method in interface:Replaceable
165 * replace(dest, dest, text, 0, limit - start);</pre>
H A DUnicodeReplacer.java17 * replace a range of characters in a Replaceable string with output
41 public abstract int replace(Replaceable text, method in interface:UnicodeReplacer
/external/libcxx/test/std/strings/basic.string/string.modifiers/string_replace/
H A Diter_iter_initializer_list.pass.cpp12 // basic_string& replace(const_iterator i1, const_iterator i2, initializer_list<charT> il);
24 s.replace(s.cbegin() + 3, s.cbegin() + 6, {'a', 'b', 'c'});
31 s.replace(s.cbegin() + 3, s.cbegin() + 6, {'a', 'b', 'c'});
/external/markdown/markdown/
H A Dpostprocessors.py55 text = text.replace("<p>%s</p>" %
58 text = text.replace(markdown.preprocessors.HTML_PLACEHOLDER % i,
64 html = html.replace('&', '&amp;')
65 html = html.replace('<', '&lt;')
66 html = html.replace('>', '&gt;')
67 return html.replace('"', '&quot;')
76 text = text.replace(markdown.AMP_SUBSTITUTE, "&")
/external/clang/
H A Dclang-version-inc.py25 for replace, to in replacements.iteritems():
26 line = line.replace(replace, to)
/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/webrtc/tools/perf/
H A Dperf_utils.py36 str(data_point).replace(' ', ''), units)
/external/webrtc/webrtc/tools/e2e_quality/audio/perf/
H A Dperf_utils.py36 str(data_point).replace(' ', ''), units)
/external/abi-compliance-checker/modules/Internals/Scripts/
H A DSections.js8 header.innerHTML = header.innerHTML.replace(/\[[^0-9 ]\]/gi,"[&minus;]");
14 header.innerHTML = header.innerHTML.replace(/\[[^0-9 ]\]/gi,"[+]");
/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
/external/slf4j/
H A DbinderVersion.pl14 sub replace () { subroutine
41 do replace($ARG);
H A Dversion.pl11 sub replace () { subroutine
40 do replace($ARG);
/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dt048rewrite.py54 tokens.replace(0, "x")
63 tokens.replace(2, "x")
72 tokens.replace(1, "x")
81 tokens.replace(1, "x")
82 tokens.replace(1, "y")
92 tokens.replace(1, "x")
93 tokens.replace(1, "y")
102 tokens.replace(1, "x")
112 tokens.replace(0, 2, "x")
127 tokens.replace(
[all...]
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DasciiTable.py15 writer.write_noindent(data.replace("\r", "\n"))
21 lines = strjoin(content).replace("\r", "\n").split("\n")
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DasciiTable.py15 writer.write_noindent(data.replace("\r", "\n"))
21 lines = strjoin(content).replace("\r", "\n").split("\n")
/external/javassist/src/main/javassist/
H A DClassClassPath.java73 String jarname = "/" + classname.replace('.', '/') + ".class";
83 String jarname = "/" + classname.replace('.', '/') + ".class";
/external/libcxx/test/std/experimental/filesystem/class.path/path.member/path.modifiers/
H A Dreplace_filename.pass.cpp63 path replace(TC.filename);
65 p2 /= replace;
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_PlatformFile.java31 + System.getProperty("java.vm.version").replace('.', '-');

Completed in 2500 milliseconds

1234567891011>>