/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/qemu/distrib/libpng-1.2.46/ |
pngrio.c | 17 * function, but rather write a replacement function and then make 60 * not reading from a standard C stream, you should create a replacement
|
/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/tests/java/nio/charset/ |
CharsetEncoder2Test.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/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 | |
/sdk/emulator/opengl/shared/emugl/common/ |
id_to_object_map.h | 83 // them when it is destroyed, or during replacement or removal. 127 // ownership of |value| to the map instance. In case of replacement,
|
/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/proguard/src/proguard/classfile/editor/ |
CodeAttributeEditor.java | 425 // Can we perform a faster simple replacement of instructions? 531 // Go over all replacement instructions. 534 // Check if the replacement instruction, if any, has a different 557 // Go over all replacement instructions. 560 // Overwrite the original instruction with the replacement 675 // Account for the replacement instruction, or for the current 761 // Update and insert the replacement instruction, or the current [all...] |
/external/chromium_org/chrome/browser/extensions/api/omnibox/ |
omnibox_api.cc | 375 base::string16 replacement = local 377 description.replace(placeholder, kPlaceholderText.length(), replacement); 381 description_styles[i].offset += replacement.length() - 2;
|
/external/chromium_org/chrome/renderer/spellchecker/ |
spellcheck.cc | 228 base::string16 replacement; local 233 replacement)); 378 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/components/metrics/proto/ |
omnibox_event.proto | 88 // replacement new tab page from an extension. Note that when Instant 112 // replacement, meaning the search terms should've appeared in the omnibox 125 // replacement, meaning the URL of the page should've appeared in the
|
/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/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/include/llvm/Support/ |
SourceMgr.h | 193 /// Represents a single fixit, a replacement of one range of text with another. 207 SMFixIt(SMRange R, const Twine &Replacement) 208 : Range(R), Text(Replacement.str()) {
|
/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/main/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.
|