/external/llvm/unittests/ADT/ |
SmallVectorTest.cpp | 26 class Constructable { 35 Constructable() : value(0) { 39 Constructable(int val) : value(val) { 43 Constructable(const Constructable & src) { 48 ~Constructable() { 52 Constructable & operator=(const Constructable & src) { 76 friend bool operator==(const Constructable & c0, const Constructable & c1) [all...] |
/external/webkit/Source/WebCore/rendering/svg/ |
SVGRenderSupport.h | 75 // This class is not constructable.
|
/dalvik/dx/junit-tests/com/android/dx/gen/ |
DexGeneratorTest.java | 69 * public static Constructable call(long a, boolean b) { 70 * Constructable result = new Constructable(a, b); 74 Type<Constructable> constructable = Type.get(Constructable.class); local 75 MethodId<?, Constructable> methodId = GENERATED.getMethod( 76 constructable, "call", Type.LONG, Type.BOOLEAN); 80 MethodId<Constructable, Void> constructor 81 = constructable.getConstructor(Type.LONG, Type.BOOLEAN) [all...] |
/external/llvm/include/llvm/Support/ |
CallSite.h | 18 // They are efficiently copyable, assignable and constructable, with cost
|
/cts/tools/signature-tools/src/signature/converter/dex/ |
DexUtil.java | 78 // not constructable from outside
|
/prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/arm-linux-androideabi/include/c++/4.4.3/ |
cxxabi.h | 516 // class is not constructable with a normal constructor. It is
|
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/arm-linux-androideabi/include/c++/4.4.3/ |
cxxabi.h | 516 // class is not constructable with a normal constructor. It is
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
cxxabi.h | 516 // class is not constructable with a normal constructor. It is
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ |
cxxabi.h | 516 // class is not constructable with a normal constructor. It is
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ |
cxxabi.h | 516 // class is not constructable with a normal constructor. It is
|
/external/chromium/testing/gmock/include/gmock/ |
gmock-actions.h | 164 // copy-constructable and have a public destructor. [all...] |
gmock-spec-builders.h | [all...] |
/frameworks/opt/vcard/java/com/android/vcard/ |
VCardEntry.java | 61 * information which is constructable from supplied raw data. TODO: preserve raw [all...] |
/external/llvm/docs/ |
ProgrammersManual.html | [all...] |