/third_party/typescript/tests/baselines/reference/ |
H A D | privacyAccessorDeclFile.js | 11 static get myPublicStaticMethod(): privateClass { // Error 14 private static get myPrivateStaticMethod(): privateClass { 17 get myPublicMethod(): privateClass { // Error 20 private get myPrivateMethod(): privateClass { 23 static get myPublicStaticMethod1() { // Error 26 private static get myPrivateStaticMethod1() { 29 get myPublicMethod1() { // Error 32 private get myPrivateMethod1() { 38 static get myPublicStaticMethod(): publicClass { 41 private static get myPrivateStaticMetho [all...] |
H A D | objectLiteralErrors.js | 23 var f1 = { a: 0, get a() { return 0; } }; 24 var f2 = { a: '', get a() { return ''; } }; 25 var f3 = { a: 0, get a() { return ''; } }; 26 var f4 = { a: true, get a() { return false; } }; 27 var f5 = { a: {}, get a() { return {}; } }; 28 var f6 = { a: 0, get 'a'() { return 0; } }; 29 var f7 = { 'a': 0, get a() { return 0; } }; 30 var f8 = { 'a': 0, get "a"() { return 0; } }; 31 var f9 = { 'a': 0, get 'a'() { return 0; } }; 32 var f10 = { "a": 0, get ' [all...] |
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
H A D | transformation_move_block_down_test.cpp | 60 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 63 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 99 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 102 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 140 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 143 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 185 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 188 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 292 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 321 ASSERT_FALSE(move_down_5.IsApplicable(context.get(), transformation_contex in TEST() [all...] |
H A D | transformation_set_loop_control_test.cpp | 260 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 263 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 282 .IsApplicable(context.get(), transformation_context)); in TEST() 284 .IsApplicable(context.get(), transformation_context)); in TEST() 287 .IsApplicable(context.get(), transformation_context)); in TEST() 290 .IsApplicable(context.get(), transformation_context)); in TEST() 293 .IsApplicable(context.get(), transformation_context)); in TEST() 296 .IsApplicable(context.get(), transformation_context)); in TEST() 299 .IsApplicable(context.get(), transformation_context)); in TEST() 302 .IsApplicable(context.get(), transformation_contex in TEST() [all...] |
H A D | transformation_record_synonymous_constants_test.cpp | 92 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 93 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 98 context.get(), transformation_context)); in TEST() 100 context.get(), transformation_context)); in TEST() 104 context.get(), transformation_context)); in TEST() 108 context.get(), transformation_context)); in TEST() 112 context.get(), transformation_context)); in TEST() 116 context.get(), transformation_context)); in TEST() 120 context.get(), transformation_context)); in TEST() 124 context.get(), transformation_contex in TEST() [all...] |
H A D | transformation_add_loop_to_create_int_constant_synonym_test.cpp | 80 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 83 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 90 .IsApplicable(context.get(), transformation_context)); in TEST() 95 .IsApplicable(context.get(), transformation_context)); in TEST() 100 .IsApplicable(context.get(), transformation_context)); in TEST() 105 .IsApplicable(context.get(), transformation_context)); in TEST() 111 .IsApplicable(context.get(), transformation_context)); in TEST() 116 .IsApplicable(context.get(), transformation_context)); in TEST() 121 .IsApplicable(context.get(), transformation_context)); in TEST() 126 .IsApplicable(context.get(), transformation_contex in TEST() [all...] |
H A D | transformation_replace_id_with_synonym_test.cpp | 224 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 227 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 236 context.get(), transformation_context)); in TEST() 246 context.get(), transformation_context)); in TEST() 254 context.get(), transformation_context)); in TEST() 261 id_has_no_synonyms.IsApplicable(context.get(), transformation_context)); in TEST() 270 context.get(), transformation_context)); in TEST() 278 ASSERT_FALSE(bad_id_use_descriptor.IsApplicable(context.get(), in TEST() 288 bad_access_chain.IsApplicable(context.get(), transformation_context)); in TEST() 297 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_option in TEST() [all...] |
H A D | transformation_equation_instruction_test.cpp | 52 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 55 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 62 .IsApplicable(context.get(), transformation_context)); in TEST() 68 .IsApplicable(context.get(), transformation_context)); in TEST() 73 .IsApplicable(context.get(), transformation_context)); in TEST() 78 .IsApplicable(context.get(), transformation_context)); in TEST() 84 .IsApplicable(context.get(), transformation_context)); in TEST() 89 .IsApplicable(context.get(), transformation_context)); in TEST() 94 .IsApplicable(context.get(), transformation_context)); in TEST() 99 .IsApplicable(context.get(), transformation_contex in TEST() [all...] |
H A D | data_synonym_transformation_test.cpp | 127 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 130 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 156 good_extract_1.IsApplicable(context.get(), transformation_context)); in TEST() 158 bad_extract_1.IsApplicable(context.get(), transformation_context)); in TEST() 159 good_extract_1.Apply(context.get(), &transformation_context); in TEST() 163 replacement_1.IsApplicable(context.get(), transformation_context)); in TEST() 164 replacement_1.Apply(context.get(), &transformation_context); in TEST() 165 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 174 good_extract_2.IsApplicable(context.get(), transformation_context)); in TEST() 175 good_extract_2.Apply(context.get(), in TEST() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
H A D | transformation_move_block_down_test.cpp | 60 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 63 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 99 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 102 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 140 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 143 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 185 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 188 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 292 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 321 ASSERT_FALSE(move_down_5.IsApplicable(context.get(), transformation_contex in TEST() [all...] |
H A D | transformation_set_loop_control_test.cpp | 260 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 263 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 282 .IsApplicable(context.get(), transformation_context)); in TEST() 284 .IsApplicable(context.get(), transformation_context)); in TEST() 287 .IsApplicable(context.get(), transformation_context)); in TEST() 290 .IsApplicable(context.get(), transformation_context)); in TEST() 293 .IsApplicable(context.get(), transformation_context)); in TEST() 296 .IsApplicable(context.get(), transformation_context)); in TEST() 299 .IsApplicable(context.get(), transformation_context)); in TEST() 302 .IsApplicable(context.get(), transformation_contex in TEST() [all...] |
H A D | transformation_record_synonymous_constants_test.cpp | 92 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 93 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 98 context.get(), transformation_context)); in TEST() 100 context.get(), transformation_context)); in TEST() 104 context.get(), transformation_context)); in TEST() 108 context.get(), transformation_context)); in TEST() 112 context.get(), transformation_context)); in TEST() 116 context.get(), transformation_context)); in TEST() 120 context.get(), transformation_context)); in TEST() 124 context.get(), transformation_contex in TEST() [all...] |
H A D | transformation_add_loop_to_create_int_constant_synonym_test.cpp | 80 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 83 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 90 .IsApplicable(context.get(), transformation_context)); in TEST() 95 .IsApplicable(context.get(), transformation_context)); in TEST() 100 .IsApplicable(context.get(), transformation_context)); in TEST() 105 .IsApplicable(context.get(), transformation_context)); in TEST() 111 .IsApplicable(context.get(), transformation_context)); in TEST() 116 .IsApplicable(context.get(), transformation_context)); in TEST() 121 .IsApplicable(context.get(), transformation_context)); in TEST() 126 .IsApplicable(context.get(), transformation_contex in TEST() [all...] |
H A D | transformation_replace_id_with_synonym_test.cpp | 224 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 227 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 236 context.get(), transformation_context)); in TEST() 246 context.get(), transformation_context)); in TEST() 254 context.get(), transformation_context)); in TEST() 261 id_has_no_synonyms.IsApplicable(context.get(), transformation_context)); in TEST() 270 context.get(), transformation_context)); in TEST() 278 ASSERT_FALSE(bad_id_use_descriptor.IsApplicable(context.get(), in TEST() 288 bad_access_chain.IsApplicable(context.get(), transformation_context)); in TEST() 297 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_option in TEST() [all...] |
H A D | transformation_equation_instruction_test.cpp | 52 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 55 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 62 .IsApplicable(context.get(), transformation_context)); in TEST() 68 .IsApplicable(context.get(), transformation_context)); in TEST() 73 .IsApplicable(context.get(), transformation_context)); in TEST() 78 .IsApplicable(context.get(), transformation_context)); in TEST() 84 .IsApplicable(context.get(), transformation_context)); in TEST() 89 .IsApplicable(context.get(), transformation_context)); in TEST() 94 .IsApplicable(context.get(), transformation_context)); in TEST() 99 .IsApplicable(context.get(), transformation_contex in TEST() [all...] |
H A D | data_synonym_transformation_test.cpp | 127 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 130 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 156 good_extract_1.IsApplicable(context.get(), transformation_context)); in TEST() 158 bad_extract_1.IsApplicable(context.get(), transformation_context)); in TEST() 159 good_extract_1.Apply(context.get(), &transformation_context); in TEST() 163 replacement_1.IsApplicable(context.get(), transformation_context)); in TEST() 164 replacement_1.Apply(context.get(), &transformation_context); in TEST() 165 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 174 good_extract_2.IsApplicable(context.get(), transformation_context)); in TEST() 175 good_extract_2.Apply(context.get(), in TEST() [all...] |
/third_party/spirv-tools/test/fuzz/ |
H A D | transformation_move_block_down_test.cpp | 60 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 63 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 99 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 102 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 140 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 143 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 185 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 188 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 292 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 321 ASSERT_FALSE(move_down_5.IsApplicable(context.get(), transformation_contex in TEST() [all...] |
H A D | transformation_record_synonymous_constants_test.cpp | 92 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 93 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 98 context.get(), transformation_context)); in TEST() 100 context.get(), transformation_context)); in TEST() 104 context.get(), transformation_context)); in TEST() 108 context.get(), transformation_context)); in TEST() 112 context.get(), transformation_context)); in TEST() 116 context.get(), transformation_context)); in TEST() 120 context.get(), transformation_context)); in TEST() 124 context.get(), transformation_contex in TEST() [all...] |
H A D | transformation_add_loop_to_create_int_constant_synonym_test.cpp | 80 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 83 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 90 .IsApplicable(context.get(), transformation_context)); in TEST() 95 .IsApplicable(context.get(), transformation_context)); in TEST() 100 .IsApplicable(context.get(), transformation_context)); in TEST() 105 .IsApplicable(context.get(), transformation_context)); in TEST() 111 .IsApplicable(context.get(), transformation_context)); in TEST() 116 .IsApplicable(context.get(), transformation_context)); in TEST() 121 .IsApplicable(context.get(), transformation_context)); in TEST() 126 .IsApplicable(context.get(), transformation_contex in TEST() [all...] |
H A D | transformation_replace_id_with_synonym_test.cpp | 224 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 227 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 237 context.get(), transformation_context)); in TEST() 247 context.get(), transformation_context)); in TEST() 255 context.get(), transformation_context)); in TEST() 263 id_has_no_synonyms.IsApplicable(context.get(), transformation_context)); in TEST() 272 context.get(), transformation_context)); in TEST() 280 ASSERT_FALSE(bad_id_use_descriptor.IsApplicable(context.get(), in TEST() 290 bad_access_chain.IsApplicable(context.get(), transformation_context)); in TEST() 299 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_option in TEST() [all...] |
H A D | transformation_equation_instruction_test.cpp | 52 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 55 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 62 .IsApplicable(context.get(), transformation_context)); in TEST() 68 .IsApplicable(context.get(), transformation_context)); in TEST() 73 .IsApplicable(context.get(), transformation_context)); in TEST() 78 .IsApplicable(context.get(), transformation_context)); in TEST() 84 .IsApplicable(context.get(), transformation_context)); in TEST() 89 .IsApplicable(context.get(), transformation_context)); in TEST() 94 .IsApplicable(context.get(), transformation_context)); in TEST() 99 .IsApplicable(context.get(), transformation_contex in TEST() [all...] |
/third_party/node/deps/npm/node_modules/diff/lib/ |
H A D | index.js | 9 get: function get() { 15 get: function get() { 21 get: function get() { 27 get: function get() { 33 get: function get() { [all...] |
/third_party/skia/third_party/externals/libjpeg-turbo/gtest/ |
H A D | tjunittest-gtest-wrapper.cpp | 57 EXPECT_EQ(testBmp(std::get<0>(GetParam()), in TEST_P() 58 std::get<1>(GetParam()), in TEST_P() 59 std::get<2>(GetParam())), 0); in TEST_P() 63 EXPECT_EQ(testThreeByte444(std::get<0>(GetParam()), in TEST_P() 64 std::get<1>(GetParam()), in TEST_P() 65 std::get<2>(GetParam())), 0); in TEST_P() 69 EXPECT_EQ(testFourByte444(std::get<0>(GetParam()), in TEST_P() 70 std::get<1>(GetParam()), in TEST_P() 71 std::get<2>(GetParam())), 0); in TEST_P() 75 EXPECT_EQ(testThreeByte422(std::get< in TEST_P() [all...] |
/third_party/skia/src/sksl/ |
H A D | SkSLBuiltinTypes.cpp | 138 , fGenType(Type::MakeGenericType("$genType", {fFloat.get(), fFloat2.get(), fFloat3.get(), in BuiltinTypes() 139 fFloat4.get()})) in BuiltinTypes() 140 , fGenHType(Type::MakeGenericType("$genHType", {fHalf.get(), fHalf2.get(), fHalf3.get(), 141 fHalf4.get()})) 142 , fGenIType(Type::MakeGenericType("$genIType", {fInt.get(), fInt2.get(), fInt [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | ValueTypes.cpp | 30 VT.LLVMTy = IntegerType::get(Context, BitWidth); in getExtendedIntegerVT() 38 ResultVT.LLVMTy = VectorType::get(VT.getTypeForEVT(Context), NumElements); in getExtendedVectorVT() 151 case MVT::i128: return IntegerType::get(Context, 128); in getTypeForEVT() 159 case MVT::v1i1: return VectorType::get(Type::getInt1Ty(Context), 1); in getTypeForEVT() 160 case MVT::v2i1: return VectorType::get(Type::getInt1Ty(Context), 2); in getTypeForEVT() 161 case MVT::v4i1: return VectorType::get(Type::getInt1Ty(Context), 4); in getTypeForEVT() 162 case MVT::v8i1: return VectorType::get(Type::getInt1Ty(Context), 8); in getTypeForEVT() 163 case MVT::v16i1: return VectorType::get(Type::getInt1Ty(Context), 16); in getTypeForEVT() 164 case MVT::v32i1: return VectorType::get(Type::getInt1Ty(Context), 32); in getTypeForEVT() 165 case MVT::v64i1: return VectorType::get(Typ in getTypeForEVT() [all...] |