HomeSort by relevance Sort by last modified time
    Searched refs:Replace (Results 151 - 170 of 170) sorted by null

1 2 3 4 5 67

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.text_3.5.0.v20100601-1300.jar 
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
LwjglRenderer.java 667 case Replace:
    [all...]
  /dalvik/docs/
prettify.js 236 pattern += '|' + preceder.replace(/([^=<>:&])/g, '\\$1');
259 return str.replace(pr_amp, '&amp;')
260 .replace(pr_lt, '&lt;')
261 .replace(pr_gt, '&gt;')
262 .replace(pr_quot, '&quot;');
267 return str.replace(pr_amp, '&amp;')
268 .replace(pr_lt, '&lt;')
269 .replace(pr_gt, '&gt;');
303 return html.replace(pr_ltEnt, '<')
304 .replace(pr_gtEnt, '>'
    [all...]
  /external/chromium_org/v8/src/
messages.js     [all...]
d8.js 321 cmd_line = cmd_line.replace(/^\s+|\s+$/g, '');
332 args = cmd_line.slice(pos).replace(/^\s+|\s+$/g, '');
    [all...]
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /external/chromium_org/chrome/browser/resources/history/
history.js 23 // TODO(glen): Get rid of these global references, replace with a controller
405 return str.replace(/([\\\.\+\*\?\[\^\]\$\(\)\{\}\=\!\<\>\|\:])/g, '\\$1');
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas 320 /// Replace from start to stop child index of parent with t, which might
325 /// Can't replace whatever points to the parent externally. Do nothing.
375 /// Replace from start to stop child index of parent with t, which might
384 /// Can't replace whatever points to the parent externally. Do nothing.
476 /// Delete children from start to stop and replace with t even if t is
    [all...]
  /external/chromium_org/cc/resources/
resource_provider_unittest.cc 262 namespace_->textures.Replace(BoundTextureId(target), texture);
    [all...]
  /external/chromium_org/third_party/lcov/bin/
genhtml 598 --num-spaces NUM Replace tabs with NUM spaces in source view
    [all...]
  /external/v8/src/
d8.js 325 cmd_line = cmd_line.replace(/^\s+|\s+$/g, '');
336 args = cmd_line.slice(pos).replace(/^\s+|\s+$/g, '');
    [all...]
  /external/bison/build-aux/
texinfo.tex     [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
file_manager.js 44 * to mitigate flickering. If images load faster then the delay they replace
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
jquery.js 419 return (this[0].value || "").replace(/\r/g, "");
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
gbemu.js     [all...]
pdfjs.js 214 print(s.replace(re, function() { return args[++i] }));
    [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]
  /external/grub/docs/
texinfo.tex     [all...]
  /external/bison/
configure     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]

Completed in 7378 milliseconds

1 2 3 4 5 67