/external/qemu/memcheck/ |
memcheck_mmrange_map.h | 49 * Insertion, or replacement is controlled by the value, passed to this routine 61 * content of the 'replaced' buffer is not defined, as no replacement has
|
/external/valgrind/main/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/nio_char/tests/java/nio/charset/ |
CharsetEncoderTest.java | 80 byte[] replacement) { 81 super(cs, averageBytesPerChar, maxBytesPerChar, replacement);
|
/libcore/luni/src/test/java/libcore/java/nio/charset/ |
CharsetEncoderTest.java | 41 byte[] result = Charset.forName(charset).newEncoder().replacement(); 111 // replacement character U+fffd when it sees the second character (because it too
|
/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/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/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/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/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/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/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/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/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")
|
/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
|
/libcore/libart/src/main/java/java/lang/ |
String.java | 224 * replacement string. Use {@link java.nio.charset.CharsetDecoder} for more control. 814 * replacement byte array. Use {@link java.nio.charset.CharsetEncoder} for more control. [all...] |
/external/proguard/src/proguard/classfile/editor/ |
CodeAttributeEditor.java | 340 // Check if we can perform a faster simple replacement of instructions. 456 // Go over all replacement instructions. 459 // Check if the replacement instruction, if any, has a different 482 // Go over all replacement instructions. 485 // Overwrite the original instruction with the replacement 600 // Account for the replacement instruction, or for the current 686 // Remap and insert the replacement instruction, or the current [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
SerializationStressTest1.java | 197 // This one tests class-based replacement when dumping 208 return FOO; // Replacement is a String 212 // This one tests whether class-based replacement supports multiple levels. 243 // This one tests class-based replacement when loading 251 return FOO; // Replacement is a String 255 // This one tests what happens if a loading-replacement is not [all...] |
/external/chromium_org/chrome/renderer/spellchecker/ |
spellcheck.cc | 227 string16 replacement; local 232 replacement)); 377 spellcheck_results[i].replacement,
|
/external/chromium_org/chrome/tools/convert_dict/ |
aff_reader.cc | 122 std::string replacement(line.substr(4)); 123 AddReplacement(&replacement); 306 Panic("Cannot encode replacement rule '%s' to utf8.", rule->c_str());
|
/external/chromium_org/third_party/WebKit/Source/wtf/text/ |
TextCodecLatin1.cpp | 233 UnencodableReplacementArray replacement; 234 int replacementLength = TextCodec::getUnencodableReplacement(c, handling, replacement); 237 memcpy(bytes + resultLength, replacement, replacementLength);
|
/external/chromium_org/third_party/icu/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/chromium_org/third_party/icu/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/icu4c/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/icu4c/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/include/llvm/Support/ |
SourceMgr.h | 172 /// Represents a single fixit, a replacement of one range of text with another. 186 SMFixIt(SMRange R, const Twine &Replacement) 187 : Range(R), Text(Replacement.str()) {
|
/external/llvm/lib/Transforms/IPO/ |
LoopExtractor.cpp | 37 static char ID; // Pass identification, replacement for typeid 67 static char ID; // Pass identification, replacement for typeid 174 static char ID; // Pass identification, replacement for typeid
|
/external/valgrind/main/coregrind/ |
pub_core_redir.h | 3 /*--- Function replacement and wrapping. pub_core_redir.h ---*/ 37 // - code replacement: intercepting calls to client functions, and 97 replacement.
|