/third_party/gstreamer/gstreamer/gst/ |
D | gsttypefindfactory.c | 108 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()
|
D | gstelementfactory.c | 101 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 …]
|
D | gstdeviceproviderfactory.c | 84 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 …]
|
D | gstdynamictypefactory.c | 81 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
|
D | gsttracerfactory.c | 55 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/ |
D | weak_ptr_unittest.cc | 16 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/ |
D | socket_factory_posix.cc | 32 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/ |
D | ResourceManager.h | 83 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()
|
D | ResourceManager.cpp | 123 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/ |
D | ResourceManager.h | 89 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()
|
D | ResourceManager.cpp | 112 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/ |
D | gstelementfactory.c | 37 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/ |
D | lb_policy_registry.cc | 41 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
|
D | resolver_registry.cc | 47 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/ |
D | exportAsNamespace1(module=umd).js | 19 (function (factory) { argument 35 (function (factory) { argument 52 (function (factory) { argument
|
D | exportAsNamespace1_umd.js | 19 (function (factory) { argument 34 (function (factory) { argument 50 (function (factory) { argument
|
D | exportAsNamespace2_umd.js | 19 (function (factory) { argument 41 (function (factory) { argument 64 (function (factory) { argument
|
D | jsxFactoryMissingErrorInsideAClass.js | 3 factory() { method in C 14 factory() { method in C
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/test/ |
D | test_font_utils.cc | 27 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
|
D | name_editing_test.cc | 38 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/ |
D | test_font_utils.cc | 27 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
|
D | name_editing_test.cc | 38 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/ |
D | from_settings.hpp | 110 …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/ |
D | move.cpp | 66 struct factory struct 76 struct factory<Type &> struct 86 Type factory<Type&>::t; argument
|
/third_party/protobuf/csharp/src/Google.Protobuf/ |
D | MessageParser.cs | 46 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()
|