HomeSort by relevance Sort by last modified time
    Searched full:replaces (Results 151 - 175 of 2765) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/opt/timezonepicker/res/values-v14/
styles.xml 19 Base application theme for API 14+. This theme completely replaces
  /packages/apps/Gallery2/jni_jpegstream/src/
jerr_hook.h 29 * ErrManager replaces libjpeg's default error handling with
  /packages/apps/Settings/src/com/android/settings/notification/
NotificationsOffPreferenceController.java 44 // Available only when other controllers are unavailable - this UI replaces the UI that
  /packages/apps/Test/connectivity/UID/res/values/
styles.xml 19 Base application theme for API 14+. This theme completely replaces
  /prebuilts/go/darwin-x86/src/cmd/fix/
jnitype.go 28 // This fix finds nils initializing these types and replaces the nils with 0s.
  /prebuilts/go/darwin-x86/src/net/textproto/
header.go 19 // the single element value. It replaces any existing
  /prebuilts/go/darwin-x86/src/syscall/
const_plan9.go 18 MREPL = 0x0000 // mount replaces object
  /prebuilts/go/linux-x86/src/cmd/fix/
jnitype.go 28 // This fix finds nils initializing these types and replaces the nils with 0s.
  /prebuilts/go/linux-x86/src/net/textproto/
header.go 19 // the single element value. It replaces any existing
  /prebuilts/go/linux-x86/src/syscall/
const_plan9.go 18 MREPL = 0x0000 // mount replaces object
  /system/sepolicy/build/
file_utils.py 48 # Replaces the input_file.
  /toolchain/binutils/binutils-2.27/intl/
configure.ac 9 # This replaces the extensive use of DEFS in the original Makefile.in.
  /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
193 /// \brief Fill \c Replaces with the replacements for all effective changes.
207 tooling::Replacements Replaces;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Tooling/Refactoring/
AtomicChange.h 73 /// \brief Adds a replacement that replaces the given Range with
79 /// \brief Adds a replacement that replaces range [Loc, Loc+Length) with
105 const Replacements &getReplacements() const { return Replaces; }
121 clang::tooling::Replacements Replaces);
129 tooling::Replacements Replaces;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Tooling/Refactoring/
AtomicChange.h 73 /// \brief Adds a replacement that replaces the given Range with
79 /// \brief Adds a replacement that replaces range [Loc, Loc+Length) with
105 const Replacements &getReplacements() const { return Replaces; }
121 clang::tooling::Replacements Replaces);
129 tooling::Replacements Replaces;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Tooling/Refactoring/
AtomicChange.h 73 /// \brief Adds a replacement that replaces the given Range with
79 /// \brief Adds a replacement that replaces range [Loc, Loc+Length) with
105 const Replacements &getReplacements() const { return Replaces; }
121 clang::tooling::Replacements Replaces);
129 tooling::Replacements Replaces;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Tooling/Refactoring/
AtomicChange.h 73 /// \brief Adds a replacement that replaces the given Range with
79 /// \brief Adds a replacement that replaces range [Loc, Loc+Length) with
105 const Replacements &getReplacements() const { return Replaces; }
121 clang::tooling::Replacements Replaces);
129 tooling::Replacements Replaces;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Tooling/Refactoring/
AtomicChange.h 73 /// \brief Adds a replacement that replaces the given Range with
79 /// \brief Adds a replacement that replaces range [Loc, Loc+Length) with
105 const Replacements &getReplacements() const { return Replaces; }
121 clang::tooling::Replacements Replaces);
129 tooling::Replacements Replaces;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Tooling/Refactoring/
AtomicChange.h 73 /// \brief Adds a replacement that replaces the given Range with
79 /// \brief Adds a replacement that replaces range [Loc, Loc+Length) with
105 const Replacements &getReplacements() const { return Replaces; }
121 clang::tooling::Replacements Replaces);
129 tooling::Replacements Replaces;
  /external/clang/tools/clang-format/
ClangFormat.cpp 229 static void outputReplacementsXML(const Replacements &Replaces) {
230 for (const auto &R : Replaces) {
258 Replacements Replaces = sortIncludes(FormatStyle, Code->getBuffer(), Ranges,
260 auto ChangedCode = tooling::applyAllReplacements(Code->getBuffer(), Replaces);
265 for (const auto &R : Replaces)
271 Replaces = tooling::mergeReplacements(Replaces, FormatChanges);
281 outputReplacementsXML(Replaces);
294 tooling::applyAllReplacements(Replaces, Rewrite);
  /external/e2fsprogs/debian/
control.in 46 Replaces: e2fsprogs (<< 1.34-1)
59 Replaces: e2fslibs-dev (<< 1.33-2), libkrb5-dev (<< 1.3)
71 Replaces: e2fsprogs (<< 1.34-1)
99 Replaces: e2fsprogs (<< 1.34-1)
116 Replaces: e2fsprogs (<= 1.40.3-1ubuntu1)
154 Replaces: e2fslibs-dev (<< 1.15)
223 Replaces: e2fsprogs (<< 1.34-1)
243 Replaces: libkrb5-dev (<< 1.3)
263 Replaces: hurd (<= 20040301-1), libblkid1 (<< 1.38+1.39-WIP-2005.12.10-2), libuuid1 (<< 1.38+1.39-WIP-2005.12.10-2)
  /external/clang/lib/Tooling/
Refactoring.cpp 65 bool formatAndApplyAllReplacements(const Replacements &Replaces,
70 auto FileToReplaces = groupReplacementsByFile(Replaces);
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
SoftCache.java 48 // ConcurrentHashMap.putIfAbsent() never replaces the key's value, and if it were
50 // (And ConcurrentHashMap.put() always replaces the value, which we don't want either.)
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
SoftCache.java 46 // ConcurrentHashMap.putIfAbsent() never replaces the key's value, and if it were
48 // (And ConcurrentHashMap.put() always replaces the value, which we don't want either.)
  /external/javaparser/javaparser-core-generators/src/main/java/com/github/javaparser/generator/
Generator.java 57 * Utility method that looks for a method or constructor with an identical signature as "callable" and replaces it
65 * Utility method that looks for a method or constructor with an identical signature as "callable" and replaces it

Completed in 1744 milliseconds

1 2 3 4 5 67 8 91011>>