HomeSort by relevance Sort by last modified time
    Searched full:replacement (Results 976 - 1000 of 2053) sorted by null

<<31323334353637383940>>

  /dalvik/dexgen/src/com/android/dexgen/dex/code/
LocalList.java 445 "improper end replacement claim at " +
635 * it was ended due to a replacement (rather than
OutputFinisher.java 564 * replacement list, where each {link DalvInsn} instance that
570 * @return {@code non-null;} the replacement list
  /dalvik/dx/src/com/android/dx/dex/code/
LocalList.java 441 "improper end replacement claim at " +
631 * it was ended due to a replacement (rather than
OutputFinisher.java 613 * replacement list, where each {link DalvInsn} instance that
620 * @return {@code non-null;} the replacement list
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
CharInfo.java 689 * mark it as needing replacement with
703 * mark it as needing replacement with
  /external/clang/lib/Parse/
ParseExprCXX.cpp 593 Token &Replacement) {
611 &Replacement);
664 Token Replacement;
666 tryParseCXXIdExpression(SS, isAddressOfOperand, Replacement);
669 // keyword replacement that needs to be reparsed.
670 UnconsumeToken(Replacement);
671 Result = tryParseCXXIdExpression(SS, isAddressOfOperand, Replacement);
673 assert(!Result.isUnset() && "Typo correction suggested a keyword replacement "
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
LocalList.java 445 "improper end replacement claim at " +
635 * it was ended due to a replacement (rather than
OutputFinisher.java 584 * replacement list, where each {link DalvInsn} instance that
591 * @return {@code non-null;} the replacement list
  /external/e2fsprogs/e2fsck/
problem.h 1007 /* Error copying in replacement inode bitmap */
1010 /* Error copying in replacement block bitmap */
  /external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
CacheBuilder.java 379 * has elapsed after the entry's creation, or the most recent replacement of its value.
410 * has elapsed after the entry's creation, the most recent replacement of its value, or its last
  /external/icu/icu4c/source/common/
ustrcase.cpp 716 * remember that this simulates bulk text replacement:
762 * remember that this simulates bulk text replacement:
  /external/icu/icu4c/source/i18n/
region.cpp 152 UnicodeString aliasTo = ures_getUnicodeStringByKey(res.getAlias(),"replacement",&status);
609 * For deprecated regions, return an enumeration over the IDs of the regions that are the preferred replacement
uspoof_conf.cpp 230 // Capture Group 2: the replacement chars
238 "[ \\t]*([0-9A-Fa-f]+" // Match the replacement char(s)
  /external/icu/icu4c/source/layout/
LEGlyphStorage.h 326 * @return the address at which to store the replacement glyphs.
346 * @return the address at which to store the replacement glyphs.
  /external/icu/icu4c/source/tools/icupkg/
icupkg.cpp 327 /* swap a single file (icuswap replacement) rather than work on a package */
383 * icuswap tool replacement: Only swap a single file.
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
LocaleIDs.java 230 "id", "he", "yi", "jv", "sr", "nb",/* replacement language codes */
374 "CW", "MM", "RS", "DE", "BJ", "FR", "BF", "VU", "ZW", "RU", "TL", "GB", "VN", "YE", "RS", "CD" /* replacement country codes */
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
Region.java 205 String aliasTo = res.get("replacement").getString();
494 * @return For deprecated regions, return an unmodifiable list of the regions that are the preferred replacement regions for this region.
  /external/libpcap/
INSTALL.txt 72 includes replacement kernel objects for some of the standard SunOS 4
313 SUNOS4 - pre-SunOS 4.1 replacement kernel nit modules
  /external/libxml2/
parser.c 108 * replacement over the size in byte of the input indicates that you have
110 * replacement per byte of input.
125 xmlEntityPtr ent, size_t replacement)
156 if (replacement != 0) {
157 if (replacement < XML_MAX_TEXT_LENGTH)
171 if (replacement < XML_PARSER_NON_LINEAR * consumed)
175 * Do the check based on the replacement size of the entity
194 * use the number of parsed entities in the replacement
    [all...]
  /external/llvm/include/llvm/ADT/
ilist.h 19 // The ilist class itself, should be a plug in replacement for list, assuming
20 // that the nodes contain next/prev pointers. This list replacement does not
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_sf_emit.c 375 * (containing 2 attrs) to do point sprite coordinate replacement on.
590 /* Point sprite coordinate replacement: A texcoord with this
  /external/mockftpserver/branches/1.x_Branch/src/site/apt/
stubftpserver-getting-started.apt 65 code and text. This can be a useful replacement for a default <CommandHandler> if you want a
80 If you want to customize the behavior of the server, you should create and configure a replacement
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmserr.c 220 // Plug-in replacement entry
245 // Set replacement functions
  /external/v8/src/
lithium.cc 287 while (cur->replacement() != NULL) {
288 cur = cur->replacement();
  /external/v8/tools/push-to-trunk/
common_includes.py 76 def MSub(rexp, replacement, text):
77 return re.sub(rexp, replacement, text, flags=re.MULTILINE)

Completed in 5942 milliseconds

<<31323334353637383940>>