/external/rust/android-crates-io/crates/yoke-derive/src/ |
D | visitor.rs | 72 let ty = parse_quote!(Foo<'a, T>); in test_simple_type() localVariable 76 let ty = parse_quote!(Foo<T>); in test_simple_type() localVariable 80 let ty = parse_quote!(Foo<'static, T>); in test_simple_type() localVariable 84 let ty = parse_quote!(Foo<'a>); in test_simple_type() localVariable 88 let ty = parse_quote!(Foo<'a, Bar<U>, Baz<(V, u8)>>); in test_simple_type() localVariable 92 let ty = parse_quote!(Foo<'a, W>); in test_simple_type() localVariable 101 let ty = parse_quote!(<Foo as SomeTrait<'a, T>>::Output); in test_assoc_types() localVariable 105 let ty = parse_quote!(<Foo as SomeTrait<'static, T>>::Output); in test_assoc_types() localVariable 109 let ty = parse_quote!(<T as SomeTrait<'static, Foo>>::Output); in test_assoc_types() localVariable
|
/external/rust/android-crates-io/crates/zerofrom-derive/src/ |
D | visitor.rs | 79 let ty = parse_quote!(Foo<'a, T>); in test_simple_type() localVariable 83 let ty = parse_quote!(Foo<T>); in test_simple_type() localVariable 87 let ty = parse_quote!(Foo<'static, T>); in test_simple_type() localVariable 91 let ty = parse_quote!(Foo<'a>); in test_simple_type() localVariable 95 let ty = parse_quote!(Foo<'a, Bar<U>, Baz<(V, u8)>>); in test_simple_type() localVariable 99 let ty = parse_quote!(Foo<'a, W>); in test_simple_type() localVariable 108 let ty = parse_quote!(<Foo as SomeTrait<'a, T>>::Output); in test_assoc_types() localVariable 112 let ty = parse_quote!(<Foo as SomeTrait<'static, T>>::Output); in test_assoc_types() localVariable 116 let ty = parse_quote!(<T as SomeTrait<'static, Foo>>::Output); in test_assoc_types() localVariable
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | constants.h | 138 Constant(const Type* ty) : type_(ty) {} in Constant() 182 ScalarConstant(const Type* ty, const std::vector<uint32_t>& w) in ScalarConstant() 184 ScalarConstant(const Type* ty, std::vector<uint32_t>&& w) in ScalarConstant() 192 IntConstant(const Integer* ty, const std::vector<uint32_t>& w) in IntConstant() 194 IntConstant(const Integer* ty, std::vector<uint32_t>&& w) in IntConstant() 227 FloatConstant(const Float* ty, const std::vector<uint32_t>& w) in FloatConstant() 229 FloatConstant(const Float* ty, std::vector<uint32_t>&& w) in FloatConstant() 268 BoolConstant(const Bool* ty, bool v) in BoolConstant() 311 CompositeConstant(const Type* ty) : Constant(ty), components_() {} in CompositeConstant() 312 CompositeConstant(const Type* ty, in CompositeConstant() [all …]
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | constants.h | 138 Constant(const Type* ty) : type_(ty) {} in Constant() 182 ScalarConstant(const Type* ty, const std::vector<uint32_t>& w) in ScalarConstant() 184 ScalarConstant(const Type* ty, std::vector<uint32_t>&& w) in ScalarConstant() 192 IntConstant(const Integer* ty, const std::vector<uint32_t>& w) in IntConstant() 194 IntConstant(const Integer* ty, std::vector<uint32_t>&& w) in IntConstant() 227 FloatConstant(const Float* ty, const std::vector<uint32_t>& w) in FloatConstant() 229 FloatConstant(const Float* ty, std::vector<uint32_t>&& w) in FloatConstant() 268 BoolConstant(const Bool* ty, bool v) in BoolConstant() 311 CompositeConstant(const Type* ty) : Constant(ty), components_() {} in CompositeConstant() 312 CompositeConstant(const Type* ty, in CompositeConstant() [all …]
|
/external/angle/third_party/spirv-tools/src/source/opt/ |
D | constants.h | 138 Constant(const Type* ty) : type_(ty) {} in Constant() 182 ScalarConstant(const Type* ty, const std::vector<uint32_t>& w) in ScalarConstant() 184 ScalarConstant(const Type* ty, std::vector<uint32_t>&& w) in ScalarConstant() 192 IntConstant(const Integer* ty, const std::vector<uint32_t>& w) in IntConstant() 194 IntConstant(const Integer* ty, std::vector<uint32_t>&& w) in IntConstant() 227 FloatConstant(const Float* ty, const std::vector<uint32_t>& w) in FloatConstant() 229 FloatConstant(const Float* ty, std::vector<uint32_t>&& w) in FloatConstant() 268 BoolConstant(const Bool* ty, bool v) in BoolConstant() 311 CompositeConstant(const Type* ty) : Constant(ty), components_() {} in CompositeConstant() 312 CompositeConstant(const Type* ty, in CompositeConstant() [all …]
|
/external/turbine/java/com/google/turbine/types/ |
D | Erasure.java | 35 public static Type erase(Type ty, Function<TyVarSymbol, TyVarInfo> tenv) { in erase() 68 IntersectionTy ty, Function<TyVarSymbol, TyVarInfo> tenv) { in eraseIntersectionTy() 72 private static Type eraseTyVar(TyVar ty, Function<TyVarSymbol, TyVarInfo> tenv) { in eraseTyVar() 77 private static Type.ArrayTy eraseArrayTy(Type.ArrayTy ty, Function<TyVarSymbol, TyVarInfo> tenv) { in eraseArrayTy() 81 public static Type.ClassTy eraseClassTy(Type.ClassTy ty) { in eraseClassTy() 93 private static Type eraseWildTy(WildTy ty, Function<TyVarSymbol, TyVarInfo> tenv) { in eraseWildTy() 104 private static Type erasureMethodTy(MethodTy ty, Function<TyVarSymbol, TyVarInfo> tenv) { in erasureMethodTy()
|
D | Deannotate.java | 24 public static Type deannotate(Type ty) { in deannotate() 57 public static Type.ClassTy deannotateClassTy(Type.ClassTy ty) { in deannotateClassTy() 66 private static Type deannotateWildTy(Type.WildTy ty) { in deannotateWildTy() 78 private static Type deannotateMethodTy(Type.MethodTy ty) { in deannotateMethodTy()
|
/external/skia/resources/skottie/ |
D | skottie-fractalnoise-scalerotate.json | 15 "ty": 1, number 28 "ty": 5, number 36 "ty": 7, number 43 "ty": 7, number 50 "ty": 7, number 57 "ty": 0, number 64 "ty": 0, number 71 "ty": 7, number 78 "ty": 6, number 85 "ty": 0, number [all …]
|
D | skottie-fractalnoise-cycle.json | 15 "ty": 1, number 28 "ty": 5, number 36 "ty": 7, number 43 "ty": 7, number 50 "ty": 7, number 57 "ty": 0, number 64 "ty": 0, number 71 "ty": 7, number 78 "ty": 6, number 85 "ty": 0, number [all …]
|
D | skottie-fractalnoise-sphere.json | 15 "ty": 4, number 28 "ty": 5, number 36 "ty": 7, number 43 "ty": 7, number 50 "ty": 7, number 57 "ty": 0, number 64 "ty": 0, number 71 "ty": 7, number 78 "ty": 6, number 85 "ty": 0, number [all …]
|
D | skottie-fractalnoise-turbulentsmooth.json | 15 "ty": 4, number 28 "ty": 5, number 36 "ty": 7, number 43 "ty": 7, number 50 "ty": 7, number 57 "ty": 0, number 64 "ty": 0, number 71 "ty": 7, number 78 "ty": 6, number 85 "ty": 0, number [all …]
|
D | skottie-fractalnoise-suboptions.json | 15 "ty": 4, number 28 "ty": 5, number 36 "ty": 7, number 43 "ty": 7, number 50 "ty": 7, number 57 "ty": 0, number 64 "ty": 0, number 71 "ty": 7, number 78 "ty": 6, number 85 "ty": 0, number [all …]
|
D | skottie-fractalnoise-turbulentsharp.json | 15 "ty": 4, number 28 "ty": 5, number 36 "ty": 7, number 43 "ty": 7, number 50 "ty": 7, number 57 "ty": 0, number 64 "ty": 0, number 71 "ty": 7, number 78 "ty": 6, number 85 "ty": 0, number [all …]
|
D | skottie-fractalnoise-turbulentbasic.json | 15 "ty": 4, number 28 "ty": 5, number 36 "ty": 7, number 43 "ty": 7, number 50 "ty": 7, number 57 "ty": 0, number 64 "ty": 0, number 71 "ty": 7, number 78 "ty": 6, number 85 "ty": 0, number [all …]
|
D | skottie-fractalnoise-basic.json | 15 "ty": 4, number 28 "ty": 5, number 36 "ty": 7, number 43 "ty": 7, number 50 "ty": 7, number 57 "ty": 0, number 64 "ty": 0, number 71 "ty": 7, number 78 "ty": 6, number 85 "ty": 0, number [all …]
|
D | skottie-levels-effect.json | 17 "ty": 1, number 30 "ty": 5, number 38 "ty": 3, number 45 "ty": 2, number 52 "ty": 3, number 59 "ty": 2, number 66 "ty": 7, number 73 "ty": 0, number 80 "ty": 0, number 86 { "ty": 6, "nm": "", "mn": "ADBE Ramp-0008", "ix": 8, "v": 0 } number [all …]
|
D | skottie-prolevels-effect.json | 17 "ty": 4, number 30 "ty": "gr", string 34 "ty": "el", string 42 "ty": "fl", string 52 "ty": "tr", string 84 "ty": "gr", string 87 "ty": "sr", string 103 "ty": "fl", string 113 "ty": "tr", string 145 "ty": "gr", string [all …]
|
D | skottie-sphere-controls.json | 17 "ty": 4, number 30 "ty": "gr", string 33 "ty": "rc", string 43 "ty": "rc", string 53 "ty": "fl", string 63 "ty": "tr", string 83 "ty": "gr", string 86 "ty": "gr", string 89 "ty": "rc", string 99 "ty": "fl", string [all …]
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/prost-derive-0.13.3/src/field/ |
D | oneof.rs | 10 pub ty: Path, field 16 let mut ty = None; in new() localVariable 42 let ty = match ty { in new() localVariable 73 let ty = &self.ty; in merge() localVariable 81 let ty = &self.ty; in encoded_len() localVariable
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/prost-derive-0.13.3/src/field/ |
D | oneof.rs | 10 pub ty: Path, field 16 let mut ty = None; in new() localVariable 42 let ty = match ty { in new() localVariable 73 let ty = &self.ty; in merge() localVariable 81 let ty = &self.ty; in encoded_len() localVariable
|
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/ |
D | utils.cc | 23 ConstantOp GetScalarConstOfType(Type ty, Location loc, int64_t raw_value, in GetScalarConstOfType() 28 ConstantOp GetScalarNegZeroOfType(Type ty, Location loc, OpBuilder* builder) { in GetScalarNegZeroOfType() 33 RankedTensorType ty = in GetI64ElementsAttr() local 41 RankedTensorType ty = RankedTensorType::get( in GetI64ElementsAttr() local
|
/external/tensorflow/tensorflow/compiler/xla/stream_executor/ |
D | blas.cc | 75 std::string ComputationTypeString(ComputationType ty) { in ComputationTypeString() 94 std::ostream& operator<<(std::ostream& os, ComputationType ty) { in operator <<() 98 std::string DataTypeString(DataType ty) { in DataTypeString() 121 std::ostream& operator<<(std::ostream& os, DataType ty) { in operator <<()
|
/external/rust/android-crates-io/crates/syn/tests/ |
D | test_path.rs | 60 let mut ty: TypePath = parse_quote!(<Self as A>::Q); in print_incomplete_qpath() localVariable 69 let mut ty: TypePath = parse_quote!(<Self>::A::B); in print_incomplete_qpath() localVariable 78 let mut ty: TypePath = parse_quote!(Self::A::B); in print_incomplete_qpath() localVariable
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/syn-2.0.87/tests/ |
D | test_path.rs | 56 let mut ty: TypePath = parse_quote!(<Self as A>::Q); in print_incomplete_qpath() localVariable 65 let mut ty: TypePath = parse_quote!(<Self>::A::B); in print_incomplete_qpath() localVariable 74 let mut ty: TypePath = parse_quote!(Self::A::B); in print_incomplete_qpath() localVariable
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/syn-2.0.87/tests/ |
D | test_path.rs | 56 let mut ty: TypePath = parse_quote!(<Self as A>::Q); in print_incomplete_qpath() localVariable 65 let mut ty: TypePath = parse_quote!(<Self>::A::B); in print_incomplete_qpath() localVariable 74 let mut ty: TypePath = parse_quote!(Self::A::B); in print_incomplete_qpath() localVariable
|