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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome_frame/test/
chrome_frame_test_utils.cc 518 GURL::Replacements replacements; local
519 replacements.ClearQuery();
520 gurl = gurl.ReplaceComponents(replacements);
  /external/chromium_org/content/public/common/
context_menu_params.h 109 // Suggested replacements for a misspelled word under the cursor.
  /external/chromium_org/net/url_request/
url_request_job.cc 314 GURL::Replacements replacements; local
317 replacements.SetRef(url.spec().data(),
319 new_location = new_location.ReplaceComponents(replacements);
url_request_throttler_manager.h 141 GURL::Replacements url_id_replacements_;
url_request.cc 522 GURL::Replacements referrer_mods;
931 url_canon::Replacements<char> replacements; local
933 replacements.SetScheme(kNewScheme,
935 *redirect_url = url.ReplaceComponents(replacements);
    [all...]
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
stringutil.h 76 // number of instances replaced. Replacements are not subject to re-matching.
  /external/chromium_org/third_party/yasm/source/patched-yasm/m4/
lib-ld.m4 8 dnl with replacements s/AC_/AC_LIB/ and s/lt_cv/acl_cv/ to avoid collision
  /external/chromium_org/tools/clang/scripts/
test_tool.py 61 # run_tools.py will skip them when applying replacements.
  /external/chromium_org/url/
url_canon_internal.h 361 // Applies the replacements to the given component source. The component source
367 // |repl| (replacements) will be updated to reference those strings.
371 const Replacements<char>& repl,
392 const Replacements<base::char16>& repl,
url_canon_unittest.cc 106 // Magic string used in the replacements code that tells SetupReplComp to
117 // tests for wide replacements.
120 void (url_canon::Replacements<CHAR>::*set)(const CHAR*,
122 void (url_canon::Replacements<CHAR>::*clear)(),
123 url_canon::Replacements<CHAR>* rep,
    [all...]
  /external/compiler-rt/lib/asan/
asan_flags.h 48 // If set, uses custom wrappers and replacements for libc string functions
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer.h 21 // Instead, Symbolizer code should use their replacements, defined in
  /external/llvm/lib/Support/
SourceMgr.cpp 309 // For replacements, mark the removal range with '~'.
478 // FIXME: This is trying not to break up replacements, but then to re-sync
479 // with the tabs between replacements. This will fail, though, if two
480 // fix-it replacements are exactly adjacent, or if a fix-it contains a
  /external/valgrind/main/
README_PACKAGERS 17 calls to, and provide replacements for, some symbols in ld.so at
  /frameworks/base/core/java/android/text/
LoginFilter.java 47 * replacement. Be careful to not to reject 0-length replacements,
  /libcore/luni/src/main/java/org/xml/sax/
EntityResolver.java 60 * identifiers to local URIs or to look up replacements in a catalog
  /libcore/luni/src/test/java/libcore/java/nio/charset/
CharsetEncoderTest.java 45 // For all the guaranteed built-in charsets, check that we have the right default replacements.
  /ndk/sources/host-tools/make-3.81/config/
lib-ld.m4 10 dnl with replacements s/AC_/AC_LIB/ and s/lt_cv/acl_cv/ to avoid collision
  /ndk/sources/host-tools/sed-4.2.1/m4/
lib-ld.m4 8 dnl with replacements s/AC_/AC_LIB/ and s/lt_cv/acl_cv/ to avoid collision
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
argz.h 131 incremented by number of replacements performed. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
argz.h 131 incremented by number of replacements performed. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
argz.h 131 incremented by number of replacements performed. */
  /external/chromium_org/chrome/browser/profiles/
profile_io_data.cc 169 GURL::Replacements replacements; local
170 replacements.ClearQuery();
171 replacements.ClearRef();
172 stripped_url = url.ReplaceComponents(replacements);
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/
msvs_emulation.py 173 replacements = {
187 replacements['$(VSInstallDir)'] = self.vs_version.Path()
188 replacements['$(VCInstallDir)'] = os.path.join(self.vs_version.Path(),
194 replacements['$(DXSDK_DIR)'] = self.dxsdk_dir if self.dxsdk_dir else ''
195 replacements['$(WDK_DIR)'] = self.wdk_dir if self.wdk_dir else ''
196 return replacements
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
SpannableStringBuilderSpanTest.java 41 String replacements[] = { "", "X", "test", "longer replacement" }; local
44 for (String replacement: replacements) {

Completed in 561 milliseconds

1 2 3 4 5 6 7 8 91011>>