/third_party/spirv-tools/test/fuzz/ |
H A D | transformation_add_no_contraction_decoration_test.cpp | 99 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 102 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 105 context.get(), transformation_context)); in TEST() 108 context.get(), transformation_context)); in TEST() 111 context.get(), transformation_context)); in TEST() 118 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 119 ApplyAndCheckFreshIds(transformation, context.get(), in TEST() 122 context.get(), validator_options, kConsoleMessageConsumer)); in TEST() 197 ASSERT_TRUE(IsEqual(env, after_transformation, context.get())); in TEST()
|
H A D | transformation_add_type_pointer_test.cpp | 101 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 104 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 129 ASSERT_FALSE(bad_type_id_does_not_exist.IsApplicable(context.get(), in TEST() 131 ASSERT_FALSE(bad_type_id_is_not_type.IsApplicable(context.get(), in TEST() 133 ASSERT_FALSE(bad_result_id_is_not_fresh.IsApplicable(context.get(), in TEST() 141 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 142 ApplyAndCheckFreshIds(transformation, context.get(), in TEST() 145 context.get(), validator_options, kConsoleMessageConsumer)); in TEST() 158 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 159 ApplyAndCheckFreshIds(transformation, context.get(), in TEST() [all...] |
H A D | transformation_add_type_vector_test.cpp | 49 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 52 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 55 context.get(), transformation_context)); in TEST() 58 context.get(), transformation_context)); in TEST() 66 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 67 ApplyAndCheckFreshIds(transformation, context.get(), in TEST() 86 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 87 ApplyAndCheckFreshIds(transformation, context.get(), in TEST() 90 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 115 ASSERT_TRUE(IsEqual(env, after_transformation, context.get())); in TEST() [all...] |
H A D | transformation_swap_two_functions_test.cpp | 129 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 133 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 138 context.get(), transformation_context), in TEST() 144 context.get(), transformation_context)); in TEST() 148 context.get(), transformation_context)); in TEST() 152 context.get(), transformation_context)); in TEST() 156 ASSERT_TRUE(swap_test5.IsApplicable(context.get(), transformation_context)); in TEST() 164 ApplyAndCheckFreshIds(swap_test5, context.get(), &transformation_context); in TEST() 171 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 252 ASSERT_TRUE(IsEqual(env, after_transformation, context.get())); in TEST() [all...] |
/third_party/node/src/ |
H A D | histogram-inl.h | 14 hdr_reset(histogram_.get()); in Reset() 26 return static_cast<double>(hdr_add(histogram_.get(), other.histogram_.get())); in Add() 36 return hdr_min(histogram_.get()); in Min() 41 return hdr_max(histogram_.get()); in Max() 46 return hdr_mean(histogram_.get()); in Mean() 51 return hdr_stddev(histogram_.get()); in Stddev() 58 return hdr_value_at_percentile(histogram_.get(), percentile); in Percentile() 65 hdr_iter_percentile_init(&iter, histogram_.get(), 1); in Percentiles() 74 bool recorded = hdr_record_value(histogram_.get(), valu in Record() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineDerivativeTests.cpp | 85 Move<VkShaderModule> shaderModule = createShaderModule(vk, vkDevice, context.getBinaryCollection().get("comp"), 0); in testComputeDerivativeByHandle() 98 shaderModule.get(), in testComputeDerivativeByHandle() 102 layout.get(), in testComputeDerivativeByHandle() 123 cpci.basePipelineHandle = basePipeline.get(); in testComputeDerivativeByHandle() 143 Move<VkShaderModule> shaderModule = createShaderModule(vk, vkDevice, context.getBinaryCollection().get("comp"), 0); in testComputeDerivativeByIndex() 156 shaderModule.get(), in testComputeDerivativeByIndex() 160 layout.get(), in testComputeDerivativeByIndex() 172 shaderModule.get(), in testComputeDerivativeByIndex() 176 layout.get(), in testComputeDerivativeByIndex() 199 addFunctionCaseWithPrograms(computeTests.get(), in createDerivativeTests() [all...] |
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
H A D | transformation_add_type_pointer_test.cpp | 101 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 104 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 129 ASSERT_FALSE(bad_type_id_does_not_exist.IsApplicable(context.get(), in TEST() 131 ASSERT_FALSE(bad_type_id_is_not_type.IsApplicable(context.get(), in TEST() 133 ASSERT_FALSE(bad_result_id_is_not_fresh.IsApplicable(context.get(), in TEST() 141 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 142 ApplyAndCheckFreshIds(transformation, context.get(), in TEST() 145 context.get(), validator_options, kConsoleMessageConsumer)); in TEST() 158 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 159 ApplyAndCheckFreshIds(transformation, context.get(), in TEST() [all...] |
H A D | transformation_add_type_vector_test.cpp | 49 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 52 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 55 context.get(), transformation_context)); in TEST() 58 context.get(), transformation_context)); in TEST() 66 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 67 ApplyAndCheckFreshIds(transformation, context.get(), in TEST() 86 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 87 ApplyAndCheckFreshIds(transformation, context.get(), in TEST() 90 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 115 ASSERT_TRUE(IsEqual(env, after_transformation, context.get())); in TEST() [all...] |
H A D | transformation_swap_two_functions_test.cpp | 129 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 133 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 138 context.get(), transformation_context), in TEST() 144 context.get(), transformation_context)); in TEST() 148 context.get(), transformation_context)); in TEST() 152 context.get(), transformation_context)); in TEST() 156 ASSERT_TRUE(swap_test5.IsApplicable(context.get(), transformation_context)); in TEST() 164 ApplyAndCheckFreshIds(swap_test5, context.get(), &transformation_context); in TEST() 171 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 252 ASSERT_TRUE(IsEqual(env, after_transformation, context.get())); in TEST() [all...] |
H A D | fuzzer_pass_outline_functions_test.cpp | 123 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 126 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 131 FuzzerPassOutlineFunctions fuzzer_pass(context.get(), &transformation_context, in TEST() 158 ASSERT_TRUE(IsEqual(env, shader, context.get())); in TEST() 166 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 169 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 174 FuzzerPassOutlineFunctions fuzzer_pass(context.get(), &transformation_context, in TEST() 282 ASSERT_TRUE(IsEqual(env, after_adjustment, context.get())); in TEST() 290 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 293 MakeUnique<FactManager>(context.get()), validator_option in TEST() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
H A D | transformation_add_type_pointer_test.cpp | 101 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 104 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 129 ASSERT_FALSE(bad_type_id_does_not_exist.IsApplicable(context.get(), in TEST() 131 ASSERT_FALSE(bad_type_id_is_not_type.IsApplicable(context.get(), in TEST() 133 ASSERT_FALSE(bad_result_id_is_not_fresh.IsApplicable(context.get(), in TEST() 141 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 142 ApplyAndCheckFreshIds(transformation, context.get(), in TEST() 145 context.get(), validator_options, kConsoleMessageConsumer)); in TEST() 158 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 159 ApplyAndCheckFreshIds(transformation, context.get(), in TEST() [all...] |
H A D | transformation_add_type_vector_test.cpp | 49 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 52 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 55 context.get(), transformation_context)); in TEST() 58 context.get(), transformation_context)); in TEST() 66 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 67 ApplyAndCheckFreshIds(transformation, context.get(), in TEST() 86 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 87 ApplyAndCheckFreshIds(transformation, context.get(), in TEST() 90 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 115 ASSERT_TRUE(IsEqual(env, after_transformation, context.get())); in TEST() [all...] |
H A D | transformation_swap_two_functions_test.cpp | 129 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 133 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 138 context.get(), transformation_context), in TEST() 144 context.get(), transformation_context)); in TEST() 148 context.get(), transformation_context)); in TEST() 152 context.get(), transformation_context)); in TEST() 156 ASSERT_TRUE(swap_test5.IsApplicable(context.get(), transformation_context)); in TEST() 164 ApplyAndCheckFreshIds(swap_test5, context.get(), &transformation_context); in TEST() 171 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 252 ASSERT_TRUE(IsEqual(env, after_transformation, context.get())); in TEST() [all...] |
H A D | fuzzer_pass_outline_functions_test.cpp | 123 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 126 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 131 FuzzerPassOutlineFunctions fuzzer_pass(context.get(), &transformation_context, in TEST() 158 ASSERT_TRUE(IsEqual(env, shader, context.get())); in TEST() 166 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 169 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 174 FuzzerPassOutlineFunctions fuzzer_pass(context.get(), &transformation_context, in TEST() 282 ASSERT_TRUE(IsEqual(env, after_adjustment, context.get())); in TEST() 290 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 293 MakeUnique<FactManager>(context.get()), validator_option in TEST() [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | quickinfoTypeAtReturnPositionsInaccurate.js | 4 public get(): T { 12 public get(): T { 31 public get<EntryId extends keyof Entries>(entryId: EntryId): Entries[EntryId] { 59 public get<SliceId extends keyof Slices, SliceKey extends keyof Slices[SliceId]>( 68 item.get(); 87 item.get(); 112 NumClass.prototype.get = function () {
121 StrClass.prototype.get = function () {
138 SimpleStore.prototype.get = function (entryId) {
160 ComplexStore.prototype.get [all...] |
H A D | derivedClassWithAny.js | 4 get X(): number { return 1; } 10 static get Y(): number { 20 get X(): any { 28 static get Y(): any { 39 get X(): string{ return ''; } 45 static get Y(): string { 82 get: function () { return 1; },
90 get: function () {
107 get: function () {
117 get [all...] |
H A D | exportsAndImports1-amd.js | 70 Object.defineProperty(exports, "v", { enumerable: true, get: function () { return t1_1.v; } });
71 Object.defineProperty(exports, "f", { enumerable: true, get: function () { return t1_1.f; } });
72 Object.defineProperty(exports, "C", { enumerable: true, get: function () { return t1_1.C; } });
73 Object.defineProperty(exports, "E", { enumerable: true, get: function () { return t1_1.E; } });
74 Object.defineProperty(exports, "M", { enumerable: true, get: function () { return t1_1.M; } });
75 Object.defineProperty(exports, "a", { enumerable: true, get: function () { return t1_1.a; } });
82 Object.defineProperty(exports, "v", { enumerable: true, get: function () { return t1_1.v; } });
83 Object.defineProperty(exports, "f", { enumerable: true, get: function () { return t1_1.f; } });
84 Object.defineProperty(exports, "C", { enumerable: true, get: function () { return t1_1.C; } });
85 Object.defineProperty(exports, "E", { enumerable: true, get [all...] |
H A D | exportsAndImports1-es6.js | 65 Object.defineProperty(exports, "v", { enumerable: true, get: function () { return t1_1.v; } });
66 Object.defineProperty(exports, "f", { enumerable: true, get: function () { return t1_1.f; } });
67 Object.defineProperty(exports, "C", { enumerable: true, get: function () { return t1_1.C; } });
68 Object.defineProperty(exports, "E", { enumerable: true, get: function () { return t1_1.E; } });
69 Object.defineProperty(exports, "M", { enumerable: true, get: function () { return t1_1.M; } });
70 Object.defineProperty(exports, "a", { enumerable: true, get: function () { return t1_1.a; } });
76 Object.defineProperty(exports, "v", { enumerable: true, get: function () { return t1_1.v; } });
77 Object.defineProperty(exports, "f", { enumerable: true, get: function () { return t1_1.f; } });
78 Object.defineProperty(exports, "C", { enumerable: true, get: function () { return t1_1.C; } });
79 Object.defineProperty(exports, "E", { enumerable: true, get [all...] |
H A D | jsDeclarationsMultipleExportFromMerge.js | 35 Object.defineProperty(exports, "a", { enumerable: true, get: function () { return items_1.a; } });
36 Object.defineProperty(exports, "b", { enumerable: true, get: function () { return items_1.b; } });
37 Object.defineProperty(exports, "c", { enumerable: true, get: function () { return items_1.c; } });
43 Object.defineProperty(exports, "a", { enumerable: true, get: function () { return items_1.a; } });
45 Object.defineProperty(exports, "b", { enumerable: true, get: function () { return items_2.b; } });
46 Object.defineProperty(exports, "c", { enumerable: true, get: function () { return items_2.c; } });
52 Object.defineProperty(exports, "a", { enumerable: true, get: function () { return items_1.a; } });
53 Object.defineProperty(exports, "b", { enumerable: true, get: function () { return items_1.b; } });
55 Object.defineProperty(exports, "aa", { enumerable: true, get: function () { return two_1.a; } });
57 Object.defineProperty(exports, "bb", { enumerable: true, get [all...] |
H A D | functionsMissingReturnStatementsAndExpressions.js | 105 public get m1() { 106 // Errors; get accessors must return a value. 109 public get m2() { 114 public get m3() { 118 public get m4() { 123 public get m5() { 125 // if no return statements are present but we are a get accessor. 216 get: function () {
217 // Errors; get accessors must return a value.
223 get [all...] |
H A D | gettersAndSetters.js | 8 public get Foo() { return this.fooBack;} // ok 11 static get Bar() {return C.barBack;} // ok 14 public get = function() {} // ok 30 var o : {Foo:number;} = {get Foo() {return 0;}, set Foo(val:number){val}}; // o 47 get prop() { return x.toUpperCase() }, 59 this.get = function () { }; // ok
function 62 get Foo() { return this.fooBack; } // ok
64 static get Bar() { return C.barBack; } // ok
76 var o = { get Foo() { return 0; }, set Foo(val) { val; } }; // o
85 get pro [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineBindPointTests.cpp | 319 set = makeDescriptorSet(vkd, device, pool.get(), layout); in makePoolAndSet() 464 colorAttachmentView = makeImageView(vkd, device, colorAttachment->get(), imageViewType, imageFormat, subresourceRange); in iterate() 469 const auto cmdBufferPtr = allocateCommandBuffer(vkd, device, cmdPool.get(), VK_COMMAND_BUFFER_LEVEL_PRIMARY); in iterate() 470 const auto cmdBuffer = cmdBufferPtr.get(); in iterate() 485 if (hasGraphics) graphicsPipelineLayout = makePipelineLayout(vkd, device, graphicsSetLayout.get()); in iterate() 486 if (hasCompute) computePipelineLayout = makePipelineLayout(vkd, device, computeSetLayout.get()); in iterate() 487 if (hasRayTracing) rayTracingPipelineLayout = makePipelineLayout(vkd, device, rayTracingSetLayout.get()); in iterate() 495 if (hasGraphics) vertShader = createShaderModule(vkd, device, m_context.getBinaryCollection().get("vert"), 0u); in iterate() 496 if (hasGraphics) fragShader = createShaderModule(vkd, device, m_context.getBinaryCollection().get("frag"), 0u); in iterate() 497 if (hasCompute) compShader = createShaderModule(vkd, device, m_context.getBinaryCollection().get("com in iterate() [all...] |
/third_party/icu/icu4c/source/test/fuzzer/ |
H A D | ucasemap_fuzzer.cpp | 39 std::memcpy(fuzzbuff.get(), data, size); in LLVMFuzzerTestOneInput() 54 auto src = reinterpret_cast<const char*>(fuzzbuff.get()); in LLVMFuzzerTestOneInput() 57 case 0: ucasemap_utf8ToLower(csm.get(), dst.get(), dst_size, src, size, in LLVMFuzzerTestOneInput() 60 case 1: ucasemap_utf8ToUpper(csm.get(), dst.get(), dst_size, src, size, in LLVMFuzzerTestOneInput() 63 case 2: ucasemap_utf8ToTitle(csm.get(), dst.get(), dst_size, src, size, in LLVMFuzzerTestOneInput() 66 case 3: ucasemap_utf8FoldCase(csm.get(), dst.get(), dst_siz in LLVMFuzzerTestOneInput() [all...] |
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_cpp.cpp | 34 auto &type = get<SPIRType>(var.basetype); in emit_buffer_block() 44 statement_no_indent("#define ", instance_name, " __res->", instance_name, "__.get()"); in emit_buffer_block() 54 auto &type = get<SPIRType>(var.basetype); in emit_interface_block() 63 if (flags.get(DecorationBlock)) in emit_interface_block() 72 statement_no_indent("#define ", instance_name, " __res->", instance_name, "__.get()"); in emit_interface_block() 90 auto &type = get<SPIRType>(var.basetype); in emit_uniform() 104 statement_no_indent("#define ", instance_name, " __res->", instance_name, "__.get()"); in emit_uniform() 111 statement_no_indent("#define ", instance_name, " __res->", instance_name, "__.get()"); in emit_uniform() 123 auto &type = get<SPIRType>(var.basetype); in emit_push_constant_block() 125 if (flags.get(DecorationBindin in emit_push_constant_block() [all...] |
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/testing/ |
H A D | FontLanguages.java | 629 ScriptTag scriptTag = fontSpecificScript.containsKey(script) ? fontSpecificScript.get( in FontLanguages() 641 scriptLangMap.put(ScriptTag.mly2, scriptLangMap.get(ScriptTag.mlym)); in FontLanguages() 642 scriptLangMap.put(ScriptTag.mlm2, scriptLangMap.get(ScriptTag.mlym)); in FontLanguages() 643 scriptLangMap.put(ScriptTag.dev2, scriptLangMap.get(ScriptTag.deva)); in FontLanguages() 644 scriptLangMap.put(ScriptTag.mym2, scriptLangMap.get(ScriptTag.mymr)); in FontLanguages() 645 scriptLangMap.put(ScriptTag.tml2, scriptLangMap.get(ScriptTag.taml)); in FontLanguages() 646 scriptLangMap.put(ScriptTag.tel2, scriptLangMap.get(ScriptTag.telu)); in FontLanguages() 647 scriptLangMap.put(ScriptTag.knd2, scriptLangMap.get(ScriptTag.knda)); in FontLanguages() 648 scriptLangMap.put(ScriptTag.gur2, scriptLangMap.get(ScriptTag.guru)); in FontLanguages() 649 scriptLangMap.put(ScriptTag.gjr2, scriptLangMap.get(ScriptTa in FontLanguages() 663 Set<String> get(Font font) { get() method in FontLanguages [all...] |