/build/tools/droiddoc/templates-pdk/assets/ |
jquery-history.js | 40 hash = '#' + hash.replace(hashTrim, ''); 55 return currentHash.replace(hashTrim, '');
|
/development/host/windows/prebuilt/usb/ |
Android.mk | 17 @echo "Killing adb server so we can replace AdbWinApi.dll"
|
/development/tools/idegen/src/ |
IntelliJ.java | 85 iml = iml.replace("SOURCE_FOLDERS", 87 iml = iml.replace("JAR_ENTRIES", jarsXml.toString());
|
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/ |
RealmCallbackTest.java | 89 sb.replace(0, sb.length(), prompts[i]); 132 sb.replace(0, sb.length(), prompts[i]);
|
/external/chromium/testing/gmock/test/ |
gmock_output_test.py | 62 return s.replace('\r\n', '\n').replace('\r', '\n')
|
/external/chromium_org/third_party/icu/source/i18n/ |
funcrepl.cpp | 75 int32_t FunctionReplacer::replace(Replaceable& text, function in class:FunctionReplacer 82 int32_t len = replacer->toReplacer()->replace(text, start, limit, cursor);
|
/external/chromium_org/tools/grit/grit/format/ |
c_format.py | 80 message = message.replace('\\\\', '\\') 81 message = message.replace('"', '\\"')
|
/external/chromium_org/tools/win/split_link/ |
install_split_link.py | 39 return path.replace('\\', '\\\\').replace('"', '\\"')
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-1360.js | 28 // Check the receiver for the sort and replace functions to 29 // Array.prototype.sort and String.prototype.replace. 38 "axc".replace("x", strict); 39 "axc".replace("x", non_strict);
|
/external/doclava/res/assets/templates/assets/ |
jquery-history.js | 40 hash = '#' + hash.replace(hashTrim, ''); 55 return currentHash.replace(hashTrim, '');
|
/external/icu4c/i18n/ |
funcrepl.cpp | 78 int32_t FunctionReplacer::replace(Replaceable& text, function in class:FunctionReplacer 85 int32_t len = replacer->toReplacer()->replace(text, start, limit, cursor);
|
/external/javassist/src/main/javassist/ |
URLClassPath.java | 89 = directory + classname.replace('.', '/') + ".class"; 135 directory + classname.replace('.', '/') + ".class");
|
/external/v8/test/mjsunit/regress/ |
regress-1360.js | 28 // Check the receiver for the sort and replace functions to 29 // Array.prototype.sort and String.prototype.replace. 38 "axc".replace("x", strict); 39 "axc".replace("x", non_strict);
|
/frameworks/base/tools/preload/ |
Record.java | 24 * names. In that case, manually replace the delimiter with something else. 122 line = line.replace(REPLACE_CLASSES[i], REPLACE_CLASSES[i+1]); 180 return typeName.replace("/", ".");
|
/ndk/sources/host-tools/make-3.81/ |
expand.c | 330 char *pattern, *replace, *ppercent, *rpercent; 343 replace = (char *) alloca (replace_end 345 *(replace++) = '%'; 346 bcopy (replace_beg, replace, 348 replace[replace_end - replace_beg] = '\0'; 361 rpercent = replace; 363 --replace; 366 o = patsubst_expand (o, value, pattern, replace, 328 char *pattern, *replace, *ppercent, *rpercent; local
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
install_egg_info.py | 69 version = version.replace(' ','.') 78 return name.replace('-','_')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
install_egg_info.py | 69 version = version.replace(' ','.') 78 return name.replace('-','_')
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
RenderSVGInlineText.cpp | 44 RefPtr<StringImpl> newString = string->replace('\t', ' '); 45 newString = newString->replace('\n', ' '); 46 newString = newString->replace('\r', ' '); 55 RefPtr<StringImpl> newString = string->replace('\n', StringImpl::empty()); 56 newString = newString->replace('\r', StringImpl::empty()); 57 newString = newString->replace('\t', ' ');
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/ |
finder.py | 40 self.top_package = starting_subdirectory.replace(filesystem.sep, '.') + '.' 56 return path.replace(self.top_directory + self.filesystem.sep, '').replace(self.filesystem.sep, '.')[:-3] 62 return realpath.replace(self.top_directory + self.filesystem.sep, '') 95 relpath = name.replace('.', self.filesystem.sep) + '.py' 126 names = self._find_in_trees(arg.replace('.', self.filesystem.sep), suffixes)
|
/external/chromium_org/v8/test/webkit/ |
typeof-constant-string.js | 138 return "%d".replace(/%d/, replace_formats); 154 return "%d".replace(/%d/, replace_formats); 170 return "%d".replace(/%d/, replace_formats); 186 return "%d".replace(/%d/, replace_formats); 203 return "%d".replace(/%d/, replace_formats); 219 return "%d".replace(/%d/, replace_formats); 235 return "%d".replace(/%d/, replace_formats); 251 return "%d".replace(/%d/, replace_formats); 267 return "%d".replace(/%d/, replace_formats); 283 return "%d".replace(/%d/, replace_formats) [all...] |
/external/smack/src/org/xbill/DNS/ |
Update.java | 251 replace(Name name, int type, long ttl, String record) throws IOException { method in class:Update 263 replace(Name name, int type, long ttl, Tokenizer tokenizer) throws IOException method in class:Update 274 replace(Record record) { method in class:Update 284 replace(Record [] records) { method in class:Update 286 replace(records[i]); 294 replace(RRset rrset) { method in class:Update
|
/external/stlport/stlport/stl/ |
_rope.h | 1712 static _RopeRep* replace(_RopeRep* __old, size_t __pos1, function in class:rope 1786 void replace(size_t __p, size_t __n, const _Self& __r) { function in class:rope 1791 void replace(size_t __p, size_t __n, function in class:rope 1797 void replace(size_t __p, size_t __n, _CharT __c) { function in class:rope 1802 void replace(size_t __p, size_t __n, const _CharT* __c_string) { function in class:rope 1807 void replace(size_t __p, size_t __n, function in class:rope 1813 void replace(size_t __p, size_t __n, function in class:rope 1819 void replace(size_t __p, size_t __n, function in class:rope 1826 void replace(size_t __p, _CharT __c) { function in class:rope 1832 void replace(size_t __p, const _Self& __r) { function in class:rope 1836 void replace(size_t __p, const _CharT* __i, size_t __i_len) { function in class:rope 1840 void replace(size_t __p, const _CharT* __c_string) { function in class:rope 1844 void replace(size_t __p, const _CharT* __i, const _CharT* __j) { function in class:rope 1848 void replace(size_t __p, const const_iterator& __i, function in class:rope 1853 void replace(size_t __p, const iterator& __i, function in class:rope 1893 void replace(const iterator& __p, const iterator& __q, function in class:rope 1896 void replace(const iterator& __p, const iterator& __q, _CharT __c) function in class:rope 1898 void replace(const iterator& __p, const iterator& __q, function in class:rope 1901 void replace(const iterator& __p, const iterator& __q, function in class:rope 1904 void replace(const iterator& __p, const iterator& __q, function in class:rope 1907 void replace(const iterator& __p, const iterator& __q, function in class:rope 1910 void replace(const iterator& __p, const iterator& __q, function in class:rope 1915 void replace(const iterator& __p, const _Self& __r) function in class:rope 1917 void replace(const iterator& __p, _CharT __c) function in class:rope 1919 void replace(const iterator& __p, const _CharT* __c_string) function in class:rope 1921 void replace(const iterator& __p, const _CharT* __i, size_t __n) function in class:rope 1923 void replace(const iterator& __p, const _CharT* __i, const _CharT* __j) function in class:rope 1925 void replace(const iterator& __p, const_iterator __i, function in class:rope 1928 void replace(const iterator& __p, iterator __i, iterator __j) function in class:rope [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_rope.h | 1712 static _RopeRep* replace(_RopeRep* __old, size_t __pos1, function in class:rope 1786 void replace(size_t __p, size_t __n, const _Self& __r) { function in class:rope 1791 void replace(size_t __p, size_t __n, function in class:rope 1797 void replace(size_t __p, size_t __n, _CharT __c) { function in class:rope 1802 void replace(size_t __p, size_t __n, const _CharT* __c_string) { function in class:rope 1807 void replace(size_t __p, size_t __n, function in class:rope 1813 void replace(size_t __p, size_t __n, function in class:rope 1819 void replace(size_t __p, size_t __n, function in class:rope 1826 void replace(size_t __p, _CharT __c) { function in class:rope 1832 void replace(size_t __p, const _Self& __r) { function in class:rope 1836 void replace(size_t __p, const _CharT* __i, size_t __i_len) { function in class:rope 1840 void replace(size_t __p, const _CharT* __c_string) { function in class:rope 1844 void replace(size_t __p, const _CharT* __i, const _CharT* __j) { function in class:rope 1848 void replace(size_t __p, const const_iterator& __i, function in class:rope 1853 void replace(size_t __p, const iterator& __i, function in class:rope 1893 void replace(const iterator& __p, const iterator& __q, function in class:rope 1896 void replace(const iterator& __p, const iterator& __q, _CharT __c) function in class:rope 1898 void replace(const iterator& __p, const iterator& __q, function in class:rope 1901 void replace(const iterator& __p, const iterator& __q, function in class:rope 1904 void replace(const iterator& __p, const iterator& __q, function in class:rope 1907 void replace(const iterator& __p, const iterator& __q, function in class:rope 1910 void replace(const iterator& __p, const iterator& __q, function in class:rope 1915 void replace(const iterator& __p, const _Self& __r) function in class:rope 1917 void replace(const iterator& __p, _CharT __c) function in class:rope 1919 void replace(const iterator& __p, const _CharT* __c_string) function in class:rope 1921 void replace(const iterator& __p, const _CharT* __i, size_t __n) function in class:rope 1923 void replace(const iterator& __p, const _CharT* __i, const _CharT* __j) function in class:rope 1925 void replace(const iterator& __p, const_iterator __i, function in class:rope 1928 void replace(const iterator& __p, iterator __i, iterator __j) function in class:rope [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_rope.h | 1710 static _RopeRep* replace(_RopeRep* __old, size_t __pos1, function in class:rope 1784 void replace(size_t __p, size_t __n, const _Self& __r) { function in class:rope 1789 void replace(size_t __p, size_t __n, function in class:rope 1795 void replace(size_t __p, size_t __n, _CharT __c) { function in class:rope 1800 void replace(size_t __p, size_t __n, const _CharT* __c_string) { function in class:rope 1805 void replace(size_t __p, size_t __n, function in class:rope 1811 void replace(size_t __p, size_t __n, function in class:rope 1817 void replace(size_t __p, size_t __n, function in class:rope 1824 void replace(size_t __p, _CharT __c) { function in class:rope 1830 void replace(size_t __p, const _Self& __r) { function in class:rope 1834 void replace(size_t __p, const _CharT* __i, size_t __i_len) { function in class:rope 1838 void replace(size_t __p, const _CharT* __c_string) { function in class:rope 1842 void replace(size_t __p, const _CharT* __i, const _CharT* __j) { function in class:rope 1846 void replace(size_t __p, const const_iterator& __i, function in class:rope 1851 void replace(size_t __p, const iterator& __i, function in class:rope 1891 void replace(const iterator& __p, const iterator& __q, function in class:rope 1894 void replace(const iterator& __p, const iterator& __q, _CharT __c) function in class:rope 1896 void replace(const iterator& __p, const iterator& __q, function in class:rope 1899 void replace(const iterator& __p, const iterator& __q, function in class:rope 1902 void replace(const iterator& __p, const iterator& __q, function in class:rope 1905 void replace(const iterator& __p, const iterator& __q, function in class:rope 1908 void replace(const iterator& __p, const iterator& __q, function in class:rope 1913 void replace(const iterator& __p, const _Self& __r) function in class:rope 1915 void replace(const iterator& __p, _CharT __c) function in class:rope 1917 void replace(const iterator& __p, const _CharT* __c_string) function in class:rope 1919 void replace(const iterator& __p, const _CharT* __i, size_t __n) function in class:rope 1921 void replace(const iterator& __p, const _CharT* __i, const _CharT* __j) function in class:rope 1923 void replace(const iterator& __p, const_iterator __i, function in class:rope 1926 void replace(const iterator& __p, iterator __i, iterator __j) function in class:rope [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_rope.h | 1710 static _RopeRep* replace(_RopeRep* __old, size_t __pos1, function in class:rope 1784 void replace(size_t __p, size_t __n, const _Self& __r) { function in class:rope 1789 void replace(size_t __p, size_t __n, function in class:rope 1795 void replace(size_t __p, size_t __n, _CharT __c) { function in class:rope 1800 void replace(size_t __p, size_t __n, const _CharT* __c_string) { function in class:rope 1805 void replace(size_t __p, size_t __n, function in class:rope 1811 void replace(size_t __p, size_t __n, function in class:rope 1817 void replace(size_t __p, size_t __n, function in class:rope 1824 void replace(size_t __p, _CharT __c) { function in class:rope 1830 void replace(size_t __p, const _Self& __r) { function in class:rope 1834 void replace(size_t __p, const _CharT* __i, size_t __i_len) { function in class:rope 1838 void replace(size_t __p, const _CharT* __c_string) { function in class:rope 1842 void replace(size_t __p, const _CharT* __i, const _CharT* __j) { function in class:rope 1846 void replace(size_t __p, const const_iterator& __i, function in class:rope 1851 void replace(size_t __p, const iterator& __i, function in class:rope 1891 void replace(const iterator& __p, const iterator& __q, function in class:rope 1894 void replace(const iterator& __p, const iterator& __q, _CharT __c) function in class:rope 1896 void replace(const iterator& __p, const iterator& __q, function in class:rope 1899 void replace(const iterator& __p, const iterator& __q, function in class:rope 1902 void replace(const iterator& __p, const iterator& __q, function in class:rope 1905 void replace(const iterator& __p, const iterator& __q, function in class:rope 1908 void replace(const iterator& __p, const iterator& __q, function in class:rope 1913 void replace(const iterator& __p, const _Self& __r) function in class:rope 1915 void replace(const iterator& __p, _CharT __c) function in class:rope 1917 void replace(const iterator& __p, const _CharT* __c_string) function in class:rope 1919 void replace(const iterator& __p, const _CharT* __i, size_t __n) function in class:rope 1921 void replace(const iterator& __p, const _CharT* __i, const _CharT* __j) function in class:rope 1923 void replace(const iterator& __p, const_iterator __i, function in class:rope 1926 void replace(const iterator& __p, iterator __i, iterator __j) function in class:rope [all...] |