/external/chromium_org/third_party/WebKit/Source/web/ |
WebTextCheckingResult.cpp | 46 result.replacement = replacement; 52 detail.userDescription = replacement;
|
/external/apache-xml/src/main/java/org/apache/xalan/res/ |
XSLMessages.java | 39 * Creates a message from the specified key and replacement 43 * @param args The arguments to be used as replacement text 57 * Creates a message from the specified key and replacement 61 * @param args The arguments to be used as replacement text
|
/external/chromium/chrome/common/ |
thumbnail_score.cc | 87 const ThumbnailScore& replacement) { 89 int replacement_type = GetThumbnailType(replacement.good_clipping, 90 replacement.at_top); 94 return replacement.boring_score < 102 double replacement_interesting_score = 1.0 - replacement.boring_score; 110 1.0 / (replacement.redirect_hops_from_dest + 1); 116 replacement.time_at_snapshot - current.time_at_snapshot; 127 // requirements, but the replacement does, always replace the 130 replacement.boring_score < ThumbnailScore::kThumbnailMaximumBoringness;
|
/external/chromium/net/base/ |
mock_host_resolver.h | 36 // Replacement doesn't have to be string representing an IP address. It can 101 // a replacement host string. It then uses the system host resolver to return 102 // a socket address. Generally the replacement should be an IPv4 literal so 109 // replacement value. Usually, replacement should be an IP address literal. 111 const std::string& replacement); 116 const std::string& replacement); 118 // Same as AddRule(), but the replacement is expected to be an IPv4 or IPv6 128 const std::string& replacement,
|
mock_host_resolver.cc | 133 std::string replacement; member in struct:net::RuleBasedHostResolverProc::Rule 141 const std::string& replacement, 148 replacement(replacement), 158 const std::string& replacement) { 160 replacement); 166 const std::string& replacement) { 167 DCHECK(!replacement.empty()); 171 replacement, "", 0); 195 const std::string& replacement, [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/generators/rss/ |
RSSFeedUpdateEntryTask.java | 51 * replacement - string to use as replacement 72 private String replacement; field in class:RSSFeedUpdateEntryTask 98 public void setReplacement(String replacement) { this.replacement = replacement; } 103 System.out.println(Messages.getString("RSSFeedUpdateEntryTask.SearchingFor") + SP + xpath + (!isNullString(replacement)?", " + Messages.getString("RSSFeedUpdateEntryTask.ReplacingWith") + " '" + replacement + "'":NS)); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ //$NON-NLS-5$ //$NON-NLS-6$ //$NON-NLS-7$ 137 if (!isNullString(replacement)) { 151 if (!isNullString(replacement) && newNode != null) 246 System.out.println(isNullString(replacement)?NS:" => " + replacement); \/\/$NON-NLS-1$ \/\/$NON-NLS-2\$ local [all...] |
/external/valgrind/main/tests/ |
malloc.h | 0 // Replacement for malloc.h which factors out platform differences.
|
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
CDATASectionImpl.java | 79 * @return the replacement node. 82 TextImpl replacement = new TextImpl(document, getData()); local 83 parent.insertBefore(replacement, this); 85 return replacement;
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
test_util.py | 21 def _ReplaceLogging(name, replacement): 25 setattr(logging, name, replacement)
|
/external/chromium_org/chrome/common/ |
thumbnail_score.cc | 86 const ThumbnailScore& replacement) { 88 int replacement_type = GetThumbnailType(replacement); 92 return replacement.boring_score < 100 double replacement_interesting_score = 1.0 - replacement.boring_score; 108 1.0 / (replacement.redirect_hops_from_dest + 1); 114 replacement.time_at_snapshot - current.time_at_snapshot; 125 // requirements, but the replacement does, always replace the 128 replacement.boring_score < ThumbnailScore::kThumbnailMaximumBoringness;
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-317.js | 28 // Ensure replacement with string allows $ in replacement string.
|
/external/v8/test/mjsunit/regress/ |
regress-317.js | 28 // Ensure replacement with string allows $ in replacement string.
|
/frameworks/base/core/java/android/text/method/ |
HideReturnsTransformationMethod.java | 34 private static char[] REPLACEMENT = new char[] { '\uFEFF' }; 47 return REPLACEMENT;
|
/external/chromium_org/net/dns/ |
mock_host_resolver.cc | 223 std::string replacement; member in struct:net::RuleBasedHostResolverProc::Rule 231 const std::string& replacement, 238 replacement(replacement), 248 const std::string& replacement) { 250 replacement); 256 const std::string& replacement) { 257 DCHECK(!replacement.empty()); 264 replacement, 290 const std::string& replacement, [all...] |
mock_host_resolver.h | 47 // Replacement doesn't have to be string representing an IP address. It can 154 // a replacement host string. It then uses the system host resolver to return 155 // a socket address. Generally the replacement should be an IPv4 literal so 162 // replacement value. Usually, replacement should be an IP address literal. 164 const std::string& replacement); 169 const std::string& replacement); 171 // Same as AddRule(), but the replacement is expected to be an IPv4 or IPv6 183 const std::string& replacement,
|
/external/chromium/chrome/browser/chromeos/input_method/ |
xkeyboard.h | 35 : original(in_original), replacement(in_replacement) {} 38 return (rhs.original == original) && (rhs.replacement == replacement); 41 ModifierKey replacement; // this key. member in struct:chromeos::input_method::ModifierKeyPair 100 // Returns true if |key| is in |modifier_map| as replacement.
|
/external/chromium_org/third_party/skia/src/svg/ |
SkSVGGradient.cpp | 95 SkString replacement; local 96 replacement.set("0x"); 97 replacement.append(color.c_str() + 1, 2); // add stop colors using given color, turning existing stop color into alpha 100 replacement.append(baseColor.c_str() + 1); 101 color.set(replacement);
|
/external/skia/src/svg/ |
SkSVGGradient.cpp | 95 SkString replacement; local 96 replacement.set("0x"); 97 replacement.append(color.c_str() + 1, 2); // add stop colors using given color, turning existing stop color into alpha 100 replacement.append(baseColor.c_str() + 1); 101 color.set(replacement);
|
/external/chromium_org/third_party/icu/source/common/ |
locresdata.cpp | 93 const char* replacement = NULL; local 98 replacement = uloc_getCurrentCountryID(itemKey); 100 replacement = uloc_getCurrentLanguageID(itemKey); 102 /*pointer comparison is ok since uloc_getCurrentCountryID & uloc_getCurrentLanguageID return the key itself is replacement is not found*/ 103 if(replacement!=NULL && itemKey != replacement){ 104 item = ures_getStringByKeyWithFallback(&table, replacement, pLength, &errorCode);
|
/external/icu4c/common/ |
locresdata.cpp | 93 const char* replacement = NULL; local 98 replacement = uloc_getCurrentCountryID(itemKey); 100 replacement = uloc_getCurrentLanguageID(itemKey); 102 /*pointer comparison is ok since uloc_getCurrentCountryID & uloc_getCurrentLanguageID return the key itself is replacement is not found*/ 103 if(replacement!=NULL && itemKey != replacement){ 104 item = ures_getStringByKeyWithFallback(&table, replacement, pLength, &errorCode);
|
/external/kernel-headers/original/asm-x86/ |
alternative_32.h | 10 u8 *replacement; member in struct:alt_instr 11 u8 cpuid; /* cpuid bit set for replacement */ 58 "663:\n\t" newinstr "\n664:\n" /* replacement */\ 69 * replacement maake sure to pad to the worst case length. 82 "663:\n\t" newinstr "\n664:\n" /* replacement */\ 97 "663:\n\t" newinstr "\n664:\n" /* replacement */ \ 123 * separate table which is a pure address list without replacement ptr
|
/external/chromium_org/third_party/lcov/contrib/galaxy/ |
README | 21 conglomerate_functions.pl - Replacement file - Generates shading 23 gen_makefile.sh - Replacement file - updates to postscript 24 posterize.pl - Replacement file - generates a final ps file
|
/external/chromium_org/third_party/lcov-1.9/contrib/galaxy/ |
README | 21 conglomerate_functions.pl - Replacement file - Generates shading 23 gen_makefile.sh - Replacement file - updates to postscript 24 posterize.pl - Replacement file - generates a final ps file
|
/external/genext2fs/m4/ |
ac_func_snprintf.m4 | 8 dnl or vsnprintf is found, request a replacement and warn the user 9 dnl about it. Note: the mentioned replacement is freely available and 72 AC_DEFINE(PREFER_PORTABLE_SNPRINTF, 1, "enable replacement (v)snprintf if system (v)snprintf is broken")
|
/external/guava/guava/src/com/google/common/base/ |
CharMatcher.java | 251 @Override public String replaceFrom(CharSequence sequence, char replacement) { 253 Arrays.fill(array, replacement); 257 @Override public String replaceFrom(CharSequence sequence, CharSequence replacement) { 258 StringBuilder retval = new StringBuilder(sequence.length() * replacement.length()); 260 retval.append(replacement); 265 @Override public String collapseFrom(CharSequence sequence, char replacement) { 266 return (sequence.length() == 0) ? "" : String.valueOf(replacement); 332 @Override public String replaceFrom(CharSequence sequence, char replacement) { 336 @Override public String replaceFrom(CharSequence sequence, CharSequence replacement) { 337 checkNotNull(replacement); [all...] |