/external/libxml2/python/tests/ |
input_callback.py | 31 <!ENTITY sample.entity "replacement text">''' 48 root_name="root", root_content="replacement text"):
|
/external/llvm/docs/ |
Lexicon.rst | 168 ``Constant::replaceUsesOfWithOnConstant()`` implement the replacement of one 217 Scalar Replacement of Aggregates
|
/external/llvm/include/llvm/Support/ |
Regex.h | 81 /// replacement string are replaced with the appropriate match substring. 83 /// Note that the replacement string has backslash escaping performed on
|
SourceMgr.h | 199 /// Represents a single fixit, a replacement of one range of text with another. 213 SMFixIt(SMRange R, const Twine &Replacement) 214 : Range(R), Text(Replacement.str()) {
|
/external/llvm/lib/Transforms/Scalar/ |
DCE.cpp | 38 static char ID; // Pass identification, replacement for typeid 79 static char ID; // Pass identification, replacement for typeid
|
/external/llvm/tools/opt/ |
PrintSCC.cpp | 38 static char ID; // Pass identification, replacement for typeid 50 static char ID; // Pass identification, replacement for typeid
|
/external/pdfium/samples/fx_lpng/lpng_v163/ |
fx_pngwio.c | 17 * functions, but rather write replacement functions and then change
45 * not writing to a standard C stream, you should create a replacement
|
/external/slf4j/slf4j-migrator/src/test/java/org/slf4j/migrator/line/ |
JCLRuleSetTest.java | 37 // LogFactory import replacement 39 // Log import replacement
|
Log4jRuleSetTest.java | 42 // LogFactory import replacement 44 // Log import replacement
|
/external/v8/src/compiler/ |
js-builtin-reducer.cc | 16 // Helper method that assumes replacement nodes are pure values that don't 20 NodeProperties::ReplaceWithValue(node, reduction.replacement());
|
/external/valgrind/coregrind/m_demangle/ |
safe-ctype.h | 1 /* <ctype.h> replacement macros. 22 /* This is a compatible replacement of the standard C library's <ctype.h>
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/ |
CharsetEncoder2Test.java | 80 byte[] replacement) { 81 super(cs, averageBytesPerChar, maxBytesPerChar, replacement);
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/config/ |
user.hpp | 74 // boost.config would normally select, any replacement should set up 79 // boost.config would normally select, any replacement should undo
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
safe-ctype.h | 1 /* <ctype.h> replacement macros. 22 /* This is a compatible replacement of the standard C library's <ctype.h>
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_queue.py | 47 d.put(1, "replacement data") 118 d.put(1, "replacement data")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_queue.py | 47 d.put(1, "replacement data") 118 d.put(1, "replacement data")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/ |
cStringIO.so | |
/system/bt/embdrv/sbc/decoder/include/ |
oi_modules.h | 75 OI_MODULE_HCRP_CLI, /**< 17 Hardcopy Cable Replacement Profile */ 76 OI_MODULE_HCRP_SRV, /**< 18 Hardcopy Cable Replacement Profile */
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
testbase.py | 46 def replacement(*args, **kwargs): function in function:broken.wrapper 53 replacement.__doc__ = test_method.__doc__ 54 replacement.__name__ = 'XXX_' + test_method.__name__ 55 replacement.todo = reason 56 return replacement
|
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/ |
Pick.java | 68 public Pick replace(String toReplace, Pick replacement) { 69 Replacer visitor = new Replacer(toReplace, replacement); 537 Pick replacement; field in class:Pick.Replacer 538 Replacer(String toReplace, Pick replacement) { 540 this.replacement = replacement; 544 a = replacement;
|
/external/icu/icu4c/source/common/unicode/ |
rep.h | 30 * string of characters that supports the replacement of a range of 130 * limit is equal to the replacement text, that replace has no 134 * smaller replacement if possible. This will preserve as much
|
/external/icu/icu4c/source/i18n/ |
rbt_rule.h | 83 * The object that performs the replacement if the key, 254 * Attempt a match and replacement at the given position. Return 263 * If a full match is obtained, perform a replacement, update pos,
|
/external/llvm/lib/Transforms/IPO/ |
LoopExtractor.cpp | 38 static char ID; // Pass identification, replacement for typeid 68 static char ID; // Pass identification, replacement for typeid 178 static char ID; // Pass identification, replacement for typeid
|
/external/valgrind/coregrind/ |
pub_core_redir.h | 3 /*--- Function replacement and wrapping. pub_core_redir.h ---*/ 37 // - code replacement: intercepting calls to client functions, and 98 replacement.
|
/frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/ |
BaseCompilationTest.java | 175 final String replacement = replacements.get(key); local 176 if (replacement != null) { 177 out.append(replacement);
|