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

1 2 3 4 5

  /external/swiftshader/third_party/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/llvm/unittests/ADT/
SmallVectorTest.cpp 27 class Constructable {
41 Constructable() : constructed(true), value(0) {
45 Constructable(int val) : constructed(true), value(val) {
49 Constructable(const Constructable & src) : constructed(true) {
55 Constructable(Constructable && src) : constructed(true) {
61 ~Constructable() {
67 Constructable & operator=(const Constructable & src)
    [all...]
  /frameworks/ex/framesequence/jni/
Registry.h 39 * The super class / root constructable type only needs to define a single static construction
  /external/guice/core/test/com/google/inject/spi/
InjectionPointTest.java 55 public static class Constructable {
56 @Inject public Constructable(@Named("c") String param) {}
107 TypeLiteral<?> typeLiteral = TypeLiteral.get(Constructable.class);
109 Constructor<?> constructor = Constructable.class.getConstructor(String.class);
113 assertEquals(Constructable.class.getName() + ".<init>()", injectionPoint.toString());
119 + Constructable.class.getName() + ".<init>()[0]", dependency.toString());
168 InjectionPoint injectionPoint = InjectionPoint.forConstructorOf(Constructable.class);
169 assertEquals(Constructable.class.getName() + ".<init>()", injectionPoint.toString());
  /frameworks/native/libs/ui/include/ui/
HdrCapabilities.h 39 // Make this move-constructable and move-assignable
  /bionic/libc/bionic/
system_property_api.cpp 39 "System Properties must be trivially constructable");
  /external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
DexMakerTest.java 94 * public static Constructable call(long a, boolean b) {
95 * Constructable result = new Constructable(a, b);
99 TypeId<Constructable> constructable = TypeId.get(Constructable.class); local
100 MethodId<?, Constructable> methodId = GENERATED.getMethod(
101 constructable, "call", TypeId.LONG, TypeId.BOOLEAN);
105 MethodId<Constructable, Void> constructor
106 = constructable.getConstructor(TypeId.LONG, TypeId.BOOLEAN)
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
ScanResultUtil.java 37 private ScanResultUtil() { /* not constructable */ }
  /packages/apps/Dialer/java/com/android/voicemail/impl/scheduling/
Task.java 28 * scheduler, The task must be constructable with the bundle. Specifically, It must have a
  /system/chre/core/include/chre/core/
request_multiplexer.h 32 * RequestTypes must be default constructable and constructed to a state
  /external/llvm/include/llvm/ADT/
PriorityWorklist.h 39 /// The type \c T must be default constructable to a null value that will be
  /external/tensorflow/tensorflow/contrib/distributions/python/ops/
autoregressive.py 124 If unspecified, then `distribution_fn` should be default constructable.
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
CallSite.h 18 // They are efficiently copyable, assignable and constructable, with cost
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
PriorityWorklist.h 42 /// The type \c T must be default constructable to a null value that will be
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
PriorityWorklist.h 43 /// The type \c T must be default constructable to a null value that will be
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
PriorityWorklist.h 43 /// The type \c T must be default constructable to a null value that will be
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
PriorityWorklist.h 43 /// The type \c T must be default constructable to a null value that will be
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
PriorityWorklist.h 43 /// The type \c T must be default constructable to a null value that will be
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
PriorityWorklist.h 43 /// The type \c T must be default constructable to a null value that will be
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
PriorityWorklist.h 43 /// The type \c T must be default constructable to a null value that will be
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
PriorityWorklist.h 42 /// The type \c T must be default constructable to a null value that will be
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
PriorityWorklist.h 43 /// The type \c T must be default constructable to a null value that will be
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
PriorityWorklist.h 43 /// The type \c T must be default constructable to a null value that will be
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
PriorityWorklist.h 43 /// The type \c T must be default constructable to a null value that will be
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
PriorityWorklist.h 43 /// The type \c T must be default constructable to a null value that will be

Completed in 649 milliseconds

1 2 3 4 5