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

<<31323334353637383940>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_urllib.py 87 # create a Node list of the replacement modules
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sre_constants.py 157 # replacement operations for "ignore case" mode
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ucn.py 109 self.checkletter("REPLACEMENT CHARACTER", u"\uFFFD")
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringProposal.java 118 // Should we show the replacement as just R.string.foo or
  /sdk/emulator/opengl/
README 59 desktop libEGL.so or a replacement named by the
  /external/valgrind/main/coregrind/m_replacemalloc/
vg_replace_malloc.c 200 /* Generate a replacement for 'fnname' in object 'soname', which calls
234 /* Generate a replacement for 'fnname' in object 'soname', which calls
260 // Each of these lines generates a replacement function:
261 // (from_so, from_fn, v's replacement)
262 // For some lines, we will also define a replacement function
416 /* Generate a replacement for 'fnname' in object 'soname', which calls
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/sed/
compile.c 758 static struct replacement *new_replacement P_((char *, size_t,
760 static struct replacement *
766 struct replacement *r = OB_MALLOC(&obs, 1, struct replacement);
788 struct replacement root;
789 struct replacement *tail;
879 sub->replacement = root.next;
    [all...]
  /external/clang/utils/TableGen/
ClangDiagnosticsEmitter.cpp 236 SmallString<64> Replacement;
238 Replacement += "InGroup<";
239 Replacement += (*I)->ExplicitDef->getName();
240 Replacement += ">";
242 SMFixIt FixIt(InGroupRange, Replacement.str());
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 339 /// function can be used as a slightly more aggressive replacement for
351 /// function can be used as a slightly more aggressive replacement for
582 static char ID; // Pass identification, replacement for typeid
682 // If both instructions are defined in the same basic block then replacement
692 // it as a replacement will not break LCSSA form.
  /external/v8/src/arm/
deoptimizer-arm.cc 139 // e5 9f c? ?? ldr ip, [pc, <on-stack replacement address>]
149 // with the entry address of the replacement code.
185 // with the entry address of the replacement code.
260 PrintF("[on-stack replacement: begin 0x%08" V8PRIxPTR " ",
353 PrintF("[on-stack replacement translation %s: 0x%08" V8PRIxPTR " ",
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
SerializationStressTest2.java 239 // This one tests stream-based replacement when dumping
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
utext.h 209 * UTF-8 sequence will be replaced by a single unicode replacement character, \uFFFD.
    [all...]
  /external/icu4c/common/unicode/
utext.h 209 * UTF-8 sequence will be replaced by a single unicode replacement character, \uFFFD.
820 * Replace a range of the original text with a replacement text.
823 * newly inserted replacement text.
836 * @param replacementText pointer to the replacement text
837 * @param replacementLength length of the replacement text, or -1 if the text is NUL terminated.
    [all...]
  /libcore/luni/src/test/java/libcore/xml/
DomTest.java 699 Text replacement = descriptionText1.replaceWholeText("Eggos"); local
700 assertSame(descriptionText1, replacement);
708 Text replacement = descriptionText2.replaceWholeText("Eggos"); local
709 assertSame(descriptionText2, replacement);
718 Text replacement = descriptionText3.replaceWholeText("Eggos"); local
719 assertSame(descriptionText3, replacement);
728 Text replacement = vitamincText.replaceWholeText("70%"); local
729 assertEquals(Node.TEXT_NODE, replacement.getNodeType());
730 assertSame(vitamincText, replacement);
    [all...]
  /external/chromium_org/url/
url_canon.h 484 // the "Unicode replacement character" for the confusing bits and copy the rest.
579 // component replacement (different strings for different components) can be
593 // will make them all NULL, which is no replacement. The caller would then
638 // Prefer the 8-bit replacement version if possible since it is more efficient.
748 // Replace component | (replacement string) (replacement component)
    [all...]
  /external/openfst/src/include/fst/
replace.h 19 // Functions and classes for the recursive replacement of Fsts.
921 // ReplaceFst supports dynamic replacement of arcs in one Fst with
922 // another Fst. This replacement is recursive. ReplaceFst can be used
    [all...]
  /external/v8/src/mips/
deoptimizer-mips.cc 137 // with the entry address of the replacement code.
147 // lui t9, <on-stack replacement address> upper
148 // ori t9, <on-stack replacement address> lower
176 // Replace the on-stack replacement address in the load-immediate (lui/ori
250 PrintF("[on-stack replacement: begin 0x%08" V8PRIxPTR " ",
343 PrintF("[on-stack replacement translation %s: 0x%08" V8PRIxPTR " ",
    [all...]
  /libcore/luni/src/main/java/java/util/
TreeMap.java 433 private void replaceInParent(Node<K, V> node, Node<K, V> replacement) {
436 if (replacement != null) {
437 replacement.parent = parent;
442 parent.left = replacement;
445 parent.right = replacement;
448 root = replacement;
    [all...]
  /docs/source.android.com/src/source/
submit-patches.jd 104 <h2 id="uploading-a-replacement-patch">Uploading a replacement patch</h2>
  /external/bison/build-aux/
gnupload 110 (http://savannah.gnu.org/projects/gnulib) may serve as a replacement.
408 # allowing file replacement is all or nothing.
  /external/chromium/chrome/browser/autocomplete/
keyword_provider.cc 51 // And extract the replacement string.
336 // Keyword that has no replacement text (aka a shorthand for a URL).
  /external/chromium/chrome/common/extensions/docs/js/
api_page_generator.js 438 var replacement = "<a href='" + page + "#type-" + type + "'>" + type +
440 result = result.replace(matches[i], replacement);
  /external/chromium/googleurl/src/
gurl.cc 81 // The old value was non-NULL, so no replacement was done. Another
390 // The old value was non-NULL, so no replacement was done. Another
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_provider.h 113 // (A search keyword is a keyword with a replacement string; a bookmark keyword
114 // is a keyword with no replacement string, that is, a shortcut for a URL.)
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/hosted/
json2.js 239 // If the value has a toJSON method, call it to obtain a replacement value.
247 // obtain a replacement value.

Completed in 961 milliseconds

<<31323334353637383940>>