HomeSort by relevance Sort by last modified time
    Searched refs:replace (Results 201 - 225 of 624) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/ExecutionContexts/
10.1.3-1.js 29 * decision by deleting the provisions above and replace them with the notice
109 actual = actual.replace(/\s/g, ''); // for definiteness, remove any white space
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Unicode/
uc-005.js 29 * decision by deleting the provisions above and replace them with the notice
243 * So replace them with the empty string -
245 str = str.replace(/[\r\n]/g, '')
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-168347.js 29 * decision by deleting the provisions above and replace them with the notice
199 return str.replace(re, '');
  /external/webkit/LayoutTests/fast/js/resources/
standalone-pre.js 15 return text.replace(/\0/g, "");
95 var unevaledString = '"' + b.replace(/"/g, "\"") + '"';
  /external/webkit/WebCore/WebCore.gyp/scripts/
action_csspropertynames.py 95 inputAbsPosix = inputAbs.replace(os.path.sep, posixpath.sep)
action_cssvaluekeywords.py 99 inputAbsPosix = inputAbs.replace(os.path.sep, posixpath.sep)
action_makenames.py 117 inputAbsPosix = inputAbs.replace(os.path.sep, posixpath.sep)
  /external/webkit/WebKitTools/Scripts/webkitpy/
changelogs.py 134 print line.replace("NOBODY (OOPS!)", reviewer.encode("utf-8")),
  /external/wpa_supplicant/
pmksa_cache.c 37 int replace);
80 int replace)
83 pmksa->free_cb(entry, pmksa->ctx, replace);
181 /* Replace an old entry for the same Authenticator (if found) with the
201 /* We are about to replace the current PMKSA
213 wpa_printf(MSG_DEBUG, "RSN: Replace PMKSA entry for "
487 void *ctx, int replace),
  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
pmksa_cache.c 36 int replace);
85 int replace)
88 pmksa->free_cb(entry, pmksa->ctx, replace);
188 /* Replace an old entry for the same Authenticator (if found) with the
208 /* We are about to replace the current PMKSA
220 wpa_printf(MSG_DEBUG, "RSN: Replace PMKSA entry for "
496 void *ctx, int replace),
  /frameworks/base/core/java/android/text/method/
BaseKeyListener.java 156 content.replace(selStart, selEnd, text);
  /frameworks/base/core/java/com/android/internal/os/
SamplingProfilerIntegration.java 146 String path = dir + "/" + name.replace(':', '.') + "-"
  /frameworks/base/tools/layoutlib/bridge/tests/com/android/layoutlib/bridge/
TestClassReplacement.java 129 String n = theClass.getName().replace(oldClass.getName(), newClass.getName());
  /libcore/luni/src/main/java/javax/xml/parsers/
FilePathToURI.java 61 path = path.replace(separator, '/');
  /libcore/luni/src/main/java/javax/xml/transform/stream/
FilePathToURI.java 61 path = path.replace(separator, '/');
  /libcore/luni/src/main/java/org/apache/harmony/security/fortress/
PolicyUtils.java 265 result.replace(start, end + END_OFFSET, value);
278 * <code>expand(str, properties).replace(File.separatorChar, '/')</code>.
283 return expand(str, properties).replace(File.separatorChar, '/');
326 path = path.replace(File.separatorChar, '/');
385 result.replace(start, end + END_OFFSET, value);
  /libcore/luni/src/test/java/tests/api/java/io/
FileDescriptorTest.java 35 + System.getProperty("java.vm.version").replace('.', '-');
  /packages/apps/Email/src/com/android/exchange/utility/
SimpleIcsWriter.java 133 return "\"" + paramValue.replace("\"", "'") + "\"";
  /packages/apps/Mms/tests/src/com/android/mms/
InterceptSendSms.java 139 assertEquals(semiSepRecipients, RECIPIENTS.replace(',', ';'));
  /external/webkit/WebCore/inspector/front-end/
utilities.js 185 this.className = newClassName.replace(" " + className + " ", " ");
192 this.className = this.className.replace(regex, " ");
352 return this.replace(/&/g, "&amp;").replace(/</g, "&lt;").replace(/>/g, "&gt;");
357 return this.replace(/[\s\xA0]+/g, " ");
362 var result = this.replace(/^https?:\/\//i, "");
364 result = result.replace(new RegExp("^" + baseURLDomain.escapeForRegExp(), "i"), "");
537 var selector = "." + className.replace(/\s+/, ".");
  /frameworks/base/core/java/android/text/
SpannableStringBuilder.java 208 return replace(where, where, tb, start, end);
213 return replace(where, where, tb, 0, tb.length());
218 SpannableStringBuilder ret = replace(start, end, "", 0, 0);
228 replace(0, length(), "", 0, 0);
253 return replace(length, length, text, 0, text.length());
259 return replace(length, length, text, start, end);
274 checkRange("replace", start, end);
408 public SpannableStringBuilder replace(int start, int end, CharSequence tb) { method in class:SpannableStringBuilder
409 return replace(start, end, tb, 0, tb.length());
413 public SpannableStringBuilder replace(final int start, final int end method in class:SpannableStringBuilder
    [all...]
  /cts/tools/dx-tests/src/dxconvext/
ClassFileParser.java 172 human = human.replace('\n', ' ');
265 path = path.replace('\\', '/');
  /dalvik/dx/src/com/android/dx/command/annotool/
AnnotationLister.java 208 System.out.println(packageName.replace('/','.'));
227 classname = classname.replace('/','.');
  /external/chromium/third_party/icu/source/i18n/
strrepl.cpp 30 * @param theOutput text that will replace input text when the
31 * replace() method is called. May contain stand-in characters
34 * the replace() method
51 * @param theOutput text that will replace input text when the
52 * replace() method is called. May contain stand-in characters
103 int32_t StringReplacer::replace(Replaceable& text, function in class:StringReplacer
178 int32_t len = r->replace(text, destLimit, destLimit, cursor);
  /external/icu4c/i18n/
strrepl.cpp 30 * @param theOutput text that will replace input text when the
31 * replace() method is called. May contain stand-in characters
34 * the replace() method
51 * @param theOutput text that will replace input text when the
52 * replace() method is called. May contain stand-in characters
103 int32_t StringReplacer::replace(Replaceable& text, function in class:StringReplacer
178 int32_t len = r->replace(text, destLimit, destLimit, cursor);

Completed in 1292 milliseconds

1 2 3 4 5 6 7 891011>>