HomeSort by relevance Sort by last modified time
    Searched refs:replace (Results 326 - 350 of 1093) sorted by null

<<11121314151617181920>>

  /external/javassist/src/main/javassist/tools/web/
Viewer.java 164 "/" + classname.replace('.', '/') + ".class");
  /external/jsilver/src/com/google/streamhtmlparser/util/
EntityResolver.java 147 sb.replace(0, sb.length(), aEntityResolver.sb.toString());
  /external/nist-sip/java/gov/nist/javax/sip/
Utils.java 108 return '"' + str.replace( "\"", "\\\"" ) + '"';
  /external/qemu/android/tools/
gen-hw-config.py 135 varName = item.name.replace(".","_")
  /external/svox/pico/src/com/svox/pico/
EngineSettings.java 77 Uri marketUri = Uri.parse(MARKET_URI_START + unavailableLang.toLowerCase().replace("-", "."));
  /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
hc_nodereplacechildoldchildnonexistent.js 82 Retrieve the second employee and attempt to replace a
84 replace such a node should raise the desired exception.
  /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
hc_nodereplacechildoldchildnonexistent.js 82 Retrieve the second employee and attempt to replace a
84 replace such a node should raise the desired exception.
  /external/webkit/LayoutTests/fast/js/resources/
standalone-pre.js 15 return text.replace(/\0/g, "");
97 var unevaledString = '"' + b.replace(/"/g, "\"") + '"';
  /external/webkit/Source/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/Source/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/Source/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/Source/JavaScriptCore/wtf/text/
StringImpl.h 311 PassRefPtr<StringImpl> replace(UChar, UChar);
312 PassRefPtr<StringImpl> replace(UChar, StringImpl*);
313 PassRefPtr<StringImpl> replace(StringImpl*, StringImpl*);
314 PassRefPtr<StringImpl> replace(unsigned index, unsigned len, StringImpl*);
  /external/webkit/Source/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_derivedsourcesallinone.py 85 # Wraps conditional with ENABLE() and replace '&','|' with '&&','||' if more than one conditional is specified.
100 idlContents = idlFile.read().replace('\n', '')
action_makenames.py 117 inputAbsPosix = inputAbs.replace(os.path.sep, posixpath.sep)
  /external/webkit/Source/WebCore/html/
FileInputType.cpp 180 String relativePath = paths[i].substring(1 + rootPath.length()).replace('\\', '/');
  /external/webkit/Source/WebCore/platform/gtk/
DataObjectGtk.cpp 32 str.replace(NonBreakingSpaceCharacter, SpaceCharacter);
  /external/webkit/Source/WebCore/platform/text/transcoder/
FontTranscoder.cpp 85 text.replace('\\', yenSign);
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebContextMenuClient.cpp 116 encoded.replace("%20", "+");
  /external/webkit/Tools/Scripts/
print-vse-failure-logs 97 result.extend([text.replace("&nbsp;", "") for text in table.findAll(text=True)])
  /external/webkit/Tools/Scripts/webkitpy/common/system/
path.py 133 return "///" + path.replace("\\", "/")
  /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),

Completed in 1436 milliseconds

<<11121314151617181920>>