/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/info/ |
cppinternals.info | 328 The tokens forming a macro's replacement list are collected by the 448 is all you need to get the replacement list of a macro. 456 rapid replacement of parameters with their arguments during expansion. 469 normally holds the unexpanded replacement list of the innermost macro 486 replacement list of that macro. In the case of function-like macros, 487 `enter_macro_context' also replaces any parameters in the replacement 507 Scanning the replacement list for macros to expand 511 with their possibly-expanded arguments, the replacement list is scanned 512 for nested macros. Further, any identifiers in the replacement list 524 parameter in the macro's replacement list, the subsequent token happen [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/info/ |
cppinternals.info | 328 The tokens forming a macro's replacement list are collected by the 448 is all you need to get the replacement list of a macro. 456 rapid replacement of parameters with their arguments during expansion. 469 normally holds the unexpanded replacement list of the innermost macro 486 replacement list of that macro. In the case of function-like macros, 487 `enter_macro_context' also replaces any parameters in the replacement 507 Scanning the replacement list for macros to expand 511 with their possibly-expanded arguments, the replacement list is scanned 512 for nested macros. Further, any identifiers in the replacement list 524 parameter in the macro's replacement list, the subsequent token happen [all...] |
/external/chromium/googleurl/src/ |
url_canon_etc.cc | 132 char replacement = 0; local 137 replacement = kSchemeCanonical[ch]; 139 replacement = kSchemeCanonical[ch]; 143 if (replacement) { 144 output->push_back(replacement); 290 // character" as IE seems to (ReadUTFChar puts the unicode replacement
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLTextFormControlElement.cpp | 221 void HTMLTextFormControlElement::setRangeText(const String& replacement, ExceptionState& es) 223 setRangeText(replacement, selectionStart(), selectionEnd(), String(), es); 226 void HTMLTextFormControlElement::setRangeText(const String& replacement, unsigned start, unsigned end, const String& selectionMode, ExceptionState& es) 235 unsigned replacementLength = replacement.length(); 243 text.replace(start, end - start, replacement); 245 text.insert(replacement, start);
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
TouchAdjustment.cpp | 288 Node* replacement = candidate; local 291 replacement = parent; 292 if (editableAncestors.contains(replacement)) { 293 replacement = 0; 296 editableAncestors.add(replacement); 299 candidate = replacement;
|
/external/chromium_org/url/ |
url_canon_etc.cc | 107 char replacement = 0; local 112 replacement = kSchemeCanonical[ch]; 114 replacement = kSchemeCanonical[ch]; 118 if (replacement) { 119 output->push_back(replacement); 265 // character" as IE seems to (ReadUTFChar puts the unicode replacement
|
/external/clang/include/clang/AST/ |
TemplateName.h | 344 TemplateName Replacement; 347 TemplateName replacement) 349 Parameter(parameter), Replacement(replacement) {} 353 TemplateName getReplacement() const { return Replacement; } 359 TemplateName replacement);
|
/external/qemu/distrib/sdl-1.2.15/test/ |
utf8.txt | 27 replacement character (U+FFFD), which looks a bit like an inverted 37 all, (2) represented by exactly one single replacement character (or 52 malformed sequences is replaced by a single replacement character. 57 sequence by a replacement character. If you follow this strategy in 165 malformed sequence, i.e., you should see only a single replacement | 219 a replacement character. If you see a slash below, you do not have a |
|
/libcore/luni/src/main/native/ |
libcore_icu_NativeConverter.cpp | 490 ScopedStringChars replacement(env, javaReplacement); 491 if (replacement.get() == NULL) { 492 maybeThrowIcuException(env, "replacement", U_ILLEGAL_ARGUMENT_ERROR); 495 u_strncpy(callbackContext->replacementChars, replacement.get(), replacement.size()); 496 callbackContext->replacementCharCount = replacement.size();
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
re.py | 147 replacement repl. repl can be either a string or a callable; 150 a replacement string to be used.""" 157 string by the replacement repl. number is the number of 161 return a replacement string to be used.""" 249 # internal: compile replacement pattern 272 # literal replacement
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
re.py | 147 replacement repl. repl can be either a string or a callable; 150 a replacement string to be used.""" 157 string by the replacement repl. number is the number of 161 return a replacement string to be used.""" 249 # internal: compile replacement pattern 272 # literal replacement
|
/external/bison/build-aux/snippet/ |
c++defs.h | 36 * For providing a replacement for a function that exists on all platforms, 55 * For providing a replacement for a function that exists on some platforms 88 declares a replacement function, named rpl_func, with the given prototype,
|
/external/bison/darwin-lib/ |
c++defs.h | 20 * For providing a replacement for a function that exists on all platforms, 39 * For providing a replacement for a function that exists on some platforms 72 declares a replacement function, named rpl_func, with the given prototype,
|
/external/bison/linux-lib/ |
c++defs.h | 20 * For providing a replacement for a function that exists on all platforms, 39 * For providing a replacement for a function that exists on some platforms 72 declares a replacement function, named rpl_func, with the given prototype,
|
/external/chromium/chrome/browser/extensions/ |
extension_omnibox_api.cc | 254 string16 replacement = local 256 description.replace(placeholder, kPlaceholderText.length(), replacement); 260 description_styles[i].offset += replacement.length() - 2;
|
/external/chromium_org/chrome/browser/spellchecker/ |
spelling_service_client.cc | 215 string16 replacement; local 217 !suggestion->GetString("suggestion", &replacement)) { 221 SpellCheckResult::SPELLING, start, length, replacement);
|
/external/llvm/lib/CodeGen/ |
ExpandPostRAPseudos.cpp | 35 static char ID; // Pass identification, replacement for typeid 63 /// replacement instructions immediately precede it. Copy any implicit-def 64 /// operands from MI to the replacement instruction.
|
/external/valgrind/main/coregrind/ |
pub_core_trampoline.h | 35 // PURPOSE: This module defines a few replacement functions for Linux 41 // Note: generally, putting replacement functions in here is a bad 45 // encounters one of these replacement functions. A better place to
|
/libcore/harmony-tests/src/test/java/tests/api/java/nio/charset/ |
CharsetTest.java | 59 assertNotNull(enc.replacement()); 168 // This test uses REPLACE mode, so we get the U+FFFD replacement character in the result. 183 // This test uses REPLACE mode, so we get the U+FFFD replacement character in the result. 217 // This test uses REPLACE mode, so we get the U+FFFD replacement character in the result. 232 // This test uses REPLACE mode, so we get the U+FFFD replacement character in the result. 243 // This test uses REPLACE mode, so we get the U+FFFD replacement character in the result. 258 // This test uses REPLACE mode, so we get the U+FFFD replacement character in the result. 657 "abcd" + new String(c1.newEncoder().replacement(), "iso8859-1") + "efg"); 690 "abcd" + new String(c1.newEncoder().replacement(), "iso8859-1") + "efg"); 722 byte[] replacement = c1.newEncoder().replacement() [all...] |
/dalvik/vm/ |
Init.h | 62 * Replacement for fprintf() when we want to send a message to the console.
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/ |
Messages.java | 162 * Creates a message from the specified key and replacement 166 * @param args The arguments to be used as replacement text 186 * Creates a message from the specified key and replacement 193 * @param args The arguments to be used as replacement text
|
/external/bison/lib/ |
fstat.c | 1 /* fstat() replacement.
|
/external/bison/m4/ |
time_h.m4 | 1 # Configure a more-standard replacement for <time.h>.
|
warn-on-use.m4 | 17 # header, but if the replacement header pulls in other headers because
|
/external/chromium/base/i18n/ |
icu_string_conversions.h | 28 // by Unicode replacement character (U+FFFD). When converting from Unicode,
|