| /external/clang/test/SemaTemplate/ |
| D | deduction.cpp | 38 struct Replace { struct 44 struct Replace<_1, Arg1, Arg2> { struct 49 struct Replace<_2, Arg1, Arg2> { argument 55 struct Replace<const T, Arg1, Arg2> { struct 56 typedef typename Replace<T, Arg1, Arg2>::type const type; argument 61 struct Replace<TT<T1>, Arg1, Arg2> { struct 62 typedef TT<typename Replace<T1, Arg1, Arg2>::type> type; argument 67 struct Replace<TT<T1, T2>, Arg1, Arg2> { struct 69 typename Replace<T2, Arg1, Arg2>::type> type; argument 75 struct Replace<TT<T1, _2>, Arg1, Arg2> { struct [all …]
|
| /external/clang/unittests/Tooling/ |
| D | RefactoringTest.cpp | 47 Replacement Replace(createReplacement(Location, 4, "")); in TEST_F() local 55 Replacement Replace(createReplacement(Location, 17, "")); in TEST_F() local 63 Replacement Replace(createReplacement(Location, 0, "result")); in TEST_F() local 72 Replacement Replace(createReplacement(Location, 12, "x")); in TEST_F() local 94 Replacement Replace("nonexistent-file.cpp", 0, 1, ""); in TEST_F() local 99 Replacement Replace("/path/to/file.cpp", 0, 1, ""); in TEST_F() local 315 void expectReplacementAt(const Replacement &Replace, in expectReplacementAt() 331 Replacement Replace; member in clang::tooling::ClassDeclXVisitor 354 Replacement Replace; member in clang::tooling::CallToFVisitor
|
| /external/openfst/src/include/fst/script/ |
| D | replace.h | 36 void Replace(ReplaceArgs *args) { in Replace() function
|
| /external/chromium_org/tools/grit/grit/gather/ |
| D | rc.py | 50 def Replace(match): function 57 def Replace(match): function
|
| /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
| D | TokenRewriteStream.cs | 312 public virtual void Replace( int index, object text ) in Replace() method in Antlr.Runtime.TokenRewriteStream 317 public virtual void Replace( int from, int to, object text ) in Replace() method in Antlr.Runtime.TokenRewriteStream 322 public virtual void Replace( IToken indexT, object text ) in Replace() method in Antlr.Runtime.TokenRewriteStream 327 public virtual void Replace( IToken from, IToken to, object text ) in Replace() method in Antlr.Runtime.TokenRewriteStream 332 public virtual void Replace( string programName, int from, int to, object text ) in Replace() method in Antlr.Runtime.TokenRewriteStream 344 public virtual void Replace( string programName, IToken from, IToken to, object text ) in Replace() method in Antlr.Runtime.TokenRewriteStream
|
| /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
| D | TokenRewriteStream.cs | 275 public virtual void Replace(int index, object text) { in Replace() method in Antlr.Runtime.TokenRewriteStream 279 public virtual void Replace(int from, int to, object text) { in Replace() method in Antlr.Runtime.TokenRewriteStream 283 public virtual void Replace(IToken indexT, object text) { in Replace() method in Antlr.Runtime.TokenRewriteStream 287 public virtual void Replace(IToken from, IToken to, object text) { in Replace() method in Antlr.Runtime.TokenRewriteStream 291 public virtual void Replace(string programName, int from, int to, object text) { in Replace() method in Antlr.Runtime.TokenRewriteStream 301 public virtual void Replace(string programName, IToken from, IToken to, object text) { in Replace() method in Antlr.Runtime.TokenRewriteStream
|
| /external/openfst/src/script/ |
| D | replace.cc | 24 void Replace(const vector<pair<int64, const FstClass *> > &tuples, in Replace() function
|
| /external/lldb/include/lldb/Core/ |
| D | FileSpecList.h | 211 Replace (size_t idx, const FileSpec &file) in Replace() function
|
| /external/chromium_org/v8/src/compiler/ |
| D | graph-reducer.h | 47 static Reduction Replace(Node* node) { return Reduction(node); } in Replace() function
|
| /external/chromium_org/cc/test/ |
| D | ordered_texture_map.cc | 25 void OrderedTextureMap::Replace(GLuint id, in Replace() function in cc::OrderedTextureMap
|
| /external/lldb/source/Target/ |
| D | PathMappingList.cpp | 119 PathMappingList::Replace (const ConstString &path, in Replace() function in PathMappingList 261 PathMappingList::Replace (const ConstString &path, const ConstString &new_path, bool notify) in Replace() function in PathMappingList
|
| /external/chromium_org/third_party/libphonenumber/src/phonenumbers/ |
| D | regexp_adapter.h | 139 inline bool Replace(string* string_to_process, in Replace() function
|
| D | regexp_adapter_re2.cc | 133 virtual bool Replace(string* string_to_process, in Replace() function in i18n::phonenumbers::RE2RegExp
|
| D | regexp_adapter_icu.cc | 179 bool Replace(string* string_to_process, in Replace() function in i18n::phonenumbers::IcuRegExp
|
| /external/chromium_org/remoting/host/setup/ |
| D | oauth_helper_unittest.cc | 11 std::string Replace(const std::string& s, const std::string& old_substr, in Replace() function
|
| /external/chromium_org/extensions/browser/api/ |
| D | api_resource_manager.h | 175 bool Replace(const std::string& extension_id, in Replace() function 263 bool Replace(const std::string& extension_id, in Replace() function
|
| /external/openfst/src/include/fst/extensions/pdt/ |
| D | replace.h | 51 void Replace(const vector<pair<typename Arc::Label, in Replace() function
|
| /external/chromium_org/tools/grit/grit/ |
| D | util.py | 231 def Replace(match): function 251 def Replace(match): function
|
| /external/chromium_org/extensions/browser/api/socket/ |
| D | socket_api.h | 81 virtual void Replace(const std::string& extension_id, in Replace() function
|
| /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
| D | Antlr.Runtime.pas | 5975 procedure TTokenRewriteStream.Replace(const Start, Stop: IToken; procedure 5981 procedure TTokenRewriteStream.Replace(const IndexT: IToken; procedure 5987 procedure TTokenRewriteStream.Replace(const ProgramName: String; const Start, procedure 6108 procedure TTokenRewriteStream.Replace(const ProgramName: String; const Start, procedure 6114 procedure TTokenRewriteStream.Replace(const Index: Integer; procedure 6120 procedure TTokenRewriteStream.Replace(const Start, Stop: Integer; procedure 6342 procedure TTokenRewriteStream.Replace(const IndexT: IToken; const Text: String); procedure 6350 procedure TTokenRewriteStream.Replace(const Start, Stop: Integer; procedure 6359 procedure TTokenRewriteStream.Replace(const Index: Integer; const Text: String); procedure 6367 procedure TTokenRewriteStream.Replace(const ProgramName: String; const Start, procedure [all …]
|
| /external/lzma/CPP/Common/ |
| D | MyString.h | 490 int Replace(T oldChar, T newChar) in Replace() function 507 int Replace(const CStringBase &oldString, const CStringBase &newString) in Replace() function
|
| /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/ |
| D | rewrite.rb | 127 class Replace < RewriteOperation class in ANTLR3.TokenRewriteStream
|
| /external/openfst/src/include/fst/ |
| D | rational.h | 242 ReplaceFst<A> *Replace() const { in Replace() function
|
| /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
| D | peerconnectionendtoend_unittest.cc | 75 void Replace(const std::string& line, in Replace() function
|
| /external/chromium_org/chrome/browser/plugins/ |
| D | plugin_infobar_delegates.cc | 332 void PluginInstallerInfoBarDelegate::Replace( in Replace() function in PluginInstallerInfoBarDelegate
|