HomeSort by relevance Sort by last modified time
    Searched full:replacement (Results 1 - 25 of 2295) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/examples/rexx/
README 0 Replacement modules for an existing REXX interpreter. Not standalone.
  /external/antlr/antlr-3.4/runtime/Python/unittests/
testbase.py 14 def replacement(*args, **kwargs): function in function:broken.wrapper
21 replacement.__doc__ = test_method.__doc__
22 replacement.__name__ = 'XXX_' + test_method.__name__
23 replacement.todo = reason
24 return replacement
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
TextCodec.cpp 39 int TextCodec::getUnencodableReplacement(unsigned codePoint, UnencodableHandling handling, UnencodableReplacementArray replacement)
43 replacement[0] = '?';
44 replacement[1] = 0;
47 snprintf(replacement, sizeof(UnencodableReplacementArray), "&#%u;", codePoint);
48 return static_cast<int>(strlen(replacement));
50 snprintf(replacement, sizeof(UnencodableReplacementArray), "%%26%%23%u%%3B", codePoint);
51 return static_cast<int>(strlen(replacement));
54 replacement[0] = 0;
  /external/smack/src/org/xbill/DNS/
NAPTRRecord.java 20 private Name replacement; field in class:NAPTRRecord
38 * @param replacement The domain-name to query for the next DNS resource
44 String flags, String service, String regexp, Name replacement)
57 this.replacement = checkName("replacement", replacement);
67 replacement = new Name(in);
82 replacement = st.getName(origin);
99 sb.append(replacement);
133 /** Returns the replacement domain-name *
    [all...]
  /external/clang/include/clang/Tooling/
Refactoring.h 68 /// \brief A text replacement.
70 /// Represents a SourceManager independent replacement of a range of text in a
72 class Replacement {
74 /// \brief Creates an invalid (not applicable) replacement.
75 Replacement();
77 /// \brief Creates a replacement of the range [Offset, Offset+Length) in
83 Replacement(StringRef FilePath, unsigned Offset,
86 /// \brief Creates a Replacement of the range [Start, Start+Length) with
88 Replacement(SourceManager &Sources, SourceLocation Start, unsigned Length,
91 /// \brief Creates a Replacement of the given range with ReplacementText
    [all...]
  /cts/tests/tests/text/src/android/text/method/cts/
ReplacementTransformationMethodTest.java 34 private final char[] REPLACEMENT = new char[] { '3', '4' };
51 new MyReplacementTransformationMethod(ORIGINAL, REPLACEMENT);
62 REPLACEMENT);
75 // replacement has same chars
84 // replacement has more chars than original
96 new MyReplacementTransformationMethod(ORIGINAL_WITH_SAME_CHARS, REPLACEMENT);
103 // original has more chars than replacement
104 method = new MyReplacementTransformationMethod(ORIGINAL_WITH_MORE_CHARS, REPLACEMENT);
107 fail("Threre is more chars in the original than replacement.");
115 REPLACEMENT);
    [all...]
  /external/chromium_org/chrome/common/
spellcheck_result.h 12 // possible replacement of the misspelling if it is available.
29 : type(t), location(loc), length(len), replacement(rep), hash(h) {
35 string16 replacement; member in struct:SpellCheckResult
  /external/clang/unittests/Tooling/
RefactoringTest.cpp 36 Replacement createReplacement(SourceLocation Start, unsigned Length,
38 return Replacement(Context.Sources, Start, Length, ReplacementText);
47 Replacement Replace(createReplacement(Location, 4, ""));
55 Replacement Replace(createReplacement(Location, 17, ""));
63 Replacement Replace(createReplacement(Location, 0, "result"));
72 Replacement Replace(createReplacement(Location, 12, "x"));
81 Replacement Replace1(createReplacement(Location1, 12, "x\ny\n"));
88 Replacement Replace2(createReplacement(Location2, 1, "f"));
94 Replacement Replace("nonexistent-file.cpp", 0, 1, "");
99 Replacement Replace("/path/to/file.cpp", 0, 1, "")
    [all...]
  /external/chromium_org/chrome/browser/policy/
policy_error_map.cc 23 const std::string& replacement)
29 replacement(replacement) {}
46 std::string replacement; member in struct:policy::PolicyErrorMap::PendingError
77 const std::string& replacement) {
78 AddError(PendingError(policy, std::string(), -1, message_id, replacement));
84 const std::string& replacement) {
85 AddError(PendingError(policy, subkey, -1, message_id, replacement));
91 const std::string& replacement) {
92 AddError(PendingError(policy, std::string(), index, message_id, replacement));
    [all...]
  /external/chromium_org/tools/git/
mffr.py 6 """Usage: mffr.py [-d] [-g *.h] [-g *.cc] REGEXP REPLACEMENT
16 REGEXP uses full Python regexp syntax. REPLACEMENT can use
32 def MultiFileFindReplace(original, replacement, file_globs):
35 Given an |original| string and a |replacement| string, find matching
40 |replacement|. |replacement| may use capture group back-references.
44 replacement: '\1chrome/browser/ui/browser/browser.h\3'
66 contents = re.sub(original, replacement, original_contents)
78 (1) %prog <options> REGEXP REPLACEMENT
79 REGEXP uses full Python regexp syntax. REPLACEMENT can use back-references
    [all...]
  /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)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
compatibility.h 227 * *ptr=replacement and return @c true, return @c false otherwise.
232 * @param replacement Replacement value.
235 compare_and_swap_32(volatile int32* ptr, int32 comparand, int32 replacement)
238 return _InterlockedCompareExchange((void*)ptr, replacement,
241 return _InterlockedCompareExchange((void*)ptr, replacement,
245 replacement, comparand) == comparand;
247 return __sync_bool_compare_and_swap(ptr, comparand, replacement);
250 replacement) == comparand;
258 *ptr = replacement;
    [all...]
  /external/chromium_org/third_party/WebKit/public/web/
WebTextCheckingResult.h 54 WebTextCheckingResult(WebTextCheckingType type, int location, int length, const WebString& replacement = WebString(), uint32_t hash = 0)
58 , replacement(replacement)
70 WebString replacement; member in struct:WebKit::WebTextCheckingResult
  /external/doclava/res/assets/templates/
components.cs 2 <?cs # Use the -tempatedir arg to javadoc to set your own directory with a replacement for this file in it. ?>
  /external/llvm/test/Transforms/ScalarRepl/
2003-09-12-IncorrectPromote.ll 1 ; Scalar replacement was incorrectly promoting this alloca!!
  /packages/apps/Email/src/com/android/email/service/
EmailUpgradeBroadcastReceiver.java 8 * {@link BroadcastReceiver} for app upgrade. This listens to package replacement (for unbundled
  /external/chromium_org/ui/keyboard/resources/elements/
kb-key-sequence.html 31 var replacement = document.createDocumentFragment();
38 replacement.appendChild(key);
40 result = replacement;
  /ndk/sources/host-tools/sed-4.2.1/m4/
regex.m4 178 [Define to rpl_re_syntax_options if the replacement should be used.])
180 [Define to rpl_re_set_syntax if the replacement should be used.])
182 [Define to rpl_re_compile_pattern if the replacement should be used.])
184 [Define to rpl_re_compile_fastmap if the replacement should be used.])
186 [Define to rpl_re_search if the replacement should be used.])
188 [Define to rpl_re_search_2 if the replacement should be used.])
190 [Define to rpl_re_match if the replacement should be used.])
192 [Define to rpl_re_match_2 if the replacement should be used.])
194 [Define to rpl_re_set_registers if the replacement should be used.])
196 [Define to rpl_re_comp if the replacement should be used.]
    [all...]
  /libcore/luni/src/main/java/java/nio/charset/
CharsetEncoder.java 59 * the problematic input with the byte sequence returned by {@link #replacement}. The disposition
63 * <p>The default replacement bytes depend on the charset but can be overridden using the
99 // decoder instance for this encoder's charset, used for replacement value checking
104 * the replacement byte array {@code { (byte) '?' }}.
112 * <code>Charset</code>, replacement byte array, average number and
123 * @param replacement
124 * the replacement byte array, cannot be null or empty, its
126 * and must be a legal replacement, which can be justified by
131 protected CharsetEncoder(Charset cs, float averageBytesPerChar, float maxBytesPerChar, byte[] replacement) {
132 this(cs, averageBytesPerChar, maxBytesPerChar, replacement, false)
631 public final byte[] replacement() { method in class:CharsetEncoder
    [all...]
  /external/chromium_org/v8/test/preparser/
duplicate-property.pyt 35 replacement = {"id1": propa, "id2": propb, "name": name}
38 def StrictTest(name, source, replacement, expectation):
41 "\"use strict\";\n" + source)(replacement, expectation)
42 Template(name, source)(replacement, expectation)
49 """)(replacement, "strict_duplicate_property")
53 """)(replacement, None)
57 """, replacement, "accessor_data_property")
61 """, replacement, "accessor_data_property")
65 """, replacement, "accessor_data_property")
69 """, replacement, "accessor_data_property"
    [all...]
  /external/v8/test/preparser/
duplicate-property.pyt 35 replacement = {"id1": propa, "id2": propb, "name": name}
38 def StrictTest(name, source, replacement, expectation):
41 "\"use strict\";\n" + source)(replacement, expectation)
42 Template(name, source)(replacement, expectation)
49 """)(replacement, "strict_duplicate_property")
53 """)(replacement, None)
57 """, replacement, "accessor_data_property")
61 """, replacement, "accessor_data_property")
65 """, replacement, "accessor_data_property")
69 """, replacement, "accessor_data_property"
    [all...]
  /external/chromium_org/third_party/bintrees/bintrees/
bintree.py 129 replacement = node.right
130 while replacement.left is not None:
131 parent = replacement
133 replacement = replacement.left
134 parent[direction] = replacement.right
136 node.key = replacement.key
137 node.value = replacement.value
138 node = replacement # delete replacement!
    [all...]
  /frameworks/base/core/java/android/text/method/
ReplacementTransformationMethod.java 42 * Returns a parallel array of replacement characters for the ones
54 char[] replacement = getReplacement(); local
85 original, replacement));
89 replacement).toString();
96 original, replacement);
98 return new ReplacementCharSequence(source, original, replacement);
113 char[] replacement) {
116 mReplacement = replacement;
174 char[] replacement) {
175 super(source, original, replacement);
    [all...]
  /external/clang/lib/Tooling/
Refactoring.cpp 28 Replacement::Replacement()
31 Replacement::Replacement(StringRef FilePath, unsigned Offset, unsigned Length,
36 Replacement::Replacement(SourceManager &Sources, SourceLocation Start,
41 Replacement::Replacement(SourceManager &Sources, const CharSourceRange &Range,
46 bool Replacement::isApplicable() const {
50 bool Replacement::apply(Rewriter &Rewrite) const
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/res/
XPATHMessages.java 41 * Creates a message from the specified key and replacement
45 * @param args The arguments to be used as replacement text
59 * Creates a message from the specified key and replacement
63 * @param args The arguments to be used as replacement text
77 * Creates a message from the specified key and replacement
82 * @param args The arguments to be used as replacement text

Completed in 752 milliseconds

1 2 3 4 5 6 7 8 91011>>