Searched
full:replacement (Results
626 -
650 of
2383) sorted by null
<<21222324252627282930>>
/external/llvm/lib/CodeGen/ |
JumpInstrTables.cpp | 88 // Don't do the replacement if this use is a direct call to this function. 137 // Replacement of constants replaces all instances in the constant. So, some
|
/external/llvm/lib/Transforms/IPO/ |
ConstantMerge.cpp | 39 static char ID; // Pass identification, replacement for typeid 170 // the Replacements vector. We cannot do the replacement in this pass
|
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/oprofile/events/mips/1004K/ |
events.h | 113 "58-0 Cache lines written back due to cache replacement or non-coherent cache operation"}, 221 "58-1 Cache lines written back due to cache replacement or any cache operation (non-coherent, self, or external coherent)"},
|
/external/skia/src/core/ |
SkBitmapHeap.cpp | 168 SkBitmapHeap::LookupEntry* SkBitmapHeap::findEntryToReplace(const SkBitmap& replacement) { 181 if (replacement.getGenerationID() == iter->fGenerationId) {
|
/external/valgrind/main/coregrind/m_replacemalloc/ |
vg_replace_malloc.c | 199 /* The replacement functions are running on the simulated CPU. 218 /* Generate a replacement for 'fnname' in object 'soname', which calls 255 /* Generate a replacement for 'fnname' in object 'soname', which calls 282 // Each of these lines generates a replacement function: 283 // (from_so, from_fn, v's replacement) 284 // For some lines, we will also define a replacement function 438 /* 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
|
/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.
|
/cts/tests/tests/text/src/android/text/cts/ |
AndroidCharacterTest.java | 53 // REPLACEMENT CHARACTER (U+FFFD)
|
/development/ndk/platforms/android-3/arch-arm/include/machine/ |
cpu-features.h | 153 * used in replacement of deprecated swp instruction
|
/development/ndk/sources/android/ndk_helper/ |
shader.cpp | 65 //The replacement target has been touched by other tag, skipping them
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
LocalServiceActivities.java | 125 // supporting component replacement by other applications).
|
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3parser.c | 154 // a replacement function for debug mode should be supplied
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/tree/ |
ANTLRCommonTreeTest.m | 500 ANTLRCommonTree *replacement = [ANTLRCommonTree newTreeWithTokenType:ANTLRTokenTypeUP]; 501 replacement.token.text = @"<UP>"; 507 [parent replaceChildrenFrom:0 To:0 With:replacement]; 509 STAssertTrue([parent getChild:0] == replacement, @"Children do not match");
|
/external/bison/build-aux/snippet/ |
warn-on-use.h | 25 instructions on the replacement function that should be used
|
/external/bison/darwin-lib/sys/ |
stat.h | 72 * For providing a replacement for a function that exists on all platforms, 91 * For providing a replacement for a function that exists on some platforms 124 declares a replacement function, named rpl_func, with the given prototype, 732 /* The lchmod replacement follows symbolic links. Callers should take [all...] |
/external/bison/doc/ |
bison.1 | 4 bison \- GNU Project parser generator (yacc replacement)
|
/external/bison/lib/ |
stat.c | 69 # error "Please port this replacement to your platform"
|
/external/bison/linux-lib/sys/ |
stat.h | 72 * For providing a replacement for a function that exists on all platforms, 91 * For providing a replacement for a function that exists on some platforms 124 declares a replacement function, named rpl_func, with the given prototype, 732 /* The lchmod replacement follows symbolic links. Callers should take [all...] |
/external/bison/m4/ |
isnanf.m4 | 62 dnl Prerequisites of replacement isnanf definition. It does not need -lm.
|
Completed in 696 milliseconds
<<21222324252627282930>>