HomeSort by relevance Sort by last modified time
    Searched refs:Replace (Results 126 - 150 of 185) sorted by null

1 2 3 4 56 7 8

  /external/chromium_org/net/data/proxy_resolver_v8_unittest/
pac_library_unittest.js 342 // Replace the native Date() with our mock.
  /external/chromium_org/third_party/re2/re2/testing/
re2_test.cc 101 TEST(RE2, Replace) {
186 CHECK(RE2::Replace(&one, t->regexp, t->rewrite));
    [all...]
  /external/chromium_org/ui/file_manager/image_loader/
image_loader_client.js 150 // Replace the extension id.
154 url = url.replace('filesystem:chrome-extension://' + sourceId,
  /external/pdfium/core/src/fxge/dib/
fx_dib_transform.cpp 350 m_Storer.Replace(m_Storer.GetBitmap()->SwapXY(m_pMatrix->c > 0, m_pMatrix->b < 0));
    [all...]
  /external/regex-re2/re2/testing/
re2_test.cc 94 TEST(RE2, Replace) {
179 CHECK(RE2::Replace(&one, t->regexp, t->rewrite));
    [all...]
  /ndk/build/core/
setup-toolchain.mk 60 # If NDK_TOOLCHAIN_VERSION is defined, we replace the toolchain version
64 # Replace "clang" with the most recent verion
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
splay.js 113 // Replace a few nodes in the splay tree.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/keymaps/
key_map.js 300 // Replace the key with the new key.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/
abstract_tts.js 211 * 1. Replace any single character with a description of that character.
232 text = text.replace(
251 text = text.replace(
258 text = text.replace(/google\+/ig, 'google plus');
261 text = text.replace(
274 text = text.replace(/[A-Z]+/g, function(word) {
598 * string.replace.
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-splay.js 107 // Replace a few nodes in the splay tree.
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-splay.js 107 // Replace a few nodes in the splay tree.
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-splay.js 108 // Replace a few nodes in the splay tree.
  /external/chromium_org/v8/benchmarks/
splay.js 113 // Replace a few nodes in the splay tree.
  /external/pdfium/fpdfsdk/src/javascript/
PublicMethods.cpp 1102 strValue.Replace(",", ".");
1299 swTemp.Replace((FX_LPCWSTR)L",", (FX_LPCWSTR)L".");
    [all...]
app.cpp 993 strOPath.Replace((FX_LPCWSTR)L"/",(FX_LPCWSTR)L"\\");
  /external/chromium_org/content/browser/web_contents/
web_contents_impl.h 277 virtual void Replace(const base::string16& word) OVERRIDE;
    [all...]
  /external/chromium_org/extensions/browser/api/socket/
socket_api.cc 81 manager_->Replace(extension_->id(), api_resource_id, socket);
  /external/chromium_org/ppapi/tests/
test_graphics_2d.cc 68 RUN_TEST_FORCEASYNC_AND_NOT(Replace, filter);
576 // Replace with a green background but don't flush yet.
770 // Do two replace contentses, adding the old resource IDs to our map.
778 // Now doing more replace contents should re-use older IDs if the cache is
  /external/chromium_org/third_party/re2/re2/
re2.cc 348 // Returns the maximum submatch needed for the rewrite to be done by Replace().
367 bool RE2::Replace(string *str,
383 str->replace(vec[0].data() - str->data(), vec[0].size(), s);
    [all...]
  /external/chromium_org/third_party/re2/util/
pcre.cc 331 bool PCRE::Replace(string *str,
345 str->replace(vec[0], vec[1] - vec[0], s);
    [all...]
  /external/pcre/dist/
pcrecpp.cc 332 bool RE::Replace(const StringPiece& rewrite,
345 str->replace(vec[0], vec[1] - vec[0], s);
pcrecpp_unittest.cc 209 printf("Testing Replace\n");
339 CHECK(re.Replace(t->rewrite, &one));
    [all...]
  /external/pdfium/core/src/fxcrt/
fx_basic_bstring.cpp 875 FX_STRSIZE CFX_ByteString::Replace(FX_BSTR lpszOld, FX_BSTR lpszNew)
    [all...]
fx_basic_wstring.cpp 655 FX_STRSIZE CFX_WideString::Replace(FX_LPCWSTR lpszOld, FX_LPCWSTR lpszNew)
    [all...]
  /external/regex-re2/re2/
re2.cc 330 // Returns the maximum submatch needed for the rewrite to be done by Replace().
349 bool RE2::Replace(string *str,
365 str->replace(vec[0].data() - str->data(), vec[0].size(), s);
    [all...]

Completed in 1746 milliseconds

1 2 3 4 56 7 8