Home
last modified time | relevance | path

Searched defs:construct (Results 26 – 50 of 888) sorted by relevance

12345678910>>...36

/aosp_15_r20/libcore/ojluni/src/test/java/nio/Buffer/
H A DEqualsCompareTest.java121 T construct(int length) { in construct() method in EqualsCompareTest.BufferType
125 abstract T construct(int length, ByteOrder bo); in construct() method in EqualsCompareTest.BufferType
212 ByteBuffer construct(int length, ByteOrder bo) { in construct() method in EqualsCompareTest.BufferType.Bytes
237 CharBuffer construct(int length, ByteOrder bo) { in construct() method in EqualsCompareTest.BufferType.Chars
273 ShortBuffer construct(int length, ByteOrder bo) { in construct() method in EqualsCompareTest.BufferType.Shorts
303 IntBuffer construct(int length, ByteOrder bo) { in construct() method in EqualsCompareTest.BufferType.Ints
330 FloatBuffer construct(int length, ByteOrder bo) { in construct() method in EqualsCompareTest.BufferType.Floats
374 LongBuffer construct(int length, ByteOrder bo) { in construct() method in EqualsCompareTest.BufferType.Longs
404 DoubleBuffer construct(int length, ByteOrder bo) { in construct() method in EqualsCompareTest.BufferType.Doubles
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/align/include/boost/align/
Daligned_allocator.hpp88 void construct(U* ptr, Args&&... args) { in construct() function in boost::alignment::aligned_allocator
93 void construct(U* ptr, V&& value) { in construct() function in boost::alignment::aligned_allocator
99 void construct(U* ptr, const V& value) { in construct() function in boost::alignment::aligned_allocator
104 void construct(U* ptr, V& value) { in construct() function in boost::alignment::aligned_allocator
110 void construct(U* ptr) { in construct() function in boost::alignment::aligned_allocator
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/optional/include/boost/optional/detail/
Dold_optional_implementation.hpp352 void construct ( argument_type val ) in construct() function in boost::optional_detail::optional_base
359 void construct ( rval_reference_type val ) in construct() function in boost::optional_detail::optional_base
422 void construct ( Expr&& factory, in_place_factory_base const* ) in construct() function in boost::optional_detail::optional_base
431 void construct ( Expr&& factory, typed_in_place_factory_base const* ) in construct() function in boost::optional_detail::optional_base
456 void construct ( Expr const& factory, in_place_factory_base const* ) in construct() function in boost::optional_detail::optional_base
465 void construct ( Expr const& factory, typed_in_place_factory_base const* ) in construct() function in boost::optional_detail::optional_base
496 void construct ( Expr&& expr, void const* ) in construct() function in boost::optional_detail::optional_base
517 void construct ( Expr const& expr, void const* ) in construct() function in boost::optional_detail::optional_base
551 void construct ( Expr&& expr, optional_tag const* ) in construct() function in boost::optional_detail::optional_base
564 void construct ( Expr const& expr, optional_tag const* ) in construct() function in boost::optional_detail::optional_base
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/transform/detail/preprocessed/
Dmake.hpp42 Type construct() in construct() function
144 Type construct(A0 &a0) in construct() function
268 Type construct(A0 &a0 , A1 &a1) in construct() function
392 Type construct(A0 &a0 , A1 &a1 , A2 &a2) in construct() function
516 Type construct(A0 &a0 , A1 &a1 , A2 &a2 , A3 &a3) in construct() function
640 Type construct(A0 &a0 , A1 &a1 , A2 &a2 , A3 &a3 , A4 &a4) in construct() function
764 Type construct(A0 &a0 , A1 &a1 , A2 &a2 , A3 &a3 , A4 &a4 , A5 &a5) in construct() function
888 Type construct(A0 &a0 , A1 &a1 , A2 &a2 , A3 &a3 , A4 &a4 , A5 &a5 , A6 &a6) in construct() function
1012 Type construct(A0 &a0 , A1 &a1 , A2 &a2 , A3 &a3 , A4 &a4 , A5 &a5 , A6 &a6 , A7 &a7) in construct() function
1136 … Type construct(A0 &a0 , A1 &a1 , A2 &a2 , A3 &a3 , A4 &a4 , A5 &a5 , A6 &a6 , A7 &a7 , A8 &a8) in construct() function
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/icl/include/boost/icl/
Dinterval.hpp77 static inline interval_type construct(const DomainT& low, const DomainT& up) in construct() function
93 static inline interval_type construct(const DomainT& low, const DomainT& up) in construct() function
104 static inline IntervalT construct(const domain_type& low, const domain_type& up) in construct() function
118 static inline IntervalT construct(const domain_type& low, const domain_type& up) in construct() function
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/
H A DSimpleBeanPropertyDefinition.java71 public static SimpleBeanPropertyDefinition construct(MapperConfig<?> config, in construct() method in SimpleBeanPropertyDefinition
81 public static SimpleBeanPropertyDefinition construct(MapperConfig<?> config, in construct() method in SimpleBeanPropertyDefinition
91 public static SimpleBeanPropertyDefinition construct(MapperConfig<?> config, in construct() method in SimpleBeanPropertyDefinition
105 public static SimpleBeanPropertyDefinition construct(MapperConfig<?> config, in construct() method in SimpleBeanPropertyDefinition
H A DEnumValues.java36 public static EnumValues construct(SerializationConfig config, Class<Enum<?>> enumClass) { in construct() method in EnumValues
81 public static EnumValues construct(MapperConfig<?> config, Class<Enum<?>> enumClass, in construct() method in EnumValues
94 public static EnumValues construct(Class<Enum<?>> enumClass, in construct() method in EnumValues
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/impl/
H A DPropertyBasedCreator.java101 public static PropertyBasedCreator construct(DeserializationContext ctxt, in construct() method in PropertyBasedCreator
134 public static PropertyBasedCreator construct(DeserializationContext ctxt, in construct() method in PropertyBasedCreator
153 public static PropertyBasedCreator construct(DeserializationContext ctxt, in construct() method in PropertyBasedCreator
251 public static CaseInsensitiveMap construct(Locale l) { in construct() method in PropertyBasedCreator.CaseInsensitiveMap
/aosp_15_r20/external/libcxx/test/support/
H A Dtest_allocator.h144 void construct(pointer p, const T& val) in construct() function
147 template <class U> void construct(pointer p, U&& val) in construct() function
208 void construct(pointer p, const T& val) in construct() function
211 template <class U> void construct(pointer p, U&& val) in construct() function
349 void construct(Tag_X* p, Args&&... args) in construct() function
353 void construct(U* p, Args&&... args) in construct() function
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/container/internal/
H A Dcommon_policy_traits_test.cc40 static std::function<void(void*, Slot*, Slot)> construct; member
46 std::function<void(void*, Slot*, Slot)> PolicyWithoutOptionalOps::construct; member in absl::container_internal::__anon4036d5350111::PolicyWithoutOptionalOps
78 MockFunction<void(void*, Slot*, Slot)> construct; member
86 TEST_F(Test, construct) { in TEST_F() argument
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/container/internal/
H A Dcommon_policy_traits_test.cc40 static std::function<void(void*, Slot*, Slot)> construct; member
46 std::function<void(void*, Slot*, Slot)> PolicyWithoutOptionalOps::construct; member in absl::container_internal::__anon3ce6324c0111::PolicyWithoutOptionalOps
78 MockFunction<void(void*, Slot*, Slot)> construct; member
86 TEST_F(Test, construct) { in TEST_F() argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Dcommon_policy_traits_test.cc40 static std::function<void(void*, Slot*, Slot)> construct; member
46 std::function<void(void*, Slot*, Slot)> PolicyWithoutOptionalOps::construct; member in absl::container_internal::__anonae439deb0111::PolicyWithoutOptionalOps
78 MockFunction<void(void*, Slot*, Slot)> construct; member
86 TEST_F(Test, construct) { in TEST_F() argument
/aosp_15_r20/external/abseil-cpp/absl/container/internal/
H A Dcommon_policy_traits_test.cc43 std::function<void(void*, Slot*, Slot)> construct; member
53 static void construct(void* a, Slot* b, Slot c) { in construct() function
100 MockFunction<void(void*, Slot*, Slot)> construct; member
108 TEST_F(Test, construct) { in TEST_F() argument
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/container/internal/
H A Dhash_policy_traits_test.cc41 static std::function<void(void*, Slot*, Slot)> construct; member
50 std::function<void(void*, Slot*, Slot)> PolicyWithoutOptionalOps::construct; member in absl::container_internal::__anon97c871820111::PolicyWithoutOptionalOps
90 MockFunction<void(void*, Slot*, Slot)> construct; member
100 TEST_F(Test, construct) { in TEST_F() argument
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/container/internal/
H A Dcommon_policy_traits_test.cc43 std::function<void(void*, Slot*, Slot)> construct; member
53 static void construct(void* a, Slot* b, Slot c) { in construct() function
100 MockFunction<void(void*, Slot*, Slot)> construct; member
108 TEST_F(Test, construct) { in TEST_F() argument
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/container/internal/
H A Dcommon_policy_traits_test.cc43 std::function<void(void*, Slot*, Slot)> construct; member
53 static void construct(void* a, Slot* b, Slot c) { in construct() function
100 MockFunction<void(void*, Slot*, Slot)> construct; member
108 TEST_F(Test, construct) { in TEST_F() argument
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
H A DExample2_24Test.java46 public Object construct(Node node) { in construct() method in Example2_24Test.MyConstructor.ConstructShape
57 public Object construct(Node node) { in construct() method in Example2_24Test.MyConstructor.ConstructCircle
69 public Object construct(Node node) { in construct() method in Example2_24Test.MyConstructor.ConstructLine
81 public Object construct(Node node) { in construct() method in Example2_24Test.MyConstructor.ConstructLabel
/aosp_15_r20/external/snakeyaml/src/test/java/examples/jodatime/
H A DJodaTimeExampleTest.java70 public Object construct(Node nnode) { in construct() method in JodaTimeExampleTest.JodaPropertyConstructor.TimeStampConstruct
103 public Object construct(Node node) { in construct() method in JodaTimeExampleTest.JodaTimeConstructor.ConstructJodaTimestamp
112 public Object construct(Node nnode) { in construct() method in JodaTimeExampleTest.JodaTimeConstructor.TimeStampConstruct
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/utility/test/
Dstring_view_test2.cpp295 void construct(U* ptr, Args&&... args) const { in construct() function in custom_allocator
300 void construct(U* ptr, V&& value) const { in construct() function in custom_allocator
306 void construct(U* ptr, const V& value) const { in construct() function in custom_allocator
312 void construct(U* ptr) const { in construct() function in custom_allocator
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/pool/include/boost/pool/
Dpool_alloc.hpp220 static void construct(U* ptr, Args&&... args) in construct() function in boost::pool_allocator
223 static void construct(const pointer ptr, const value_type & t) in construct() function in boost::pool_allocator
417 void construct(U* ptr, Args&&... args) in construct() function in boost::fast_pool_allocator
420 void construct(const pointer ptr, const value_type & t) in construct() function in boost::fast_pool_allocator
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/
H A DPrefixConstructorTest.java78 public Object construct(Node node) { in construct() method in PrefixConstructorTest.PrefixConstruct
95 public Object construct(Node node) { in construct() method in PrefixConstructorTest.ExactConstruct
112 public Object construct(Node node) { in construct() method in PrefixConstructorTest.ConstructUnknown
/aosp_15_r20/external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/
H A DConstructor.java154 public Object construct(Node node) { in construct() method in Constructor.ConstructMapping
323 public Object construct(Node node) { in construct() method in Constructor.ConstructYamlObject
353 public Object construct(Node nnode) { in construct() method in Constructor.ConstructScalar
515 public Object construct(Node node) { in construct() method in Constructor.ConstructSequence
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/container/
H A Dbtree_set.h748 static void construct(Alloc *alloc, slot_type *slot, Args &&...args) { in construct() function
754 static void construct(Alloc *alloc, slot_type *slot, slot_type *other) { in construct() function
759 static void construct(Alloc *alloc, slot_type *slot, const slot_type *other) { in construct() function
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/container/
H A Dbtree_set.h778 static void construct(Alloc *alloc, slot_type *slot, Args &&...args) { in construct() function
784 static void construct(Alloc *alloc, slot_type *slot, slot_type *other) { in construct() function
789 static void construct(Alloc *alloc, slot_type *slot, const slot_type *other) { in construct() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/
Dbtree_set.h778 static void construct(Alloc *alloc, slot_type *slot, Args &&...args) { in construct() function
784 static void construct(Alloc *alloc, slot_type *slot, slot_type *other) { in construct() function
789 static void construct(Alloc *alloc, slot_type *slot, const slot_type *other) { in construct() function

12345678910>>...36