HomeSort by relevance Sort by last modified time
    Searched full:replacements (Results 101 - 125 of 447) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/go/linux-x86/src/strings/
replace.go 9 // Replacer replaces a list of strings with replacements.
22 // Replacements are performed in order, without overlapping matches.
68 // Replace returns a copy of s with all replacements performed.
73 // WriteString writes s to w with all replacements performed.
strings.go 678 // and after each UTF-8 sequence, yielding up to k+1 replacements
680 // If n < 0, there is no limit on the number of replacements.
686 // Compute number of replacements.
693 // Apply replacements to buffer.
  /toolchain/binutils/binutils-2.25/config/
lib-ld.m4 10 dnl with replacements s/AC_/AC_LIB/ and s/lt_cv/acl_cv/ to avoid collision
  /external/clang/include/clang/Format/
Format.h 718 /// \brief Returns the replacements necessary to sort all #include blocks that
720 tooling::Replacements sortIncludes(const FormatStyle &Style, StringRef Code,
731 /// Returns the \c Replacements necessary to make all \p Ranges comply with
737 tooling::Replacements reformat(const FormatStyle &Style,
745 tooling::Replacements reformat(const FormatStyle &Style, StringRef Code,
  /external/clang/lib/Format/
Format.cpp     [all...]
  /bionic/libc/kernel/tools/
cpp.py     [all...]
  /cts/tests/tests/text/src/android/text/cts/
SpannableStringBuilderSpanTest.java 46 String replacements[] = { "", "X", "test", "longer replacement" }; local
49 for (String replacement: replacements) {
  /external/clang/lib/CodeGen/
CGCXX.cpp 142 if (Replacements.count(MangledName))
167 Replacements[MangledName] = Aliasee;
  /external/llvm/include/llvm/Transforms/Utils/
Local.h 314 /// the given edge. Returns the number of replacements made.
318 /// the given BasicBlock. Returns the number of replacements made.
  /external/pcre/dist/doc/
pcrecpp.3 318 occurrences of the pattern in the string with the rewrite. Replacements are
325 replacements made.
  /external/valgrind/include/
pub_tool_redir.h 65 replacements/wrappers.
127 of replacements of malloc, free, etc.
  /external/aac/libFDK/src/mips/
fft_rad2_mips.cpp 87 Description: dit_fft MIPS assembler replacements.
  /external/avahi/avahi-core/
core.h 92 * function with avahi_free() first and allocate the replacements with
  /external/compiler-rt/lib/asan/
asan_flags.inc 43 "If set, uses custom wrappers and replacements for libc string functions "
  /external/guava/guava/src/com/google/common/xml/
XmlEscapers.java 34 * replacements. These XML escapers provide the minimal level of escaping to
  /external/icu/icu4c/source/i18n/
rbt.cpp 207 * limit, with replacements happening under it.
  /external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp     [all...]
  /external/protobuf/vsprojects/
readme.txt 53 libraries will *not* be usable as drop-in replacements.
  /libcore/luni/src/test/java/libcore/java/nio/charset/
CharsetEncoderTest.java 47 // For all the guaranteed built-in charsets, check that we have the right default replacements.
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_msvc.h 188 /* The desktop variants starting with VC8 have a set of more secure replacements
  /prebuilts/go/darwin-x86/src/html/
escape.go 17 // These replacements permit compatibility with old numeric entities that
  /prebuilts/go/linux-x86/src/html/
escape.go 17 // These replacements permit compatibility with old numeric entities that
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/config/
_msvc.h 188 /* The desktop variants starting with VC8 have a set of more secure replacements
  /external/bison/data/m4sugar/
foreach.m4 3 # foreach-based replacements for recursive functions.
45 # arguments, making these replacements very attractive for M4 1.4.x.
48 # fewer macros, these replacements actually pessimize performance.
  /external/chromium-trace/catapult/third_party/html5lib-python/html5lib/
html5parser.py 271 replacements = {"definitionurl": "definitionURL"}
272 for k, v in replacements.items():
278 replacements = {
343 if originalName in replacements:
344 svgName = replacements[originalName]
349 replacements = adjustForeignAttributesMap
352 if originalName in replacements:
353 foreignName = replacements[originalName]
    [all...]

Completed in 1349 milliseconds

1 2 3 45 6 7 8 91011>>