Home
last modified time | relevance | path

Searched defs:factory (Results 1 – 25 of 628) sorted by relevance

12345678910>>...26

/third_party/gstreamer/gstreamer/gst/
Dgsttypefindfactory.c108 gst_type_find_factory_init (GstTypeFindFactory * factory) in gst_type_find_factory_init()
117 GstTypeFindFactory *factory = GST_TYPE_FIND_FACTORY (object); in gst_type_find_factory_dispose() local
165 gst_type_find_factory_get_caps (GstTypeFindFactory * factory) in gst_type_find_factory_get_caps()
185 gst_type_find_factory_get_extensions (GstTypeFindFactory * factory) in gst_type_find_factory_get_extensions()
201 gst_type_find_factory_call_function (GstTypeFindFactory * factory, in gst_type_find_factory_call_function()
232 gst_type_find_factory_has_function (GstTypeFindFactory * factory) in gst_type_find_factory_has_function()
Dgstelementfactory.c101 gst_element_factory_init (GstElementFactory * factory) in gst_element_factory_init()
115 GstElementFactory *factory = GST_ELEMENT_FACTORY (object); in gst_element_factory_finalize() local
150 gst_element_factory_cleanup (GstElementFactory * factory) in gst_element_factory_cleanup()
209 GstElementFactory *factory; in gst_element_register() local
375 gst_element_factory_get_skip_documentation (GstElementFactory * factory) in gst_element_factory_get_skip_documentation()
471 gst_element_factory_create_with_properties (GstElementFactory * factory, in gst_element_factory_create_with_properties()
561 gst_element_factory_create_valist (GstElementFactory * factory, in gst_element_factory_create_valist()
622 gst_element_factory_create_full (GstElementFactory * factory, in gst_element_factory_create_full()
649 gst_element_factory_create (GstElementFactory * factory, const gchar * name) in gst_element_factory_create()
676 GstElementFactory *factory; in gst_element_factory_make_with_properties() local
[all …]
Dgstdeviceproviderfactory.c84 gst_device_provider_factory_init (GstDeviceProviderFactory * factory) in gst_device_provider_factory_init()
91 GstDeviceProviderFactory *factory = GST_DEVICE_PROVIDER_FACTORY (object); in gst_device_provider_factory_finalize() local
135 gst_device_provider_factory_cleanup (GstDeviceProviderFactory * factory) in gst_device_provider_factory_cleanup()
176 GstDeviceProviderFactory *factory; in gst_device_provider_register() local
254 gst_device_provider_factory_get (GstDeviceProviderFactory * factory) in gst_device_provider_factory_get()
354 GstDeviceProviderFactory *factory; in gst_device_provider_factory_get_by_name() local
401 gst_device_provider_factory_get_device_provider_type (GstDeviceProviderFactory * in gst_device_provider_factory_get_device_provider_type()
423 gst_device_provider_factory_get_metadata (GstDeviceProviderFactory * factory, in gst_device_provider_factory_get_metadata()
442 gst_device_provider_factory_get_metadata_keys (GstDeviceProviderFactory * in gst_device_provider_factory_get_metadata_keys()
480 gst_device_provider_factory_has_classesv (GstDeviceProviderFactory * factory, in gst_device_provider_factory_has_classesv()
[all …]
Dgstdynamictypefactory.c81 gst_dynamic_type_factory_init (GstDynamicTypeFactory * factory) in gst_dynamic_type_factory_init()
103 GstDynamicTypeFactory *factory = gst_dynamic_type_factory_find (factoryname); in gst_dynamic_type_factory_load() local
124 GstDynamicTypeFactory *factory; in gst_dynamic_type_factory_create() local
156 GstDynamicTypeFactory *factory; in gst_dynamic_type_register() local
Dgsttracerfactory.c55 gst_tracer_factory_init (GstTracerFactory * factory) in gst_tracer_factory_init()
95 gst_tracer_factory_get_tracer_type (GstTracerFactory * factory) in gst_tracer_factory_get_tracer_type()
/third_party/flutter/engine/flutter/fml/memory/
Dweak_ptr_unittest.cc16 WeakPtrFactory<int> factory(&data); in TEST() local
23 WeakPtrFactory<int> factory(&data); in TEST() local
32 WeakPtrFactory<int> factory(&data); in TEST() local
41 WeakPtrFactory<int> factory(&data); in TEST() local
52 WeakPtrFactory<int> factory(&data); in TEST() local
63 WeakPtrFactory<int> factory(&data); in TEST() local
77 WeakPtrFactory<int> factory(&data); in TEST() local
88 WeakPtrFactory<int> factory(&data); in TEST() local
102 WeakPtrFactory<int> factory(&data); in TEST() local
118 WeakPtrFactory<Base> factory(&data); in TEST() local
[all …]
/third_party/grpc/src/core/lib/iomgr/
Dsocket_factory_posix.cc32 void grpc_socket_factory_init(grpc_socket_factory* factory, in grpc_socket_factory_init()
38 int grpc_socket_factory_socket(grpc_socket_factory* factory, int domain, in grpc_socket_factory_socket()
43 int grpc_socket_factory_bind(grpc_socket_factory* factory, int sockfd, in grpc_socket_factory_bind()
62 grpc_socket_factory* grpc_socket_factory_ref(grpc_socket_factory* factory) { in grpc_socket_factory_ref()
67 void grpc_socket_factory_unref(grpc_socket_factory* factory) { in grpc_socket_factory_unref()
89 grpc_arg grpc_socket_factory_to_arg(grpc_socket_factory* factory) { in grpc_socket_factory_to_arg()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DResourceManager.h83 ANGLE_INLINE ResourceType *checkObjectAllocation(rx::GLImplFactory *factory, in checkObjectAllocation()
107 ResourceType *checkObjectAllocationImpl(rx::GLImplFactory *factory, in checkObjectAllocationImpl()
129 ANGLE_INLINE Buffer *checkBufferAllocation(rx::GLImplFactory *factory, BufferID handle) in checkBufferAllocation()
184 ANGLE_INLINE Texture *checkTextureAllocation(rx::GLImplFactory *factory, in checkTextureAllocation()
211 Renderbuffer *checkRenderbufferAllocation(rx::GLImplFactory *factory, RenderbufferID handle) in checkRenderbufferAllocation()
230 Sampler *checkSamplerAllocation(rx::GLImplFactory *factory, GLuint handle) in checkSamplerAllocation()
282 Framebuffer *checkFramebufferAllocation(rx::GLImplFactory *factory, in checkFramebufferAllocation()
305 ProgramPipeline *checkProgramPipelineAllocation(rx::GLImplFactory *factory, GLuint handle) in checkProgramPipelineAllocation()
DResourceManager.cpp123 Buffer *BufferManager::AllocateNewObject(rx::GLImplFactory *factory, BufferID handle) in AllocateNewObject()
170 GLuint ShaderProgramManager::createShader(rx::GLImplFactory *factory, in createShader()
190 GLuint ShaderProgramManager::createProgram(rx::GLImplFactory *factory) in createProgram()
228 Texture *TextureManager::AllocateNewObject(rx::GLImplFactory *factory, in AllocateNewObject()
269 Renderbuffer *RenderbufferManager::AllocateNewObject(rx::GLImplFactory *factory, in AllocateNewObject()
296 Sampler *SamplerManager::AllocateNewObject(rx::GLImplFactory *factory, GLuint handle) in AllocateNewObject()
332 GLuint SyncManager::createSync(rx::GLImplFactory *factory) in createSync()
422 Framebuffer *FramebufferManager::AllocateNewObject(rx::GLImplFactory *factory, in AllocateNewObject()
466 ProgramPipeline *ProgramPipelineManager::AllocateNewObject(rx::GLImplFactory *factory, in AllocateNewObject()
508 GLuint MemoryObjectManager::createMemoryObject(rx::GLImplFactory *factory) in createMemoryObject()
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DResourceManager.h89 ANGLE_INLINE ResourceType *checkObjectAllocation(rx::GLImplFactory *factory, in checkObjectAllocation()
113 ResourceType *checkObjectAllocationImpl(rx::GLImplFactory *factory, in checkObjectAllocationImpl()
135 ANGLE_INLINE Buffer *checkBufferAllocation(rx::GLImplFactory *factory, BufferID handle) in checkBufferAllocation()
201 ANGLE_INLINE Texture *checkTextureAllocation(rx::GLImplFactory *factory, in checkTextureAllocation()
226 Renderbuffer *checkRenderbufferAllocation(rx::GLImplFactory *factory, RenderbufferID handle) in checkRenderbufferAllocation()
245 Sampler *checkSamplerAllocation(rx::GLImplFactory *factory, SamplerID handle) in checkSamplerAllocation()
280 Framebuffer *checkFramebufferAllocation(rx::GLImplFactory *factory, in checkFramebufferAllocation()
305 ProgramPipeline *checkProgramPipelineAllocation(rx::GLImplFactory *factory, in checkProgramPipelineAllocation()
DResourceManager.cpp112 Buffer *BufferManager::AllocateNewObject(rx::GLImplFactory *factory, BufferID handle) in AllocateNewObject()
159 ShaderProgramID ShaderProgramManager::createShader(rx::GLImplFactory *factory, in createShader()
179 ShaderProgramID ShaderProgramManager::createProgram(rx::GLImplFactory *factory) in createProgram()
219 Texture *TextureManager::AllocateNewObject(rx::GLImplFactory *factory, in AllocateNewObject()
262 Renderbuffer *RenderbufferManager::AllocateNewObject(rx::GLImplFactory *factory, in AllocateNewObject()
291 Sampler *SamplerManager::AllocateNewObject(rx::GLImplFactory *factory, SamplerID handle) in AllocateNewObject()
329 GLuint SyncManager::createSync(rx::GLImplFactory *factory) in createSync()
348 Framebuffer *FramebufferManager::AllocateNewObject(rx::GLImplFactory *factory, in AllocateNewObject()
402 ProgramPipeline *ProgramPipelineManager::AllocateNewObject(rx::GLImplFactory *factory, in AllocateNewObject()
444 MemoryObjectID MemoryObjectManager::createMemoryObject(rx::GLImplFactory *factory) in createMemoryObject()
[all …]
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstelementfactory.c37 setup_pad_template (GstElementFactory * factory, GstStaticPadTemplate * tmpl) in setup_pad_template()
51 GstElementFactory *factory; in setup_factory() local
70 GstElementFactory *factory; in GST_START_TEST() local
112 GstElementFactory *factory; in GST_START_TEST() local
133 GstElementFactory *factory; in GST_START_TEST() local
155 GstElementFactory *factory, *tmp; in GST_START_TEST() local
/third_party/grpc/src/core/ext/filters/client_channel/
Dlb_policy_registry.cc41 std::unique_ptr<LoadBalancingPolicyFactory> factory) { in RegisterLoadBalancingPolicyFactory()
83 std::unique_ptr<LoadBalancingPolicyFactory> factory) { in RegisterLoadBalancingPolicyFactory()
97 LoadBalancingPolicyFactory* factory = in CreateLoadBalancingPolicy() local
107 auto* factory = g_state->GetLoadBalancingPolicyFactory(name); in LoadBalancingPolicyExists() local
176 LoadBalancingPolicyFactory* factory = in ParseLoadBalancingConfig() local
Dresolver_registry.cc47 void RegisterResolverFactory(std::unique_ptr<ResolverFactory> factory) { in RegisterResolverFactory()
73 ResolverFactory* factory = in FindResolverFactory() local
133 std::unique_ptr<ResolverFactory> factory) { in RegisterResolverFactory()
150 ResolverFactory* factory = in IsValidTarget() local
163 ResolverFactory* factory = g_state->FindResolverFactory( in CreateResolver() local
179 ResolverFactory* factory = in GetDefaultAuthority() local
/third_party/typescript/tests/baselines/reference/
DexportAsNamespace1(module=umd).js19 (function (factory) { argument
35 (function (factory) { argument
52 (function (factory) { argument
DexportAsNamespace1_umd.js19 (function (factory) { argument
34 (function (factory) { argument
50 (function (factory) { argument
DexportAsNamespace2_umd.js19 (function (factory) { argument
41 (function (factory) { argument
64 (function (factory) { argument
DjsxFactoryMissingErrorInsideAClass.js3 factory() { method in C
14 factory() { method in C
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/test/
Dtest_font_utils.cc27 void BuilderForFontFile(const char* font_path, FontFactory* factory, in BuilderForFontFile()
36 void SerializeFont(const char* font_path, FontFactory* factory, Font* font) { in SerializeFont()
45 void LoadFont(const char* font_path, FontFactory* factory, FontArray* fonts) { in LoadFont()
57 FontFactoryPtr factory; in LoadFontUsingByteVector() local
Dname_editing_test.cc38 void LoadTestFile(FontFactory* factory, FontBuilderArray* font_builders) { in LoadTestFile()
48 FontFactoryPtr factory; in TestChangeOneName() local
92 FontFactoryPtr factory; in TestModifyNameTableAndRevert() local
143 FontFactoryPtr factory; in TestRemoveOneName() local
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
Dtest_font_utils.cc27 void BuilderForFontFile(const char* font_path, FontFactory* factory, in BuilderForFontFile()
36 void SerializeFont(const char* font_path, FontFactory* factory, Font* font) { in SerializeFont()
45 void LoadFont(const char* font_path, FontFactory* factory, FontArray* fonts) { in LoadFont()
57 FontFactoryPtr factory; in LoadFontUsingByteVector() local
Dname_editing_test.cc38 void LoadTestFile(FontFactory* factory, FontBuilderArray* font_builders) { in LoadTestFile()
48 FontFactoryPtr factory; in TestChangeOneName() local
92 FontFactoryPtr factory; in TestModifyNameTableAndRevert() local
143 FontFactoryPtr factory; in TestRemoveOneName() local
/third_party/boost/boost/log/utility/setup/
Dfrom_settings.hpp110 …ster_sink_factory(std::string const& sink_name, shared_ptr< sink_factory< CharT > > const& factory) in register_sink_factory()
131 >::type register_sink_factory(const char* sink_name, shared_ptr< FactoryT > const& factory) in register_sink_factory()
152 >::type register_sink_factory(std::string const& sink_name, shared_ptr< FactoryT > const& factory) in register_sink_factory()
/third_party/boost/libs/move/test/
Dmove.cpp66 struct factory struct
76 struct factory<Type &> struct
86 Type factory<Type&>::t; argument
/third_party/protobuf/csharp/src/Google.Protobuf/
DMessageParser.cs46 private Func<IMessage> factory; field in Google.Protobuf.MessageParser
52 …internal MessageParser(Func<IMessage> factory, bool discardUnknownFields, ExtensionRegistry extens… in MessageParser()
227 private readonly Func<T> factory; field in Google.Protobuf.MessageParser
237 public MessageParser(Func<T> factory) : this(factory, false, null) in MessageParser()
241 …internal MessageParser(Func<T> factory, bool discardUnknownFields, ExtensionRegistry extensions) :… in MessageParser()

12345678910>>...26