HomeSort by relevance Sort by last modified time
    Searched refs:replace (Results 251 - 275 of 2863) sorted by null

<<11121314151617181920>>

  /external/chromium_org/v8/test/webkit/fast/js/kde/
RegExp.js 103 shouldBe("'test1test2'.replace('test','X')","'X1test2'");
104 shouldBe("'test1test2'.replace(/\\d/,'X')","'testXtest2'");
105 shouldBe("'1test2test3'.replace(/\\d/,'')","'test2test3'");
106 shouldBe("'test1test2'.replace(/test/g,'X')","'X1X2'");
107 shouldBe("'1test2test3'.replace(/\\d/g,'')","'testtest'");
108 shouldBe("'1test2test3'.replace(/x/g,'')","'1test2test3'");
109 shouldBe("'test1test2'.replace(/(te)(st)/g,'$2$1')","'stte1stte2'");
110 shouldBe("'foo+bar'.replace(/\\+/g,'%2B')", "'foo%2Bbar'");
113 shouldBe("'foo'.replace(/z?/g,'x')", "'xfxoxox'");
114 shouldBe("'test test'.replace(/\\s*/g,'')","'testtest'"); // #5098
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
vstring.h 781 { return this->replace(_M_iend(), _M_iend(), __first, __last); }
910 { return this->replace(_M_ibegin(), _M_iend(), __first, __last); }
944 this->replace(__p, __p, __n, __c);
963 { this->replace(__p, __p, __n, __c); }
1257 replace(size_type __pos, size_type __n, const __versa_string& __str) function in class:__versa_string
1280 replace(size_type __pos1, size_type __n1, const __versa_string& __str, function in class:__versa_string
1308 replace(size_type __pos, size_type __n1, const _CharT* __s, function in class:__versa_string
1332 replace(size_type __pos, size_type __n1, const _CharT* __s) function in class:__versa_string
1356 replace(size_type __pos, size_type __n1, size_type __n2, _CharT __c) function in class:__versa_string
1375 replace(const_iterator __i1, const_iterator __i2, function in class:__versa_string
1398 replace(const_iterator __i1, const_iterator __i2, function in class:__versa_string
1424 replace(const_iterator __i1, const_iterator __i2, const _CharT* __s) function in class:__versa_string
1449 replace(const_iterator __i1, const_iterator __i2, size_type __n, function in class:__versa_string
1478 replace(const_iterator __i1, const_iterator __i2, function in class:__versa_string
1490 replace(iterator __i1, iterator __i2, function in class:__versa_string
1505 replace(const_iterator __i1, const_iterator __i2, function in class:__versa_string
1521 replace(const_iterator __i1, const_iterator __i2, function in class:__versa_string
1537 replace(const_iterator __i1, const_iterator __i2, function in class:__versa_string
1553 replace(const_iterator __i1, const_iterator __i2, function in class:__versa_string
1582 replace(const_iterator __i1, const_iterator __i2, function in class:__versa_string
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/SplitApp/feature/
Android.mk 27 LOCAL_AAPT_FLAGS := --version-code 100 --version-name OneHundred --replace-version -c mdpi -c hdpi -c xhdpi -c xxhdpi
  /cts/tests/tests/text/src/android/text/cts/
InputFilter_AllCapsTest.java 40 dest.replace(7, 11, source);
InputFilter_LengthFilterTest.java 44 dest.replace(5, 8, source);
  /dalvik/dx/src/com/android/dx/cf/direct/
ClassPathOpener.java 190 a = a.replace('$','0');
191 b = b.replace('$','0');
197 a = a.replace("package-info", "");
198 b = b.replace("package-info", "");
  /developers/build/prebuilts/gradle/BasicManagedProfile/Application/src/main/java/com/example/android/basicmanagedprofile/
MainActivity.java 45 .replace(R.id.container, SetupProfileFragment.newInstance())
  /developers/samples/android/admin/BasicManagedProfile/Application/src/main/java/com/example/android/basicmanagedprofile/
MainActivity.java 45 .replace(R.id.container, SetupProfileFragment.newInstance())
  /development/samples/browseable/BasicManagedProfile/src/com.example.android.basicmanagedprofile/
MainActivity.java 45 .replace(R.id.container, SetupProfileFragment.newInstance())
  /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/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
Utils.java 53 a string to replace, replacee,
54 and a string to replace with, replacer,
61 public static String replace(String src, String replacee, String replacer) { method in class:Utils
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
CombinedEvents002Debuggee.java 38 "L" + TESTED_CLASS_NAME.replace('.','/') + ";";
  /external/chromium_org/build/android/pylib/utils/
run_tests_helper.py 28 msg = msg.replace('MainThread', 'Main', 1)
  /external/chromium_org/build/
gn_helpers.py 21 return '"' + value.replace('"', '\\"') + '"'
  /external/chromium_org/chrome/browser/
browser_util_win.cc 23 std::replace(exe.begin(), exe.end(), '\\', '!');
  /external/chromium_org/chrome/browser/policy/
policy_path_parser_win.cc 85 result.replace(position, wcslen(win_folder_mapping[i].name), path_string);
97 result.replace(position, wcslen(kUserNamePolicyVarName), username_string);
109 result.replace(
121 result.replace(position, wcslen(kWinClientName), clientname_string);
  /external/chromium_org/chrome/test/chromedriver/
embed_js_in_cpp.py 31 base_name = os.path.basename(js_file)[:-3].title().replace('_', '')
  /external/chromium_org/content/test/gpu/gpu_tests/
webgl_conformance.py 93 test.replace('/', '_').replace('-', '_').
94 replace('\\', '_').rpartition('.')[0].replace('.', '_')))
  /external/chromium_org/native_client_sdk/src/build_tools/
easy_template.py 37 # Only replace % with %% outside of the expr matches.
41 new_line += line[start:m.start()].replace('%', '%%')
44 new_line += line[start:].replace('%', '%%')
79 def RunTemplateFileIfChanged(srcpath, dstpath, replace):
82 RunTemplate(srcfile, dststr, replace)
  /external/chromium_org/third_party/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/chromium_org/third_party/WebKit/Source/devtools/scripts/
concatenate_module_descriptors.py 26 json = read_file(json_filename).replace('{', '{"name":"%s",' % module_name, 1)
generate_devtools_grd.py 79 return (filename.replace('/', '_')
80 .replace('\\', '_')
81 .replace('-', '_')
82 .replace('.', '_')).upper()
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
find_files_unittest.py 41 return path.replace('/', '\\')
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-blob.h 100 hb_bool_t replace);
hb-shape-plan.h 69 hb_bool_t replace);

Completed in 743 milliseconds

<<11121314151617181920>>