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

1 2 3 4 5 67 8 91011>>

  /packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
CharEscapers.java 895 protected final char[][] replacements; field in class:CharEscapers.FastCharEscaper
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
CharEscapers.java 895 protected final char[][] replacements; field in class:CharEscapers.FastCharEscaper
    [all...]
  /external/chromium/chrome/browser/extensions/
chrome_app_api_browsertest.cc 39 GURL::Replacements replace_host;
131 GURL::Replacements replace_host;
isolated_app_apitest.cc 57 GURL::Replacements replace_host;
118 GURL::Replacements replace_host;
extension_webnavigation_api.cc 418 url_canon::Replacements<char> replacements;
419 replacements.ClearRef();
420 return existing_url.ReplaceComponents(replacements) ==
421 url.ReplaceComponents(replacements);
  /external/chromium/chrome/browser/search_engines/
template_url.h 173 typedef std::vector<struct Replacement> Replacements;
186 // replacements indicating the type and range of the element. The original
194 Replacements* replacements) const;
198 // known parameters that are encountered an entry is added to replacements.
202 Replacements* replacements,
247 mutable Replacements replacements_;
search_terms_data.cc 36 GURL::Replacements repl;
  /external/chromium/googleurl/src/
url_canon_stdstring.h 88 // An extension of the Replacements class that allows the setters to use
95 public url_canon::Replacements<typename STR::value_type> {
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
import-w3c-performance-wg-tests 58 replacements = [ variable
84 for to_find, replace_with in replacements:
  /external/hyphenation/
hyphen.h 123 rep: NULL (only standard hyph.), or replacements (hyphenation points
124 signed with `=' in replacements);
  /external/llvm/include/llvm/ADT/
edit_distance.h 31 /// \param AllowReplacements whether to allow element replacements (change one
40 /// \p AllowReplacements is \c true) replacements needed to transform one of
  /external/openssh/openbsd-compat/
openbsd-compat.h 39 /* OpenBSD function replacements */
224 /* rfc2553 socket API replacements */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_urllib.py 80 replacements.
119 # a dictionary for replacements, order matters
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_urllib.py 80 replacements.
119 # a dictionary for replacements, order matters
  /external/chromium/chrome/browser/history/
url_database.cc 65 GURL::Replacements replacements; local
66 replacements.ClearUsername();
67 replacements.ClearPassword();
69 return (gurl.ReplaceComponents(replacements)).spec();
  /external/chromium/chrome/browser/ui/webui/
chrome_url_data_manager_backend.cc 409 GURL::Replacements replacements; local
410 replacements.ClearQuery();
411 replacements.ClearRef();
412 stripped_url = url.ReplaceComponents(replacements);
  /external/chromium_org/net/cookies/
canonical_cookie.cc 165 url_canon::Replacements<char> replacements;
166 replacements.ClearPort();
168 replacements.SetScheme("http", url_parse::Component(0, 4));
170 return url.GetOrigin().ReplaceComponents(replacements).spec();
  /external/chromium_org/chrome/browser/search_engines/
template_url.h 269 typedef std::vector<struct Replacement> Replacements;
282 // replacements indicating the type and range of the element. The original
290 Replacements* replacements) const;
294 // known parameters that are encountered an entry is added to replacements.
301 Replacements* replacements,
333 // Replaces all replacements in |parsed_url_| with their actual values and
366 mutable Replacements replacements_;
search_terms_data.h 23 // Returns the value to use for replacements of type GOOGLE_BASE_URL. This
  /external/clang/include/clang/Format/
Format.h 273 /// Returns the \c Replacements necessary to make all \p Ranges comply with
275 tooling::Replacements reformat(const FormatStyle &Style, Lexer &Lex,
282 tooling::Replacements reformat(const FormatStyle &Style, StringRef Code,
  /dalvik/vm/mterp/
config-armv5te-vfp 18 # This is just ARMv5TE with replacements for the handlers that can benefit
  /external/chromium/net/url_request/
url_request_job.cc 240 GURL::Replacements replacements; local
243 replacements.SetRef(url.spec().data(),
245 new_location = new_location.ReplaceComponents(replacements);
  /external/chromium/webkit/glue/
context_menu.h 87 // Suggested replacements for a misspelled word under the cursor.
  /external/chromium_org/chrome/browser/extensions/api/cloud_print_private/
cloud_print_private_apitest.cc 50 GURL::Replacements replace_host;
  /external/chromium_org/chrome/browser/ssl/
ssl_browser_tests.cc 430 GURL::Replacements replacements; local
432 replacements.SetHostStr(new_host);
433 cross_site_url = cross_site_url.ReplaceComponents(replacements);
635 GURL::Replacements replacements; local
636 replacements.SetSchemeStr(scheme);
640 "connect_check.html").ReplaceComponents(replacements));
689 GURL::Replacements replacements; local
1645 GURL::Replacements replacements; local
    [all...]

Completed in 666 milliseconds

1 2 3 4 5 67 8 91011>>