HomeSort by relevance Sort by last modified time
    Searched full:replacement (Results 51 - 75 of 2053) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/apache-xml/src/main/java/org/apache/xml/res/
XMLMessages.java 68 * Creates a message from the specified key and replacement
72 * @param args The arguments to be used as replacement text
86 * Creates a message from the specified key and replacement
91 * @param args The arguments to be used as replacement text
  /external/bison/lib/
getline.c 1 /* getline.c --- Implementation of replacement getline function.
  /external/clang/lib/Tooling/
RefactoringCallbacks.cpp 23 static Replacement replaceStmtWithText(SourceManager &Sources,
26 return tooling::Replacement(Sources, CharSourceRange::getTokenRange(
29 static Replacement replaceStmtWithStmt(SourceManager &Sources,
43 Replace.insert(tooling::Replacement(
  /external/guava/guava/src/com/google/common/escape/
CharEscaperBuilder.java 40 * Simple decorator that turns an array of replacement char[]s into a CharEscaper, this results in
72 // Replacement mappings.
112 * @return a "sparse" array that holds the replacement mappings.
124 * of replacement char[]s.
  /external/libxml2/result/
isolat3.rde 11 then the replacement text for the entity "
isolat3.rdr 11 then the replacement text for the entity "
isolat3.sax 10 then the replacement text for, 43)
isolat3.sax2 10 then the replacement text for, 43)
  /external/openssh/
fixpaths 18 die Usage: $0 '[-Dstring=replacement] [[infile] ...]'
  /external/valgrind/include/
pub_tool_redir.h 36 /* The following macros facilitate function replacement and wrapping.
38 Function wrapping and function replacement are similar but not
41 A replacement for some function F simply diverts all calls to F
42 to the stated replacement. There is no way to get back to F itself
43 from the replacement.
49 You may notice that replacement is a special case of wrapping, in
52 correctly: in particular, if you want to write a replacement, make
62 available specifications yields more than one replacement or
67 If two replacement/wrapper functions have the same tag and
77 other replacement/wrapper function". Hence if you wish to write
    [all...]
  /external/valgrind/tests/
sys_mman.h 0 // Replacement for sys/mman.h which factors out platform differences.
  /frameworks/av/drm/libdrmframework/plugins/common/util/include/
MimeTypeUtil.h 34 * replacement mimetype otherwise the original mimetype
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
CharEscaperBuilder.java 32 * Simple decorator that turns an array of replacement char[]s into a CharEscaper, this results in
64 // Replacement mappings.
103 * @return a "sparse" array that holds the replacement mappings.
115 * of replacement char[]s.
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
UnicodeReplacer.java 16 * text. The replacement is done via the Replaceable API so as to
26 * replacement text.
  /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 */
  /external/libxml2/python/
TODO 11 - need more testing and check full callbacks for xmllib/sgmlop replacement
55 - basic xmllib replacement
  /external/slf4j/slf4j-migrator/src/test/java/org/slf4j/migrator/line/
TrivialMatcherTest.java 36 // "import org.slf4j.converter" -- > simple replacement with an unique
38 assertEquals("simple replacement with an unique capturing group", trivialLC.getOneLineReplacement("import org.slf4j.converter"));
  /external/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.'
  /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);
  /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.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 */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-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 */

Completed in 1699 milliseconds

1 23 4 5 6 7 8 91011>>