HomeSort by relevance Sort by last modified time
    Searched refs:replace (Results 376 - 400 of 3666) sorted by null

<<11121314151617181920>>

  /external/doclava/res/assets/templates/assets/
jquery-history.js 40 hash = '#' + hash.replace(hashTrim, '');
55 return currentHash.replace(hashTrim, '');
  /external/gmock/test/
gmock_output_test.py 62 return s.replace('\r\n', '\n').replace('\r', '\n')
  /external/google-breakpad/src/testing/test/
gmock_output_test.py 62 return s.replace('\r\n', '\n').replace('\r', '\n')
  /external/icu/android_icu4j/src/main/java/android/icu/text/
CaseFoldTransliterator.java 92 /* replace by the mapping string */
93 delta=iter.replace(result.toString());
96 /* replace by single-code point mapping */
97 delta=iter.replace(UTF16.valueOf(c));
UppercaseTransliterator.java 95 /* replace by the mapping string */
96 delta=iter.replace(result.toString());
99 /* replace by single-code point mapping */
100 delta=iter.replace(UTF16.valueOf(c));
  /external/icu/icu4c/source/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/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
CaseFoldTransliterator.java 91 /* replace by the mapping string */
92 delta=iter.replace(result.toString());
95 /* replace by single-code point mapping */
96 delta=iter.replace(UTF16.valueOf(c));
  /external/javassist/src/main/javassist/
URLClassPath.java 89 = directory + classname.replace('.', '/') + ".class";
135 directory + classname.replace('.', '/') + ".class");
  /external/skia/tools/
BUILD_simulator.py 44 # Replace any regexp special characters.
46 # Replace * with [^/]* and ** with .*.
47 pattern5 = pattern4.replace(STAR_PLACEHOLDER, '[^/]*')
48 pattern6 = pattern5.replace(DOUBLE_STAR_PLACEHOLDER, '.*/')
  /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/core/java/android/app/
FragmentTransaction.java 53 * Calls {@link #replace(int, Fragment, String)} with a null tag.
55 public abstract FragmentTransaction replace(@IdRes int containerViewId, Fragment fragment); method in class:FragmentTransaction
58 * Replace an existing fragment that was added to a container. This is
73 public abstract FragmentTransaction replace(@IdRes int containerViewId, Fragment fragment, method in class:FragmentTransaction
  /frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
KeycodeSelectionHelper.java 53 StringBuilder str = new StringBuilder(name.replace(KEYCODE_STRING, "").replace("_", " ")
  /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("/", ".");
  /frameworks/data-binding/compiler/src/test/java/android/databinding/tool/reflection/java/
JavaTypeUtil.java 28 return modelClass.getCanonicalName().replace('.', '/');
77 return CLASS_PREFIX + klass.getCanonicalName().replace('.', '/') + CLASS_SUFFIX;
  /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
  /packages/apps/ContactsCommon/src/com/android/contacts/common/preference/
ContactsPreferenceActivity.java 45 .replace(android.R.id.content, new DisplayOptionsPreferenceFragment())
58 .replace(android.R.id.content, new AboutPreferenceFragment(), TAG_ABOUT_CONTACTS)
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
install_egg_info.py 69 version = version.replace(' ','.')
78 return name.replace('-','_')
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
install_egg_info.py 69 version = version.replace(' ','.')
78 return name.replace('-','_')
  /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('-','_')
  /art/compiler/utils/arm/
assembler_arm_test.h 103 after_cond.replace(cond_index, ConstexprStrLen(COND_TOKEN), GetConditionString(c));
114 base.replace(imm1_index, ConstexprStrLen(IMM1_TOKEN), imm_string);
125 base2.replace(imm2_index, ConstexprStrLen(IMM2_TOKEN), imm_string);
134 base3.replace(reg1_index, ConstexprStrLen(Base::REG1_TOKEN), reg1_string);
143 base4.replace(reg2_index, ConstexprStrLen(Base::REG2_TOKEN), reg2_string);
194 after_cond.replace(cond_index, ConstexprStrLen(COND_TOKEN), GetConditionString(c));
207 after_imm1.replace(imm1_index, ConstexprStrLen(IMM1_TOKEN), imm_string);
217 after_imm2.replace(imm2_index, ConstexprStrLen(IMM2_TOKEN), imm_string);
226 after_reg1.replace(reg1_index, ConstexprStrLen(Base::REG1_TOKEN), reg1_string);
235 after_reg2.replace(reg2_index, ConstexprStrLen(Base::REG2_TOKEN), reg2_string)
    [all...]
  /external/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...]
  /frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/ext/
ext.kt 61 'L' -> componentType = name.substring(numArray + 1, name.length - 1).replace('$', '.');
69 val arrayComp = name.substring(0, numArray).replace("[", "[]");
72 return name.replace("$", ".")
  /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/current/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...]

Completed in 1071 milliseconds

<<11121314151617181920>>