HomeSort by relevance Sort by last modified time
    Searched full:replacement (Results 276 - 300 of 2383) sorted by null

<<11121314151617181920>>

  /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 492 ScopedStringChars replacement(env, javaReplacement);
493 if (replacement.get() == NULL) {
494 maybeThrowIcuException(env, "replacement", U_ILLEGAL_ARGUMENT_ERROR);
497 u_strncpy(callbackContext->replacementChars, replacement.get(), replacement.size());
498 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/chromium_org/tools/gyp/pylib/gyp/
input.py 355 # TODO(dglazkov) The backslash/forward-slash replacement at the end is a
419 # copy with the target-specific data merged into it as the replacement
747 # of what's intended for replacement.
753 # is the character code for the replacement type (< > <! >! <| >| <@
773 # Adjust the replacement range to match the entire command
779 # Find the "real" replacement, matching the appropriate closing
780 # paren, and adjust the replacement start and end.
781 replacement = input_str[replace_start:replace_end]
812 expand_to_list = '@' in match['type'] and input_str == replacement
834 replacement = contents_list[0
    [all...]
  /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_org/chrome/browser/spellchecker/
spelling_service_client.cc 214 base::string16 replacement; local
216 !suggestion->GetString("suggestion", &replacement)) {
220 SpellCheckResult::SPELLING, start, length, replacement);
spellcheck_host_metrics.h 50 // Collects a histogram for misspelled word replacement
  /external/libnl/lib/
handlers.c 362 * @arg func replacement callback for nl_recvmsgs()
373 * @arg func replacement callback for nl_recv()
385 * @arg func replacement callback for nl_send()
  /external/llvm/lib/CodeGen/
ExpandPostRAPseudos.cpp 36 static char ID; // Pass identification, replacement for typeid
64 /// replacement instructions immediately precede it. Copy any implicit-def
65 /// operands from MI to the replacement instruction.
  /external/valgrind/main/coregrind/
pub_core_trampoline.h 37 // PURPOSE: This module defines a few replacement functions for Linux
43 // Note: generally, putting replacement functions in here is a bad
47 // encounters one of these replacement functions. A better place to
  /device/htc/flounder/overlay/frameworks/base/core/res/res/values-mcc310-mnc004/
config.xml 29 there is no replacement value and VoLTE is assumed to be supported -->
  /device/htc/flounder/overlay/frameworks/base/core/res/res/values-mcc310-mnc410/
config.xml 37 there is no replacement value and VoLTE is assumed to be supported -->
  /device/htc/flounder/overlay/frameworks/base/core/res/res/values-mcc311-mnc480/
config.xml 29 there is no replacement value and VoLTE is assumed to be supported -->
  /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_org/base/process/
process_win.cc 29 // which might have been hooked with a buggy replacement by third party
  /external/chromium_org/build/config/
ui.gni 27 # of a replacement for GDI or GTK.
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_classifier.h 38 // user on a search results page doing search term replacement); this may
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
app_indicator_icon_menu.cc 60 // "click action replacement menu item" from the other menu items.

Completed in 1358 milliseconds

<<11121314151617181920>>