/external/chromium_org/chrome/browser/spellchecker/ |
spellcheck_message_filter_mac_unittest.cc | 33 result.replacement = remote_suggestion; 43 EXPECT_EQ(remote_suggestion, remote_results[1].replacement);
|
/external/chromium_org/chrome/browser/ui/android/infobars/ |
infobar_android.h | 47 // Tells the Java-side counterpart of this InfoBar to point to the replacement 49 void ReassignJavaInfoBar(InfoBarAndroid* replacement);
|
/external/chromium_org/chrome/browser/ui/libgtk2ui/ |
app_indicator_icon.h | 52 // Sets a menu item at the top of the menu as a replacement for the status 57 // Callback for when the status icon click replacement menu item is activated.
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
test_util.py | 43 def _ReplaceLogging(name, replacement): 47 setattr(logging, name, replacement)
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLTextAreaElement.idl | 55 [RaisesException] void setRangeText(DOMString replacement); 56 [RaisesException] void setRangeText(DOMString replacement,
|
/external/chromium_org/third_party/mach_override/ |
mach_override.h | 61 (void*)mach_override_class__##ORIGINAL_FUNCTION_NAME::replacement, \ 66 static ORIGINAL_FUNCTION_RETURN_TYPE replacement ORIGINAL_FUNCTION_ARGS {
|
/external/chromium_org/tools/clang/empty_string/ |
EmptyStringConverter.cpp | 38 using clang::tooling::Replacement; 131 replacements_->insert(Replacement(*result.SourceManager, range, "")); 142 replacements_->insert(Replacement(*result.SourceManager, call, "")); 159 replacements_->insert(Replacement(*result.SourceManager, literal, "")); 162 Replacement(*result.SourceManager, 187 // Each replacement line should have the following format: 188 // r:<file path>:<offset>:<length>:<replacement text> 189 // Only the <replacement text> field can contain embedded ":" characters.
|
/external/chromium_org/tools/clang/rewrite_scoped_ptr_ctor_null/ |
RewriteScopedPtrCtorNull.cpp | 38 using clang::tooling::Replacement; 132 replacements_->insert(Replacement(*result.SourceManager, range, "")); 142 replacements_->insert(Replacement(*result.SourceManager, call, "")); 151 // this replacement, but getTokenRange(call->getParenRange()) and the obvious 160 Replacement(*result.SourceManager, 184 // Each replacement line should have the following format: 185 // r:<file path>:<offset>:<length>:<replacement text> 186 // Only the <replacement text> field can contain embedded ":" characters.
|
/external/chromium_org/v8/test/webkit/ |
string-replacement-outofmemory-expected.txt | 24 This tests that string replacement with a large replacement string causes an out-of-memory exception. See bug 102956 for more details.
|
string-replacement-outofmemory.js | 25 'This tests that string replacement with a large replacement string causes an out-of-memory exception. See <a href="https://bugs.webkit.org/show_bug.cgi?id=102956">bug 102956</a> for more details.'
|
/external/iptables/include/linux/netfilter_ipv4/ |
ip_queue.h | 46 size_t data_len; /* Length of replacement data */ 47 unsigned char payload[0]; /* Optional replacement packet */
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/ |
ASCCharsetTest.java | 43 this.testingCharset.newEncoder().replacement()[0], 44 this.testingCharset.newEncoder().replacement()[0] };
|
ISOCharsetTest.java | 42 this.testingCharset.newEncoder().replacement()[0], 43 this.testingCharset.newEncoder().replacement()[0] };
|
/libcore/luni/src/main/java/java/nio/charset/ |
CharsetEncoderICU.java | 31 // the byte corresponding to '?' in ASCII as the replacement byte for charsets where that 73 byte[] replacement = makeReplacement(icuCanonicalName, address); 74 CharsetEncoderICU result = new CharsetEncoderICU(cs, averageBytesPerChar, maxBytesPerChar, replacement, address); 86 byte[] replacement = DEFAULT_REPLACEMENTS.get(icuCanonicalName); 87 if (replacement != null) { 88 return replacement.clone(); 94 private CharsetEncoderICU(Charset cs, float averageBytesPerChar, float maxBytesPerChar, byte[] replacement, long address) { 95 super(cs, averageBytesPerChar, maxBytesPerChar, replacement, true);
|
CharsetDecoder.java | 63 * replacement string. The replacement string is "\uFFFD" by default and can be 105 * created by this decoder for one input byte, and the default replacement 475 * Notifies that this decoder's replacement has been changed. The default 479 * the new replacement string. 592 * Returns the replacement string, which is never null or empty. 594 public final String replacement() { method in class:CharsetDecoder 599 * Sets the new replacement string. 601 * This method first checks the given replacement's validity, then changes 602 * the replacement value, and at last calls th [all...] |
/libcore/luni/src/main/java/libcore/icu/ |
NativeConverter.java | 59 decoder.replacement()); 67 encoder.replacement());
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/netfilter_ipv4/ |
ip_queue.h | 38 size_t data_len; /* Length of replacement data */ 39 unsigned char payload[0]; /* Optional replacement packet */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter_ipv4/ |
ip_queue.h | 38 size_t data_len; /* Length of replacement data */ 39 unsigned char payload[0]; /* Optional replacement packet */
|
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/ |
auto_testing_hook.h | 137 T replacement, 139 return AutoTestingHookImpl<T>::MakeTestingHook(target, replacement, do_it); 143 inline AutoTestingHookImpl<T> MakeTestingHook(T target, T replacement) { 144 return AutoTestingHookImpl<T>::MakeTestingHook(target, replacement, true); 148 inline AutoTestingHookImpl<T>* MakeTestingHookHolder(T target, T replacement) { 149 return AutoTestingHookImpl<T>::MakeTestingHookHolder(target, replacement,
|
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/ |
auto_testing_hook.h | 137 T replacement, 139 return AutoTestingHookImpl<T>::MakeTestingHook(target, replacement, do_it); 143 inline AutoTestingHookImpl<T> MakeTestingHook(T target, T replacement) { 144 return AutoTestingHookImpl<T>::MakeTestingHook(target, replacement, true); 148 inline AutoTestingHookImpl<T>* MakeTestingHookHolder(T target, T replacement) { 149 return AutoTestingHookImpl<T>::MakeTestingHookHolder(target, replacement,
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
PhoneNumberWatcherTest.java | 252 * the deleted text doesn't have any formatting and neither does the replacement text: in this 253 * case the replacement text should be formatted by the PhoneNumberFormattingTextWatcher. 257 String replacement = "6501234567"; local 259 testReplacement(init, replacement, expected); 272 private void testReplacement(String init, String replacement, String expected) { 278 textWatcher.beforeTextChanged(number, 0, init.length(), replacement.length()); 279 number.replace(0, init.length(), replacement, 0, replacement.length()); 280 Selection.setSelection(number, replacement.length()); // move the cursor to the end 281 textWatcher.onTextChanged(number, 0, init.length(), replacement.length()) [all...] |
/external/chromium_org/net/dns/ |
mock_host_resolver.cc | 226 std::string replacement; member in struct:net::RuleBasedHostResolverProc::Rule 234 const std::string& replacement, 241 replacement(replacement), 251 const std::string& replacement) { 253 replacement); 259 const std::string& replacement) { 260 DCHECK(!replacement.empty()); 267 replacement, 293 const std::string& replacement, [all...] |
/libcore/luni/src/main/java/java/util/regex/ |
Matcher.java | 94 * Appends a literal part of the input plus a replacement for the current 103 * @param replacement 104 * the replacement text. 109 public Matcher appendReplacement(StringBuffer buffer, String replacement) { 111 appendEvaluated(buffer, replacement); 294 * @param replacement 295 * the replacement text. 298 public String replaceFirst(String replacement) { 302 appendReplacement(buffer, replacement); 311 * @param replacement [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
AndroidSourceViewerConfig.java | 193 String replacement = proposal.getDisplayString(); local 194 if (replacement.charAt(0) == '"' && 195 replacement.charAt(replacement.length() - 1) == '"') { 201 } else if (replacement.contains("Namespace") //$NON-NLS-1$ 202 || replacement.startsWith("XSL ") //$NON-NLS-1$ 203 || replacement.contains("Schema")) { //$NON-NLS-1$
|
/ndk/sources/host-tools/sed-4.2.1/ |
config_h.in | 692 /* Define to rpl_ if the getopt replacement functions and variables should be 699 /* Define to rpl_gmtime if the replacement function should be used. */ 718 /* Define to rpl_localtime if the replacement function should be used. */ 721 /* Define to rpl_malloc if the replacement function should be used. */ 730 /* Define to rpl_re_comp if the replacement should be used. */ 733 /* Define to rpl_re_compile_fastmap if the replacement should be used. */ 736 /* Define to rpl_re_compile_pattern if the replacement should be used. */ 739 /* Define to rpl_re_exec if the replacement should be used. */ 742 /* Define to rpl_re_match if the replacement should be used. */ 745 /* Define to rpl_re_match_2 if the replacement should be used. * [all...] |