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

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/chrome/browser/search_engines/
template_url.cc 548 // Remove the parameter from the string. For parameters who replacement is
553 replacements->push_back(Replacement(SEARCH_TERMS, start));
558 replacements->push_back(Replacement(GOOGLE_ASSISTED_QUERY_STATS, start));
560 replacements->push_back(Replacement(GOOGLE_BASE_URL, start));
562 replacements->push_back(Replacement(GOOGLE_BASE_SUGGEST_URL, start));
564 replacements->push_back(Replacement(GOOGLE_BOOKMARK_BAR_PINNED, start));
566 replacements->push_back(Replacement(GOOGLE_CURRENT_PAGE_URL, start));
568 replacements->push_back(Replacement(GOOGLE_CURSOR_POSITION, start));
570 replacements->push_back(Replacement(GOOGLE_FORCE_INSTANT_RESULTS, start));
573 Replacement(TemplateURLRef::GOOGLE_IMAGE_ORIGINAL_HEIGHT, start))
    [all...]
template_url.h 196 // Returns true if this URL supports search term replacement.
202 // If this TemplateURLRef does not support replacement (SupportsReplacement
245 // Returns true if this TemplateURLRef has a replacement term of
315 struct Replacement {
316 Replacement(ReplacementType type, size_t index)
320 // Indicates the location in where the replacement is replaced. If
327 typedef std::vector<struct Replacement> Replacements;
332 // TemplateURLRef internally caches values to make replacement quick. This
378 // Handles a replacement by using real term data. If the replacement
    [all...]
  /frameworks/base/core/java/android/text/method/
QwertyKeyListener.java 242 // potentially do autotext replacement if the character
365 String replacement = AutoText.get(src, start, end, view); local
367 if (replacement == null) {
369 replacement = AutoText.get(key, 0, end - start, view);
372 if (replacement == null)
388 out = replacement;
390 out = toTitleCase(replacement);
392 out = replacement.toUpperCase();
394 out = toTitleCase(replacement);
405 * contained <code>original</code> prior to AutoText replacement
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
keyword_provider.h 66 // Returns the replacement string from the user input. The replacement
68 // For example, the replacement string for "b blah" is blah.
70 // replacement string will be trimmed.
115 // matches" mode, and whether the keyword supports replacement.
  /packages/apps/Browser/src/com/android/browser/homepages/
Template.java 251 String replacement; local
256 replacement = Integer.toString(dimeni);
258 replacement = Float.toString(dimen);
260 replacement = value.coerceToString().toString();
262 m.appendReplacement(sb, replacement);
  /external/chromium_org/chrome/browser/history/
url_utils.cc 83 GURL::Replacements replacement; local
84 replacement.SetScheme(new_scheme.c_str(), comp);
85 return url.ReplaceComponents(replacement);
  /external/chromium_org/third_party/WebKit/Source/modules/encoding/
TextDecoder.cpp 47 // The replacement encoding is not valid, but the Encoding API also
48 // rejects aliases of the replacement encoding.
49 if (!encoding.isValid() || !strcasecmp(encoding.name(), "replacement")) {
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
TextCodecUserDefined.cpp 80 UnencodableReplacementArray replacement; local
81 int replacementLength = TextCodec::getUnencodableReplacement(c, handling, replacement);
84 memcpy(bytes + resultLength, replacement, replacementLength);
  /cts/tests/tests/text/src/android/text/cts/
MyanmarTest.java 51 // if textA and textB render identically, test against replacement characters
52 String textC = "\ufffd\ufffd\ufffd"; // replacement characters are acceptable
  /external/chromium_org/third_party/icu/source/i18n/unicode/
unirepl.h 29 * text. The replacement is done via the Replaceable API so as to
50 * replacement text.
  /external/chromium_org/tools/clang/scripts/
run_tool.py 29 r:<file path>:<offset>:<length>:<replacement text>
30 r:<file path>:<offset>:<length>:<replacement text>
47 'Edit', ('edit_type', 'offset', 'length', 'replacement'))
83 edit_type, path, offset, length, replacement = line.split(':', 4)
87 edits[path].append(Edit(edit_type, int(offset), int(length), replacement))
209 contents[edit.offset:edit.offset + edit.length] = edit.replacement
210 if not edit.replacement:
236 worry about having to include the comma in the replacement.
  /external/chromium_org/v8/src/
hydrogen-escape-analysis.cc 127 // Insert a newly created value check as a replacement for map checks.
145 HValue* replacement = load_value; local
152 replacement = new_instr;
154 return replacement;
193 HValue* replacement = local
195 load->DeleteAndReplaceWith(replacement);
198 replacement->id(), replacement->Mnemonic());
  /external/icu/icu4c/source/i18n/unicode/
unirepl.h 29 * text. The replacement is done via the Replaceable API so as to
50 * replacement text.
  /external/llvm/lib/Transforms/Hello/
Hello.cpp 28 static char ID; // Pass identification, replacement for typeid
46 static char ID; // Pass identification, replacement for typeid
  /ndk/sources/host-tools/sed-4.2.1/m4/
gettimeofday.m4 92 [Define to rpl_gmtime if the replacement function should be used.])
94 [Define to rpl_localtime if the replacement function should be used.])
  /bionic/libc/bionic/
time64_config.h 16 Should we use a 64 bit safe replacement for tm? This will
  /device/htc/flounder/overlay/frameworks/base/core/res/res/values-mcc310-mnc260/
config.xml 31 there is no replacement value and VoLTE is assumed to be supported -->
  /external/bison/darwin-lib/
sched.h 2 /* Replacement <sched.h> for platforms that lack it.
  /external/bison/lib/
close.c 1 /* close replacement.
itold.c 0 /* Replacement for 'int' to 'long double' conversion routine.
raise.c 1 /* Provide a non-threads replacement for the POSIX raise function.
strndup.c 1 /* A replacement function, for systems that lack strndup.
  /external/bison/m4/
mbsinit.m4 31 dnl replacement.
  /external/chromium-trace/trace-viewer/third_party/python_gflags/
README.chromium 18 processing. As such it's a replacement for getopt(). It has increased
  /external/chromium_org/android_webview/java/generated_src/org/chromium/base/library_loader/
NativeLibraries.java 26 // replacement for this file.

Completed in 1404 milliseconds

1 2 3 45 6 7 8 91011>>