/prebuilt/linux-x86/toolchain/i686-android-linux-4.4.3/i686-android-linux/lib/ldscripts/ |
elf_i386.xsw | 100 /* We don't want to include the .ctor section from 102 The .ctor section from the crtend file contains the
|
elf_i386.xw | 109 /* We don't want to include the .ctor section from 111 The .ctor section from the crtend file contains the
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/lib/ldscripts/ |
elf_i386.xsc | 109 /* We don't want to include the .ctor section from 111 The .ctor section from the crtend file contains the
|
elf_i386.xsw | 109 /* We don't want to include the .ctor section from 111 The .ctor section from the crtend file contains the
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/i686-unknown-linux-gnu/lib/ldscripts/ |
elf_i386.xc | 114 /* We don't want to include the .ctor section from 116 The .ctor section from the crtend file contains the
|
elf_i386.xdc | 114 /* We don't want to include the .ctor section from 116 The .ctor section from the crtend file contains the
|
elf_i386.xdw | 114 /* We don't want to include the .ctor section from 116 The .ctor section from the crtend file contains the
|
elf_i386.xsc | 107 /* We don't want to include the .ctor section from 109 The .ctor section from the crtend file contains the
|
elf_i386.xsw | 107 /* We don't want to include the .ctor section from 109 The .ctor section from the crtend file contains the
|
elf_i386.xw | 114 /* We don't want to include the .ctor section from 116 The .ctor section from the crtend file contains the
|
/system/core/libpixelflinger/tinyutils/ |
TypeHelpers.h | 38 #define ANDROID_TYPE_TRAITS( T, ctor, dtor, copy, assign ) \ 39 template<> struct trait_trivial_ctor< T > { enum { value = ctor }; }; \
|
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/ |
EncryptedPrivateKeyInfoTest.java | 625 * Test preconditions: test object created using ctor which takes encoded 674 * Test preconditions: test object created using ctor which takes encoded 708 * Test preconditions: test object created using ctor which takes algorithm 736 * Test preconditions: test object created using ctor which takes 738 * Expected: the same algorithm parameters as ones passed to the ctor must be 772 * Test preconditions: test object created using ctor which takes encoded 804 * Test preconditions: test object created using ctor which takes algorith [all...] |
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/ |
EncryptedPrivateKeyInfoTest.java | 679 * Test preconditions: test object created using ctor which takes encoded 728 * Test preconditions: test object created using ctor which takes encoded 762 * Test preconditions: test object created using ctor which takes algorithm 790 * Test preconditions: test object created using ctor which takes 792 * Expected: the same algorithm parameters as ones passed to the ctor must be [all...] |
/frameworks/base/core/tests/coretests/src/com/android/internal/util/ |
StateMachineTest.java | 419 if (DBG) Log.d(TAG, "StateMachine1: ctor X"); 520 if (DBG) Log.d(TAG, "StateMachine2: ctor X"); 629 if (DBG) Log.d(TAG, "StateMachine3: ctor X"); 716 if (DBG) Log.d(TAG, "StateMachine4: ctor X"); 816 if (DBG) Log.d(TAG, "StateMachine5: ctor X"); [all...] |
/external/clang/lib/Sema/ |
JumpDiagnostics.cpp | 168 // ctor. Detect that case. 176 const CXXConstructorDecl *ctor = cce->getConstructor(); local 177 record = ctor->getParent(); 179 if (ctor->isTrivial() && ctor->isDefaultConstructor()) {
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/ |
ECFieldF2mTest.java | 59 * ctor for the current test. 64 * ctor for the current test. 69 * ctor for the current test.
|
/external/clang/lib/CodeGen/ |
CGExprCXX.cpp | 264 } else if (const CXXConstructorDecl *Ctor = 266 Callee = CGM.GetAddrOfFunction(GlobalDecl(Ctor, Ctor_Complete), Ty); 421 "EmitSynthesizedCXXCopyCtor - unknown copy ctor expr"); 429 // FIXME. Do I still need this for a copy ctor synthesis? 778 if (CXXConstructorDecl *Ctor = E->getConstructor()) { 780 if (Ctor->getParent()->hasTrivialDefaultConstructor()) { 783 if (!E->hasInitializer() || Ctor->getParent()->isEmpty()) 797 CGF.EmitCXXAggrConstructorCall(Ctor, NumElements, NewPtr, 815 if (CXXConstructorDecl *Ctor = E->getConstructor()) { 820 !Ctor->getParent()->hasUserDeclaredConstructor() & [all...] |
/external/clang/lib/Frontend/ |
ASTConsumers.cpp | 228 Out << "[c++ ctor] "; 230 Out << "(c++ ctor) "; 232 Out << "<c++ ctor> ";
|
/external/llvm/include/llvm/ADT/ |
BitVector.h | 72 /// BitVector default ctor - Creates an empty bitvector. 77 /// BitVector ctor - Creates a bitvector of specified number of bits. All 87 /// BitVector copy ctor.
|
/libcore/luni/src/test/java/tests/security/spec/ |
ECFieldF2mTest.java | 61 * ctor for the current test. 66 * ctor for the current test. 71 * ctor for the current test.
|
/build/core/ |
armelf.x | 113 /* We don't want to include the .ctor section from 115 The .ctor section from the crtend file contains the
|
armelf.xsc | 113 /* We don't want to include the .ctor section from 115 The .ctor section from the crtend file contains the
|
/external/clang/include/clang/Basic/ |
DiagnosticGroups.td | 34 def : DiagGroup<"ctor-dtor-privacy">; 292 DiagGroup<"delegating-ctor-cycles">;
|
/external/clang/utils/VtableTest/ |
gen.cc | 305 // default ctor 319 // ctor with this to the complete object
|
/external/llvm/lib/CodeGen/ |
ELFWriter.cpp | 204 const MCSectionELF *Ctor = (const MCSectionELF *)TLOF.getStaticCtorSection(); 205 return getSection(Ctor->getSectionName(), Ctor->getType(), Ctor->getFlags()); 646 ELFSection &Ctor = getCtorSection(); 647 Ctor.emitAlignment(Align); 648 EmitXXStructorList(GV->getInitializer(), Ctor); 662 /// EmitXXStructorList - Emit the ctor or dtor list. This just emits out the [all...] |