HomeSort by relevance Sort by last modified time
    Searched refs:replace (Results 176 - 200 of 624) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/webkit/SunSpider/tests/sunspider-0.9.1/
date-format-xparb.js 280 return this.toString().replace(
281 /^.*? ([A-Z]{3}) [0-9]{4}.*$/, "$1").replace(
348 return string.replace(/('|\\)/g, "\\$1");
  /external/webkit/WebCore/dom/
InputElement.cpp 150 string.replace("\r\n", " ");
151 string.replace('\r', ' ');
152 string.replace('\n', ' ');
  /external/webkit/WebCore/inspector/front-end/
MetricsSidebarPane.js 80 value = value.replace(/px$/, "");
132 var width = style.width.replace(/px$/, "");
137 var height = style.height.replace(/px$/, "");
Color.js 286 var value = this.value.toLowerCase().replace(/%|\s+/g, "");
327 var hsl = match[4].replace(/%g/, "").split(/\s*,\s*/);
357 this.hsla = match[2].replace(/%/g, "").split(/\s*,\s*/);
  /libcore/dalvik/src/main/java/dalvik/system/
TouchDexLoader.java 146 String slashName = name.replace('.', '/');
151 String fileName = name.replace('.', '/') + ".class";
157 mPaths[i] + "/" + name.replace('.', '/') + ".class";
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/
AbstractPropertiesFieldsPart.java 177 // replace old line by new one. This doesn't change the
180 doc.replace(info.getOffset(), info.getLength(), line);
190 AdtPlugin.log(e, "Failed to replace in export.properties");
201 // replace old line by new one
209 doc.replace(info.getOffset(), info.getLength(), line);
221 doc.replace(len, 0, line);
  /external/stlport/test/unit/
string_test.cpp 59 CPPUNIT_TEST(replace);
118 void replace();
530 void StringTest::replace() function in class:StringTest
533 * This test case is for the non template basic_string::replace method,
542 s.replace(i, i + 3, v.begin(), v.end());
547 s.replace(i, i + 1, v.begin(), v.end());
553 s.replace(i, i + 3, ci + 3, cs.end());
559 s.replace(i, i + 3, ci, ci + 2);
565 s.replace(i, i + 3, ci + 1, cs.end());
571 s.replace(i, i, ci, ci + 1)
    [all...]
  /ndk/sources/android/stlport/test/unit/
string_test.cpp 59 CPPUNIT_TEST(replace);
118 void replace();
530 void StringTest::replace() function in class:StringTest
533 * This test case is for the non template basic_string::replace method,
542 s.replace(i, i + 3, v.begin(), v.end());
547 s.replace(i, i + 1, v.begin(), v.end());
553 s.replace(i, i + 3, ci + 3, cs.end());
559 s.replace(i, i + 3, ci, ci + 2);
565 s.replace(i, i + 3, ci + 1, cs.end());
571 s.replace(i, i, ci, ci + 1)
    [all...]
  /external/stlport/stlport/stl/
_string_sum.h 167 //replace
168 _BString& replace(size_type __pos, size_type __n, const _BString& __s) function in class:__bstr_sum
169 {return _M_get_storage().replace(__pos, __n, __s);}
170 _BString& replace(size_type __pos1, size_type __n1, const _BString& __s, size_type __pos2, size_type __n2) function in class:__bstr_sum
171 {return _M_get_storage().replace(__pos1, __n1, __s, __pos2, __n2);}
172 _BString& replace(size_type __pos, size_type __n1, const _CharT* __s, size_type __n2) function in class:__bstr_sum
173 {return _M_get_storage().replace(__pos, __n1, __s, __n2);}
174 _BString& replace(size_type __pos, size_type __n1, const _CharT* __s) function in class:__bstr_sum
175 {return _M_get_storage().replace(__pos, __n1, __s);}
176 _BString& replace(size_type __pos, size_type __n1, size_type __n2, _CharT __c function in class:__bstr_sum
    [all...]
  /external/webkit/LayoutTests/fast/js/resources/
js-test-pre.js 25 return text.replace(/&/g, "&amp;").replace(/</g, "&lt;");
121 var unevaledString = '"' + b.replace(/"/g, "\"") + '"';
142 shouldBe("'" + actualValue.toString().replace(/\n/g, "") + "'",
143 "'" + expected.toString().replace(/\n/g, "") + "'");
  /ndk/sources/android/stlport/stlport/stl/
_string_sum.h 167 //replace
168 _BString& replace(size_type __pos, size_type __n, const _BString& __s) function in class:__bstr_sum
169 {return _M_get_storage().replace(__pos, __n, __s);}
170 _BString& replace(size_type __pos1, size_type __n1, const _BString& __s, size_type __pos2, size_type __n2) function in class:__bstr_sum
171 {return _M_get_storage().replace(__pos1, __n1, __s, __pos2, __n2);}
172 _BString& replace(size_type __pos, size_type __n1, const _CharT* __s, size_type __n2) function in class:__bstr_sum
173 {return _M_get_storage().replace(__pos, __n1, __s, __n2);}
174 _BString& replace(size_type __pos, size_type __n1, const _CharT* __s) function in class:__bstr_sum
175 {return _M_get_storage().replace(__pos, __n1, __s);}
176 _BString& replace(size_type __pos, size_type __n1, size_type __n2, _CharT __c function in class:__bstr_sum
    [all...]
  /external/jdiff/src/jdiff/
Options.java 173 filename = filename.replace(' ', '_');
195 filename = filename.replace(' ', '_');
217 filename = filename.replace(' ', '_');
  /frameworks/base/test-runner/src/android/test/
ClassPathPackageInfoSource.java 111 String pathPrefix = packagePrefix.replace('.', '/');
203 String p = entryName.substring(0, index).replace('/', '.');
206 classNames.add(getClassName(entryName).replace('/', '.'));
  /system/extras/tests/sdcard/
plot_sdcard.py 102 self.command_line = self.command_line.replace(' --', '-')
103 self.command_line = self.command_line.replace(' -d', '')
104 self.command_line = self.command_line.replace('--test=', '')
  /build/core/
checktree 109 print s.replace(" ", "\\ ")
  /cts/tools/dasm/src/dasm/
Utils.java 25 * Replace '.' characters with '/' in a string
30 return name.replace('.', '/');
  /cts/tools/utils/
android_api_description_splitter.py 123 filename = os.path.join(self.out, elem.getAttribute("name").replace(".", "_").lower() + ".xml")
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyPowerEvent.java 115 buffer.append(value.replace('\n', '/'));
  /external/chromium/net/tools/dump_cache/
url_to_filename_encoder.h 36 // replace '/' with '\'
90 // Replace all instances of |from| within |str| as |to|.
96 str->replace(pos, from.size(), to);
101 // Replace all instances of "/" with "\" in |path|.
108 // Replace all instances of "\\" with "%5C%5C" in |path|.
  /external/chromium/net/tools/flip_server/
url_to_filename_encoder.h 32 // replace '/' with '\'
99 // Replace all instances of |from| within |str| as |to|.
104 str.replace(pos, from.size(), to);
109 // Replace all instances of "/" with "\" in |path|.
116 // Replace all instances of "\\" with "%5C%5C" in |path|.
  /external/chromium/third_party/icu/public/common/unicode/
unistr.h 3946 UnicodeString::replace(int32_t start, function in class:UnicodeString
3952 UnicodeString::replace(int32_t start, function in class:UnicodeString
3960 UnicodeString::replace(int32_t start, function in class:UnicodeString
3967 UnicodeString::replace(int32_t start, function in class:UnicodeString
3975 UnicodeString::replace(int32_t start, function in class:UnicodeString
3981 UnicodeString::replace(int32_t start, function in class:UnicodeString
    [all...]
  /external/icu4c/common/unicode/
unistr.h 3983 UnicodeString::replace(int32_t start, function in class:UnicodeString
3989 UnicodeString::replace(int32_t start, function in class:UnicodeString
3997 UnicodeString::replace(int32_t start, function in class:UnicodeString
4004 UnicodeString::replace(int32_t start, function in class:UnicodeString
4012 UnicodeString::replace(int32_t start, function in class:UnicodeString
4018 UnicodeString::replace(int32_t start, function in class:UnicodeString
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/
Utils.java 108 return '"' + str.replace( "\"", "\\\"" ) + '"';
  /external/qemu/android/tools/
gen-hw-config.py 135 varName = item.name.replace(".","_")
  /external/svox/pico/src/com/svox/pico/
EngineSettings.java 77 Uri marketUri = Uri.parse(MARKET_URI_START + unavailableLang.toLowerCase().replace("-", "."));

Completed in 460 milliseconds

1 2 3 4 5 6 78 91011>>