Home
last modified time | relevance | path

Searched refs:Interface (Results 1 – 25 of 551) sorted by relevance

12345678910>>...23

/third_party/libabigail/tests/data/test-diff-dwarf/
Dtest41-PR20476-hidden-report-0.txt6 [C] 'method virtual Interface::~Interface(int)' has some indirect sub-type changes:
7 implicit parameter 0 of type 'Interface*' has sub-type changes:
8 in pointed to type 'class Interface':
11 'method virtual void Interface::method2()', virtual at voffset 3/4
13 'method virtual Interface::~Interface(int)' has some sub-type changes:
14 implicit parameter 0 of type 'Interface*' has sub-type changes:
15 pointed to type 'class Interface' changed, as being reported
16 'method virtual Interface::~Interface(int)' has some sub-type changes:
17 implicit parameter 0 of type 'Interface*' has sub-type changes:
18 pointed to type 'class Interface' changed, as being reported
[all …]
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
DGPUDevice.h31 interop::Interface<interop::GPUSupportedFeatures> getFeatures(Napi::Env) override;
32 interop::Interface<interop::GPUSupportedLimits> getLimits(Napi::Env) override;
33 interop::Interface<interop::GPUQueue> getQueue(Napi::Env env) override;
35 interop::Interface<interop::GPUBuffer> createBuffer(
38 interop::Interface<interop::GPUTexture> createTexture(
41 interop::Interface<interop::GPUSampler> createSampler(
44 interop::Interface<interop::GPUExternalTexture> importExternalTexture(
47 interop::Interface<interop::GPUBindGroupLayout> createBindGroupLayout(
50 interop::Interface<interop::GPUPipelineLayout> createPipelineLayout(
53 interop::Interface<interop::GPUBindGroup> createBindGroup(
[all …]
DGPUDevice.cpp115 interop::Interface<interop::GPUSupportedFeatures> GPUDevice::getFeatures(Napi::Env env) { in getFeatures()
128 interop::Interface<interop::GPUSupportedLimits> GPUDevice::getLimits(Napi::Env env) { in getLimits()
136 interop::Interface<interop::GPUQueue> GPUDevice::getQueue(Napi::Env env) { in getQueue()
150 interop::Interface<interop::GPUBuffer> GPUDevice::createBuffer( in createBuffer()
165 interop::Interface<interop::GPUTexture> GPUDevice::createTexture( in createTexture()
182 interop::Interface<interop::GPUSampler> GPUDevice::createSampler( in createSampler()
204 interop::Interface<interop::GPUExternalTexture> GPUDevice::importExternalTexture( in importExternalTexture()
210 interop::Interface<interop::GPUBindGroupLayout> GPUDevice::createBindGroupLayout( in createBindGroupLayout()
225 interop::Interface<interop::GPUPipelineLayout> GPUDevice::createPipelineLayout( in createPipelineLayout()
240 interop::Interface<interop::GPUBindGroup> GPUDevice::createBindGroup( in createBindGroup()
[all …]
DGPURenderPassEncoder.h54 interop::Interface<interop::GPUQuerySet> querySet,
58 interop::Interface<interop::GPUQuerySet> querySet,
62 std::vector<interop::Interface<interop::GPURenderBundle>> bundles) override;
66 interop::Interface<interop::GPUBindGroup> bindGroup,
70 interop::Interface<interop::GPUBindGroup> bindGroup,
78 interop::Interface<interop::GPURenderPipeline> pipeline) override;
80 interop::Interface<interop::GPUBuffer> buffer,
86 interop::Interface<interop::GPUBuffer> buffer,
101 interop::Interface<interop::GPUBuffer> indirectBuffer,
104 interop::Interface<interop::GPUBuffer> indirectBuffer,
DGPUCommandEncoder.h32 interop::Interface<interop::GPURenderPassEncoder> beginRenderPass(
35 interop::Interface<interop::GPUComputePassEncoder> beginComputePass(
39 interop::Interface<interop::GPUBuffer> source,
41 interop::Interface<interop::GPUBuffer> destination,
60 interop::Interface<interop::GPUQuerySet> querySet,
63 interop::Interface<interop::GPUQuerySet> querySet,
66 interop::Interface<interop::GPUBuffer> destination,
68 interop::Interface<interop::GPUCommandBuffer> finish(
DGPURenderBundleEncoder.h32 interop::Interface<interop::GPURenderBundle> finish(
37 interop::Interface<interop::GPUBindGroup> bindGroup,
41 interop::Interface<interop::GPUBindGroup> bindGroup,
49 interop::Interface<interop::GPURenderPipeline> pipeline) override;
51 interop::Interface<interop::GPUBuffer> buffer,
57 interop::Interface<interop::GPUBuffer> buffer,
72 interop::Interface<interop::GPUBuffer> indirectBuffer,
75 interop::Interface<interop::GPUBuffer> indirectBuffer,
/third_party/node/lib/
Dreadline.js63 Interface: _Interface,
100 function Interface(input, output, completer, terminal) { class
101 if (!(this instanceof Interface)) {
102 return new Interface(input, output, completer, terminal);
122 ObjectSetPrototypeOf(Interface.prototype, _Interface.prototype);
123 ObjectSetPrototypeOf(Interface, _Interface);
134 Interface.prototype.question = function(query, options, cb) {
162 Interface.prototype.question[promisify.custom] = function question(query, options) {
213 return new Interface(input, output, completer, terminal);
216 ObjectDefineProperties(Interface.prototype, {
[all …]
/third_party/typescript/tests/baselines/reference/
DunionOfEnumInference.types10 interface Interface<T extends Enum> {
15 function foo<T extends Enum>(x: Interface<T>) { }
16 >foo : <T extends Enum>(x: Interface<T>) => void
17 >x : Interface<T>
19 function bar(x: Interface<Enum.A | Enum.B> | Interface<Enum.C>) {
20 >bar : (x: Interface<Enum.A | Enum.B> | Interface<Enum.C>) => void
21 >x : Interface<Enum.A | Enum.B> | Interface<Enum.C>
28 >foo : <T extends Enum>(x: Interface<T>) => void
29 >x : Interface<Enum.A | Enum.B> | Interface<Enum.C>
DinterfacesWithPredefinedTypesAsNames.errors.txt1 …clarations/interfacesWithPredefinedTypesAsNames.ts(1,11): error TS2427: Interface name cannot be '…
2 …clarations/interfacesWithPredefinedTypesAsNames.ts(2,11): error TS2427: Interface name cannot be '…
3 …clarations/interfacesWithPredefinedTypesAsNames.ts(3,11): error TS2427: Interface name cannot be '…
4 …clarations/interfacesWithPredefinedTypesAsNames.ts(4,11): error TS2427: Interface name cannot be '…
6 …clarations/interfacesWithPredefinedTypesAsNames.ts(5,11): error TS2427: Interface name cannot be '…
7 …clarations/interfacesWithPredefinedTypesAsNames.ts(6,11): error TS2427: Interface name cannot be '…
8 …clarations/interfacesWithPredefinedTypesAsNames.ts(7,11): error TS2427: Interface name cannot be '…
14 !!! error TS2427: Interface name cannot be 'any'.
17 !!! error TS2427: Interface name cannot be 'number'.
20 !!! error TS2427: Interface name cannot be 'string'.
[all …]
DunionOfEnumInference.symbols10 interface Interface<T extends Enum> {
11 >Interface : Symbol(Interface, Decl(unionOfEnumInference.ts, 2, 21))
16 >type : Symbol(Interface.type, Decl(unionOfEnumInference.ts, 4, 37))
20 function foo<T extends Enum>(x: Interface<T>) { }
25 >Interface : Symbol(Interface, Decl(unionOfEnumInference.ts, 2, 21))
28 function bar(x: Interface<Enum.A | Enum.B> | Interface<Enum.C>) {
31 >Interface : Symbol(Interface, Decl(unionOfEnumInference.ts, 2, 21))
36 >Interface : Symbol(Interface, Decl(unionOfEnumInference.ts, 2, 21))
DobjectAssignLikeNonUnionResult.types2 interface Interface {
6 const defaultValue: Interface = { field: 1 };
7 >defaultValue : Interface
17 // Displayed type: Interface & { field: number }
20 >data1 : Interface & { field: number; }
21 >assign(defaultValue, Date.now() > 3 ? { field: 2 } : {}) : Interface & { field: number; }
23 >defaultValue : Interface
41 >t1 : [R1: Interface & { field: number; }]
42 >data1 : Interface & { field: number; }
52 >data1 : Interface & { field: number; }
DdeclarationEmitReadonlyComputedProperty.symbols6 export interface Interface {
7 >Interface : Symbol(Interface, Decl(bug.ts, 0, 30))
10 >[SYMBOL] : Symbol(Interface[SYMBOL], Decl(bug.ts, 2, 28))
14 export function createInstance(): Interface {
16 >Interface : Symbol(Interface, Decl(bug.ts, 0, 30))
DsubtypingWithObjectMembers2.errors.txt1 …typesAndSuperTypes/subtypingWithObjectMembers2.ts(17,15): error TS2430: Interface 'B' incorrectly …
4 …typesAndSuperTypes/subtypingWithObjectMembers2.ts(27,15): error TS2430: Interface 'B2' incorrectly…
7 …typesAndSuperTypes/subtypingWithObjectMembers2.ts(37,15): error TS2430: Interface 'B3' incorrectly…
10 …typesAndSuperTypes/subtypingWithObjectMembers2.ts(50,15): error TS2430: Interface 'B' incorrectly …
13 …typesAndSuperTypes/subtypingWithObjectMembers2.ts(60,15): error TS2430: Interface 'B2' incorrectly…
16 …typesAndSuperTypes/subtypingWithObjectMembers2.ts(70,15): error TS2430: Interface 'B3' incorrectly…
40 !!! error TS2430: Interface 'B' incorrectly extends interface 'A'.
54 !!! error TS2430: Interface 'B2' incorrectly extends interface 'A2'.
68 !!! error TS2430: Interface 'B3' incorrectly extends interface 'A3'.
85 !!! error TS2430: Interface 'B' incorrectly extends interface 'A'.
[all …]
DdeclarationEmitReadonlyComputedProperty.types7 export interface Interface {
13 export function createInstance(): Interface {
14 >createInstance : () => Interface
28 >createInstance : () => import("tests/cases/compiler/bug").Interface
35 >createInstance() : import("tests/cases/compiler/bug").Interface
36 >createInstance : () => import("tests/cases/compiler/bug").Interface
DsubtypingWithObjectMembers3.errors.txt1 …typesAndSuperTypes/subtypingWithObjectMembers3.ts(17,15): error TS2430: Interface 'B' incorrectly …
4 …typesAndSuperTypes/subtypingWithObjectMembers3.ts(27,15): error TS2430: Interface 'B2' incorrectly…
7 …typesAndSuperTypes/subtypingWithObjectMembers3.ts(37,15): error TS2430: Interface 'B3' incorrectly…
10 …typesAndSuperTypes/subtypingWithObjectMembers3.ts(49,15): error TS2430: Interface 'B' incorrectly …
13 …typesAndSuperTypes/subtypingWithObjectMembers3.ts(59,15): error TS2430: Interface 'B2' incorrectly…
16 …typesAndSuperTypes/subtypingWithObjectMembers3.ts(69,15): error TS2430: Interface 'B3' incorrectly…
40 !!! error TS2430: Interface 'B' incorrectly extends interface 'A'.
55 !!! error TS2430: Interface 'B2' incorrectly extends interface 'A2'.
69 !!! error TS2430: Interface 'B3' incorrectly extends interface 'A3'.
85 !!! error TS2430: Interface 'B' incorrectly extends interface 'A'.
[all …]
DinterfaceWithMultipleBaseTypes.errors.txt1 …aceDeclarations/interfaceWithMultipleBaseTypes.ts(21,11): error TS2430: Interface 'Derived2' incor…
4 …aceDeclarations/interfaceWithMultipleBaseTypes.ts(52,15): error TS2320: Interface 'Derived3<T>' ca…
6 …aceDeclarations/interfaceWithMultipleBaseTypes.ts(54,15): error TS2430: Interface 'Derived4<T>' in…
9 …aceDeclarations/interfaceWithMultipleBaseTypes.ts(54,15): error TS2430: Interface 'Derived4<T>' in…
12 …aceDeclarations/interfaceWithMultipleBaseTypes.ts(60,15): error TS2430: Interface 'Derived5<T>' in…
15 …aceDeclarations/interfaceWithMultipleBaseTypes.ts(60,15): error TS2430: Interface 'Derived5<T>' in…
43 !!! error TS2430: Interface 'Derived2' incorrectly extends interface 'Base2'.
78 !!! error TS2320: Interface 'Derived3<T>' cannot simultaneously extend types 'Base1<number>' and 'B…
83 !!! error TS2430: Interface 'Derived4<T>' incorrectly extends interface 'Base1<number>'.
88 !!! error TS2430: Interface 'Derived4<T>' incorrectly extends interface 'Base2<number>'.
[all …]
DinterfaceExtendsObjectIntersectionErrors.errors.txt1 …ations/interfaceExtendsObjectIntersectionErrors.ts(7,11): error TS2430: Interface 'I1' incorrectly…
4 …ations/interfaceExtendsObjectIntersectionErrors.ts(8,11): error TS2430: Interface 'I2' incorrectly…
8 …ations/interfaceExtendsObjectIntersectionErrors.ts(9,11): error TS2430: Interface 'I3' incorrectly…
11 …tions/interfaceExtendsObjectIntersectionErrors.ts(10,11): error TS2430: Interface 'I4' incorrectly…
14 …tions/interfaceExtendsObjectIntersectionErrors.ts(11,11): error TS2430: Interface 'I5' incorrectly…
27 …tions/interfaceExtendsObjectIntersectionErrors.ts(30,11): error TS2430: Interface 'I10' incorrectl…
30 …tions/interfaceExtendsObjectIntersectionErrors.ts(31,11): error TS2430: Interface 'I11' incorrectl…
33 …tions/interfaceExtendsObjectIntersectionErrors.ts(32,11): error TS2430: Interface 'I12' incorrectl…
40 …tions/interfaceExtendsObjectIntersectionErrors.ts(39,11): error TS2430: Interface 'I20' incorrectl…
43 …tions/interfaceExtendsObjectIntersectionErrors.ts(40,11): error TS2430: Interface 'I21' incorrectl…
[all …]
/third_party/skia/third_party/externals/tint/test/shader_io/
Dinterpolate_integers.wgsl.expected.spvasm23 OpName %Interface "Interface"
24 OpMemberName %Interface 0 "i"
25 OpMemberName %Interface 1 "u"
26 OpMemberName %Interface 2 "vi"
27 OpMemberName %Interface 3 "vu"
28 OpMemberName %Interface 4 "pos"
54 OpMemberDecorate %Interface 0 Offset 0
55 OpMemberDecorate %Interface 1 Offset 4
56 OpMemberDecorate %Interface 2 Offset 16
57 OpMemberDecorate %Interface 3 Offset 32
[all …]
Dshared_struct_different_stages.wgsl.expected.spvasm18 OpName %Interface "Interface"
19 OpMemberName %Interface 0 "col1"
20 OpMemberName %Interface 1 "col2"
21 OpMemberName %Interface 2 "pos"
34 OpMemberDecorate %Interface 0 Offset 0
35 OpMemberDecorate %Interface 1 Offset 4
36 OpMemberDecorate %Interface 2 Offset 16
52 %Interface = OpTypeStruct %float %float %v4float
53 %16 = OpTypeFunction %Interface
56 %22 = OpConstantComposite %Interface %float_0_400000006 %float_0_600000024 %9
[all …]
Dshared_struct_different_stages.wgsl.expected.glsl4 struct Interface {
15 Interface vert_main_inner() {
16 Interface tint_symbol_3 = Interface(0.400000006f, 0.600000024f, vec4(0.0f, 0.0f, 0.0f, 0.0f));
27 Interface inner_result = vert_main_inner();
49 struct Interface {
65 void frag_main_inner(Interface colors) {
71 Interface tint_symbol_3 = Interface(tint_symbol_1.col1, tint_symbol_1.col2, tint_symbol_1.pos);
Dinterpolate_integers.wgsl.expected.hlsl1 struct Interface {
16 Interface vert_main_inner() {
17 const Interface tint_symbol_4 = (Interface)0;
22 const Interface inner_result = vert_main_inner();
43 int frag_main_inner(Interface inputs) {
48 …const Interface tint_symbol_5 = {tint_symbol_1.i, tint_symbol_1.u, tint_symbol_1.vi, tint_symbol_1…
Dinterpolate_integers.wgsl.expected.glsl6 struct Interface {
21 Interface vert_main_inner() {
22Interface tint_symbol_4 = Interface(0, 0u, ivec4(0, 0, 0, 0), uvec4(0u, 0u, 0u, 0u), vec4(0.0f, 0.…
38 Interface inner_result = vert_main_inner();
66 struct Interface {
91 int frag_main_inner(Interface inputs) {
96Interface tint_symbol_4 = Interface(tint_symbol_1.i, tint_symbol_1.u, tint_symbol_1.vi, tint_symbo…
Dshared_struct_different_stages.wgsl.expected.hlsl1 struct Interface {
12 Interface vert_main_inner() {
13 const Interface tint_symbol_3 = {0.400000006f, 0.600000024f, float4(0.0f, 0.0f, 0.0f, 0.0f)};
18 const Interface inner_result = vert_main_inner();
32 void frag_main_inner(Interface colors) {
38 const Interface tint_symbol_4 = {tint_symbol_1.col1, tint_symbol_1.col2, tint_symbol_1.pos};
Dshared_struct_different_stages.wgsl.expected.msl4 struct Interface {
19 Interface vert_main_inner() {
20 Interface const tint_symbol_3 = {.col1=0.400000006f, .col2=0.600000024f, .pos=float4()};
25 Interface const inner_result = vert_main_inner();
33 void frag_main_inner(Interface colors) {
39 Interface const tint_symbol_4 = {.col1=tint_symbol_1.col1, .col2=tint_symbol_1.col2, .pos=pos};
Dinterpolate_integers.wgsl.expected.msl4 struct Interface {
28 Interface vert_main_inner() {
29 Interface const tint_symbol_4 = {};
34 Interface const inner_result = vert_main_inner();
44 int frag_main_inner(Interface inputs) {
49Interface const tint_symbol_5 = {.i=tint_symbol_1.i, .u=tint_symbol_1.u, .vi=tint_symbol_1.vi, .vu…

12345678910>>...23