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

<<11121314151617181920>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/backward/
backward_warning.h 36 listing of replacement headers and interfaces, consult the file \
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_config.h 87 /* We may need some replacement for stdarg.h here */
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_config.h 87 /* We may need some replacement for stdarg.h here */
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_config.h 87 /* We may need some replacement for stdarg.h here */
  /system/core/include/utils/
LinearAllocator.h 46 * Typically this is used in an object's overridden new() method or as a replacement for malloc.
  /libcore/xml/src/main/java/org/xmlpull/v1/
XmlPullParser.java 253 * the replacement text can be obtained by calling getText(); otherwise,
256 * accumulate the replacement text and other text
507 * Set new value for entity replacement text as defined in
508 * <a href="http://www.w3.org/TR/REC-xml#intern-replacement">XML 1.0 Section 4.5
509 * Construction of Internal Entity Replacement Text</a>.
512 * enabled, there is no need to the entity replacement text manually.
519 * <p><b>Please notes:</b> The given value is used literally as replacement text
524 * <p><b>Note:</b> The given value is the literal replacement text and must not
526 * there will be no further replacement).
703 * the entity replacement text (or null if not available). This i
    [all...]
  /external/harfbuzz_ng/src/
hb-buffer.cc 181 replacement = HB_BUFFER_REPLACEMENT_CODEPOINT_DEFAULT;
1055 * @replacement:
1063 hb_codepoint_t replacement)
1068 buffer->replacement = replacement;
1084 return buffer->replacement;
1340 const hb_codepoint_t replacement = buffer->replacement;
1372 prev = utf_t::prev (prev, start, &u, replacement);
1383 next = utf_t::next (next, end, &u, replacement);
    [all...]
  /external/bison/m4/
m4.m4 29 # Root out GNU M4 1.4.15 with buggy false negative replacement strstr.
45 GNU M4 1.4.15 uses a buggy replacement strstr on some systems.
  /external/bluetooth/bluedroid/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/chromium_org/chrome/browser/ui/search_engines/
edit_search_engine_controller.cc 41 // contains replacement strings. We do this by constructing a dummy
54 // replacement.
  /external/chromium_org/chrome/installer/mini_installer/
mini_string.h 31 // Simple replacement for CRT string copy method that does not overflow.
37 // Simple replacement for CRT string copy method that does not overflow.
  /external/chromium_org/chromeos/network/onc/
onc_utils.h 61 // Returns the replacement string for |placeholder| in
74 // replacement strings are obtained from |substitution|.
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
TextEncoding.cpp 49 // Aliases are valid, but not "replacement" itself.
57 // Aliases are valid, but not "replacement" itself.
  /external/chromium_org/third_party/icu/source/test/cintltst/
utexttst.c 273 uString, -1, /* replacement, replacement length */
  /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
AddressVerificationData.java 107 // Java regex doesn't handle a replacement String consisting of
108 // a single backslash, and treats a replacement String consisting of
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
regexp_adapter.h 131 // replacement string are referenced with the $[0-9] notation.
132 // Returns true if the pattern matches and a replacement occurs, false
stringutil.h 75 // Replaces all instances of 'substring' in 's' with 'replacement'. Returns the
77 int GlobalReplaceSubstring(const string& substring, const string& replacement,
  /external/chromium_org/third_party/libpng/
pngrio.c 17 * function, but rather write a replacement function and then make
45 * not reading from a standard C stream, you should create a replacement
  /external/clang/docs/tools/
dump_format_style.py 15 replacement = '\n.. START_%s\n\n%s\n\n.. END_%s\n' % (tag, contents, tag)
17 return re.sub(pattern, '%s', text, flags=re.S) % replacement
  /external/icu/icu4c/source/test/cintltst/
utexttst.c 274 uString, -1, /* replacement, replacement length */
  /external/libpng/
pngmem.c 14 * need special memory handling are expected to supply replacement
17 * identify the replacement functions.
pngwio.c 17 * functions, but rather write replacement functions and then change
46 * not writing to a standard C stream, you should create a replacement
  /external/llvm/docs/
Lexicon.rst 159 ``Constant::replaceUsesOfWithOnConstant()`` implement the replacement of one
208 Scalar Replacement of Aggregates
  /external/llvm/include/llvm/Support/
Regex.h 82 /// replacement string are replaced with the appropriate match substring.
84 /// Note that the replacement string has backslash escaping performed on
  /external/llvm/lib/Transforms/Scalar/
DCE.cpp 38 static char ID; // Pass identification, replacement for typeid
78 static char ID; // Pass identification, replacement for typeid

Completed in 839 milliseconds

<<11121314151617181920>>