HomeSort by relevance Sort by last modified time
    Searched full:replacements (Results 251 - 275 of 556) sorted by null

<<11121314151617181920>>

  /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 200 GURL::Replacements replacements; local
201 replacements.ClearQuery();
202 replacements.ClearRef();
203 stripped_url = url.ReplaceComponents(replacements);
    [all...]
  /external/chromium_org/net/url_request/
url_request.cc 586 GURL::Replacements referrer_mods;
1017 url_canon::Replacements<char> replacements; local
    [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...]
  /external/chromium_org/url/
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...]
  /cts/tests/tests/text/src/android/text/cts/
SpannableStringBuilderSpanTest.java 41 String replacements[] = { "", "X", "test", "longer replacement" }; local
44 for (String replacement: replacements) {
  /external/chromium/chrome/common/net/gaia/
gaia_authenticator.cc 210 GURL::Replacements repl;
260 GURL::Replacements repl;
  /external/valgrind/main/include/
pub_tool_redir.h 65 replacements/wrappers.
127 of replacements of malloc, free, etc.
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationViewAdapter.java 568 Collection<ConversationOverlayItem> replacements) {
575 mItems.addAll(pos, replacements);
  /external/aac/libFDK/src/mips/
fft_rad2_mips.cpp 87 Description: dit_fft MIPS assembler replacements.
  /external/chromium/chrome/browser/ssl/
ssl_browser_tests.cc 286 GURL::Replacements replacements; local
288 replacements.SetHostStr(new_host);
289 cross_site_url = cross_site_url.ReplaceComponents(replacements);
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
keyword_provider.h 118 // keywords that support replacements is degraded.
  /external/chromium_org/chrome/browser/google/
google_url_tracker_unittest.cc 847 url_canon::Replacements<char> replacements local
    [all...]
  /external/chromium_org/chrome/browser/search_engines/
search_terms_data.cc 47 GURL::Replacements repl;
  /external/chromium_org/chrome/tools/convert_dict/
convert_dict_unittest.cc 113 writer.SetReplacements(aff_reader.replacements());
  /external/chromium_org/third_party/flot/
jquery.flot.canvas.min.js 13 switches out Flot's standard drawing operations for canvas-only replacements.

Completed in 1547 milliseconds

<<11121314151617181920>>