/external/angle/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 ClipDepthMode FromGLenum<ClipDepthMode>(GLenum from) in FromGLenum() 401 GLenum ToGLenum(ClipDepthMode 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 …]
|
/external/rust/crates/protobuf/src/ |
D | misc.rs | 39 fn from(inner: well_known_types::wrappers::BoolValue) -> Self { in from() method 45 fn from(inner: bool) -> Self { in from() method 55 fn from(inner: well_known_types::wrappers::BytesValue) -> Self { in from() method 61 fn from(inner: Vec<u8>) -> Self { in from() method 71 fn from(inner: well_known_types::wrappers::DoubleValue) -> Self { in from() method 77 fn from(inner: f64) -> Self { in from() method 87 fn from(inner: well_known_types::wrappers::FloatValue) -> Self { in from() method 93 fn from(inner: f32) -> Self { in from() method 103 fn from(inner: well_known_types::wrappers::Int32Value) -> Self { in from() method 109 fn from(inner: i32) -> Self { in from() method [all …]
|
/external/rust/crates/serde_json/src/value/ |
D | from.rs | 42 fn from(f: f32) -> Self { in from() method 58 fn from(f: f64) -> Self { in from() method 74 fn from(f: bool) -> Self { in from() method 90 fn from(f: String) -> Self { in from() method 106 fn from(f: &str) -> Self { in from() method 131 fn from(f: Cow<'a, str>) -> Self { in from() method 147 fn from(f: Number) -> Self { in from() method 164 fn from(f: Map<String, Value>) -> Self { in from() method 180 fn from(f: Vec<T>) -> Self { in from() method 196 fn from(f: &'a [T]) -> Self { in from() method [all …]
|
/external/uwb/src/rust/uwb_core/src/proto/ |
D | mappings.rs | 106 fn from(item: ProtoStatusCode) -> Self { in from() method 188 fn from(item: StatusCode) -> Self { in from() method 294 fn from(item: ProtoReasonCode) -> Self { in from() method 400 fn from(item: ReasonCode) -> Self { in from() method 695 fn from(item: Result<T>) -> Self { in from() method 712 fn from(item: ShortAddressTwoWayRangingMeasurement) -> Self { in from() method 733 fn from(item: ExtendedAddressTwoWayRangingMeasurement) -> Self { in from() method 754 fn from(item: ShortAddressOwrAoaRangingMeasurement) -> Self { in from() method 770 fn from(item: ExtendedAddressOwrAoaRangingMeasurement) -> Self { in from() method 786 fn from(item: ShortAddressDlTdoaRangingMeasurement) -> Self { in from() method [all …]
|
/external/rust/crates/rusqlite/src/types/ |
D | value.rs | 24 fn from(_: Null) -> Value { in from() method 31 fn from(i: bool) -> Value { in from() method 38 fn from(i: isize) -> Value { in from() method 47 fn from(i: i128) -> Value { in from() method 58 fn from(id: uuid::Uuid) -> Value { in from() method 83 fn from(i: i64) -> Value { in from() method 90 fn from(f: f32) -> Value { in from() method 97 fn from(f: f64) -> Value { in from() method 104 fn from(s: String) -> Value { in from() method 111 fn from(v: Vec<u8>) -> Value { in from() method [all …]
|
/external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/ |
D | LineBreakerNatives.java | 38 @IntRange(from = 0) int length, in nComputeLineBreaks() 39 @FloatRange(from = 0.0f) float firstWidth, in nComputeLineBreaks() 52 @IntRange(from = 0) int length, in nComputeLineBreaksP() 53 @FloatRange(from = 0.0f) float firstWidth, in nComputeLineBreaksP()
|
D | MeasuredTextBuilderNatives.java | 35 @IntRange(from = 0) int start, in nAddStyleRun() 42 @IntRange(from = 0) int start, in nAddReplacementRun() 44 @FloatRange(from = 0) float width); in nAddReplacementRun()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | sparse_matmul_op.h | 33 EIGEN_DEVICE_FUNC inline Packet pexpand_bf16_l(const Packet& from) { in pexpand_bf16_l() 46 EIGEN_DEVICE_FUNC inline Packet pexpand_bf16_u(const Packet& from) { in pexpand_bf16_u() 61 EIGEN_DEVICE_FUNC inline Packet4f pexpand_bf16_l(const Packet4f& from) { in pexpand_bf16_l() 74 EIGEN_DEVICE_FUNC inline Packet4f pexpand_bf16_u(const Packet4f& from) { in pexpand_bf16_u() 88 EIGEN_DEVICE_FUNC inline Packet pinterleave4x64(const Packet& from) { in pinterleave4x64() 117 const typename unpacket_traits<Packet>::type* from) { in pload4bf16() 124 const typename unpacket_traits<Packet>::type* from) { in pload2bf16() 244 EIGEN_DEVICE_FUNC inline Packet4f pexpand_bf16_l(const Packet4f& from) { in pexpand_bf16_l() 253 EIGEN_DEVICE_FUNC inline Packet4f pexpand_bf16_u(const Packet4f& from) { in pexpand_bf16_u() 415 EIGEN_DEVICE_FUNC inline Packet8f pexpand_bf16_l(const Packet8f& from) { in pexpand_bf16_l() [all …]
|
/external/openscreen/util/ |
D | saturate_cast.h | 19 saturate_cast(From from) { in saturate_cast() 38 saturate_cast(From from) { in saturate_cast() 54 saturate_cast(From from) { in saturate_cast() 71 saturate_cast(From from) { in saturate_cast() 86 saturate_cast(From from) { in saturate_cast() 128 rounded_saturate_cast(From from) { in rounded_saturate_cast()
|
D | saturate_cast_unittest.cc | 14 int64_t from; in TEST() member 41 uint64_t from; in TEST() member 61 int64_t from; in TEST() member 84 uint64_t from; in TEST() member 104 int32_t from; in TEST() member 122 uint32_t from; in TEST() member 142 int64_t from; in TEST() member 160 uint64_t from; in TEST() member 180 float from; in TEST() member 209 float from; in TEST() member [all …]
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_bvgraph.h | 44 bool addEdge(uptr from, uptr to) { in addEdge() 50 uptr addEdges(const BV &from, uptr to, uptr added_edges[], in addEdges() 69 bool hasEdge(uptr from, uptr to) { return v[from].getBit(to); } in hasEdge() 72 bool removeEdge(uptr from, uptr to) { in removeEdge() 79 for (uptr from = 0; from < size(); from++) { in removeEdgesTo() local 87 bool removeEdgesFrom(const BV &from) { in removeEdgesFrom() 100 void removeEdgesFrom(uptr from) { in removeEdgesFrom() 104 bool hasEdge(uptr from, uptr to) const { in hasEdge() 111 bool isReachable(uptr from, const BV &targets) { in isReachable() 128 uptr findPath(uptr from, const BV &targets, uptr *path, uptr path_size) { in findPath() [all …]
|
/external/rust/crates/protobuf/src/reflect/value/ |
D | value_box.rs | 39 fn from(v: u32) -> Self { in from() method 45 fn from(v: u64) -> Self { in from() method 51 fn from(v: i32) -> Self { in from() method 57 fn from(v: i64) -> Self { in from() method 63 fn from(v: f32) -> Self { in from() method 69 fn from(v: f64) -> Self { in from() method 75 fn from(v: bool) -> Self { in from() method 81 fn from(v: String) -> Self { in from() method 87 fn from(v: Vec<u8>) -> Self { in from() method 93 fn from(v: &'a EnumValueDescriptor) -> Self { in from() method [all …]
|
/external/cronet/third_party/protobuf/php/tests/ |
D | memory_leak_test.php | 27 $from = new TestMessage(); variable 38 $from = new TestMessage(); variable 112 $from = new TestMessage(); variable 117 $from = new \Google\Protobuf\Timestamp(); variable 124 $from = new DateTime('2011-01-01T15:03:01.012345UTC'); variable 133 $from = new \Google\Protobuf\Value(); variable 139 $from = hex2bin('F80601'); variable 161 $from = new TestMessage(); variable
|
/external/protobuf/php/tests/ |
D | memory_leak_test.php | 27 $from = new TestMessage(); variable 38 $from = new TestMessage(); variable 112 $from = new TestMessage(); variable 117 $from = new \Google\Protobuf\Timestamp(); variable 124 $from = new DateTime('2011-01-01T15:03:01.012345UTC'); variable 133 $from = new \Google\Protobuf\Value(); variable 139 $from = hex2bin('F80601'); variable 161 $from = new TestMessage(); variable
|
/external/dagger2/java/dagger/internal/codegen/binding/ |
D | FrameworkType.java | 40 public CodeBlock to(RequestKind requestKind, CodeBlock from) { in to() 72 public Expression to(RequestKind requestKind, Expression from, DaggerTypes types) { in to() 100 public CodeBlock to(RequestKind requestKind, CodeBlock from) { in to() 115 public Expression to(RequestKind requestKind, Expression from, DaggerTypes types) { in to() 194 public abstract CodeBlock to(RequestKind requestKind, CodeBlock from); in to() 206 public abstract Expression to(RequestKind requestKind, Expression from, DaggerTypes types); in to()
|
/external/jsilver/src/com/google/streamhtmlparser/impl/ |
D | ParserStateTable.java | 101 InternalState getNextState(InternalState from, int currentChar) { in getNextState() 121 void setExpression(String expr, InternalState from, InternalState to) { in setExpression() 144 private void fill(InternalState from, InternalState to) { in fill() 151 private void setDefaultDestination(InternalState from, InternalState to) { in setDefaultDestination() 162 private void setDestination(InternalState from, char chr, InternalState to) { in setDestination() 174 private void setRange(InternalState from, char start, char end, in setRange()
|
/external/rust/crates/pkcs1/src/ |
D | error.rs | 47 fn from(err: der::Error) -> Error { in from() method 54 fn from(err: pem::Error) -> Error { in from() method 61 fn from(err: Error) -> pkcs8::Error { in from() method 72 fn from(err: pkcs8::Error) -> Error { in from() method 79 fn from(err: Error) -> pkcs8::spki::Error { in from() method 89 fn from(err: pkcs8::spki::Error) -> Error { in from() method
|
/external/rust/crates/pkcs8/src/ |
D | error.rs | 54 fn from(err: der::Error) -> Error { in from() method 60 fn from(err: der::ErrorKind) -> Error { in from() method 67 fn from(err: pem::Error) -> Error { in from() method 74 fn from(err: pkcs5::Error) -> Error { in from() method 80 fn from(err: spki::Error) -> Error { in from() method 86 fn from(err: Error) -> spki::Error { in from() method
|
/external/flac/src/share/utf8/ |
D | utf8.c | 42 int utf8_encode(const char *from, char **to) in utf8_encode() 81 int utf8_decode(const char *from, char **to) in utf8_decode() 146 static int convert_buffer(const char *fromcode, const char *tocode, in convert_buffer() 167 static int convert_string(const char *fromcode, const char *tocode, in convert_string() 192 int utf8_encode(const char *from, char **to) in utf8_encode() 197 int utf8_decode(const char *from, char **to) in utf8_decode()
|
/external/crosvm/hypervisor/src/whpx/ |
D | types.rs | 57 fn from(regs: &Regs) -> Self { in from() method 84 fn from(whpx_regs: &WhpxRegs) -> Self { in from() method 111 fn from(segment: &Segment) -> Self { in from() method 138 fn from(whpx_segment: &WHV_X64_SEGMENT_REGISTER) -> Self { in from() method 158 fn from(descr_table: &DescriptorTable) -> Self { in from() method 168 fn from(whpx_table_register: &WHV_X64_TABLE_REGISTER) -> Self { in from() method 212 fn from(sregs: &Sregs) -> Self { in from() method 257 fn from(whpx_regs: &WhpxSregs) -> Self { in from() method 282 fn from(bytes: &[u8; 16]) -> WHV_UINT128 { in from() method 292 fn from(regs: &WHV_UINT128) -> u128 { in from() method [all …]
|
/external/mockito/src/main/java/org/mockito/internal/util/reflection/ |
D | LenientCopyTool.java | 15 public <T> void copyToMock(T from, T mock) { in copyToMock() 19 public <T> void copyToRealObject(T from, T to) { in copyToRealObject() 23 private <T> void copy(T from, T to, Class<?> fromClazz) { in copy() 30 private <T> void copyValues(T from, T mock, Class<?> classFrom) { in copyValues()
|
/external/rust/crates/vulkano/src/ |
D | format.rs | 538 fn from(val: [f32; 1]) -> ClearValue { in from() method 545 fn from(val: [f32; 2]) -> ClearValue { in from() method 552 fn from(val: [f32; 3]) -> ClearValue { in from() method 559 fn from(val: [f32; 4]) -> ClearValue { in from() method 566 fn from(val: [u32; 1]) -> ClearValue { in from() method 573 fn from(val: [u32; 2]) -> ClearValue { in from() method 580 fn from(val: [u32; 3]) -> ClearValue { in from() method 587 fn from(val: [u32; 4]) -> ClearValue { in from() method 594 fn from(val: [i32; 1]) -> ClearValue { in from() method 601 fn from(val: [i32; 2]) -> ClearValue { in from() method [all …]
|
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowNativeMeasuredText.java | 25 /* Non Zero */ long nativePtr, @IntRange(from = 0) int start, @IntRange(from = 0) int end) { in nGetWidth() 65 @IntRange(from = 0) int start, in nAddStyleRun() 87 @IntRange(from = 0) int start, in nAddReplacementRun() 89 @FloatRange(from = 0) float width) { in nAddReplacementRun()
|