| /packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
| MetaData.java | 202 db.replace("CalendarMetaData", null, values);
|
| /sdk/eclipse/scripts/ |
| collect_sources_for_sdk.py | 117 pkg = pkg.replace(".", os.path.sep) # e.g. android.view => android/view
|
| /external/webkit/SunSpider/tests/parse-only/ |
| jquery-1.3.2.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...] |
| 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/sdch/open-vcdiff/src/ |
| gflags_reporting.cc | 189 ans.replace(pos++, 1, "&"); 191 ans.replace(pos++, 1, "<");
|
| /external/emma/core/java12/com/vladium/emma/rt/ |
| ClassPathProcessorST.java | 95 final String className = name.substring (0, name.length () - 6).replace ('/', '.'); 193 final String className = name.substring (0, name.length () - 6).replace (File.separatorChar, '.');
|
| /external/emma/core/java12/com/vladium/jcd/lib/ |
| Types.java | 102 return javaName.replace ('.', '/'); 118 return vmName.replace ('/', '.');
|
| /external/v8/test/mjsunit/ |
| leakcheck.js | 44 var result = input.replace(/[4-6]+/g, "xxx");
|
| /external/v8/test/mjsunit/regress/ |
| regress-233.js | 33 loop(s.replace(/\s/g, ""));
|
| /external/v8/tools/ |
| js2c.py | 108 lines = lines.replace(key, str(value)) 140 # Replace the occurrence of the macro with the expansion 152 result = result.replace(key, value)
|
| /external/webkit/WebCore/bindings/objc/ |
| DOMHTML.mm | 128 newValue.replace(targetRange.location, targetRange.length, replacementString);
|
| /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
| RRuleTest.java | 82 rrule = rrule.replace("RRULE:", ""); 84 rrule = rrule.replace("\n ", ""); [all...] |
| /build/tools/droiddoc/templates/assets/ |
| search_autocomplete.js | 107 var text = search.value.replace(/(^ +)|( +$)/g, ''); 239 '(' + queryAlnumDot.replace(/\./g, '\\.') + ')', 'ig'); 241 gMatches[i].__hilabel = gMatches[i].label.replace(
|
| /external/webkit/WebCore/editing/ |
| htmlediting.cpp | 413 rebalancedString.replace(noBreakSpace, ' '); 414 rebalancedString.replace('\n', ' '); 415 rebalancedString.replace('\t', ' '); 417 rebalancedString.replace(twoSpaces, pattern); 420 rebalancedString.replace(0, 1, nbsp); 423 rebalancedString.replace(end, 1, nbsp); [all...] |
| /libcore/luni/src/main/java/java/net/ |
| URLClassLoader.java | 186 parentFile = parentFile.replace(File.separatorChar, '/'); 249 String packageDotName = packageName.replace('/', '.'); 412 String packageDotName = packageName.replace('/', '.'); 756 path = path.replace('/', File.separatorChar); [all...] |
| /libcore/luni/src/main/java/java/util/concurrent/ |
| ConcurrentHashMap.java | 231 * created to replace them. This works well for hash tables 388 boolean replace(K key, int hash, V oldValue, V newValue) { method in class:ConcurrentHashMap.Segment 406 V replace(K key, int hash, V newValue) { method in class:ConcurrentHashMap.Segment 470 * a table doubles. The nodes they replace will be garbage 952 public boolean replace(K key, V oldValue, V newValue) { method in class:ConcurrentHashMap 966 public V replace(K key, V value) { method in class:ConcurrentHashMap [all...] |
| /packages/apps/Mms/src/com/android/mms/transaction/ |
| MessagingNotification.java | 548 : displayAddress.replace('\n', ' ').replace('\r', ' ')); 553 subject = subject.replace('\n', ' ').replace('\r', ' '); 559 body = body.replace('\n', ' ').replace('\r', ' ');
|
| /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/ |
| StringBuilderTest.java | [all...] |
| /libcore/luni/src/test/java/tests/xml/ |
| DomTest.java | 459 String expected = original.replace("image/png", "foobar"); 487 String expected = original.replace("standard=\"strawberry\"", "standard=\"foobar\""); 494 String expected = original.replace(">Belgian<!", ">foobar<!"); 501 String expected = original.replace( 509 String expected = original.replace(" square shape?>", " foobar?>"); 516 String expected = original.replace("-- add other vitamins? --", "--foobar--"); 708 String expected = original.replace( 717 String expected = original.replace( 727 String expected = original.replace( 738 String expected = original.replace("60%", "70%") [all...] |
| /external/chromium/third_party/icu/source/test/intltest/ |
| ustrtest.cpp | 94 test1.replace(58, 6, "ir country"); 97 errln("replace() failed: expected \"" + expectedValue + "\"\n,got \"" + test1 + "\""); 137 test3.replace(2, 2, (UChar32)0xe0061).length() != 4 || 140 errln((UnicodeString)"simple UChar32 overloads for replace, insert, setTo or = failed"); 453 s2.replace(0, 0, u+1, -1); 454 s3.replace(0, 0, u, 1, -1); 456 errln("error UnicodeString::replace(..., const UChar *, srcLength=-1, ...) does not work"); 658 test1.replace(4, 4, test2, 4, 4); 659 test1.replace(12, 5, test3, 4); 661 test1.replace(17, 4, test3) [all...] |
| /external/webkit/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((/"/g),'"'); 889 var txtValue2 = txtValue1.replace((/>/g),">"); 890 var txtValue3 = txtValue2.replace((/</g),"<"); 896 var txtValue0 = txtValue.replace((/\r\n/g),'&lf;'); 897 var txtValue1 = txtValue0.replace((/"/g),'"'); 898 var txtValue2 = txtValue1.replace((/>/g),'>'); 899 var txtValue3 = txtValue2.replace((/</g),'<');
|
| /external/webkit/WebCore/html/ |
| HTMLFormElement.cpp | 318 body = decodeURLEscapeSequences(body.replace('&', "\r\n").replace('+', ' ') + "\r\n"); 324 body = String(bodyData.data(), bodyData.size()).replace('+', "%20");
|
| /frameworks/base/core/java/android/webkit/ |
| WebTextView.java | 442 // Otherwise, replace the text being changed (including the last 451 String replace = s.subSequence(start, local 453 mWebView.replaceTextfieldText(start, start + before, replace, [all...] |
| /frameworks/base/tools/aapt/ |
| ResourceTable.h | 107 bool replace = false, 119 bool replace = false, 287 bool replace=false, bool isId = false,
|
| /libcore/luni/src/main/java/java/io/ |
| ObjectStreamClass.java | 548 getConstructorSignature(constructor)).replace('/', 582 getMethodSignature(method)).replace('/', '.')); 604 return signature.replace('.', '/'); [all...] |