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

<<11121314151617181920>>

  /external/llvm/include/llvm/IR/
DIBuilder.h     [all...]
  /external/v8/src/compiler/
simplified-lowering.cc 109 Node* replacement = *(++i); local
110 node->ReplaceUses(replacement);
739 void DeferReplacement(Node* node, Node* replacement) {
740 if (replacement->id() < count_) {
742 node->ReplaceUses(replacement);
749 replacements_.push_back(replacement);
    [all...]
  /external/v8/src/
string.js 413 // Inside a nested replace (replace called from the replacement function
415 // back due to an exception in a replacement function. Create a new
498 var replacement;
504 replacement = %_CallFunction(receiver, s, index, subject, replace);
513 replacement = %Apply(replace, receiver, parameters, 0, j + 2);
516 result += replacement; // The add method converts to string if necessary.
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
SerializerMessages.java 282 "The replacement text of the entity node \"{0}\" contains an element node \"{1}\" with an unbound prefix \"{2}\"."
286 "The replacement text of the entity node \"{0}\" contains an attribute node \"{1}\" with an unbound prefix \"{2}\"."
  /external/compiler-rt/lib/interception/
interception.h 79 // our replacement functions invisible to other libraries. This may be overcomed
95 const uptr replacement; member in struct:interpose_substitution
  /external/e2fsprogs/lib/ext2fs/
rbtree.c 435 /* Set the surrounding nodes to point to the replacement */
449 /* Copy the pointers/colour from the victim to the replacement */
  /external/javassist/src/main/javassist/
CtMethod.java 89 * To prevent this replacement, call <code>ClassMap.fix()</code>
90 * or <code>put()</code> to explicitly specify replacement.
  /external/libxml2/doc/
xmlcatalog.1 69 of the replacement entity to be used\&. The
178 of the replacement entity to be used\&. The
xmlcatalog_man.html 29 is the <span class="acronym">URI</span> of the replacement entity to be
80 replacement entity to be used.
xmlcatalog_man.xml 130 is the <acronym>URI</acronym> of the replacement entity to be
271 is the <acronym>URI</acronym> of the replacement entity to be
  /external/llvm/lib/ExecutionEngine/Orc/
OrcMCJITReplacement.h 1 //===---- OrcMCJITReplacement.h - Orc based MCJIT replacement ---*- C++ -*-===//
10 // Orc based MCJIT replacement.
  /external/llvm/lib/Transforms/IPO/
IPConstantPropagation.cpp 38 static char ID; // Pass identification, replacement for typeid
261 // If this use uses a specific return value, and we have a replacement,
  /external/skia/src/core/
SkBitmapHeap.cpp 155 SkBitmapHeap::LookupEntry* SkBitmapHeap::findEntryToReplace(const SkBitmap& replacement) {
168 if (replacement.getGenerationID() == iter->fGenerationId) {
  /external/v8/tools/
jsmin.py 182 replacement = m.group(1)
189 return replacement
  /external/valgrind/coregrind/m_replacemalloc/
vg_replace_malloc.c 208 /* The replacement functions are running on the simulated CPU.
225 /* Generate a replacement for 'fnname' in object 'soname', which calls
262 /* Generate a replacement for 'fnname' in object 'soname', which calls
289 // Each of these lines generates a replacement function:
290 // (from_so, from_fn, v's replacement)
291 // For some lines, we will also define a replacement function
445 /* Generate a replacement for 'fnname' in object 'soname', which calls
    [all...]
  /frameworks/base/core/java/android/text/style/
SuggestionSpan.java 40 * display a popup dialog listing suggestion replacement for that text. The user can then replace
226 * the original string, the suggested replacement string as well as the hashCode of this span.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_recno.py 143 c.put(-1, "a replacement record", db.DB_CURRENT)
147 self.assertEqual(rec, (50, "a replacement record"))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
pulldom.py 271 """ Fallback replacement for getEvent() using the
281 """ Fallback replacement for getEvent() that emits
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_recno.py 143 c.put(-1, "a replacement record", db.DB_CURRENT)
147 self.assertEqual(rec, (50, "a replacement record"))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
pulldom.py 271 """ Fallback replacement for getEvent() using the
281 """ Fallback replacement for getEvent() that emits
  /external/libxml2/result/valid/
REC-xml-19980210.xml     [all...]
  /external/libxml2/test/relaxng/
tutor11_1_3.xml     [all...]
  /external/libxml2/test/valid/
REC-xml-19980210.xml     [all...]
  /bootable/recovery/applypatch/
main.c 160 // replacement for it) and idempotent (it's okay to run this program
  /build/tools/acp/
acp.c 4 * Android "cp" replacement.

Completed in 4484 milliseconds

<<11121314151617181920>>