/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/common/extensions/docs/server2/ |
test_util.py | 42 def _ReplaceLogging(name, replacement): 46 setattr(logging, name, replacement)
|
/external/llvm/utils/llvm-build/llvmbuild/ |
configutil.py | 16 replacement), where the regex and replacement will be used as in 're.sub' to 17 execute the variable replacement. 34 for regex_string,replacement in substitutions: 36 data = regex.sub(replacement, data)
|
/libcore/luni/src/main/java/java/nio/charset/ |
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...] |
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);
|
/libcore/luni/src/main/java/libcore/icu/ |
NativeConverter.java | 59 decoder.replacement()); 67 encoder.replacement());
|
/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...] |
/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);
|
/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$
|
/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,
|
/external/chromium_org/third_party/WebKit/Source/wtf/text/ |
TextCodecUserDefined.cpp | 80 UnencodableReplacementArray replacement; local 81 int replacementLength = TextCodec::getUnencodableReplacement(c, handling, replacement); 84 memcpy(bytes + resultLength, replacement, replacementLength);
|
/bionic/libc/kernel/arch-x86/asm/ |
alternative_32.h | 27 u8 *replacement; member in struct:alt_instr
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
alternative_32.h | 27 u8 *replacement; member in struct:alt_instr
|
/external/chromium_org/chrome/browser/ui/android/infobars/ |
infobar_android.h | 44 // Tells the Java-side counterpart of this InfoBar to point to the replacement 46 void ReassignJavaInfoBar(InfoBarAndroid* 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/v8/test/preparser/ |
testcfg.py | 71 def MkTest(replacement, expectation): 74 for key in replacement.keys(): 75 testname = testname.replace("$" + key, replacement[key]); 76 testsource = testsource.replace("$" + key, replacement[key]);
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
sed.h | 114 struct replacement { struct 119 struct replacement *next; 124 struct replacement *replacement; member in struct:subst
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/ |
alternative_32.h | 21 u8 *replacement; member in struct:alt_instr
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/ |
alternative_32.h | 21 u8 *replacement; member in struct:alt_instr
|
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/ |
alternative_32.h | 21 u8 *replacement; member in struct:alt_instr
|
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/ |
alternative_32.h | 21 u8 *replacement; member in struct:alt_instr
|
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/ |
alternative_32.h | 21 u8 *replacement; member in struct:alt_instr
|
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/ |
alternative_32.h | 27 u8 *replacement; member in struct:alt_instr
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/ |
alternative_32.h | 27 u8 *replacement; member in struct:alt_instr
|