Home
last modified time | relevance | path

Searched refs:Interface (Results 1 - 25 of 116) sorted by relevance

12345

/third_party/node/lib/
H A Dreadline.js63 Interface: _Interface,
100 function Interface(input, output, completer, terminal) { function
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) {
192 * Creates a new `readline.Interface` instance.
210 * @returns {Interface}
125 Interface.prototype.question = function(query, options, cb) { global() class
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A 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<intero
[all...]
H A 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<intero
[all...]
H A 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<intero
[all...]
H A 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,
H A 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(
H A DGPUComputePassEncoder.cpp35 interop::Interface<interop::GPUComputePipeline> pipeline) { in setPipeline()
48 interop::Interface<interop::GPUBuffer> indirectBuffer, in dispatchIndirect()
55 interop::Interface<interop::GPUQuerySet> querySet, in beginPipelineStatisticsQuery()
65 interop::Interface<interop::GPUQuerySet> querySet, in writeTimestamp()
84 interop::Interface<interop::GPUBindGroup> bindGroup, in setBindGroup()
100 interop::Interface<interop::GPUBindGroup> bindGroup, in setBindGroup()
H A DGPUComputePassEncoder.h38 interop::Interface<interop::GPUComputePipeline> pipeline) override;
44 interop::Interface<interop::GPUBuffer> indirectBuffer,
47 interop::Interface<interop::GPUQuerySet> querySet,
51 interop::Interface<interop::GPUQuerySet> querySet,
56 interop::Interface<interop::GPUBindGroup> bindGroup,
60 interop::Interface<interop::GPUBindGroup> bindGroup,
H A DGPURenderBundleEncoder.cpp33 interop::Interface<interop::GPURenderBundle> GPURenderBundleEncoder::finish( in finish()
44 interop::Interface<interop::GPUBindGroup> bindGroup, in setBindGroup()
60 interop::Interface<interop::GPUBindGroup> bindGroup, in setBindGroup()
89 interop::Interface<interop::GPURenderPipeline> pipeline) { in setPipeline()
101 interop::Interface<interop::GPUBuffer> buffer, in setIndexBuffer()
123 interop::Interface<interop::GPUBuffer> buffer, in setVertexBuffer()
154 interop::Interface<interop::GPUBuffer> indirectBuffer, in drawIndirect()
170 interop::Interface<interop::GPUBuffer> indirectBuffer, in drawIndexedIndirect()
H A DGPUCommandEncoder.cpp35 interop::Interface<interop::GPURenderPassEncoder> GPUCommandEncoder::beginRenderPass( in beginRenderPass()
51 interop::Interface<interop::GPUComputePassEncoder> GPUCommandEncoder::beginComputePass( in beginComputePass()
60 interop::Interface<interop::GPUBuffer> source, in copyBufferToBuffer()
62 interop::Interface<interop::GPUBuffer> destination, in copyBufferToBuffer()
144 interop::Interface<interop::GPUQuerySet> querySet, in writeTimestamp()
157 interop::Interface<interop::GPUQuerySet> querySet, in resolveQuerySet()
160 interop::Interface<interop::GPUBuffer> destination, in resolveQuerySet()
181 interop::Interface<interop::GPUCommandBuffer> GPUCommandEncoder::finish( in finish()
H A DGPURenderPassEncoder.cpp76 interop::Interface<interop::GPUQuerySet> querySet, in beginPipelineStatisticsQuery()
86 interop::Interface<interop::GPUQuerySet> querySet, in writeTimestamp()
100 std::vector<interop::Interface<interop::GPURenderBundle>> bundles_in) { in executeBundles()
119 interop::Interface<interop::GPUBindGroup> bindGroup, in setBindGroup()
135 interop::Interface<interop::GPUBindGroup> bindGroup, in setBindGroup()
164 interop::Interface<interop::GPURenderPipeline> pipeline) { in setPipeline()
174 interop::Interface<interop::GPUBuffer> buffer, in setIndexBuffer()
193 interop::Interface<interop::GPUBuffer> buffer, in setVertexBuffer()
224 interop::Interface<interop::GPUBuffer> indirectBuffer, in drawIndirect()
240 interop::Interface<intero in drawIndexedIndirect()
[all...]
H A DGPUAdapter.h33 interop::Interface<interop::GPUSupportedFeatures> getFeatures(Napi::Env) override;
34 interop::Interface<interop::GPUSupportedLimits> getLimits(Napi::Env) override;
36 interop::Promise<interop::Interface<interop::GPUDevice>> requestDevice(
H A DGPU.cpp71 interop::Promise<std::optional<interop::Interface<interop::GPUAdapter>>> GPU::requestAdapter( in requestAdapter()
74 auto promise = interop::Promise<std::optional<interop::Interface<interop::GPUAdapter>>>( in requestAdapter()
147 promise.Resolve(std::optional<interop::Interface<interop::GPUAdapter>>(adapter)); in requestAdapter()
H A DGPUShaderModule.cpp30 interop::Promise<interop::Interface<interop::GPUCompilationInfo>>
66 using Messages = std::vector<interop::Interface<interop::GPUCompilationMessage>>; in compilationInfo()
87 using Promise = interop::Promise<interop::Interface<interop::GPUCompilationInfo>>; in compilationInfo()
H A DGPUAdapter.cpp119 interop::Interface<interop::GPUSupportedFeatures> GPUAdapter::getFeatures(Napi::Env env) { in getFeatures()
124 interop::Interface<interop::GPUSupportedLimits> GPUAdapter::getLimits(Napi::Env env) { in getLimits()
168 interop::Promise<interop::Interface<interop::GPUDevice>> GPUAdapter::requestDevice( in requestDevice()
172 interop::Promise<interop::Interface<interop::GPUDevice>> promise(env, PROMISE_INFO); in requestDevice()
/third_party/typescript/tests/baselines/reference/
H A DunionOfEnumInference.js6 interface Interface<T extends Enum> {
10 function foo<T extends Enum>(x: Interface<T>) { }
12 function bar(x: Interface<Enum.A | Enum.B> | Interface<Enum.C>) {
H A DdeclarationEmitReadonlyComputedProperty.js6 export interface Interface {
10 export function createInstance(): Interface {
56 export interface Interface {
59 export declare function createInstance(): Interface;
H A DgenericClassWithObjectTypeArgsAndConstraints.js43 module Interface {
110 var Interface; variable
111 (function (Interface) {
120 })(Interface || (Interface = {}));
H A DtypeUsedAsValueError.js2 interface Interface {
17 let one = Interface;
34 var one = Interface;
H A DobjectAssignLikeNonUnionResult.js2 interface Interface {
5 const defaultValue: Interface = { field: 1 };
9 // Displayed type: Interface & { field: number }
23 // Displayed type: Interface & { field: number }
/third_party/node/lib/readline/
H A Dpromises.js13 Interface: _Interface,
27 class Interface extends _Interface {
62 return new Interface(input, output, completer, terminal);
66 Interface,
/third_party/node/deps/npm/node_modules/node-gyp/lib/
H A DFind-VisualStudio.cs34 [MarshalAs(UnmanagedType.LPArray, ArraySubType = UnmanagedType.Interface), Out] ISetupInstance[] rgelt, in Next()
41 [return: MarshalAs(UnmanagedType.Interface)]
58 [return: MarshalAs(UnmanagedType.Interface)]
61 [return: MarshalAs(UnmanagedType.Interface)]
64 [return: MarshalAs(UnmanagedType.Interface)]
67 [return: MarshalAs(UnmanagedType.Interface)]
/third_party/skia/third_party/externals/angle2/util/fuchsia/
H A DScenicWindow.cpp43 template <typename Interface>
44 zx_status_t ConnectToService(zx_handle_t serviceRoot, fidl::InterfaceRequest<Interface> request) in ConnectToService()
47 return fdio_service_connect_at(serviceRoot, Interface::Name_, request.TakeChannel().release()); in ConnectToService()
50 template <typename Interface>
51 fidl::InterfacePtr<Interface> ConnectToService(zx_handle_t serviceRoot, in ConnectToService()
54 fidl::InterfacePtr<Interface> result; in ConnectToService()
/third_party/skia/third_party/externals/spirv-cross/include/spirv_cross/
H A Dinternal_interface.hpp48 struct Interface struct
56 Interface() in Interface() function
71 struct Interface<T[U]> struct
79 Interface() in Interface() function
172 struct UniformConstant : Interface<T>
176 struct StageInput : Interface<T>
180 struct StageOutput : Interface<T>
184 struct PushConstant : Interface<T>
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/
H A Ddbus-listen-preq.py13 WPAS_DBUS_INTERFACES_INTERFACE = "fi.w1.wpa_supplicant1.Interface"
51 wpas = dbus.Interface(wpas_obj, WPAS_DBUS_INTERFACE)
58 iface = dbus.Interface(if_obj, WPAS_DBUS_INTERFACES_INTERFACE)

Completed in 30 milliseconds

12345