/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 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 …]
|
/external/rust/crates/serde_json/src/value/ |
D | from.rs | 47 fn from(f: f32) -> Self { in from() method 63 fn from(f: f64) -> Self { in from() method 79 fn from(f: bool) -> Self { in from() method 95 fn from(f: String) -> Self { in from() method 111 fn from(f: &str) -> Self { in from() method 136 fn from(f: Cow<'a, str>) -> Self { in from() method 152 fn from(f: Number) -> Self { in from() method 169 fn from(f: Map<String, Value>) -> Self { in from() method 185 fn from(f: Vec<T>) -> Self { in from() method 201 fn from(f: &'a [T]) -> 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() 210 EIGEN_DEVICE_FUNC inline Packet4f pexpand_bf16_l(const Packet4f& from) { in pexpand_bf16_l() 219 EIGEN_DEVICE_FUNC inline Packet4f pexpand_bf16_u(const Packet4f& from) { in pexpand_bf16_u() 381 EIGEN_DEVICE_FUNC inline Packet8f pexpand_bf16_l(const Packet8f& from) { in pexpand_bf16_l() [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/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/protobuf/php/tests/ |
D | memory_leak_test.php | 57 $from = new TestMessage(); variable 68 $from = new TestMessage(); variable 142 $from = new TestMessage(); variable 147 $from = new \Google\Protobuf\Timestamp(); variable 154 $from = new DateTime('2011-01-01T15:03:01.012345UTC'); variable 163 $from = new \Google\Protobuf\Value(); variable 169 $from = hex2bin('F80601'); variable 191 $from = new TestMessage(); variable
|
/external/protobuf/src/google/protobuf/ |
D | wrappers.pb.cc | 326 DoubleValue::DoubleValue(const DoubleValue& from) in DoubleValue() 512 void DoubleValue::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in MergeFrom() 527 void DoubleValue::MergeFrom(const DoubleValue& from) { in MergeFrom() 539 void DoubleValue::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in CopyFrom() 546 void DoubleValue::CopyFrom(const DoubleValue& from) { in CopyFrom() 588 FloatValue::FloatValue(const FloatValue& from) in FloatValue() 774 void FloatValue::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in MergeFrom() 789 void FloatValue::MergeFrom(const FloatValue& from) { in MergeFrom() 801 void FloatValue::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in CopyFrom() 808 void FloatValue::CopyFrom(const FloatValue& from) { in CopyFrom() [all …]
|
D | api.pb.cc | 204 Api::Api(const Api& from) in Api() 711 void Api::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in MergeFrom() 726 void Api::MergeFrom(const Api& from) { in MergeFrom() 752 void Api::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in CopyFrom() 759 void Api::CopyFrom(const Api& from) { in CopyFrom() 805 Method::Method(const Method& from) in Method() 1289 void Method::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in MergeFrom() 1304 void Method::MergeFrom(const Method& from) { in MergeFrom() 1335 void Method::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in CopyFrom() 1342 void Method::CopyFrom(const Method& from) { in CopyFrom() [all …]
|
D | descriptor.pb.cc | 1402 FileDescriptorSet::FileDescriptorSet(const FileDescriptorSet& from) in FileDescriptorSet() 1606 void FileDescriptorSet::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in MergeFrom() 1621 void FileDescriptorSet::MergeFrom(const FileDescriptorSet& from) { in MergeFrom() 1631 void FileDescriptorSet::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in CopyFrom() 1638 void FileDescriptorSet::CopyFrom(const FileDescriptorSet& from) { in CopyFrom() 1745 FileDescriptorProto::FileDescriptorProto(const FileDescriptorProto& from) in FileDescriptorProto() 2559 void FileDescriptorProto::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in MergeFrom() 2574 void FileDescriptorProto::MergeFrom(const FileDescriptorProto& from) { in MergeFrom() 2608 void FileDescriptorProto::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in CopyFrom() 2615 void FileDescriptorProto::CopyFrom(const FileDescriptorProto& from) { in CopyFrom() [all …]
|
/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/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/dagger2/java/dagger/internal/codegen/binding/ |
D | FrameworkType.java | 59 public CodeBlock to(RequestKind requestKind, CodeBlock from) { in to() 89 public Expression to(RequestKind requestKind, Expression from, DaggerTypes types) { in to() 129 public CodeBlock to(RequestKind requestKind, CodeBlock from) { in to() 144 public Expression to(RequestKind requestKind, Expression from, DaggerTypes types) { in to() 205 public abstract CodeBlock to(RequestKind requestKind, CodeBlock from); in to() 217 public abstract Expression to(RequestKind requestKind, Expression from, DaggerTypes types); in to()
|
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowNativeMeasuredText.java | 23 /* Non Zero */ long nativePtr, @IntRange(from = 0) int start, @IntRange(from = 0) int end) { in nGetWidth() 63 @IntRange(from = 0) int start, in nAddStyleRun() 85 @IntRange(from = 0) int start, in nAddReplacementRun() 87 @FloatRange(from = 0) float width) { in nAddReplacementRun()
|
/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/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/protobuf/src/google/protobuf/compiler/ |
D | plugin.pb.cc | 233 Version::Version(const Version& from) in Version() 568 void Version::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in MergeFrom() 583 void Version::MergeFrom(const Version& from) { in MergeFrom() 609 void Version::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in CopyFrom() 616 void Version::CopyFrom(const Version& from) { in CopyFrom() 673 CodeGeneratorRequest::CodeGeneratorRequest(const CodeGeneratorRequest& from) in CodeGeneratorRequest() 1045 void CodeGeneratorRequest::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in MergeFrom() 1060 void CodeGeneratorRequest::MergeFrom(const CodeGeneratorRequest& from) { in MergeFrom() 1081 void CodeGeneratorRequest::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in CopyFrom() 1088 void CodeGeneratorRequest::CopyFrom(const CodeGeneratorRequest& from) { in CopyFrom() [all …]
|
/external/rust/crates/jni/src/wrapper/objects/ |
D | jvalue.rs | 26 fn from(other: JValue) -> jvalue { in from() method 171 fn from(other: T) -> Self { in from() method 188 fn from(other: bool) -> Self { in from() method 195 fn from(other: jboolean) -> Self { in from() method 213 fn from(other: jchar) -> Self { in from() method 231 fn from(other: jshort) -> Self { in from() method 249 fn from(other: jfloat) -> Self { in from() method 267 fn from(other: jdouble) -> Self { in from() method 285 fn from(other: jint) -> Self { in from() method 303 fn from(other: jlong) -> Self { in from() method [all …]
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_bvgraph_test.cc | 46 bool addEdge(uptr from, uptr to) { in addEdge() 49 bool removeEdge(uptr from, uptr to) { in removeEdge() 55 uptr from = *it >> 16; in checkSameAs() local 62 uptr idx(uptr from, uptr to) { in idx() 85 uptr from = my_rand() % g.size(); in BasicTest() local 130 uptr from = my_rand() % g.size(); in RemoveEdges() local 142 for (set<uptr>::iterator from = s.begin(); from != s.end(); ++from) { in RemoveEdges() local 149 for (uptr from = 0; from < g.size(); from++) in RemoveEdges() local 308 BV from; in RunAddEdgesTest() local
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ |
D | JsonMappingException.java | 84 public Reference(Object from) { _from = from; } in Reference() 86 public Reference(Object from, String fieldName) { in Reference() 94 public Reference(Object from, int index) { in Reference() 273 public static JsonMappingException from(JsonParser p, String msg) { in from() method in JsonMappingException 280 public static JsonMappingException from(JsonParser p, String msg, Throwable problem) { in from() method in JsonMappingException 287 public static JsonMappingException from(JsonGenerator g, String msg) { in from() method in JsonMappingException 294 public static JsonMappingException from(JsonGenerator g, String msg, Throwable problem) { in from() method in JsonMappingException 301 public static JsonMappingException from(DeserializationContext ctxt, String msg) { in from() method in JsonMappingException 308 public static JsonMappingException from(DeserializationContext ctxt, String msg, Throwable t) { in from() method in JsonMappingException 315 public static JsonMappingException from(SerializerProvider ctxt, String msg) { in from() method in JsonMappingException [all …]
|