HomeSort by relevance Sort by last modified time
    Searched refs:replace (Results 351 - 375 of 633) sorted by null

<<11121314151617181920>>

  /libcore/dom/src/test/java/org/w3c/domts/
DOMTest.java 114 + filename.substring(14).replace('.', '/')
  /libcore/junit/src/test/java/junit/runner/
TestCaseClassLoader.java 115 String fileName= className.replace('.', '/')+".class";
  /libcore/luni/src/main/java/java/lang/
StringBuffer.java 675 * the string that will replace the contents in the range.
682 public synchronized StringBuffer replace(int start, int end, String string) { method in class:StringBuffer
  /libcore/luni/src/main/java/javax/xml/datatype/
FactoryFinder.java 364 String classnameAsResource = clazz.getName().replace('.', '/') + ".class";
  /libcore/luni/src/main/java/javax/xml/validation/
SchemaFactoryFinder.java 486 String classnameAsResource = classname.replace('.', '/') + ".class";
  /libcore/luni/src/main/java/javax/xml/xpath/
XPathFactoryFinder.java 442 String classnameAsResource = classname.replace('.', '/') + ".class";
  /libcore/luni/src/test/java/com/google/coretests/
XmlReportPrinter.java 254 return text.replace("\0", "<\\0>");
  /libcore/luni/src/test/java/libcore/java/net/
OldResponseCacheTest.java 212 String path = getClass().getPackage().getName().replace(".", "/");
  /libcore/luni/src/test/java/tests/org/w3c/dom/
DOMTestCase.java 85 + filename.substring(14).replace('.', '/')
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppReceiveFileInfo.java 246 hint = hint.replace('\\', '/');
  /packages/apps/Browser/src/com/android/browser/
BrowserPreferencesPage.java 131 value = value.trim().replace(" ", "%20");
  /packages/apps/Contacts/src/com/android/contacts/
SpecialCharSequenceMgr.java 325 text.getText().replace(0, 0, number);
TwelveKeyDialer.java 368 digits.replace(0, digits.length(), dialString);
369 // for some reason this isn't getting called in the digits.replace call above..
    [all...]
  /packages/apps/Phone/src/com/android/phone/
CallForwardEditPreference.java 138 summaryOn = TextUtils.replace(mSummaryOnTemplate, SRC_TAGS, values);
  /packages/apps/SpeechRecorder/src/com/android/speechrecorder/
SpeechRecorderActivity.java 134 utterances[i].toLowerCase().replace(' ', '_') + ".wav");
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerTester.java 124 String utter = wf.mFile.getName().toLowerCase().replace('_', ' ');
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
ElementDescriptor.java 345 return new String(c).replace("-", " "); //$NON-NLS-1$ //$NON-NLS-2$
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileWizard.java 171 sb.append(attrs.replace("\n", "\n ")); //$NON-NLS-1$ //$NON-NLS-2$
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactAggregator.java 213 "INSERT OR REPLACE INTO " + Tables.AGGREGATED_PRESENCE + "("
    [all...]
  /external/libxml2/
catalog.c     [all...]
  /external/webkit/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js 99 'String': ["charAt", "charCodeAt", "concat", "indexOf", "lastIndexOf", "match", "replace", "search", "slice", "split", "substr", "substring", "toLowerCase", "toUpperCase", "valueOf"]
717 return this.replace(/^\s+|\s+$/g, '');
721 return this.replace(/\s+/g, ' ').trim();
725 return this.replace(/-\D/g, function(match){
731 return this.replace(/[A-Z]/g, function(match){
737 return this.replace(/\b[a-z]/g, function(match){
743 return this.replace(/([-.*+?^${}()|[\]\/\\])/g, '\\$1');
766 var text = this.replace(/<script[^>]*>([\s\S]*?)<\/script>/gi, function(){
776 return this.replace(regexp || (/\\?\{([^{}]+)\}/g), function(match, name){
1272 return string.replace(/^on([A-Z])/, function(full, first)
    [all...]
  /external/icu4c/test/intltest/
ustrtest.cpp 95 test1.replace(58, 6, "ir country");
98 errln("replace() failed: expected \"" + expectedValue + "\"\n,got \"" + test1 + "\"");
138 test3.replace(2, 2, (UChar32)0xe0061).length() != 4 ||
141 errln((UnicodeString)"simple UChar32 overloads for replace, insert, setTo or = failed");
454 s2.replace(0, 0, u+1, -1);
455 s3.replace(0, 0, u, 1, -1);
457 errln("error UnicodeString::replace(..., const UChar *, srcLength=-1, ...) does not work");
659 test1.replace(4, 4, test2, 4, 4);
660 test1.replace(12, 5, test3, 4);
662 test1.replace(17, 4, test3)
    [all...]
  /external/libvpx/vp8/common/arm/armv6/
idct_v6.asm 42 ldmia sp!, {r4, r5, pc} ; replace vars, return restore
133 ldmia sp!, {r4 - r11, pc} ; replace vars, return restore
342 ldmia sp!, {r4 - r11, pc} ; replace vars, return restore
  /external/webkit/SunSpider/tests/sunspider-0.9/
regexp-dna.js     [all...]
  /external/webkit/WebKit/chromium/src/
WebFrameImpl.cpp 765 bool replace)
770 // If we are loading substitute data to replace an existing load, then
777 if (replace && !unreachableURL.isEmpty())
784 if (replace) {
794 bool replace)
801 replace);
972 command.replace(0, 1, command.substring(0, 1).upper());
    [all...]

Completed in 1463 milliseconds

<<11121314151617181920>>