HomeSort by relevance Sort by last modified time
    Searched full:replace (Results 226 - 250 of 5102) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/tools/common/proguard/proguard4.7/docs/manual/
wtk.html 11 window.top.location.replace("../index.html#"+window.location.pathname+window.location.hash);
13 var hash="#"+window.location.pathname.replace(window.top.location.pathname.replace("index.html", ""), "");
  /prebuilts/tools/common/proguard/proguard4.7/docs/
screenshots.html 11 window.top.location.replace("index.html#"+window.location.pathname+window.location.hash);
13 var hash="#"+window.location.pathname.replace(window.top.location.pathname.replace("index.html", ""), "");
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGInlineText.cpp 50 RefPtr<StringImpl> newString = string->replace('\t', ' ');
51 newString = newString->replace('\n', ' ');
52 newString = newString->replace('\r', ' ');
61 RefPtr<StringImpl> newString = string->replace('\n', StringImpl::empty());
62 newString = newString->replace('\r', StringImpl::empty());
63 newString = newString->replace('\t', ' ');
  /libcore/luni/src/test/java/libcore/java/nio/charset/
CharsetEncoderTest.java 32 e.onMalformedInput(CodingErrorAction.REPLACE);
33 e.onUnmappableCharacter(CodingErrorAction.REPLACE);
98 testCharsetEncoderSurrogatesBrokenByDesign_RI(CodingErrorAction.REPLACE);
107 // invalid (because it doesn't remember seeing the first), and REPLACE inserts a
127 if (cea == CodingErrorAction.REPLACE) {
154 testCharsetEncoderSurrogatesBrokenByDesign(CodingErrorAction.REPLACE);
  /development/samples/ApiDemos/res/layout/
install_apk.xml 41 <Button android:id="@+id/replace"
43 android:text="Replace">
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
ST.stg 60 @input.token_stream.replace(
66 @input.replace(
  /external/chromium/chrome/browser/resources/shared/js/
local_strings.js 33 return s.replace(/\$[$1-9]/g, function(m) {
44 return s.replace(/&{1,2}/g, function(m) {
  /external/chromium-trace/src/shared/js/
local_strings.js 33 return s.replace(/\$[$1-9]/g, function(m) {
44 return s.replace(/&{1,2}/g, function(m) {
  /external/guava/guava/src/com/google/common/cache/
RemovalCause.java 48 * {@link Map#putAll}, {@link ConcurrentMap#replace(Object, Object)}, or
49 * {@link ConcurrentMap#replace(Object, Object, Object)}.
  /external/javassist/src/main/javassist/
ClassClassPath.java 73 String jarname = "/" + classname.replace('.', '/') + ".class";
83 String jarname = "/" + classname.replace('.', '/') + ".class";
LoaderClassPath.java 65 String cname = classname.replace('.', '/') + ".class";
81 String cname = classname.replace('.', '/') + ".class";
  /external/kernel-headers/original/linux/
nvhdcp.h 47 /* TODO: replace with -EINVAL */
50 /* TODO: replace with -ENOMEM */
  /external/libnl-headers/netlink/
netlink-kernel.h 121 * Replace existing matching config object with this request.
127 * Don't replace the config object if it already exists.
  /external/openfst/src/bin/
fstreplace.cc 19 #include <fst/script/replace.h>
60 Replace(fst_tuples, &ofst, root, FLAGS_epsilon_on_replace);
  /external/skia/src/views/
SkViewPriv.cpp 43 else // add/replace
89 else // add/replace
  /external/v8/test/mjsunit/regress/
regress-490.js 38 a.replace(/^(.*)/, '$1$1$1');
45 a.replace(/^(.*)/, b);
  /external/v8/test/mjsunit/
search-string-multiple.js 28 // Test search and replace where we search for a string, not a regexp.
33 var output = input.replace(re, MakeReplaceString);
string-replace-gc.js 49 foo.replace(/[b]/, "c"); // Flatten foo.
53 var bar = foo.replace(/[a]/g, moving_string);
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_elementreplaceexistingattribute.js 80 already present in this element, it should replace the
87 method should replace the existing Attr node with the
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_elementreplaceexistingattribute.js 80 already present in this element, it should replace the
87 method should replace the existing Attr node with the
  /external/webkit/Source/WebCore/icu/unicode/
ushape.h 57 * it is possible to replace one set of digits by another, changing the
154 /** Letter shaping option: replace abstract letter characters by "shaped" ones. @stable ICU 2.0 */
157 /** Letter shaping option: replace "shaped" letter characters by abstract ones. @stable ICU 2.0 */
161 * Letter shaping option: replace abstract letter characters by "shaped" ones.
178 * Replace European digits (U+0030...) by Arabic-Indic digits.
185 * Replace Arabic-Indic digits by European digits (U+0030...).
192 * Replace European digits (U+0030...) by Arabic-Indic digits if the most recent
205 * Replace European digits (U+0030...) by Arabic-Indic digits if the most recent
  /external/webkit/Source/WebCore/inspector/
inline-javascript-imports.py 56 def replace(match): function in function:main
68 outputScript = re.sub(r'importScripts\([\'"]([^\'"]+)[\'"]\)', replace, inputScript)
  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
pmksa_cache.h 51 void *ctx, int replace),
74 void *ctx, int replace),
  /external/wpa_supplicant_8/src/rsn_supp/
pmksa_cache.h 45 void *ctx, int replace),
69 void *ctx, int replace),
  /external/zlib/msdos/
Makefile.emx 18 # If cp.exe is available, replace "copy /Y" with "cp -fp" .
20 # If gnu install.exe is available, replace $(CP) with ginstall.

Completed in 999 milliseconds

1 2 3 4 5 6 7 8 91011>>