Home
last modified time | relevance | path

Searched defs:New (Results 1 – 25 of 718) sorted by relevance

12345678910>>...29

/external/python/mobly/
DCHANGELOG.md8 ### New subsection
23 ### New subsection
54 ### New subsection
83 ### New subsection
101 ### New subsection
120 ### New subsection
138 ### New subsection
155 ### New subsection
187 ### New subsection
224 ### New subsection
[all …]
/external/pigweed/pw_bluetooth_sapphire/host/transport/public/pw_bluetooth_sapphire/internal/host/transport/
Dcontrol_packets.h34 static CommandPacketT<T> New(hci_spec::OpCode opcode) { in New() function
43 static CommandPacketT<T> New(hci_spec::OpCode opcode, size_t packet_size) { in New() function
85 static EventPacket New(size_t packet_size) { in New() function
93 static EventPacketT<T> New(pw::bluetooth::emboss::EventCode event_code) { in New() function
105 static EventPacketT<T> New(hci_spec::EventCode event_code) { in New() function
122 static EventPacketT<T> New(hci_spec::EventCode event_code, in New() function
/external/one-true-awk/
DREADME.md11 ### Strings ###
21 ### Regular expressions ###
25 ### CSV ###
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/log-0.4.22/
DCHANGELOG.md120 ### New subsection
135 ### New subsection
162 ### New subsection
173 ### New subsection
179 ### New subsection
254 ### New subsection
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/log-0.4.22/
DCHANGELOG.md120 ### New subsection
135 ### New subsection
162 ### New subsection
173 ### New subsection
179 ### New subsection
254 ### New subsection
/external/rust/android-crates-io/crates/log/
DCHANGELOG.md169 ### New subsection
184 ### New subsection
211 ### New subsection
222 ### New subsection
228 ### New subsection
303 ### New subsection
/external/cronet/stable/net/third_party/quiche/src/quiche/common/
Dsimple_buffer_allocator.cc9 char* SimpleBufferAllocator::New(size_t size) { return new char[size]; } in New() function in quiche::SimpleBufferAllocator
11 char* SimpleBufferAllocator::New(size_t size, bool /* flag_enable */) { in New() function in quiche::SimpleBufferAllocator
/external/cronet/tot/net/third_party/quiche/src/quiche/common/
Dsimple_buffer_allocator.cc9 char* SimpleBufferAllocator::New(size_t size) { return new char[size]; } in New() function in quiche::SimpleBufferAllocator
11 char* SimpleBufferAllocator::New(size_t size, bool /* flag_enable */) { in New() function in quiche::SimpleBufferAllocator
/external/golang-protobuf/internal/impl/
Dconvert.go37 New() protoreflect.Value methodSpec
166 func (c *boolConverter) New() protoreflect.Value { return c.def } func
190 func (c *int32Converter) New() protoreflect.Value { return c.def } func
214 func (c *int64Converter) New() protoreflect.Value { return c.def } func
238 func (c *uint32Converter) New() protoreflect.Value { return c.def } func
262 func (c *uint64Converter) New() protoreflect.Value { return c.def } func
286 func (c *float32Converter) New() protoreflect.Value { return c.def } func
310 func (c *float64Converter) New() protoreflect.Value { return c.def } func
340 func (c *stringConverter) New() protoreflect.Value { return c.def } func
367 func (c *bytesConverter) New() protoreflect.Value { return c.def } func
[all …]
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/qbone/platform/
Drtnetlink_message.cc76 LinkMessage LinkMessage::New(RtnetlinkMessage::Operation request_operation, in New() function in quic::LinkMessage
101 AddressMessage AddressMessage::New( in New() function in quic::AddressMessage
126 RouteMessage RouteMessage::New(RtnetlinkMessage::Operation request_operation, in New() function in quic::RouteMessage
145 RuleMessage RuleMessage::New(RtnetlinkMessage::Operation request_operation, in New() function in quic::RuleMessage
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/qbone/platform/
Drtnetlink_message.cc76 LinkMessage LinkMessage::New(RtnetlinkMessage::Operation request_operation, in New() function in quic::LinkMessage
101 AddressMessage AddressMessage::New( in New() function in quic::AddressMessage
126 RouteMessage RouteMessage::New(RtnetlinkMessage::Operation request_operation, in New() function in quic::RouteMessage
145 RuleMessage RuleMessage::New(RtnetlinkMessage::Operation request_operation, in New() function in quic::RuleMessage
/external/tink/cc/core/
Dbinary_keyset_reader.cc39 util::StatusOr<std::unique_ptr<KeysetReader>> BinaryKeysetReader::New( in New() function in crypto::tink::BinaryKeysetReader
51 util::StatusOr<std::unique_ptr<KeysetReader>> BinaryKeysetReader::New( in New() function in crypto::tink::BinaryKeysetReader
/external/libchrome/base/
Dlazy_instance.h64 static Type* New(void* instance) { in New() function
91 static Type* New(void* instance) { in New() function
115 static Type* New(void* instance) { in New() function
/external/cronet/tot/base/
Dlazy_instance.h66 static Type* New(void* instance) { in New() function
93 static Type* New(void* instance) { in New() function
117 static Type* New(void* instance) { in New() function
/external/cronet/stable/base/
Dlazy_instance.h66 static Type* New(void* instance) { in New() function
93 static Type* New(void* instance) { in New() function
117 static Type* New(void* instance) { in New() function
/external/pigweed/pw_bluetooth_sapphire/host/transport/
Dsco_data_packet.cc30 std::unique_ptr<ScoDataPacket> ScoDataPacket::New(uint8_t payload_size) { in New() function in bt::hci::ScoDataPacket
34 std::unique_ptr<ScoDataPacket> ScoDataPacket::New( in New() function in bt::hci::ScoDataPacket
Dacl_data_packet.cc59 ACLDataPacketPtr ACLDataPacket::New(uint16_t payload_size) { in New() function in bt::hci::ACLDataPacket
64 ACLDataPacketPtr ACLDataPacket::New( in New() function in bt::hci::ACLDataPacket
/external/tink/cc/subtle/
Decies_hkdf_recipient_kem_boringssl.cc40 EciesHkdfRecipientKemBoringSsl::New(EllipticCurveType curve, in New() function in crypto::tink::subtle::EciesHkdfRecipientKemBoringSsl
59 EciesHkdfNistPCurveRecipientKemBoringSsl::New(EllipticCurveType curve, in New() function in crypto::tink::subtle::EciesHkdfNistPCurveRecipientKemBoringSsl
116 EciesHkdfX25519RecipientKemBoringSsl::New(EllipticCurveType curve, in New() function in crypto::tink::subtle::EciesHkdfX25519RecipientKemBoringSsl
/external/pdfium/core/fpdfapi/parser/
Dcpdf_indirect_object_holder.h47 typename std::enable_if<CanInternStrings<T>::value, RetainPtr<T>>::type New( in New() function
53 typename std::enable_if<!CanInternStrings<T>::value, RetainPtr<T>>::type New( in New() function
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/core/crypto/
Dcurve25519_key_exchange.cc25 std::unique_ptr<Curve25519KeyExchange> Curve25519KeyExchange::New( in New() function in quic::Curve25519KeyExchange
34 std::unique_ptr<Curve25519KeyExchange> Curve25519KeyExchange::New( in New() function in quic::Curve25519KeyExchange
Dp256_key_exchange.cc32 std::unique_ptr<P256KeyExchange> P256KeyExchange::New() { in New() function in quic::P256KeyExchange
37 std::unique_ptr<P256KeyExchange> P256KeyExchange::New(absl::string_view key) { in New() function in quic::P256KeyExchange
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/core/crypto/
Dcurve25519_key_exchange.cc25 std::unique_ptr<Curve25519KeyExchange> Curve25519KeyExchange::New( in New() function in quic::Curve25519KeyExchange
34 std::unique_ptr<Curve25519KeyExchange> Curve25519KeyExchange::New( in New() function in quic::Curve25519KeyExchange
Dp256_key_exchange.cc32 std::unique_ptr<P256KeyExchange> P256KeyExchange::New() { in New() function in quic::P256KeyExchange
37 std::unique_ptr<P256KeyExchange> P256KeyExchange::New(absl::string_view key) { in New() function in quic::P256KeyExchange
/external/tensorflow/tensorflow/lite/kernels/shim/
Dtf_tensor_view.cc87 absl::StatusOr<TfTensorView> TensorView::New<::tensorflow::Tensor>( in New() function in tflite::shim::TensorView
93 absl::StatusOr<const TfTensorView> TensorView::New<const ::tensorflow::Tensor>( in New() function in tflite::shim::TensorView
/external/pigweed/pw_allocator/public/pw_allocator/
Dallocator.h52 [[nodiscard]] std::enable_if_t<!std::is_array_v<T>, T*> New(Args&&... args) { in New() function
71 [[nodiscard]] ElementType* New(size_t count) { in New() function
88 [[nodiscard]] ElementType* New(size_t count, size_t alignment) { in New() function

12345678910>>...29