/third_party/openssl/ |
D | COPYRIGHT.OpenSource | 2 Copyright 2019-2021 The OpenSSL Project Authors. All Rights Reserved. 3 Copyright 2019-2020 The OpenSSL Project Authors. All Rights Reserved. 4 Copyright 2019 The OpenSSL Project Authors. All Rights Reserved. 5 Copyright 2018-2021 The OpenSSL Project Authors. All Rights Reserved. 6 Copyright 2018-2020 The OpenSSL Project Authors. All Rights Reserved. 7 Copyright 2018-2019 The OpenSSL Project Authors. All Rights Reserved. 8 Copyright 2018 The OpenSSL Project Authors. All Rights Reserved. 9 Copyright 2017-2022 The OpenSSL Project Authors. All Rights Reserved. 10 Copyright 2017-2021 The OpenSSL Project Authors. All Rights Reserved. 11 Copyright 2017-2020 The OpenSSL Project Authors. All Rights Reserved. [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | interfaceWithMultipleDeclarations.errors.txt | 1 tests/cases/compiler/interfaceWithMultipleDeclarations.ts(1,11): error TS2428: All declarations of … 2 tests/cases/compiler/interfaceWithMultipleDeclarations.ts(3,11): error TS2428: All declarations of … 3 tests/cases/compiler/interfaceWithMultipleDeclarations.ts(5,11): error TS2428: All declarations of … 4 tests/cases/compiler/interfaceWithMultipleDeclarations.ts(7,11): error TS2428: All declarations of … 5 tests/cases/compiler/interfaceWithMultipleDeclarations.ts(9,11): error TS2428: All declarations of … 6 tests/cases/compiler/interfaceWithMultipleDeclarations.ts(11,11): error TS2428: All declarations of… 7 tests/cases/compiler/interfaceWithMultipleDeclarations.ts(14,11): error TS2428: All declarations of… 8 tests/cases/compiler/interfaceWithMultipleDeclarations.ts(16,11): error TS2428: All declarations of… 9 tests/cases/compiler/interfaceWithMultipleDeclarations.ts(18,11): error TS2428: All declarations of… 10 tests/cases/compiler/interfaceWithMultipleDeclarations.ts(20,11): error TS2428: All declarations of… [all …]
|
D | twoGenericInterfacesDifferingByTypeParameterName.errors.txt | 1 …g/twoGenericInterfacesDifferingByTypeParameterName.ts(3,11): error TS2428: All declarations of 'A'… 2 …g/twoGenericInterfacesDifferingByTypeParameterName.ts(7,11): error TS2428: All declarations of 'A'… 3 …/twoGenericInterfacesDifferingByTypeParameterName.ts(11,11): error TS2428: All declarations of 'B'… 4 …/twoGenericInterfacesDifferingByTypeParameterName.ts(15,11): error TS2428: All declarations of 'B'… 5 …/twoGenericInterfacesDifferingByTypeParameterName.ts(20,15): error TS2428: All declarations of 'A'… 6 …/twoGenericInterfacesDifferingByTypeParameterName.ts(24,15): error TS2428: All declarations of 'A'… 7 …/twoGenericInterfacesDifferingByTypeParameterName.ts(28,15): error TS2428: All declarations of 'B'… 8 …/twoGenericInterfacesDifferingByTypeParameterName.ts(32,15): error TS2428: All declarations of 'B'… 9 …/twoGenericInterfacesDifferingByTypeParameterName.ts(50,22): error TS2428: All declarations of 'B'… 10 …/twoGenericInterfacesDifferingByTypeParameterName.ts(56,22): error TS2428: All declarations of 'B'… [all …]
|
D | nonIdenticalTypeConstraints.errors.txt | 1 tests/cases/compiler/nonIdenticalTypeConstraints.ts(7,7): error TS2428: All declarations of 'Foo' m… 2 tests/cases/compiler/nonIdenticalTypeConstraints.ts(10,11): error TS2428: All declarations of 'Foo'… 3 tests/cases/compiler/nonIdenticalTypeConstraints.ts(13,11): error TS2428: All declarations of 'Qux'… 4 tests/cases/compiler/nonIdenticalTypeConstraints.ts(16,7): error TS2428: All declarations of 'Qux' … 5 tests/cases/compiler/nonIdenticalTypeConstraints.ts(33,7): error TS2428: All declarations of 'Quux'… 6 tests/cases/compiler/nonIdenticalTypeConstraints.ts(36,11): error TS2428: All declarations of 'Quux… 18 !!! error TS2428: All declarations of 'Foo' must have identical type parameters. 23 !!! error TS2428: All declarations of 'Foo' must have identical type parameters. 28 !!! error TS2428: All declarations of 'Qux' must have identical type parameters. 33 !!! error TS2428: All declarations of 'Qux' must have identical type parameters. [all …]
|
D | twoGenericInterfacesWithTheSameNameButDifferentArity.errors.txt | 1 …oGenericInterfacesWithTheSameNameButDifferentArity.ts(1,11): error TS2428: All declarations of 'A'… 2 …oGenericInterfacesWithTheSameNameButDifferentArity.ts(5,11): error TS2428: All declarations of 'A'… 3 …GenericInterfacesWithTheSameNameButDifferentArity.ts(10,15): error TS2428: All declarations of 'A'… 4 …GenericInterfacesWithTheSameNameButDifferentArity.ts(14,15): error TS2428: All declarations of 'A'… 5 …GenericInterfacesWithTheSameNameButDifferentArity.ts(32,22): error TS2428: All declarations of 'A'… 6 …GenericInterfacesWithTheSameNameButDifferentArity.ts(38,22): error TS2428: All declarations of 'A'… 12 !!! error TS2428: All declarations of 'A' must have identical type parameters. 18 !!! error TS2428: All declarations of 'A' must have identical type parameters. 25 !!! error TS2428: All declarations of 'A' must have identical type parameters. 31 !!! error TS2428: All declarations of 'A' must have identical type parameters. [all …]
|
D | genericAndNonGenericInterfaceWithTheSameName.errors.txt | 1 …rging/genericAndNonGenericInterfaceWithTheSameName.ts(3,11): error TS2428: All declarations of 'A'… 2 …rging/genericAndNonGenericInterfaceWithTheSameName.ts(7,11): error TS2428: All declarations of 'A'… 3 …ging/genericAndNonGenericInterfaceWithTheSameName.ts(12,15): error TS2428: All declarations of 'A'… 4 …ging/genericAndNonGenericInterfaceWithTheSameName.ts(16,15): error TS2428: All declarations of 'A'… 5 …ging/genericAndNonGenericInterfaceWithTheSameName.ts(34,22): error TS2428: All declarations of 'A'… 6 …ging/genericAndNonGenericInterfaceWithTheSameName.ts(40,22): error TS2428: All declarations of 'A'… 14 !!! error TS2428: All declarations of 'A' must have identical type parameters. 20 !!! error TS2428: All declarations of 'A' must have identical type parameters. 27 !!! error TS2428: All declarations of 'A' must have identical type parameters. 33 !!! error TS2428: All declarations of 'A' must have identical type parameters. [all …]
|
D | twoGenericInterfacesDifferingByTypeParameterName2.errors.txt | 1 …/twoGenericInterfacesDifferingByTypeParameterName2.ts(3,11): error TS2428: All declarations of 'B'… 2 …/twoGenericInterfacesDifferingByTypeParameterName2.ts(7,11): error TS2428: All declarations of 'B'… 4 …twoGenericInterfacesDifferingByTypeParameterName2.ts(12,15): error TS2428: All declarations of 'B'… 5 …twoGenericInterfacesDifferingByTypeParameterName2.ts(16,15): error TS2428: All declarations of 'B'… 6 …twoGenericInterfacesDifferingByTypeParameterName2.ts(34,22): error TS2428: All declarations of 'B'… 7 …twoGenericInterfacesDifferingByTypeParameterName2.ts(40,22): error TS2428: All declarations of 'B'… 15 !!! error TS2428: All declarations of 'B' must have identical type parameters. 21 !!! error TS2428: All declarations of 'B' must have identical type parameters. 30 !!! error TS2428: All declarations of 'B' must have identical type parameters. 36 !!! error TS2428: All declarations of 'B' must have identical type parameters. [all …]
|
D | twoGenericInterfacesWithDifferentConstraints.errors.txt | 1 …rging/twoGenericInterfacesWithDifferentConstraints.ts(1,11): error TS2428: All declarations of 'A'… 2 …rging/twoGenericInterfacesWithDifferentConstraints.ts(5,11): error TS2428: All declarations of 'A'… 3 …ging/twoGenericInterfacesWithDifferentConstraints.ts(10,15): error TS2428: All declarations of 'B'… 4 …ging/twoGenericInterfacesWithDifferentConstraints.ts(14,15): error TS2428: All declarations of 'B'… 5 …ging/twoGenericInterfacesWithDifferentConstraints.ts(32,22): error TS2428: All declarations of 'A'… 6 …ging/twoGenericInterfacesWithDifferentConstraints.ts(38,22): error TS2428: All declarations of 'A'… 12 !!! error TS2428: All declarations of 'A' must have identical type parameters. 18 !!! error TS2428: All declarations of 'A' must have identical type parameters. 25 !!! error TS2428: All declarations of 'B' must have identical type parameters. 31 !!! error TS2428: All declarations of 'B' must have identical type parameters. [all …]
|
D | duplicateIdentifierDifferentModifiers.errors.txt | 1 tests/cases/compiler/duplicateIdentifierDifferentModifiers.ts(2,15): error TS2687: All declarations… 2 tests/cases/compiler/duplicateIdentifierDifferentModifiers.ts(3,15): error TS2687: All declarations… 3 tests/cases/compiler/duplicateIdentifierDifferentModifiers.ts(16,11): error TS2687: All declaration… 4 tests/cases/compiler/duplicateIdentifierDifferentModifiers.ts(20,3): error TS2687: All declarations… 11 !!! error TS2687: All declarations of 'x' must have identical modifiers. 14 !!! error TS2687: All declarations of 'x' must have identical modifiers. 29 !!! error TS2687: All declarations of 'y' must have identical modifiers. 35 !!! error TS2687: All declarations of 'y' must have identical modifiers.
|
D | classAndInterfaceMergeConflictingMembers.errors.txt | 1 …arations/classAndInterfaceMergeConflictingMembers.ts(10,15): error TS2687: All declarations of 'x'… 2 …larations/classAndInterfaceMergeConflictingMembers.ts(14,5): error TS2687: All declarations of 'x'… 3 …arations/classAndInterfaceMergeConflictingMembers.ts(18,13): error TS2687: All declarations of 'x'… 4 …larations/classAndInterfaceMergeConflictingMembers.ts(22,5): error TS2687: All declarations of 'x'… 19 !!! error TS2687: All declarations of 'x' must have identical modifiers. 25 !!! error TS2687: All declarations of 'x' must have identical modifiers. 31 !!! error TS2687: All declarations of 'x' must have identical modifiers. 37 !!! error TS2687: All declarations of 'x' must have identical modifiers.
|
D | typeofStripsFreshness.symbols | 25 type All = typeof ALL; 26 >All : Symbol(All, Decl(typeofStripsFreshness.ts, 8, 18)) 29 const result: Collection<All> = new Collection(); 32 >All : Symbol(All, Decl(typeofStripsFreshness.ts, 8, 18)) 42 type Both = Another | All; 45 >All : Symbol(All, Decl(typeofStripsFreshness.ts, 8, 18))
|
D | constructorParameterProperties2.errors.txt | 2 …structorParameters/constructorParameterProperties2.ts(18,5): error TS2687: All declarations of 'y'… 4 …tructorParameters/constructorParameterProperties2.ts(19,25): error TS2687: All declarations of 'y'… 5 …structorParameters/constructorParameterProperties2.ts(26,5): error TS2687: All declarations of 'y'… 7 …tructorParameters/constructorParameterProperties2.ts(27,27): error TS2687: All declarations of 'y'… 32 !!! error TS2687: All declarations of 'y' must have identical modifiers. 37 !!! error TS2687: All declarations of 'y' must have identical modifiers. 46 !!! error TS2687: All declarations of 'y' must have identical modifiers. 51 !!! error TS2687: All declarations of 'y' must have identical modifiers.
|
/third_party/curl/tests/data/ |
D | test557 | 35 All curl_mprintf() unsigned short tests OK! 36 All curl_mprintf() signed short tests OK! 37 All curl_mprintf() unsigned int tests OK! 38 All curl_mprintf() signed int tests OK! 39 All curl_mprintf() unsigned long tests OK! 40 All curl_mprintf() signed long tests OK! 41 All curl_mprintf() curl_off_t tests OK! 42 All curl_mprintf() strings tests OK! 43 All float strings tests OK!
|
/third_party/flutter/skia/third_party/externals/spirv-tools/test/val/ |
D | val_layout_test.cpp | 125 pred_type All = Range<0, kRangeEnd>(); variable 137 … , make_tuple(string("OpExtension") , Equals<1> , All) 138 … , make_tuple(string("OpExtInstImport") , Equals<2> , All) 140 … , make_tuple(string("OpEntryPoint") , Equals<4> , All) 141 … , make_tuple(string("OpExecutionMode") , Equals<5> , All) 143 … , make_tuple(string("OpSourceContinued ") , Range<6, 10>() , All) 144 … , make_tuple(string("OpSourceExtension ") , Range<6, 10>() , All) 145 … , make_tuple(string("%str2 = OpString ") , Range<6, 10>() , All) 146 … , make_tuple(string("OpName ") , Range<11, 12>() , All) 147 … , make_tuple(string("OpMemberName ") , Range<11, 12>() , All) [all …]
|
/third_party/mindspore/ |
D | Third_Party_Open_Source_Software_Notice | 424 Copyright (c) 2011, Intel Corporation. All rights reserved. 452 @copyright (c) 2012-2016 Inria. All rights reserved. 453 @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights res… 464 @copyright (c) 2012-2014 Inria. All rights reserved. 491 Copyright (c) 1994 by Xerox Corporation. All rights reserved. 565 LDL Copyright (c) 2005 by Timothy A. Davis. All Rights Reserved. 666 All distribution of Covered Software in Source Code Form, including any Modifications that You crea… 710 Copyright 2015 Google Inc. All rights reserved. 711 Copyright 2018 Google Inc. All rights reserved. 712 Copyright 2016 Ismael Jimenez Martinez. All rights reserved. [all …]
|
/third_party/skia/third_party/externals/spirv-tools/test/val/ |
D | val_layout_test.cpp | 121 pred_type All = Range<0, kRangeEnd>(); variable 133 … , std::make_tuple(std::string("OpExtension") , Equals<1> , All) 134 … , std::make_tuple(std::string("OpExtInstImport") , Equals<2> , All) 136 … , std::make_tuple(std::string("OpEntryPoint") , Equals<4> , All) 137 … , std::make_tuple(std::string("OpExecutionMode ") , Range<5, 6>() , All) 138 … , std::make_tuple(std::string("OpExecutionModeId") , Range<5, 6>() , All) 140 … , std::make_tuple(std::string("OpSourceContinued ") , Range<7, 11>() , All) 141 … , std::make_tuple(std::string("OpSourceExtension ") , Range<7, 11>() , All) 142 … , std::make_tuple(std::string("%str2 = OpString ") , Range<7, 11>() , All) 143 … , std::make_tuple(std::string("OpName ") , Range<12, 13>() , All) [all …]
|
/third_party/spirv-tools/test/val/ |
D | val_layout_test.cpp | 121 pred_type All = Range<0, kRangeEnd>(); variable 133 … , std::make_tuple(std::string("OpExtension") , Equals<1> , All) 134 … , std::make_tuple(std::string("OpExtInstImport") , Equals<2> , All) 136 … , std::make_tuple(std::string("OpEntryPoint") , Equals<4> , All) 137 … , std::make_tuple(std::string("OpExecutionMode ") , Range<5, 6>() , All) 138 … , std::make_tuple(std::string("OpExecutionModeId") , Range<5, 6>() , All) 140 … , std::make_tuple(std::string("OpSourceContinued ") , Range<7, 11>() , All) 141 … , std::make_tuple(std::string("OpSourceExtension ") , Range<7, 11>() , All) 142 … , std::make_tuple(std::string("%str2 = OpString ") , Range<7, 11>() , All) 143 … , std::make_tuple(std::string("OpName ") , Range<12, 13>() , All) [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
D | val_layout_test.cpp | 121 pred_type All = Range<0, kRangeEnd>(); variable 133 … , std::make_tuple(std::string("OpExtension") , Equals<1> , All) 134 … , std::make_tuple(std::string("OpExtInstImport") , Equals<2> , All) 136 … , std::make_tuple(std::string("OpEntryPoint") , Equals<4> , All) 137 … , std::make_tuple(std::string("OpExecutionMode ") , Range<5, 6>() , All) 138 … , std::make_tuple(std::string("OpExecutionModeId") , Range<5, 6>() , All) 140 … , std::make_tuple(std::string("OpSourceContinued ") , Range<7, 11>() , All) 141 … , std::make_tuple(std::string("OpSourceExtension ") , Range<7, 11>() , All) 142 … , std::make_tuple(std::string("%str2 = OpString ") , Range<7, 11>() , All) 143 … , std::make_tuple(std::string("OpName ") , Range<12, 13>() , All) [all …]
|
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/tools/ |
D | gen-grammar.go | 97 All grammar.Root // Combination of SPIRV + Extensions 103 args.All.Instructions = append(args.All.Instructions, args.SPIRV.Instructions...) 104 args.All.OperandKinds = append(args.All.OperandKinds, args.SPIRV.OperandKinds...) 112 args.All.Instructions = append(args.All.Instructions, root.Instructions...) 113 args.All.OperandKinds = append(args.All.OperandKinds, root.OperandKinds...)
|
/third_party/spirv-tools/utils/vscode/src/tools/ |
D | gen-grammar.go | 97 All grammar.Root // Combination of SPIRV + Extensions 103 args.All.Instructions = append(args.All.Instructions, args.SPIRV.Instructions...) 104 args.All.OperandKinds = append(args.All.OperandKinds, args.SPIRV.OperandKinds...) 112 args.All.Instructions = append(args.All.Instructions, root.Instructions...) 113 args.All.OperandKinds = append(args.All.OperandKinds, root.OperandKinds...)
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/tools/ |
D | gen-grammar.go | 97 All grammar.Root // Combination of SPIRV + Extensions 103 args.All.Instructions = append(args.All.Instructions, args.SPIRV.Instructions...) 104 args.All.OperandKinds = append(args.All.OperandKinds, args.SPIRV.OperandKinds...) 112 args.All.Instructions = append(args.All.Instructions, root.Instructions...) 113 args.All.OperandKinds = append(args.All.OperandKinds, root.OperandKinds...)
|
/third_party/ffmpeg/tests/ref/fate/ |
D | filter-refcmp-ssim-yuv | 5 lavfi.ssim.All=0.76 11 lavfi.ssim.All=0.75 17 lavfi.ssim.All=0.75 23 lavfi.ssim.All=0.75 29 lavfi.ssim.All=0.75
|
D | filter-refcmp-ssim-rgb | 5 lavfi.ssim.All=0.79 11 lavfi.ssim.All=0.77 17 lavfi.ssim.All=0.76 23 lavfi.ssim.All=0.76 29 lavfi.ssim.All=0.75
|
/third_party/mindspore/mindspore/core/ops/ |
D | all.cc | 23 void All::Init(const int64_t keep_dims) { this->set_keep_dims(keep_dims); } in Init() 25 void All::set_keep_dims(const int64_t keep_dims) { (void)this->AddAttr(kKeepDims, MakeValue(keep_di… in set_keep_dims() 27 int64_t All::get_keep_dims() const { in get_keep_dims() 31 REGISTER_PRIMITIVE_C(kNameAll, All);
|
D | all.h | 27 class MS_CORE_API All : public PrimitiveC { 30 All() : PrimitiveC(kNameAll) {} in All() function 33 ~All() = default; 35 MS_DECLARE_PARENT(All, PrimitiveC);
|