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

1 2

  /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));
129 std::vector<Replacement> Replaces;
130 Replaces.push_back(Replacement(Context.Sources, Context.getLocation(ID, 2, 1),
132 Replaces.push_back(
134 EXPECT_TRUE(applyAllReplacements(Replaces, Context.Rewrite));
141 Replacements Replaces;
142 Replaces.insert(Replacement(Context.Sources, Context.getLocation(ID, 2, 1)
    [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/clang/lib/Tooling/
Refactoring.cpp 145 bool applyAllReplacements(const Replacements &Replaces, Rewriter &Rewrite) {
147 for (Replacements::const_iterator I = Replaces.begin(),
148 E = Replaces.end();
161 bool applyAllReplacements(const std::vector<Replacement> &Replaces,
164 for (std::vector<Replacement>::const_iterator I = Replaces.begin(),
165 E = Replaces.end();
176 std::string applyAllReplacements(StringRef Code, const Replacements &Replaces) {
191 for (Replacements::const_iterator I = Replaces.begin(), E = Replaces.end();
205 unsigned shiftedCodePosition(const Replacements &Replaces, unsigned Position)
    [all...]
  /external/clang/include/clang/Tooling/
Refactoring.h 139 /// \brief Apply all replacements in \p Replaces to the Rewriter \p Rewrite.
145 bool applyAllReplacements(const Replacements &Replaces, Rewriter &Rewrite);
147 /// \brief Apply all replacements in \p Replaces to the Rewriter \p Rewrite.
153 bool applyAllReplacements(const std::vector<Replacement> &Replaces,
156 /// \brief Applies all replacements in \p Replaces to \p Code.
160 std::string applyAllReplacements(StringRef Code, const Replacements &Replaces);
162 /// \brief Calculates how a code \p Position is shifted when \p Replaces are
164 unsigned shiftedCodePosition(const Replacements& Replaces, unsigned Position);
166 /// \brief Calculates how a code \p Position is shifted when \p Replaces are
169 /// \pre Replaces[i].getOffset() <= Replaces[i+1].getOffset()
    [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/unittests/Format/
FormatTestProto.cpp 27 tooling::Replacements Replaces = reformat(Style, Code, Ranges);
28 std::string Result = applyAllReplacements(Code, Replaces);
FormatTestJS.cpp 27 tooling::Replacements Replaces = reformat(Style, Code, Ranges);
28 std::string Result = applyAllReplacements(Code, Replaces);
FormatTest.cpp 31 tooling::Replacements Replaces = reformat(Style, Code, Ranges);
32 ReplacementCount = Replaces.size();
33 std::string Result = applyAllReplacements(Code, Replaces);
    [all...]
  /external/clang/tools/clang-format/
ClangFormat.cpp 230 tooling::Replacements Replaces = reformat(FormatStyle, Lex, Sources, Ranges);
234 for (tooling::Replacements::const_iterator I = Replaces.begin(),
235 E = Replaces.end();
246 tooling::applyAllReplacements(Replaces, Rewrite);
253 << tooling::shiftedCodePosition(Replaces, Cursor) << " }\n";
  /external/clang/lib/Format/
WhitespaceManager.h 47 /// \brief Replaces the whitespace in front of \p Tok. Only call once for
60 /// \brief Inserts or replaces whitespace in the middle of a token.
123 // The kind of the token whose whitespace this change replaces, or in which
181 /// \brief Fill \c Replaces with the replacements for all effective changes.
195 tooling::Replacements Replaces;
WhitespaceManager.cpp 43 Replaces.clear();
90 return Replaces;
98 return Replaces;
288 Replaces.insert(tooling::Replacement(
  /external/chromium_org/media/test/data/eme_player_js/
test_config.js 20 // Lambda function for decoding extracted match values. Replaces '+' with
  /external/chromium_org/extensions/renderer/resources/
platform_app.js 36 * Replaces the given methods of the passed in object with stubs that log
78 * Replaces the given properties of the passed in object with stubs that log
122 * Replaces the given properties of the passed in object with stubs that log
  /external/chromium_org/tools/metrics/histograms/
extract_histograms.py 86 """Replaces all whitespace sequences with a single space.
  /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/nist-sip/java/gov/nist/javax/sip/header/
HeaderFactoryImpl.java 1276 Replaces replaces = new Replaces(); local
    [all...]
  /ndk/sources/android/support/
Android.mk 160 # Replaces broken implementations in x86 libm.so
  /external/chromium_org/third_party/readability/js/
readability.js     [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/braille_ime/
braille_ime.js 410 * Replaces text in the current text field.
  /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 404 * Replaces an old child node with a new child node.
  /external/chromium_org/ui/webui/resources/js/
util.js 416 * Replaces '&', '<', '>', '"', and ''' characters with their HTML encoding.
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/i18n/
messageformat.js 410 * Replaces string literals with literal placeholders.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
math_semantic_tree.js 248 * Replaces a node in the tree. Updates the root node if necessary.
328 * Replaces a child node of the node.
    [all...]

Completed in 3312 milliseconds

1 2