| /external/emma/core/java12/com/vladium/emma/ |
| Command.java | 276 return toolName.replace ('.', '/').concat ("_usage.res");
|
| /external/emma/core/java12/com/vladium/emma/instr/ |
| InstrProcessorST.java | 164 final String className = name.substring (0, name.length () - 6).replace ('/', '.'); 190 outFile = new File (className.replace ('.', File.separatorChar).concat (".class")); 252 outFile = new File (className.replace ('.', File.separatorChar).concat (".class")); 365 // in overwrite mode replace the original archive with the temp archive: 418 final String className = name.substring (0, name.length () - 6).replace (File.separatorChar, '.'); [all...] |
| /external/icu4c/common/ |
| filterednormalizer2.cpp | 137 first.replace(suffixStart, INT32_MAX, middle);
|
| /external/icu4c/i18n/ |
| strmatch.cpp | 213 int32_t StringMatcher::replace(Replaceable& text, function in class:StringMatcher
|
| /external/iproute2/examples/ |
| cbq.init-v0.7.3 | 37 # - replace hardcoded ip/tc location with variables 944 ### Replace CBQ class 945 tc class replace dev $DEVICE classid 1:$CLASS cbq \ [all...] |
| /external/jdiff/src/jdiff/ |
| JDiff.java | 106 commentsFileName = commentsFileName.replace(' ', '_');
|
| /external/junit/src/junit/runner/ |
| TestCaseClassLoader.java | 123 String fileName= className.replace('.', '/')+".class";
|
| /external/proguard/src/proguard/gui/ |
| OptimizationsDialog.java | 126 optimizationSubpanel.add(tip(optimizationCheckBox, optimizationName.replace('/', '_')+"Tip"), constraintsLastStretch);
|
| /external/sonivox/jet_tools/JetCreator/ |
| JetCtrls.py | 257 defDir = defDir.replace('/','\\')
259 defDir = defDir.replace('\\', '/')
324 defDir = defDir.replace('/','\\')
326 defDir = defDir.replace('\\', '/')
|
| /external/webkit/WebCore/page/ |
| Navigator.cpp | 103 appVersion.replace("4.", "4_");
|
| XSSAuditor.cpp | 226 url.replace('+', ' ');
|
| /external/webkit/WebCore/page/mac/ |
| FrameMac.mm | 260 replace(mutableStringToMatch, RegularExpression("\\d", TextCaseSensitive), " "); 261 mutableStringToMatch.replace('_', ' ');
|
| /external/webkit/WebCore/platform/network/ |
| FormDataBuilder.cpp | 76 acceptCharset.replace(',', ' ');
|
| /external/webkit/WebCore/platform/qt/ |
| Localizations.cpp | 60 return locale.name().replace("_", "-");
|
| /external/webkit/WebCore/platform/text/ |
| StringImpl.cpp | 375 // Replace   with a real space since ICU no longer treats   as a word separator. 659 PassRefPtr<StringImpl> StringImpl::replace(UChar oldC, UChar newC) function in class:WebCore::StringImpl 682 PassRefPtr<StringImpl> StringImpl::replace(unsigned position, unsigned lengthToReplace, StringImpl* str) function in class:WebCore::StringImpl 704 PassRefPtr<StringImpl> StringImpl::replace(UChar pattern, StringImpl* replacement) function in class:WebCore::StringImpl 759 PassRefPtr<StringImpl> StringImpl::replace(StringImpl* pattern, StringImpl* replacement) function in class:WebCore::StringImpl
|
| /external/webkit/WebCore/wml/ |
| WMLPageState.cpp | 75 return host.replace("127.0.0.1", "localhost");
|
| /external/webkit/WebKit/chromium/src/ |
| WebSearchableFormData.cpp | 56 str.replace(',', ' ');
|
| /external/webkit/WebKit/win/ |
| WebLocalizableStrings.cpp | 100 m_string.replace(i, 1, "s");
|
| /external/webkit/WebKitTools/Scripts/ |
| validate-committer-lists | 67 email = email_link.string.replace(" at ", "@") # The email is obfuscated using " at " instead of "@".
|
| /external/webkit/WebKitTools/wx/build/ |
| build_utils.py | 186 return line.replace("Revision: ", "").strip()
|
| /frameworks/base/core/java/android/speech/srec/ |
| Recognizer.java | 149 locale.toString().replace('_', '.').toLowerCase();
|
| /frameworks/base/opengl/tools/glgen/src/ |
| JniCodeEmitter.java | 721 String sig = getJniMangledName(signature).replace('.', '_').replace('/', '_'); 725 signature = signature.replace('.', '/'); 726 rsignature = rsignature.replace('.', '/'); [all...] |
| /frameworks/base/test-runner/src/junit/runner/ |
| TestCaseClassLoader.java | 114 String fileName= className.replace('.', '/')+".class";
|
| /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/ |
| DelegateMethodAdapter.java | 183 delegateClassName = delegateClassName.replace('$', '_');
|
| /libcore/dalvik/src/main/java/dalvik/system/ |
| DexClassLoader.java | 181 * Replace ".jar", ".zip", whatever with ".dex". We don't want to 225 String slashName = name.replace('.', '/');
|