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

1 2 34 5 6 7 8 91011>>

  /cts/tests/tests/text/src/android/text/cts/
SpannableStringBuilderTest.java 201 method = "replace",
208 builder.replace(0, 5, text);
212 builder.replace(7, 12, "google");
216 builder.replace(4, 2, text);
222 builder.replace(-4, 100, text);
228 builder.replace(0, 1, null);
236 method = "replace",
243 builder.replace(0, 5, text, 3, text.length());
247 builder.replace(3, 5, text, 3, text.length());
251 builder.replace(0, 5, text, 0, text.length())
    [all...]
  /packages/apps/Browser/tools/
get_search_engines.py 87 str = str.replace('&', '&amp;').replace('<', '&lt;').replace('>', '&gt;')
88 str = str.replace('"', '&quot;').replace('\'', '&apos;')
130 engine_data_str = engine_data_str.replace('"L"', '')
166 engines_str = engines_str.replace('&','')
  /development/tools/mkstubs/src/com/android/mkstubs/sourcer/
ClassSourcer.java 50 String pkg = name.substring(0, name.lastIndexOf('/')).replace('/', '.');
75 mOutput.write(" extends %s", superName.replace('/', '.'));
86 mOutput.write(i.replace('/', '.'));
SignatureSourcer.java 211 getBuf().append(name.replace('/', '.'));
220 getBuf().append(name.replace('/', '.'));
227 getBuf().append(name.replace('/', '.'));
  /external/chromium/chrome/browser/policy/
policy_path_parser_win.cc 54 result.replace(position, wcslen(win_folder_mapping[i].name), path_string);
66 result.replace(position, wcslen(kUserNamePolicyVarName), username_string);
78 result.replace(
  /external/chromium/third_party/libjingle/source/talk/base/
stringutils.cc 111 const char *replace,
116 s->replace(pos, search_len, replace, replace_len);
  /external/clang/tools/scan-build/
sorttable.js 98 this.className = this.className.replace('sorttable_sorted',
111 this.className = this.className.replace('sorttable_sorted_reverse',
125 cell.className = cell.className.replace('sorttable_sorted_reverse','');
126 cell.className = cell.className.replace('sorttable_sorted','');
213 return node.textContent.replace(/^\s+|\s+$/g, '');
216 return node.innerText.replace(/^\s+|\s+$/g, '');
219 return node.text.replace(/^\s+|\s+$/g, '');
225 return node.value.replace(/^\s+|\s+$/g, '');
228 return node.nodeValue.replace(/^\s+|\s+$/g, '');
236 return innerText.replace(/^\s+|\s+$/g, '')
    [all...]
  /external/webkit/Source/WebKit/chromium/scripts/
generate_devtools_grd.py 76 return (filename.replace('/', '_')
77 .replace('\\', '_')
78 .replace('.', '_')).upper()
  /frameworks/base/tools/preload/
sorttable.js 98 this.className = this.className.replace('sorttable_sorted',
111 this.className = this.className.replace('sorttable_sorted_reverse',
125 cell.className = cell.className.replace('sorttable_sorted_reverse','');
126 cell.className = cell.className.replace('sorttable_sorted','');
213 return node.textContent.replace(/^\s+|\s+$/g, '');
216 return node.innerText.replace(/^\s+|\s+$/g, '');
219 return node.text.replace(/^\s+|\s+$/g, '');
225 return node.value.replace(/^\s+|\s+$/g, '');
228 return node.nodeValue.replace(/^\s+|\s+$/g, '');
236 return innerText.replace(/^\s+|\s+$/g, '')
    [all...]
  /packages/apps/Email/tests/src/com/android/email/activity/
IntentUtilitiesTests.java 78 Intent i = new Intent(Intent.ACTION_VIEW, Uri.parse(uri.replace("ID", "ACCOUNT_ID")));
81 i = new Intent(Intent.ACTION_VIEW, Uri.parse(uri.replace("ID", "MAILBOX_ID")));
84 i = new Intent(Intent.ACTION_VIEW, Uri.parse(uri.replace("ID", "MESSAGE_ID")));
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/
AdtTestData.java 75 mOsRootDataPath = mOsRootDataPath.replace("/./", "/");
93 mOsRootDataPath.replace('\\', DIR_SEP_CHAR);
127 path = new File(mOsRootDataPath.replace(pkgAdt, pkgTests), osRelativePath);
  /dalvik/dx/src/com/android/dx/cf/direct/
ClassPathOpener.java 152 a = a.replace('$','0');
153 b = b.replace('$','0');
159 a = a.replace("package-info", "");
160 b = b.replace("package-info", "");
  /development/tools/apkcheck/src/com/android/apkcheck/
TypeUtils.java 83 builder.append(type.replace('.', '/'));
99 return className.replace('.', '$');
237 typeName = typeName.replace('.', '$');
244 typeName.substring(nextDot+1).replace('.', '$');
  /external/chromium/chrome/browser/chromeos/login/
client_login_response_handler.cc 32 std::replace(payload_.begin(), payload_.end(), '\n', '&');
  /external/clang/lib/ARCMigrate/
TransRetainReleaseDealloc.cpp 114 Pass.TA.replace(E->getSourceRange(), "self");
131 Pass.TA.replace(E->getSourceRange(), rec->getSourceRange());
142 Pass.TA.replace(E->getSourceRange(), rec->getSourceRange());
202 Pass.TA.replace(bopE->getSourceRange(), bopE->getRHS()->getSourceRange());
  /external/clang/www/
builtins.py 153 line = line.replace(builtin, repl)
  /external/collada/include/dae/
daeTinyXMLPlugin.h 35 virtual DLLSPEC daeInt write(const daeURI& name, daeDocument *document, daeBool replace);
  /external/icu4c/i18n/
strrepl.h 75 * @param theOutput text that will replace input text when the
76 * replace() method is called. May contain stand-in characters
79 * the replace() method
90 * @param theOutput text that will replace input text when the
91 * replace() method is called. May contain stand-in characters
123 virtual int32_t replace(Replaceable& text,
  /external/proguard/src/proguard/io/
FileDataEntry.java 56 .replace(File.separatorChar, ClassConstants.INTERNAL_PACKAGE_SEPARATOR);
ZipDataEntry.java 56 .replace(File.separatorChar, ClassConstants.INTERNAL_PACKAGE_SEPARATOR);
  /external/webkit/LayoutTests/fast/js/resources/
json2-es5-compat.js 68 a replacer function to replace those with JSON values.
154 lastIndex, length, parse, prototype, push, replace, slice, stringify,
204 // Otherwise we must also replace the offending characters with safe escape
209 '"' + string.replace(escapable, function (a) {
356 // that can replace values, or an array of strings that will select the keys.
428 // Parsing happens in four stages. In the first stage, we replace certain
434 text = text.replace(cx, function (a) {
447 // replace the JSON backslash pairs with '@' (a non-JSON character). Second, we
448 // replace all simple value tokens with ']' characters. Third, we delete all
454 test(text.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g, '@')
    [all...]
  /external/webkit/PerformanceTests/SunSpider/hosted/
json2.js 76 a replacer function to replace those with JSON values.
154 lastIndex, length, parse, prototype, push, replace, slice, stringify,
213 // Otherwise we must also replace the offending characters with safe escape
218 '"' + string.replace(escapable, function (a) {
360 // that can replace values, or an array of strings that will select the keys.
432 // Parsing happens in four stages. In the first stage, we replace certain
438 text = text.replace(cx, function (a) {
451 // replace the JSON backslash pairs with '@' (a non-JSON character). Second, we
452 // replace all simple value tokens with ']' characters. Third, we delete all
458 test(text.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g, '@')
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
regress-119909.js 29 * decision by deleting the provisions above and replace them with the notice
70 * and tests str.search(), str.match(), str.replace()
85 res = strOriginal.replace(re, strReplace);
regress-169534.js 29 * decision by deleting the provisions above and replace them with the notice
57 actual = str.replace(re, '<a href="$4">$2</a>');
  /external/webkit/Source/WebCore/platform/
AsyncFileSystem.cpp 80 return m_platformRootPath + virtualPath.replace('/', PlatformFilePathSeparator);

Completed in 1760 milliseconds

1 2 34 5 6 7 8 91011>>