/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/utilities/any/ |
H A D | allocator.pass.cpp | 57 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 D | MapType.java | 37 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 D | ReferenceType.java | 79 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 D | ArrayType.java | 40 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 D | CollectionLikeType.java | 51 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 D | BeanPropertyMap.java | 276 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/ |
D | v0_data_element.rs | 36 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 D | PropertyMetadata.java | 135 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 D | allocate_shared_construct.pass.cpp | 54 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 D | allocate_shared.lwg2070.pass.cpp | 55 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/ |
D | continuous_interval.hpp | 99 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
|
D | discrete_interval.hpp | 98 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 D | swap_space.h | 197 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 D | JsonInclude.java | 358 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 D | JsonAutoDetect.java | 200 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/ |
D | sys_allocator.hpp | 60 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 D | AnnotatedClass.java | 184 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/ |
D | test_allocator.hpp | 75 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/ |
D | endian_operations_test.cpp | 69 struct construct struct 71 static void test() in test()
|
/aosp_15_r20/external/flac/src/libFLAC++/ |
H A D | metadata.cpp | 783 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 D | MapSerializer.java | 369 …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/ |
D | validate_cfg.cpp | 403 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 D | validate_cfg.cpp | 403 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 D | validate_cfg.cpp | 404 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 D | memory.h | 429 void StlAllocator<T>::construct(pointer p, const_reference val) { in construct() function 435 void StlAllocator<T>::construct(U* p, Args&&... args) { in construct() function
|