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

<<21222324252627282930>>

  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-216320.js 29 * decision by deleting the provisions above and replace them with the notice
888 var txtValue1 = txtValue.replace((/&quot;/g),'"');
889 var txtValue2 = txtValue1.replace((/&gt;/g),">");
890 var txtValue3 = txtValue2.replace((/&lt;/g),"<");
896 var txtValue0 = txtValue.replace((/\r\n/g),'&lf;');
897 var txtValue1 = txtValue0.replace((/"/g),'&quot;');
898 var txtValue2 = txtValue1.replace((/>/g),'&gt;');
899 var txtValue3 = txtValue2.replace((/</g),'&lt;');
  /external/webkit/Source/WebCore/inspector/front-end/
utilities.js 166 this.className = this.className.replace(regex, " ");
438 return this.replace(/&/g, "&amp;").replace(/</g, "&lt;").replace(/>/g, "&gt;").replace(/"/g, "&quot;");
443 return this.replace(/[\s\xA0]+/g, " ");
448 var result = this.replace(/^(https|http|file):\/\//i, "");
450 result = result.replace(new RegExp("^" + baseURLDomain.escapeForRegExp(), "i"), "");
  /packages/apps/Mms/src/com/android/mms/data/
Conversation.java 145 if (!Cache.replace(conv)) {
146 LogTag.error("get by threadId cache.replace failed on " + conv);
182 if (!Cache.replace(conv)) {
183 LogTag.error("get by recipients cache.replace failed on " + conv);
221 allowQuery /* don't block */, true /* replace number */), allowQuery);
247 false /* don't block */, false /* don't replace number */);
279 if (!Cache.replace(conv)) {
280 LogTag.error("Converations.from cache.replace failed on " + conv);
728 // Replace the snippet with a default value if it's empty.
828 * Replace the specified conversation in the cache. This is used in cases where w
836 static boolean replace(Conversation c) { method in class:Conversation.Cache
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
concat-jquery-mootools-prototype.js 320 return jQuery.clean([html.replace(/ jQuery\d+="(?:\d+|null)"/g, "").replace(/^\s*/, "")])[0];
449 return (elem.value || "").replace(/\r/g, "");
486 this[0].innerHTML.replace(/ jQuery\d+="(?:\d+|null)"/g, "") :
806 name = name.replace( /([A-Z])/g, "-$1" ).toLowerCase();
818 var camelCase = name.replace(/\-(\w)/g, function(all, letter){
874 elem = elem.replace(/(<(\w+)[^>]*?)\/>/g, function(all, front, tag){
881 var tags = elem.replace(/^\s+/, "").substring(0, 10).toLowerCase();
1047 elem.filter = (elem.filter || "").replace( /alpha\([^)]*\)/, "" ) +
1056 name = name.replace(/-([a-z])/ig, function(all, letter)
    [all...]
  /external/chromium/chrome/common/extensions/docs/build/
directory.py 87 urlparts = tuple(method.replace('chrome.', '').rsplit('.', 1))
363 message = message.replace(placeholder_token, placeholder_value)
384 return real_manifest_path.replace(real_base_path, '')\
385 .replace('manifest.json', '')[1:]
418 search_string = ' '.join(search_terms).replace('"', '')\
419 .replace('\'', '')\
571 path = fullpath.replace(base_path, '')[1:]
579 code_contents = unicode(code_file.read(), errors="replace")
586 hash = hashlib.sha1(code_contents.encode("ascii", "replace"))
670 relpath = sample_dirname + abspath.replace(sample_path, ""
    [all...]
  /frameworks/base/tools/aapt/
ResourceTable.h 107 bool replace = false,
119 bool replace = false,
292 bool replace=false, bool isId = false,
  /packages/apps/Settings/src/com/android/settings/widget/
ChartDataUsageView.java 503 builder.replace(0, builder.length(), Long.toString(value));
602 builder.replace(sizeBounds[0], sizeBounds[1], size);
604 builder.replace(unitBounds[0], unitBounds[1], unit);
  /external/guava/src/com/google/common/collect/
CustomConcurrentHashMap.java 709 * created to replace them. This works well for hash tables
870 boolean replace(K key, int hash, V oldValue, V newValue) { method in class:CustomConcurrentHashMap.Impl.Segment
898 V replace(K key, int hash, V newValue) { method in class:CustomConcurrentHashMap.Impl.Segment
1507 public boolean replace(K key, V oldValue, V newValue) { method in class:CustomConcurrentHashMap.Impl
1528 public V replace(K key, V value) { method in class:CustomConcurrentHashMap.Impl
    [all...]
  /external/proguard/src/proguard/optimize/evaluation/
EvaluationShrinker.java 330 // Replace traced but unmarked backward branches by infinite loops.
    [all...]
  /build/tools/
warn.py     [all...]
  /cts/tests/tests/database/src/android/database/cts/
DatabaseUtils_InsertHelperTest.java 310 method = "replace",
393 // will replace row id
400 values.put("string_value", "replace the row");
403 id = mInsertHelper.replace(values);
414 assertEquals("replace the row", cursor.getString(stringValueIndex));
422 assertEquals(-1, mInsertHelper.replace(values));
  /external/chromium/chrome/browser/resources/net_internals/
testview.js 70 // We will fill in result cells with actual values (to replace the
  /external/javassist/src/main/javassist/compiler/
MemberResolver.java 506 return classname.replace('.', '/');
510 return classname.replace('/', '.');
  /external/jdiff/src/jdiff/
Comments.java 247 ref = ref.replace('.', '/');
341 result.append(identifier.toString().replace('.', '/'));
  /external/v8/test/mjsunit/
debug-liveedit-3.js 56 var new_source = script.source.replace(function_z_text, "function Intermediate() {\nreturn (\n" + function_z_text + ")\n;\n}\n");
debug-liveedit-breakpoints.js 73 var new_source = script.source.replace(function_z_text, "");
  /external/v8/tools/
csvparser.js 67 fields.push(field.replace(doubleQuoteRe, '"'));
  /external/valgrind/main/cachegrind/
cg_diff.in 51 --mod-filename=<expr> a Perl search-and-replace expression that is applied
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_characterdatareplacedatabegining.js 86 arg="South". The method should replace characters five
hc_characterdatareplacedataend.js 86 arg="98665". The method should replace characters 30
hc_characterdatareplacedataexceedslengthofarg.js 86 arg="260030". The method should replace characters one
hc_characterdatareplacedataexceedslengthofdata.js 84 arg="2600". The method should replace all the characters
hc_characterdatareplacedatamiddle.js 86 arg="South". The method should replace characters five
hc_elementreplaceattributewithself.js 78 This test calls setAttributeNode to replace an attribute with itself.
hc_namednodemapsetnameditemreturnvalue.js 89 method should replace the already existing node with

Completed in 642 milliseconds

<<21222324252627282930>>