/external/llvm/lib/Transforms/Scalar/ |
ConstantProp.cpp | 10 // This file implements constant propagation and merging:
|
/external/llvm/test/CodeGen/ARM/ |
2007-05-22-tailmerge-3.ll | 5 ; Check that tail merging is the default on ARM, and that -enable-tail-merge=0 works.
|
/external/llvm/test/CodeGen/PowerPC/ |
2007-05-22-tailmerge-3.ll | 5 ; Check that tail merging is the default on ppc, and that -enable-tail-merge works.
|
/external/llvm/test/Transforms/DeadStoreElimination/ |
PartialStore.ll | 15 ; Note that we could do better by merging the two stores into one.
|
/frameworks/base/libs/hwui/utils/ |
SortedListImpl.cpp | 101 // we've merging a sorted vector... nice!
|
/frameworks/compile/libbcc/include/bcc/Renderscript/ |
RSCompilerDriver.h | 85 // This function enables/disables merging of global static variables.
|
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/ |
RawContactDeltaTests.java | 98 assertEquals("Unexpected change when merging", source, merged); 115 assertEquals("Unexpected change when merging", source, merged); 129 assertEquals("Unexpected change when merging", source, merged); 143 assertEquals("Unexpected change when merging", source, merged);
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
AccountUtils.java | 37 * should prioritize the list of Account objects when merging the
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
envz.h | 48 because when merging with another envz, the null entry can override an
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
envz.h | 48 because when merging with another envz, the null entry can override an
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
envz.h | 48 because when merging with another envz, the null entry can override an
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/gcov-src/ |
libgcov.c | 903 gcov_error (error < 0 ? "profiling:%s:Overflow merging\n" 904 : "profiling:%s:Error merging\n", gi_filename); [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/gcov-src/ |
libgcov.c | 903 gcov_error (error < 0 ? "profiling:%s:Overflow merging\n" 904 : "profiling:%s:Error merging\n", gi_filename); [all...] |
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/gcov-src/ |
libgcov.c | 903 gcov_error (error < 0 ? "profiling:%s:Overflow merging\n" 904 : "profiling:%s:Error merging\n", gi_filename); [all...] |
/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/gcov-src/ |
libgcov.c | 903 gcov_error (error < 0 ? "profiling:%s:Overflow merging\n" 904 : "profiling:%s:Error merging\n", gi_filename); [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/gcov-src/ |
libgcov.c | 903 gcov_error (error < 0 ? "profiling:%s:Overflow merging\n" 904 : "profiling:%s:Error merging\n", gi_filename); [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/gcov-src/ |
libgcov.c | 903 gcov_error (error < 0 ? "profiling:%s:Overflow merging\n" 904 : "profiling:%s:Error merging\n", gi_filename); [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/gcov-src/ |
libgcov.c | 903 gcov_error (error < 0 ? "profiling:%s:Overflow merging\n" 904 : "profiling:%s:Error merging\n", gi_filename); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/gcov-src/ |
libgcov.c | 903 gcov_error (error < 0 ? "profiling:%s:Overflow merging\n" 904 : "profiling:%s:Error merging\n", gi_filename); [all...] |
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/gcov-src/ |
libgcov.c | 903 gcov_error (error < 0 ? "profiling:%s:Overflow merging\n" 904 : "profiling:%s:Error merging\n", gi_filename); [all...] |
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/gcov-src/ |
libgcov.c | 903 gcov_error (error < 0 ? "profiling:%s:Overflow merging\n" 904 : "profiling:%s:Error merging\n", gi_filename); [all...] |
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/unstable/ |
interface_dependency_resolver.py | 77 """Resolves dependencies, merging them into IDL definitions of main file. 99 # Exceptions do not have dependencies, so no merging necessary
|
/external/chromium_org/third_party/mesa/src/docs/ |
repository.html | 155 merging with master. 182 where you did your last pull and merging it to a point after the other changes.
|
/external/llvm/include/llvm/MC/ |
SectionKind.h | 41 /// MergableCString - Any null-terminated string which allows merging. 55 /// MergeableConst - These are sections for merging fixed-length
|
/external/mesa3d/docs/ |
repository.html | 155 merging with master. 182 where you did your last pull and merging it to a point after the other changes.
|