HomeSort by relevance Sort by last modified time
    Searched full:replacement (Results 576 - 600 of 2295) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLInputElement.h 284 virtual void setRangeText(const String& replacement, ExceptionState&) OVERRIDE;
285 virtual void setRangeText(const String& replacement, unsigned start, unsigned end, const String& selectionMode, ExceptionState&) OVERRIDE;
  /external/chromium_org/third_party/libjingle/source/talk/xmllite/
xmlelement_unittest.cc 158 elt.SetBodyText("replacement");
159 EXPECT_EQ("replacement", elt.BodyText());
  /external/chromium_org/third_party/skia/src/core/
SkBitmapHeap.cpp 162 SkBitmapHeap::LookupEntry* SkBitmapHeap::findEntryToReplace(const SkBitmap& replacement) {
175 if (replacement.getGenerationID() == iter->fGenerationId) {
  /external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
malloc_hook.h 144 // extremely careful to avoid recursive calls to mmap. The replacement
186 // This should be used only by experts. The replacement should be
  /external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
malloc_hook.h 144 // extremely careful to avoid recursive calls to mmap. The replacement
186 // This should be used only by experts. The replacement should be
  /external/chromium_org/v8/tools/
jsmin.py 182 replacement = m.group(1)
189 return replacement
  /external/clang/lib/Format/
WhitespaceManager.cpp 243 // Don't create a replacement, if it does not change anything.
247 Replaces.insert(tooling::Replacement(
  /external/compiler-rt/lib/interception/
interception.h 78 // our replacement functions invisible to other libraries. This may be overcomed
94 const uptr replacement; member in struct:interpose_substitution
  /external/dropbear/libtommath/
booker.pl 167 print "Found replacement tag for \"$parms[1]\" on line $srcline which refers to line $foundline (delta $delta)\n";
238 print "Found replacement tag for marker \"$word\" on line $srcline which refers to $str\n";
  /external/javassist/src/main/javassist/
CtMethod.java 89 * To prevent this replacement, call <code>ClassMap.fix()</code>
90 * or <code>put()</code> to explicitly specify replacement.
  /external/linux-tools-perf/util/added/
rbtree.c 442 /* Set the surrounding nodes to point to the replacement */
456 /* Copy the pointers/colour from the victim to the replacement */
  /external/llvm/lib/Transforms/IPO/
ConstantMerge.cpp 38 static char ID; // Pass identification, replacement for typeid
165 // the Replacements vector. We cannot do the replacement in this pass
IPConstantPropagation.cpp 37 static char ID; // Pass identification, replacement for typeid
261 // If this use uses a specific return value, and we have a replacement,
  /external/oprofile/events/mips/1004K/
events.h 113 "58-0 Cache lines written back due to cache replacement or non-coherent cache operation"},
221 "58-1 Cache lines written back due to cache replacement or any cache operation (non-coherent, self, or external coherent)"},
  /external/skia/src/core/
SkBitmapHeap.cpp 162 SkBitmapHeap::LookupEntry* SkBitmapHeap::findEntryToReplace(const SkBitmap& replacement) {
175 if (replacement.getGenerationID() == iter->fGenerationId) {
  /external/v8/tools/
jsmin.py 182 replacement = m.group(1)
189 return replacement
  /frameworks/base/core/java/android/text/style/
SuggestionSpan.java 40 * display a popup dialog listing suggestion replacement for that text. The user can then replace
226 * the original string, the suggested replacement string as well as the hashCode of this span.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_recno.py 143 c.put(-1, "a replacement record", db.DB_CURRENT)
147 self.assertEqual(rec, (50, "a replacement record"))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
pulldom.py 271 """ Fallback replacement for getEvent() using the
281 """ Fallback replacement for getEvent() that emits
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_recno.py 143 c.put(-1, "a replacement record", db.DB_CURRENT)
147 self.assertEqual(rec, (50, "a replacement record"))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
pulldom.py 271 """ Fallback replacement for getEvent() using the
281 """ Fallback replacement for getEvent() that emits
  /bionic/libc/arch-arm/include/machine/
cpu-features.h 153 * used in replacement of deprecated swp instruction
  /bootable/recovery/applypatch/
main.c 160 // replacement for it) and idempotent (it's okay to run this program
  /build/tools/acp/
acp.c 4 * Android "cp" replacement.
  /cts/tests/tests/text/src/android/text/cts/
AndroidCharacterTest.java 53 // REPLACEMENT CHARACTER (U+FFFD)

Completed in 775 milliseconds

<<21222324252627282930>>