Home
last modified time | relevance | path

Searched defs:construct (Results 76 – 100 of 888) sorted by relevance

12345678910>>...36

/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/utilities/any/
H A Dallocator.pass.cpp57 void construct(Large* p, Args&& ...args) { in construct() function
84 void construct(Small* p, Args&& ...args) { in construct() function
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/
H A DMapType.java37 public static MapType construct(Class<?> rawType, TypeBindings bindings, in construct() method in MapType
44 public static MapType construct(Class<?> rawType, JavaType keyT, JavaType valueT) in construct() method in MapType
H A DReferenceType.java79 public static ReferenceType construct(Class<?> cls, TypeBindings bindings, in construct() method in ReferenceType
87 public static ReferenceType construct(Class<?> cls, JavaType refType) { in construct() method in ReferenceType
H A DArrayType.java40 public static ArrayType construct(JavaType componentType, TypeBindings bindings) { in construct() method in ArrayType
44 public static ArrayType construct(JavaType componentType, TypeBindings bindings, in construct() method in ArrayType
H A DCollectionLikeType.java51 public static CollectionLikeType construct(Class<?> rawType, TypeBindings bindings, in construct() method in CollectionLikeType
62 public static CollectionLikeType construct(Class<?> rawType, JavaType elemT) { in construct() method in CollectionLikeType
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/impl/
H A DBeanPropertyMap.java276 public static BeanPropertyMap construct(MapperConfig<?> config, in construct() method in BeanPropertyMap
290 public static BeanPropertyMap construct(MapperConfig<?> config, in construct() method in BeanPropertyMap
302 public static BeanPropertyMap construct(Collection<SettableBeanProperty> props, in construct() method in BeanPropertyMap
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_java_ffi/src/class/
Dv0_data_element.rs36 pub fn construct(env: &mut JNIEnv<'local>, tx_power: jint) -> jni::errors::Result<Self> { in construct() method
75 pub fn construct( in construct() method
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
H A DPropertyMetadata.java135 public static PropertyMetadata construct(Boolean req, String desc, Integer index, in construct() method in PropertyMetadata
148 public static PropertyMetadata construct(boolean req, String desc, Integer index, in construct() method in PropertyMetadata
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
H A Dallocate_shared_construct.pass.cpp54 void construct(T* p, Args&& ...args) { in construct() function
100 void construct(void* p, int id) { ::new (p) Private(id); } in construct() function
H A Dallocate_shared.lwg2070.pass.cpp55 void construct(T* p, Args&& ...args) { in construct() function
101 void construct(void* p, int id) { ::new (p) Private(id); } in construct() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/icl/include/boost/icl/
Dcontinuous_interval.hpp99 static interval_type construct(const domain_type& lo, const domain_type& up) in construct() function
120 … static interval_type construct(const domain_type lo, const domain_type up, interval_bounds bounds) in construct() function
Ddiscrete_interval.hpp98 static interval_type construct(const domain_type& lo, const domain_type& up) in construct() function
118 …static interval_type construct(const domain_type& lo, const domain_type& up, interval_bounds bound… in construct() function
/aosp_15_r20/art/dex2oat/utils/
H A Dswap_space.h197 void construct(pointer p, const_reference val) { in construct() function
201 void construct(U* p, Args&&... args) { in construct() function
/aosp_15_r20/external/jackson-annotations/src/main/java/com/fasterxml/jackson/annotation/
H A DJsonInclude.java358 public static Value construct(Include valueIncl, Include contentIncl) { in construct() method in JsonInclude.Value
371 public static Value construct(Include valueIncl, Include contentIncl, in construct() method in JsonInclude.Value
H A DJsonAutoDetect.java200 public static Value construct(PropertyAccessor acc, Visibility visibility) { in construct() method in JsonAutoDetect.Value
231 public static Value construct(Visibility fields, in construct() method in JsonAutoDetect.Value
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/pool/example/
Dsys_allocator.hpp60 static void construct(const pointer p, const_reference t) in construct() function
99 static void construct(const pointer p, const_reference t) in construct() function
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/introspect/
H A DAnnotatedClass.java184 public static AnnotatedClass construct(JavaType type, MapperConfig<?> config) { in construct() method in AnnotatedClass
192 public static AnnotatedClass construct(JavaType type, MapperConfig<?> config, in construct() method in AnnotatedClass
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/sync/futures/
Dtest_allocator.hpp75 void construct(pointer p, const T& val) in construct() function in test_allocator
78 void construct(pointer p, BOOST_THREAD_RV_REF(T) val) in construct() function in test_allocator
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/endian/test/
Dendian_operations_test.cpp69 struct construct struct
71 static void test() in test()
/aosp_15_r20/external/flac/src/libFLAC++/
H A Dmetadata.cpp783 void VorbisComment::Entry::construct(const char *field, uint32_t field_length) in construct() function in FLAC::Metadata::VorbisComment::Entry
789 void VorbisComment::Entry::construct(const char *field) in construct() function in FLAC::Metadata::VorbisComment::Entry
794 …void VorbisComment::Entry::construct(const char *field_name, const char *field_value, uint32_t fie… in construct() function in FLAC::Metadata::VorbisComment::Entry
800 void VorbisComment::Entry::construct(const char *field_name, const char *field_value) in construct() function in FLAC::Metadata::VorbisComment::Entry
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/std/
H A DMapSerializer.java369 …public static MapSerializer construct(Set<String> ignoredEntries, Set<String> includedEntries, Jav… in construct() method in MapSerializer
408 public static MapSerializer construct(Set<String> ignoredEntries, JavaType mapType, in construct() method in MapSerializer
462 public static MapSerializer construct(String[] ignoredList, JavaType mapType, in construct() method in MapSerializer
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_cfg.cpp403 for (auto construct : constructs) { in UpdateContinueConstructExitBlocks() local
451 std::string ConstructErrorString(const Construct& construct, in ConstructErrorString()
732 for (const Construct& construct : function->constructs()) { in StructuredControlFlowChecks() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_cfg.cpp403 for (auto construct : constructs) { in UpdateContinueConstructExitBlocks() local
451 std::string ConstructErrorString(const Construct& construct, in ConstructErrorString()
732 for (const Construct& construct : function->constructs()) { in StructuredControlFlowChecks() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/val/
H A Dvalidate_cfg.cpp404 for (auto construct : constructs) { in UpdateContinueConstructExitBlocks() local
452 std::string ConstructErrorString(const Construct& construct, in ConstructErrorString()
740 for (const Construct& construct : function->constructs()) { in StructuredControlFlowChecks() local
/aosp_15_r20/external/swiftshader/third_party/marl/include/marl/
H A Dmemory.h429 void StlAllocator<T>::construct(pointer p, const_reference val) { in construct() function
435 void StlAllocator<T>::construct(U* p, Args&&... args) { in construct() function

12345678910>>...36