HomeSort by relevance Sort by last modified time
    Searched full:replacement (Results 1076 - 1100 of 2295) sorted by null

<<41424344454647484950>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ast.py 263 original node in which case no replacement takes place.
  /system/core/libpixelflinger/codeflinger/
armreg.h 225 #define CPU_CONTROL_ROUNDROBIN 0x00004000 /* RR: Predictable replacement */
  /external/chromium_org/third_party/icu/source/i18n/
rematch.cpp 280 const UnicodeString &replacement,
284 utext_openConstUnicodeString(&replacementText, &replacement, &status);
303 UText *replacement,
344 // scan the replacement text, looking for substitutions ($n) and \escapes.
347 UTEXT_SETNATIVEINDEX(replacement, 0);
348 UChar32 c = UTEXT_NEXT32(replacement);
356 c = UTEXT_CURRENT32(replacement);
364 struct URegexUTextUnescapeCharContext context = U_REGEX_UTEXT_UNESCAPE_CONTEXT(replacement);
381 UTEXT_PREVIOUS32(replacement);
383 utext_moveIndex32(replacement, offset - context.lastOffset - 1)
    [all...]
uspoof_conf.cpp 229 // Capture Group 2: the replacement chars
237 "[ \\t]*([0-9A-Fa-f]+" // Match the replacement char(s)
  /external/icu4c/i18n/
rematch.cpp 286 const UnicodeString &replacement,
290 utext_openConstUnicodeString(&replacementText, &replacement, &status);
309 UText *replacement,
350 // scan the replacement text, looking for substitutions ($n) and \escapes.
353 UTEXT_SETNATIVEINDEX(replacement, 0);
354 UChar32 c = UTEXT_NEXT32(replacement);
362 c = UTEXT_CURRENT32(replacement);
370 struct URegexUTextUnescapeCharContext context = U_REGEX_UTEXT_UNESCAPE_CONTEXT(replacement);
387 (void)UTEXT_PREVIOUS32(replacement);
389 utext_moveIndex32(replacement, offset - context.lastOffset - 1)
    [all...]
uspoof_conf.cpp 230 // Capture Group 2: the replacement chars
238 "[ \\t]*([0-9A-Fa-f]+" // Match the replacement char(s)
  /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 444 "improper end replacement claim at " +
634 * it was ended due to a replacement (rather than
OutputFinisher.java 591 * replacement list, where each {link DalvInsn} instance that
598 * @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/chromium/third_party/libevent/
ChangeLog 6 o Rename our replacement compat/sys/_time.h header to avoid build a conflict on HPUX; reported by Kathryn Hogg.
100 o Merge windows gettimeofday() replacement into a new evutil_gettimeofday() function.
  /external/chromium_org/chrome/browser/extensions/api/web_navigation/
web_navigation_api.cc 563 // When showing replacement content, we might get load signals for frames
603 // When showing replacement content, we might get load signals for frames
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringImpl.h 400 ALWAYS_INLINE PassRefPtr<StringImpl> replace(UChar pattern, const char* replacement, unsigned replacementLength) { return replace(pattern, reinterpret_cast<const LChar*>(replacement), replacementLength); }
  /external/chromium_org/third_party/icu/source/common/
ustrcase.c 824 * remember that this simulates bulk text replacement:
869 * remember that this simulates bulk text replacement:
  /external/chromium_org/third_party/libevent/
ChangeLog 6 o Rename our replacement compat/sys/_time.h header to avoid build a conflict on HPUX; reported by Kathryn Hogg.
100 o Merge windows gettimeofday() replacement into a new evutil_gettimeofday() function.
  /external/chromium_org/third_party/mesa/src/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/chromium_org/url/
gurl.cc 56 // The old value was non-NULL, so no replacement was done. Another
447 // The old value was non-NULL, so no replacement was done. Another
  /external/chromium_org/v8/src/ia32/
deoptimizer-ia32.cc 330 PrintF("[on-stack replacement: begin 0x%08" V8PRIxPTR " ",
443 PrintF("[on-stack replacement translation %s: 0x%08" V8PRIxPTR " ",
  /external/chromium_org/v8/src/x64/
deoptimizer-x64.cc 235 PrintF("[on-stack replacement: begin 0x%08" V8PRIxPTR " ",
329 PrintF("[on-stack replacement translation %s: 0x%08" V8PRIxPTR " ",
  /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 962 /* Error copying in replacement inode bitmap */
965 /* Error copying in replacement block bitmap */
  /external/icu4c/common/
ustrcase.cpp 645 * remember that this simulates bulk text replacement:
690 * remember that this simulates bulk text replacement:
  /external/icu4c/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.

Completed in 509 milliseconds

<<41424344454647484950>>