HomeSort by relevance Sort by last modified time
    Searched full:replacement (Results 601 - 625 of 2383) sorted by null

<<21222324252627282930>>

  /external/chromium_org/chrome/browser/search/
search.h 45 DISPLAY_SEARCH_BUTTON_FOR_STR, // STR = Search Term Replacement
101 // have a secure scheme and must contain the search terms replacement key for
199 // the page would normally be to perform search term replacement; see also
search_unittest.cc 192 // Build an Instant URL with or without a valid search terms replacement key
245 {"https://foo.com/instant", false, "No search terms replacement"},
271 {"https://foo.com/instant", false, "No search terms replacement"},
300 {"https://foo.com/instant", false, "No search terms replacement"},
444 {"https://foo.com/instant", false, "No search term replacement"},
577 // Set an Instant URL with a valid search terms replacement key.
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
MarkupAccumulator.cpp 64 const CString& replacement = entityMaps[entityIndex].reference; local
65 result.append(replacement.data(), replacement.length());
  /external/chromium_org/third_party/lcov/man/
lcovrc.5 400 Specify the number of spaces to use as replacement for tab characters in the
643 .IR pattern " => " replacement
655 and an optional replacement string, you can instruct geninfo to
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
coretype.h 356 * A replacement should \em never return NULL.
365 * A replacement should \em never return NULL.
374 * that calls yasm_fatal() on allocation errors. A replacement should
  /external/clang/lib/Format/
ContinuationIndenter.h 63 /// \c Replacement.
106 /// \c Replacement.
116 /// \c Replacement.
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
DalvInsn.java 211 * replacement, and ignores registers that are already compatible.
244 * @return {@code non-null;} the replacement
308 * @return {@code non-null;} the replacement
  /frameworks/base/tools/layoutlib/create/
README.txt 188 As explained earlier, the creator doesn't have any replacement code for methods to override. Instead
204 replacement version of Paint which will be used by the rest of the Android stack. The replacement
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
UnicodeEscaper.java 75 * exception or return a suitable replacement character. It must never
79 * @return the replacement characters, or {@code null} if no escaping was
190 // This is the size needed to add the replacement, not the full
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
UnicodeEscaper.java 75 * exception or return a suitable replacement character. It must never
79 * @return the replacement characters, or {@code null} if no escaping was
190 // This is the size needed to add the replacement, not the full
  /external/chromium_org/url/
url_canon.h 482 // the "Unicode replacement character" for the confusing bits and copy the rest.
577 // component replacement (different strings for different components) can be
591 // will make them all NULL, which is no replacement. The caller would then
636 // Prefer the 8-bit replacement version if possible since it is more efficient.
746 // Replace component | (replacement string) (replacement component)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
SerializerMessages.java 282 "The replacement text of the entity node \"{0}\" contains an element node \"{1}\" with an unbound prefix \"{2}\"."
286 "The replacement text of the entity node \"{0}\" contains an attribute node \"{1}\" with an unbound prefix \"{2}\"."
  /external/chromium_org/ash/system/tray/
system_tray_delegate.h 215 // Shows the spring charger replacement dialog if necessary.
219 // True if the spring charger replacement dialog is visible.
  /external/chromium_org/ash/wm/
window_state_unittest.cc 290 // Test that the replacement of a State object works as expected.
301 // Test that the replacement of a state object, following a restore with the
  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck_provider.cc 353 results[i].replacement = last_results_[i].replacement;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLInputElement.h 260 virtual void setRangeText(const String& replacement, ExceptionState&) OVERRIDE FINAL;
261 virtual void setRangeText(const String& replacement, unsigned start, unsigned end, const String& selectionMode, ExceptionState&) OVERRIDE FINAL;
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
TextEncodingRegistry.cpp 224 return alias && !strcasecmp(alias, "replacement");
229 return alias == "replacement";
  /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 168 SkBitmapHeap::LookupEntry* SkBitmapHeap::findEntryToReplace(const SkBitmap& replacement) {
181 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/compiler-rt/lib/interception/
interception.h 79 // our replacement functions invisible to other libraries. This may be overcomed
95 const uptr replacement; member in struct:interpose_substitution
  /external/e2fsprogs/lib/ext2fs/
rbtree.c 435 /* Set the surrounding nodes to point to the replacement */
449 /* Copy the pointers/colour from the victim to the replacement */
  /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.

Completed in 713 milliseconds

<<21222324252627282930>>