HomeSort by relevance Sort by last modified time
    Searched refs:Replace (Results 26 - 50 of 102) sorted by null

12 3 4 5

  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
ST.stg 103 ((TokenRewriteStream)input.TokenStream).Replace(
108 ((TokenRewriteStream)input).Replace(
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
ST.stg 80 ((TokenRewriteStream)input.TokenStream).Replace(
85 ((TokenRewriteStream)input).Replace(
  /external/openfst/src/bin/
fstreplace.cc 19 #include <fst/script/replace.h>
60 Replace(fst_tuples, &ofst, root, FLAGS_epsilon_on_replace);
  /cts/tests/tests/calendarcommon/
Android.mk 19 # Replace "Example" with your name.
  /cts/tests/tests/example/
Android.mk 19 # Replace "Example" with your name.
  /cts/tests/tests/renderscript/
Android.mk 19 # Replace "Example" with your name.
  /cts/tests/tests/rsg/
Android.mk 19 # Replace "Example" with your name.
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
rewrite.rb 61 The three subclasses of RewriteOperation, InsertBefore, Delete, and Replace,
118 =begin rdoc ANTLR3::TokenRewriteStream::Replace
127 class Replace < RewriteOperation
129 @operation_name = 'replace'.freeze
165 class Delete < Replace
180 def replace( *range_arguments ) method in class:ANTLR3.RewriteProgram
183 op = Replace.new( @stream, range, text )
220 when Replace
227 when Replace
245 when Replace
408 def replace( *args ) method
    [all...]
  /external/chromium/net/data/proxy_resolver_v8_unittest/
passthrough.js 13 // Form a string that kind-of resembles a host. We will replace any
21 c = '.'; // Replace unsupported characters with a dot.
  /external/chromium/third_party/libjingle/source/talk/site_scons/
talk.py 469 env.Replace(**{field : value})
482 env_64bit.Replace(OBJSUFFIX = '64' + env_64bit['OBJSUFFIX'])
483 env_64bit.Replace(SHOBJSUFFIX = '64' + env_64bit['SHOBJSUFFIX'])
495 env_64bit.Replace(LIBS = libs)
  /external/clang/include/clang/Tooling/
Refactoring.h 150 Replacements Replace;
  /cts/build/
test_executable.mk 19 # 1. Replace "include $(BUILD_EXECUTABLE)"
test_gtest_package.mk 19 # Replace "include $(BUILD_PACKAGE)" with "include $(BUILD_CTS_GTEST_PACKAGE)"
test_package.mk 19 # Replace "include $(BUILD_PACKAGE)" with "include $(BUILD_CTS_PACKAGE)"
  /external/chromium/chrome/browser/notifications/
notification_ui_manager.cc 36 void Replace(const Notification& new_notification) {
193 (*iter)->Replace(notification);
  /external/clang/lib/Tooling/
Refactoring.cpp 142 Replacements &RefactoringTool::getReplacements() { return Replace; }
166 return tooling::applyAllReplacements(Replace, Rewrite);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugEventSocketProxy.cs 437 txt = txt.Replace( "%", "%25" ); // escape all escape char ;)
438 txt = txt.Replace( "\n", "%0A" ); // escape \n
439 txt = txt.Replace( "\r", "%0D" ); // escape \r
RemoteDebugEventSocketListener.cs 730 txt = txt.Replace( "%0A", "\n" ); // unescape \n
731 txt = txt.Replace( "%0D", "\r" ); // unescape \r
732 txt = txt.Replace( "%25", "%" ); // undo escaped escape chars
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
BaseRecognizer.cs 358 s = Regex.Replace(s, "\n", "\\\\n");
359 s = Regex.Replace(s, "\r", "\\\\r");
360 s = Regex.Replace(s, "\t", "\\\\t");
686 * have to return some token to replace the missing token,
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
BaseRecognizer.cs 423 s = Regex.Replace( s, "\n", "\\\\n" );
424 s = Regex.Replace( s, "\r", "\\\\r" );
425 s = Regex.Replace( s, "\t", "\\\\t" );
    [all...]
  /external/v8/test/mjsunit/
array-join.js 46 // Replace array.prototype.toString.
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_nodereplacechild.js 81 Replace the first element of the second employee with
hc_nodereplacechildnodename.js 81 Replace the second Element of the second employee with
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_nodereplacechild.js 81 Replace the first element of the second employee with
hc_nodereplacechildnodename.js 81 Replace the second Element of the second employee with

Completed in 1316 milliseconds

12 3 4 5