HomeSort by relevance Sort by last modified time
    Searched full:constructable (Results 1 - 25 of 30) sorted by null

1 2

  /external/llvm/unittests/ADT/
SmallVectorTest.cpp 26 class Constructable {
40 Constructable() : constructed(true), value(0) {
44 Constructable(int val) : constructed(true), value(val) {
48 Constructable(const Constructable & src) : constructed(true) {
54 Constructable(Constructable && src) : constructed(true) {
60 ~Constructable() {
66 Constructable & operator=(const Constructable & src)
    [all...]
StringMapTest.cpp 244 // Create a non-default constructable value
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSFontFaceLoadEvent.idl 31 // FIXME: Make this constructable from Javascript
  /frameworks/ex/framesequence/jni/
Registry.h 35 * The super class / root constructable type only needs to define a single static construction
  /external/chromium_org/mojo/public/cpp/bindings/
callback.h 36 // Any class that is copy-constructable and has a compatible Run method may
73 // Any class that is copy-constructable and has a compatible Run method may
116 // Any class that is copy-constructable and has a compatible Run method may
164 // Any class that is copy-constructable and has a compatible Run method may
217 // Any class that is copy-constructable and has a compatible Run method may
275 // Any class that is copy-constructable and has a compatible Run method may
339 // Any class that is copy-constructable and has a compatible Run method may
408 // Any class that is copy-constructable and has a compatible Run method may
callback.h.pump 45 // Any class that is copy-constructable and has a compatible Run method may
  /external/chromium_org/third_party/WebKit/Source/core/events/
ResourceProgressEvent.idl 31 // constructable by web content at all, and so does not provide the usual
ResourceProgressEvent.h 43 // constructable by web content at all, and so does not provide the usual
  /external/chromium_org/sync/api/attachments/
attachment_service_proxy.h 76 // copy-constructable while allowing for different implementations of Core
  /external/dexmaker/src/test/java/com/google/dexmaker/
DexMakerTest.java 73 * public static Constructable call(long a, boolean b) {
74 * Constructable result = new Constructable(a, b);
78 TypeId<Constructable> constructable = TypeId.get(Constructable.class); local
79 MethodId<?, Constructable> methodId = GENERATED.getMethod(
80 constructable, "call", TypeId.LONG, TypeId.BOOLEAN);
84 MethodId<Constructable, Void> constructor
85 = constructable.getConstructor(TypeId.LONG, TypeId.BOOLEAN)
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/
concepts.hpp 101 // Assignable or default constructable, but the correct standard
  /cts/tools/signature-tools/src/signature/converter/dex/
DexUtil.java 78 // not constructable from outside
  /external/llvm/include/llvm/IR/
CallSite.h 18 // They are efficiently copyable, assignable and constructable, with cost
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/
cxxabi.h 513 // class is not constructable with a normal constructor. It is
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
cxxabi.h 516 // class is not constructable with a normal constructor. It is
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
cxxabi.h 516 // class is not constructable with a normal constructor. It is
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
cxxabi.h 516 // class is not constructable with a normal constructor. It is
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
cxxabi.h 516 // class is not constructable with a normal constructor. It is
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
cxxabi.h 513 // class is not constructable with a normal constructor. It is
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
cxxabi.h 513 // class is not constructable with a normal constructor. It is
  /external/chromium_org/ui/base/clipboard/
clipboard_aurax11.cc 141 // Represents a list of possible return types. Copy constructable.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
cxxabi.h 528 // class is not constructable with a normal constructor. It is
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
cxxabi.h 528 // class is not constructable with a normal constructor. It is
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
cxxabi.h 521 // class is not constructable with a normal constructor. It is
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
cxxabi.h 521 // class is not constructable with a normal constructor. It is

Completed in 676 milliseconds

1 2