HomeSort by relevance Sort by last modified time
    Searched refs:Replaces (Results 1 - 22 of 22) sorted by null

  /external/clang/unittests/Tooling/
RefactoringTest.cpp 114 Replacements Replaces;
115 Replaces.insert(Replacement(Context.Sources, Context.getLocation(ID, 2, 1),
117 Replaces.insert(Replacement(Context.Sources, Context.getLocation(ID, 3, 1),
119 EXPECT_TRUE(applyAllReplacements(Replaces, Context.Rewrite));
126 Replacements Replaces;
127 Replaces.insert(Replacement(Context.Sources, Context.getLocation(ID, 2, 1),
129 Replaces.insert(Replacement(Context.Sources, Context.getLocation(ID, 2, 1),
131 Replaces.insert(Replacement(Context.Sources, Context.getLocation(ID, 2, 1),
133 EXPECT_TRUE(applyAllReplacements(Replaces, Context.Rewrite));
142 Replacements Replaces;
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/extensions/
ReplacesParser.java 9 // Parser for Replaces Header (RFC3891)
12 // Replaces = "Replaces" HCOLON callid *(SEMI replaces-param)
13 // replaces-param = to-tag / from-tag / early-flag / generic-param
50 Replaces replaces = new Replaces(); local
54 super.parse(replaces);
55 replaces.setCallId(callId)
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/extensions/
Replaces.java 14 * Replaces SIPHeader.
24 public class Replaces
31 public static final String NAME = "Replaces";
42 public Replaces() {
50 public Replaces(String callId) throws IllegalArgumentException {
188 * $Log: Replaces.java,v $
223 * Add Session Timer and Replaces headers
  /external/clang/lib/Tooling/
Refactoring.cpp 126 bool applyAllReplacements(const Replacements &Replaces, Rewriter &Rewrite) {
128 for (Replacements::const_iterator I = Replaces.begin(),
129 E = Replaces.end();
140 std::string applyAllReplacements(StringRef Code, const Replacements &Replaces) {
155 for (Replacements::const_iterator I = Replaces.begin(), E = Replaces.end();
169 unsigned shiftedCodePosition(const Replacements &Replaces, unsigned Position) {
171 for (Replacements::iterator I = Replaces.begin(), E = Replaces.end(); I != E;
  /external/clang/include/clang/Tooling/
Refactoring.h 140 /// \brief Apply all replacements in \p Replaces to the Rewriter \p Rewrite.
146 bool applyAllReplacements(const Replacements &Replaces, Rewriter &Rewrite);
148 /// \brief Applies all replacements in \p Replaces to \p Code.
152 std::string applyAllReplacements(StringRef Code, const Replacements &Replaces);
154 /// \brief Calculates how a code \p Position is shifted when \p Replaces are
156 unsigned shiftedCodePosition(const Replacements& Replaces, unsigned Position);
  /external/clang/tools/clang-format/
ClangFormat.cpp 253 tooling::Replacements Replaces = reformat(FormatStyle, Lex, Sources, Ranges);
257 for (tooling::Replacements::const_iterator I = Replaces.begin(),
258 E = Replaces.end();
268 tooling::applyAllReplacements(Replaces, Rewrite);
270 if (Replaces.size() == 0)
285 Replaces, Cursor) << " }\n";
  /external/clang/lib/Format/
WhitespaceManager.h 43 /// \brief Replaces the whitespace in front of \p Tok. Only call once for
55 /// \brief Inserts or replaces whitespace in the middle of a token.
111 // The kind of the token whose whitespace this change replaces, or in which
150 /// \brief Fill \c Replaces with the replacements for all effective changes.
163 tooling::Replacements Replaces;
WhitespaceManager.cpp 79 return Replaces;
87 return Replaces;
247 Replaces.insert(tooling::Replacement(
  /external/chromium_org/content/test/data/media/
media_utils.js 12 // Lambda function for decoding extracted match values. Replaces '+' with
  /external/chromium_org/chrome/renderer/resources/extensions/
platform_app.js 19 * Replaces the given methods of the passed in object with stubs that throw
37 * Replaces the given properties of the passed in object with stubs that throw
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/chrome_search/
background.js 54 // Codesearch highlights the matches with 'b' tags. Replaces those
  /external/nist-sip/java/gov/nist/javax/sip/parser/
ParserFactory.java 272 parserTable.put(Replaces.NAME.toLowerCase(), ReplacesParser.class);
  /external/chromium_org/tools/playback_benchmark/
common.js 150 * Replaces window functions specified by Benchmark.functionList with overrides
  /external/nist-sip/java/gov/nist/javax/sip/header/
HeaderFactoryImpl.java 1276 Replaces replaces = new Replaces(); local
    [all...]
  /external/clang/unittests/Format/
FormatTest.cpp 26 tooling::Replacements Replaces = reformat(Style, Code, Ranges);
27 ReplacementCount = Replaces.size();
28 std::string Result = applyAllReplacements(Code, Replaces);
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
util.js 404 * Replaces an old child node with a new child node.
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
util.js 404 * Replaces an old child node with a new child node.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
util.js 404 * Replaces an old child node with a new child node.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
util.js 404 * Replaces an old child node with a new child node.
  /external/chromium_org/third_party/jstemplate/
util.js 400 * Replaces an old child node with a new child node.
  /external/chromium_org/v8/src/
liveedit-debugger.js 322 // Replaces function's Code.
    [all...]
  /external/v8/src/
liveedit-debugger.js 305 // Replaces function's Code.
    [all...]

Completed in 1497 milliseconds