HomeSort by relevance Sort by last modified time
    Searched refs:replaceAll (Results 26 - 50 of 132) sorted by null

12 3 4 5 6

  /packages/apps/Mms/src/com/android/mms/transaction/
SmsSingleRecipientSender.java 51 mDest = mDest.replaceAll(" ", "");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringInputPage.java 251 text = text.replaceAll("[^a-zA-Z0-9]+", "_"); //$NON-NLS-1$ //$NON-NLS-2$
508 wsFolderPath = wsFolderPath.replaceAll("/+\\.\\./+|/+\\./+|//+|\\\\+|^/+", "/"); //$NON-NLS-1$ //$NON-NLS-2$
509 wsFolderPath = wsFolderPath.replaceAll("^\\.\\./+|^\\./+", ""); //$NON-NLS-1$ //$NON-NLS-2$
510 wsFolderPath = wsFolderPath.replaceAll("/+\\.\\.$|/+\\.$|/+$", ""); //$NON-NLS-1$ //$NON-NLS-2$
  /cts/tools/vm-tests/src/util/build/
BuildDalvikSuite.java 260 + pName.replaceAll("\\.","/")+"/"+sourceName+".java";
290 String pPath = pName.replaceAll("\\.","/");
302 String sourceName = depFqcn.replaceAll("\\.", "/")+".jar";
452 detail = detail.replaceAll("_", "-");
679 String path = pname.replaceAll("\\.", "/");
765 title = titleM.group(1).replaceAll("\\n \\*", "");
766 title = title.replaceAll("\\n", " ");
852 String path = pname.replaceAll("\\.", "/");
DasmBuildStep.java 96 String class_dir = class_path[0].replaceAll("/|\\.", Character.toString(File.separatorChar));
  /frameworks/base/tests/CoreTests/android/core/
RegexTest.java 143 String r = m.replaceAll("-");
150 r = m.replaceAll("-");
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
FsUtils.java 149 line1 = trailingSpace.matcher(line1).replaceAll("");
154 line2 = trailingSpace.matcher(line2).replaceAll("");
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
AddonPackage.java 264 name = name.replaceAll("[^a-z0-9_-]+", "_"); //$NON-NLS-1$ //$NON-NLS-2$
265 name = name.replaceAll("_+", "_"); //$NON-NLS-1$ //$NON-NLS-2$
ExtraPackage.java 155 name = name.replaceAll("[ _\t\f-]+", " "); //$NON-NLS-1$ //$NON-NLS-2$
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
AsmAnalyzer.java 208 globPattern = globPattern.replaceAll("\\$", "\\\\\\$");
209 globPattern = globPattern.replaceAll("\\.", "\\\\.");
212 globPattern = globPattern.replaceAll("\\*\\*", "@");
213 globPattern = globPattern.replaceAll("\\*", "[^.]*");
214 globPattern = globPattern.replaceAll("@", ".*");
  /libcore/luni/src/main/java/java/util/
Properties.java 786 return s.replaceAll("&", "&amp;").replaceAll("<", "&lt;").replaceAll(
787 ">", "&gt;").replaceAll("\u0027", "&apos;").replaceAll("\"",
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
DescriptorsUtils.java 379 name = name.replaceAll("(?<=^| )sdk(?=$| )", "SDK");
380 name = name.replaceAll("(?<=^| )uri(?=$| )", "URI");
606 javadoc = javadoc.replaceAll("[ \t\f\r\n]+", " "); //$NON-NLS-1$ //$NON-NLS-2$
698 s = s.replaceAll("&lt;", "\""); //$NON-NLS-1$ $NON-NLS-2$
699 s = s.replaceAll("&gt;", "\""); //$NON-NLS-1$ $NON-NLS-2$
700 s = s.replaceAll("<[^>]+>", ""); //$NON-NLS-1$ $NON-NLS-2$
    [all...]
  /frameworks/base/core/java/android/pim/
ICalendar.java 409 text = text.replaceAll("\r\n", "\n");
410 text = text.replaceAll("\r", "\n");
415 text = text.replaceAll("\n ", "");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
AttrsXmlParser.java 447 comment = comment.replaceAll("\\s+", " "); //$NON-NLS-1$ //$NON-NLS-2$
450 comment = comment.replaceAll("(?:\\{@deprecated[^}]*\\}|@deprecated[^@}]*)", "");
489 comment = comment.replaceAll("\\s+", " "); //$NON-NLS-1$ //$NON-NLS-2$
  /build/tools/droiddoc/src/
Proofread.java 77 s = m.replaceAll(NEWLINE);
Stubs.java     [all...]
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
ExtendedWikiHelper.java 111 * simplify {@link Matcher#replaceAll(String)}.
149 return m.replaceAll(mReplaceWith);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
Constants.java 219 Pattern p = Pattern.compile(matchAgainst.replaceAll("\\*", "\\.\\*"),
  /development/samples/RSSReader/src/com/example/android/rssreader/
RssReader.java 205 str = str.replaceAll("<.*?>", " ");
206 str = str.replaceAll("\\s+", " ");
  /libcore/luni/src/test/java/libcore/java/lang/
OldStringTest.java 186 results[i], str.replaceAll(patterns[i], "?"));
190 str.replaceAll("[abc*", "?");
  /packages/apps/Email/src/com/android/email/mail/internet/
MimeUtility.java 60 s = patternMatcher.replaceAll("");
325 Pattern p = Pattern.compile(matchAgainst.replaceAll("\\*", "\\.\\*"),
  /packages/apps/Email/src/com/android/email/mail/transport/
Rfc822Output.java 91 quotedText = matcher.replaceAll("\n");
96 text += matcher.replaceAll(">");
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
Client.java 238 String file = "/sdcard/" + mClientData.getClientDescription().replaceAll(
261 String file = "/sdcard/" + mClientData.getClientDescription().replaceAll("\\:.*", "") +
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
BaseProjectHelper.java 199 String javaClassName = className.replaceAll("\\$", "\\."); //$NON-NLS-1$ //$NON-NLS-2$
311 className = className.replaceAll("\\$", "\\."); //$NON-NLS-1$ //$NON-NLS2$
  /packages/apps/Email/src/com/android/email/mail/store/
ImapStore.java 308 packageName = p.matcher(packageName).replaceAll("");
309 version = p.matcher(version).replaceAll("");
310 codeName = p.matcher(codeName).replaceAll("");
311 model = p.matcher(model).replaceAll("");
312 id = p.matcher(id).replaceAll("");
313 vendor = p.matcher(vendor).replaceAll("");
314 networkOperator = p.matcher(networkOperator).replaceAll("");
    [all...]
  /external/icu4c/test/intltest/
regextst.cpp     [all...]

Completed in 898 milliseconds

12 3 4 5 6