/external/python/mobly/ |
D | CHANGELOG.md | 8 ### 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/ |
D | control_packets.h | 34 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/ |
D | README.md | 11 ### Strings ### 21 ### Regular expressions ### 25 ### CSV ###
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/log-0.4.22/ |
D | CHANGELOG.md | 120 ### 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/ |
D | CHANGELOG.md | 120 ### New subsection 135 ### New subsection 162 ### New subsection 173 ### New subsection 179 ### New subsection 254 ### New subsection
|
/external/rust/android-crates-io/crates/log/ |
D | CHANGELOG.md | 169 ### 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/ |
D | simple_buffer_allocator.cc | 9 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/ |
D | simple_buffer_allocator.cc | 9 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/ |
D | convert.go | 37 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/ |
D | rtnetlink_message.cc | 76 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/ |
D | rtnetlink_message.cc | 76 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/ |
D | binary_keyset_reader.cc | 39 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/ |
D | lazy_instance.h | 64 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/ |
D | lazy_instance.h | 66 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/ |
D | lazy_instance.h | 66 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/ |
D | sco_data_packet.cc | 30 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
|
D | acl_data_packet.cc | 59 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/ |
D | ecies_hkdf_recipient_kem_boringssl.cc | 40 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/ |
D | cpdf_indirect_object_holder.h | 47 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/ |
D | curve25519_key_exchange.cc | 25 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
|
D | p256_key_exchange.cc | 32 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/ |
D | curve25519_key_exchange.cc | 25 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
|
D | p256_key_exchange.cc | 32 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/ |
D | tf_tensor_view.cc | 87 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/ |
D | allocator.h | 52 [[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
|