| /third_party/skia/third_party/externals/angle2/src/common/ |
| D | PackedGLEnums_autogen.cpp | 19 AlphaTestFunc FromGLenum<AlphaTestFunc>(GLenum from) in FromGLenum() 44 GLenum ToGLenum(AlphaTestFunc from) in ToGLenum() 106 BufferBinding FromGLenum<BufferBinding>(GLenum from) in FromGLenum() 141 GLenum ToGLenum(BufferBinding from) in ToGLenum() 228 BufferUsage FromGLenum<BufferUsage>(GLenum from) in FromGLenum() 255 GLenum ToGLenum(BufferUsage from) in ToGLenum() 322 ClientVertexArrayType FromGLenum<ClientVertexArrayType>(GLenum from) in FromGLenum() 341 GLenum ToGLenum(ClientVertexArrayType from) in ToGLenum() 388 CullFaceMode FromGLenum<CullFaceMode>(GLenum from) in FromGLenum() 403 GLenum ToGLenum(CullFaceMode from) in ToGLenum() [all …]
|
| D | PackedCLEnums_autogen.cpp | 19 AddressingMode FromCLenum<AddressingMode>(CLenum from) in FromCLenum() 38 CLenum ToCLenum(AddressingMode from) in ToCLenum() 85 CommandQueueInfo FromCLenum<CommandQueueInfo>(CLenum from) in FromCLenum() 108 CLenum ToCLenum(CommandQueueInfo from) in ToCLenum() 165 ContextInfo FromCLenum<ContextInfo>(CLenum from) in FromCLenum() 182 CLenum ToCLenum(ContextInfo from) in ToCLenum() 224 DeviceInfo FromCLenum<DeviceInfo>(CLenum from) in FromCLenum() 451 CLenum ToCLenum(DeviceInfo from) in ToCLenum() 1018 EventInfo FromCLenum<EventInfo>(CLenum from) in FromCLenum() 1037 CLenum ToCLenum(EventInfo from) in ToCLenum() [all …]
|
| D | PackedEGLEnums_autogen.cpp | 19 ColorSpace FromEGLenum<ColorSpace>(EGLenum from) in FromEGLenum() 32 EGLenum ToEGLenum(ColorSpace from) in ToEGLenum() 64 CompositorTiming FromEGLenum<CompositorTiming>(EGLenum from) in FromEGLenum() 79 EGLenum ToEGLenum(CompositorTiming from) in ToEGLenum() 116 ContextPriority FromEGLenum<ContextPriority>(EGLenum from) in FromEGLenum() 131 EGLenum ToEGLenum(ContextPriority from) in ToEGLenum() 168 MessageType FromEGLenum<MessageType>(EGLenum from) in FromEGLenum() 185 EGLenum ToEGLenum(MessageType from) in ToEGLenum() 227 ObjectType FromEGLenum<ObjectType>(EGLenum from) in FromEGLenum() 250 EGLenum ToEGLenum(ObjectType from) in ToEGLenum() [all …]
|
| /third_party/flutter/skia/third_party/externals/angle2/src/common/ |
| D | PackedGLEnums_autogen.cpp | 19 AlphaTestFunc FromGLenum<AlphaTestFunc>(GLenum from) in FromGLenum() 44 GLenum ToGLenum(AlphaTestFunc from) in ToGLenum() 106 BufferBinding FromGLenum<BufferBinding>(GLenum from) in FromGLenum() 139 GLenum ToGLenum(BufferBinding from) in ToGLenum() 221 BufferUsage FromGLenum<BufferUsage>(GLenum from) in FromGLenum() 248 GLenum ToGLenum(BufferUsage from) in ToGLenum() 315 ClientVertexArrayType FromGLenum<ClientVertexArrayType>(GLenum from) in FromGLenum() 334 GLenum ToGLenum(ClientVertexArrayType from) in ToGLenum() 381 CullFaceMode FromGLenum<CullFaceMode>(GLenum from) in FromGLenum() 396 GLenum ToGLenum(CullFaceMode from) in ToGLenum() [all …]
|
| D | PackedEGLEnums_autogen.cpp | 19 CompositorTiming FromEGLenum<CompositorTiming>(EGLenum from) in FromEGLenum() 34 EGLenum ToEGLenum(CompositorTiming from) in ToEGLenum() 71 MessageType FromEGLenum<MessageType>(EGLenum from) in FromEGLenum() 88 EGLenum ToEGLenum(MessageType from) in ToEGLenum() 130 ObjectType FromEGLenum<ObjectType>(EGLenum from) in FromEGLenum() 153 EGLenum ToEGLenum(ObjectType from) in ToEGLenum() 210 TextureFormat FromEGLenum<TextureFormat>(EGLenum from) in FromEGLenum() 225 EGLenum ToEGLenum(TextureFormat from) in ToEGLenum() 262 Timestamp FromEGLenum<Timestamp>(EGLenum from) in FromEGLenum() 289 EGLenum ToEGLenum(Timestamp from) in ToEGLenum()
|
| /third_party/rust/crates/rustix/src/backend/linux_raw/ |
| D | conv.rs | 108 fn from(c: *mut T) -> ArgReg<'a, Num> { in from() method 115 fn from(c: *const T) -> ArgReg<'a, Num> { in from() method 123 fn from(c: &'a CStr) -> Self { in from() method 131 fn from(t: Option<&'a CStr>) -> Self { in from() method 145 fn from(fd: BorrowedFd<'a>) -> Self { in from() method 273 fn from(i: ClockId) -> Self { in from() method 281 fn from(i: TimerfdClockId) -> Self { in from() method 295 fn from(mode: Mode) -> Self { in from() method 303 fn from(pair: (Mode, FileType)) -> Self { in from() method 311 fn from(flags: crate::fs::AtFlags) -> Self { in from() method [all …]
|
| /third_party/protobuf/php/tests/ |
| D | memory_leak_test.php | 64 $from = new TestMessage(); variable 75 $from = new TestMessage(); variable 149 $from = new TestMessage(); variable 154 $from = new \Google\Protobuf\Timestamp(); variable 161 $from = new DateTime('2011-01-01T15:03:01.012345UTC'); variable 170 $from = new \Google\Protobuf\Value(); variable 176 $from = hex2bin('F80601'); variable 198 $from = new TestMessage(); variable
|
| /third_party/protobuf/src/google/protobuf/ |
| D | wrappers.pb.cc | 318 DoubleValue::DoubleValue(const DoubleValue& from) in DoubleValue() 443 void DoubleValue::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in MergeFrom() 458 void DoubleValue::MergeFrom(const DoubleValue& from) { in MergeFrom() 470 void DoubleValue::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in CopyFrom() 477 void DoubleValue::CopyFrom(const DoubleValue& from) { in CopyFrom() 513 FloatValue::FloatValue(const FloatValue& from) in FloatValue() 638 void FloatValue::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in MergeFrom() 653 void FloatValue::MergeFrom(const FloatValue& from) { in MergeFrom() 665 void FloatValue::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in CopyFrom() 672 void FloatValue::CopyFrom(const FloatValue& from) { in CopyFrom() [all …]
|
| D | descriptor.pb.cc | 1391 FileDescriptorSet::FileDescriptorSet(const FileDescriptorSet& from) in FileDescriptorSet() 1525 void FileDescriptorSet::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in MergeFrom() 1540 void FileDescriptorSet::MergeFrom(const FileDescriptorSet& from) { in MergeFrom() 1550 void FileDescriptorSet::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in CopyFrom() 1557 void FileDescriptorSet::CopyFrom(const FileDescriptorSet& from) { in CopyFrom() 1631 FileDescriptorProto::FileDescriptorProto(const FileDescriptorProto& from) in FileDescriptorProto() 2144 void FileDescriptorProto::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in MergeFrom() 2159 void FileDescriptorProto::MergeFrom(const FileDescriptorProto& from) { in MergeFrom() 2193 void FileDescriptorProto::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in CopyFrom() 2200 void FileDescriptorProto::CopyFrom(const FileDescriptorProto& from) { in CopyFrom() [all …]
|
| D | api.pb.cc | 206 Api::Api(const Api& from) in Api() 524 void Api::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in MergeFrom() 539 void Api::MergeFrom(const Api& from) { in MergeFrom() 563 void Api::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in CopyFrom() 570 void Api::CopyFrom(const Api& from) { in CopyFrom() 620 Method::Method(const Method& from) in Method() 922 void Method::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in MergeFrom() 937 void Method::MergeFrom(const Method& from) { in MergeFrom() 965 void Method::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in CopyFrom() 972 void Method::CopyFrom(const Method& from) { in CopyFrom() [all …]
|
| D | type.pb.cc | 385 Type::Type(const Type& from) in Type() 674 void Type::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in MergeFrom() 689 void Type::MergeFrom(const Type& from) { in MergeFrom() 710 void Type::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in CopyFrom() 717 void Type::CopyFrom(const Type& from) { in CopyFrom() 763 Field::Field(const Field& from) in Field() 1142 void Field::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in MergeFrom() 1157 void Field::MergeFrom(const Field& from) { in MergeFrom() 1194 void Field::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in CopyFrom() 1201 void Field::CopyFrom(const Field& from) { in CopyFrom() [all …]
|
| D | struct.pb.cc | 207 Struct::Struct(const Struct& from) in Struct() 376 void Struct::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in MergeFrom() 391 void Struct::MergeFrom(const Struct& from) { in MergeFrom() 401 void Struct::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in CopyFrom() 408 void Struct::CopyFrom(const Struct& from) { in CopyFrom() 493 Value::Value(const Value& from) in Value() 804 void Value::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in MergeFrom() 819 void Value::MergeFrom(const Value& from) { in MergeFrom() 857 void Value::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in CopyFrom() 864 void Value::CopyFrom(const Value& from) { in CopyFrom() [all …]
|
| /third_party/rust/crates/io-lifetimes/src/ |
| D | impls_mio.rs | 43 fn from(owned: mio::net::TcpStream) -> Self { in from() method 59 fn from(owned: mio::net::TcpStream) -> Self { in from() method 75 fn from(owned: OwnedFd) -> Self { in from() method 91 fn from(owned: OwnedSocket) -> Self { in from() method 123 fn from(owned: mio::net::TcpListener) -> Self { in from() method 139 fn from(owned: mio::net::TcpListener) -> Self { in from() method 155 fn from(owned: OwnedFd) -> Self { in from() method 171 fn from(owned: OwnedSocket) -> Self { in from() method 203 fn from(owned: mio::net::UdpSocket) -> Self { in from() method 219 fn from(owned: mio::net::UdpSocket) -> Self { in from() method [all …]
|
| D | impls_async_std.rs | 50 fn from(owned: async_std::fs::File) -> Self { in from() method 66 fn from(owned: async_std::fs::File) -> Self { in from() method 82 fn from(owned: OwnedFd) -> Self { in from() method 98 fn from(owned: OwnedHandle) -> Self { in from() method 130 fn from(owned: async_std::net::TcpStream) -> Self { in from() method 146 fn from(owned: async_std::net::TcpStream) -> Self { in from() method 162 fn from(owned: OwnedFd) -> Self { in from() method 178 fn from(owned: OwnedSocket) -> Self { in from() method 210 fn from(owned: async_std::net::TcpListener) -> Self { in from() method 226 fn from(owned: async_std::net::TcpListener) -> Self { in from() method [all …]
|
| D | impls_std.rs | 127 fn from(owned: OwnedHandle) -> Self { in from() method 159 fn from(owned: std::fs::File) -> Self { in from() method 175 fn from(owned: std::fs::File) -> Self { in from() method 191 fn from(owned: OwnedFd) -> Self { in from() method 207 fn from(owned: OwnedHandle) -> Self { in from() method 239 fn from(owned: std::net::TcpStream) -> Self { in from() method 255 fn from(owned: std::net::TcpStream) -> Self { in from() method 271 fn from(owned: OwnedFd) -> Self { in from() method 287 fn from(owned: OwnedSocket) -> Self { in from() method 319 fn from(owned: std::net::TcpListener) -> Self { in from() method [all …]
|
| D | impls_os_pipe.rs | 43 fn from(owned: os_pipe::PipeReader) -> Self { in from() method 59 fn from(owned: os_pipe::PipeReader) -> Self { in from() method 75 fn from(owned: OwnedFd) -> Self { in from() method 91 fn from(owned: OwnedHandle) -> Self { in from() method 123 fn from(owned: os_pipe::PipeWriter) -> Self { in from() method 139 fn from(owned: os_pipe::PipeWriter) -> Self { in from() method 155 fn from(owned: OwnedFd) -> Self { in from() method 171 fn from(owned: OwnedHandle) -> Self { in from() method
|
| /third_party/typescript/tests/cases/compiler/ |
| D | importDeclFromTypeNodeInJsSource.ts | 37 import { EventEmitter } from 'events'; property in EventEmitter.EventEmitter 38 import { n3, d } from 'nestNamespaceModule'; property in EventEmitter.EventEmitter 39 import { c } from 'renameModule'; property in EventEmitter.EventEmitter
|
| D | symbolLinkDeclarationEmitModuleNamesRootDir.ts | 24 import { Constructor } from "@loopback/context"; property in BindingKey 28 import { ControllerClass } from './application'; property in BindingKey 29 import { BindingKey } from '@loopback/context'; property in BindingKey
|
| D | declarationEmitReexportedSymlinkReference2.ts | 29 export {MetadataAccessor} from '@raymondfeng/pkg1'; property in MetadataAccessor 31 export {IdType} from '@raymondfeng/pkg1'; property in MetadataAccessor 43 import {MetadataAccessor} from "@raymondfeng/pkg2"; property in MetadataAccessor
|
| /third_party/typescript/lib/ |
| D | lib.es2015.iterable.d.ts | 83 from<T>(iterable: Iterable<T> | ArrayLike<T>): T[]; method 91 …from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[… method 275 …from(arrayLike: Iterable<number>, mapfn?: (v: number, k: number) => number, thisArg?: any): Int8Ar… method 303 …from(arrayLike: Iterable<number>, mapfn?: (v: number, k: number) => number, thisArg?: any): Uint8A… method 334 …from(arrayLike: Iterable<number>, mapfn?: (v: number, k: number) => number, thisArg?: any): Uint8C… method 364 …from(arrayLike: Iterable<number>, mapfn?: (v: number, k: number) => number, thisArg?: any): Int16A… method 392 …from(arrayLike: Iterable<number>, mapfn?: (v: number, k: number) => number, thisArg?: any): Uint16… method 420 …from(arrayLike: Iterable<number>, mapfn?: (v: number, k: number) => number, thisArg?: any): Int32A… method 448 …from(arrayLike: Iterable<number>, mapfn?: (v: number, k: number) => number, thisArg?: any): Uint32… method 476 …from(arrayLike: Iterable<number>, mapfn?: (v: number, k: number) => number, thisArg?: any): Float3… method [all …]
|
| /third_party/typescript/src/lib/ |
| D | es2015.iterable.d.ts | 63 from<T>(iterable: Iterable<T> | ArrayLike<T>): T[]; method 71 …from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[… method 255 …from(arrayLike: Iterable<number>, mapfn?: (v: number, k: number) => number, thisArg?: any): Int8Ar… method 283 …from(arrayLike: Iterable<number>, mapfn?: (v: number, k: number) => number, thisArg?: any): Uint8A… method 314 …from(arrayLike: Iterable<number>, mapfn?: (v: number, k: number) => number, thisArg?: any): Uint8C… method 344 …from(arrayLike: Iterable<number>, mapfn?: (v: number, k: number) => number, thisArg?: any): Int16A… method 372 …from(arrayLike: Iterable<number>, mapfn?: (v: number, k: number) => number, thisArg?: any): Uint16… method 400 …from(arrayLike: Iterable<number>, mapfn?: (v: number, k: number) => number, thisArg?: any): Int32A… method 428 …from(arrayLike: Iterable<number>, mapfn?: (v: number, k: number) => number, thisArg?: any): Uint32… method 456 …from(arrayLike: Iterable<number>, mapfn?: (v: number, k: number) => number, thisArg?: any): Float3… method [all …]
|
| /third_party/protobuf/src/google/protobuf/compiler/ |
| D | plugin.pb.cc | 258 Version::Version(const Version& from) in Version() 484 void Version::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in MergeFrom() 499 void Version::MergeFrom(const Version& from) { in MergeFrom() 524 void Version::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in CopyFrom() 531 void Version::CopyFrom(const Version& from) { in CopyFrom() 593 CodeGeneratorRequest::CodeGeneratorRequest(const CodeGeneratorRequest& from) in CodeGeneratorRequest() 845 void CodeGeneratorRequest::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in MergeFrom() 860 void CodeGeneratorRequest::MergeFrom(const CodeGeneratorRequest& from) { in MergeFrom() 880 void CodeGeneratorRequest::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in CopyFrom() 887 void CodeGeneratorRequest::CopyFrom(const CodeGeneratorRequest& from) { in CopyFrom() [all …]
|
| /third_party/node/doc/api/ |
| D | buffer.md | 3473 ### The `--zero-fill-buffers` command-line option 3492 ### What makes `Buffer.allocUnsafe()` and `Buffer.allocUnsafeSlow()` "unsafe"? 3514 [`Buffer.alloc()`]: #buffer_static_method_buffer_alloc_size_fill_encoding 3515 [`Buffer.allocUnsafe()`]: #buffer_static_method_buffer_allocunsafe_size 3516 [`Buffer.allocUnsafeSlow()`]: #buffer_static_method_buffer_allocunsafeslow_size 3517 [`Buffer.concat()`]: #buffer_static_method_buffer_concat_list_totallength 3518 [`Buffer.from(array)`]: #buffer_static_method_buffer_from_array 3519 [`Buffer.from(arrayBuf)`]: #buffer_static_method_buffer_from_arraybuffer_byteoffset_length 3520 [`Buffer.from(buffer)`]: #buffer_static_method_buffer_from_buffer 3521 [`Buffer.from(string)`]: #buffer_static_method_buffer_from_string_encoding [all …]
|
| /third_party/rust/crates/clap/src/builder/ |
| D | os_str.rs | 45 fn from(id: &'_ OsStr) -> Self { in from() method 52 fn from(id: Str) -> Self { in from() method 62 fn from(id: Str) -> Self { in from() method 69 fn from(id: &'_ Str) -> Self { in from() method 78 fn from(id: &'_ Str) -> Self { in from() method 85 fn from(name: std::ffi::OsString) -> Self { in from() method 92 fn from(name: &'_ std::ffi::OsString) -> Self { in from() method 99 fn from(name: std::string::String) -> Self { in from() method 106 fn from(name: &'_ std::string::String) -> Self { in from() method 112 fn from(name: &'static std::ffi::OsStr) -> Self { in from() method [all …]
|
| /third_party/openssl/crypto/rsa/ |
| D | rsa_pk1.c | 29 const unsigned char *from, int flen) in RSA_padding_add_PKCS1_type_1() 54 const unsigned char *from, int flen, in RSA_padding_check_PKCS1_type_1() 122 int tlen, const unsigned char *from, in ossl_rsa_padding_add_PKCS1_type_2_ex() 162 const unsigned char *from, int flen) in RSA_padding_add_PKCS1_type_2() 168 const unsigned char *from, int flen, in RSA_padding_check_PKCS1_type_2() 299 const unsigned char *from, in ossl_rsa_padding_check_PKCS1_type_2_TLS()
|