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

1 2 3 4 56 7

  /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/regex-re2/re2/testing/
re2_test.cc 94 TEST(RE2, Replace) {
179 CHECK(RE2::Replace(&one, t->regexp, t->rewrite));
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
splay.js 113 // Replace a few nodes in the splay tree.
  /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/v8/benchmarks/
splay.js 113 // Replace a few nodes in the splay tree.
  /external/v8/src/
liveedit.cc 960 void Replace(Code* substitution) {
995 // so temporary replace the pointers with offset numbers
1007 visitor.Replace(substitution);
    [all...]
  /external/chromium_org/ppapi/tests/
test_graphics_2d.cc 79 RUN_TEST_FORCEASYNC_AND_NOT(Replace, filter);
587 // Replace with a green background but don't flush yet.
782 // Do two replace contentses, adding the old resource IDs to our map.
790 // Now doing more replace contents should re-use older IDs if the cache is
  /external/chromium_org/third_party/libjingle/source/talk/
main.scons 232 win_env.Replace(
578 linux_common_env.Replace(
  /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/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...]
  /external/regex-re2/util/
pcre.cc 326 bool PCRE::Replace(string *str,
340 str->replace(vec[0], vec[1] - vec[0], s);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 149 SDValue PromoteOperand(SDValue Op, EVT PVT, bool &Replace);
668 // Replace all uses. If any nodes become isomorphic to other nodes and
705 // Replace the old value with the new one.
735 SDValue DAGCombiner::PromoteOperand(SDValue Op, EVT PVT, bool &Replace) {
736 Replace = false;
744 Replace = true;
780 bool Replace = false;
781 SDValue NewOp = PromoteOperand(Op, PVT, Replace);
786 if (Replace)
795 bool Replace = false
    [all...]
  /external/chromium/chrome/browser/resources/touch_ntp/standalone/
standalone_hack.js 243 // Replace the current tab with the app.
433 return this.replace(/^\s+|\s+$/g, '');
  /external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 188 # Rename this file to "classTextile.php" and it can replace Textile everywhere.
380 return ''; # String that will replace the block
547 return $key; # String that will replace the tag.
    [all...]
  /external/chromium/chrome/browser/tab_contents/
render_view_context_menu.cc     [all...]
  /external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_action.cc 734 if (!RE2::Replace(&new_url, *from_pattern_, to_pattern_) ||
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/
directory_model.js 575 * replace currentDirContents_.
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_impl.cc     [all...]
  /external/chromium/chrome/browser/resources/net_internals/
main.js 542 // Replace carriage returns with linebreaks and then split around linebreaks.
543 var lines = logFileContents.replace(/\r/g, '\n').split('\n');
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/
image_view.js 334 this.replace(video, effect); // Show the poster immediately.
397 self.replace(canvas, effect,
400 self.replace(canvas, effect,
435 // If we already displayed the preview we should not replace the content if:
446 self.replace(content, replaceEffect);
626 * Replace the displayed image, possibly with slide-in animation.
634 ImageView.prototype.replace = function(
    [all...]

Completed in 2803 milliseconds

1 2 3 4 56 7