| /third_party/gstreamer/gstreamer/gst/ |
| 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 | 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 | 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/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/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/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/typescript/tests/baselines/reference/ |
| D | exportAsNamespace1_umd.js | 19 (function (factory) { argument 34 (function (factory) { argument 50 (function (factory) { argument
|
| D | exportAsNamespace1(module=umd).js | 19 (function (factory) { argument 35 (function (factory) { argument 52 (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/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()
|
| /third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sample/subtly/ |
| D | utils.cc | 45 void LoadFonts(const char* font_path, FontFactory* factory, FontArray* fonts) { in LoadFonts() 53 FontFactory* factory, in LoadFontBuilders() 69 bool SerializeFont(const char* font_path, FontFactory* factory, Font* font) { in SerializeFont()
|
| /third_party/skia/third_party/externals/sfntly/cpp/src/sample/subtly/ |
| D | utils.cc | 45 void LoadFonts(const char* font_path, FontFactory* factory, FontArray* fonts) { in LoadFonts() 53 FontFactory* factory, in LoadFontBuilders() 69 bool SerializeFont(const char* font_path, FontFactory* factory, Font* font) { in SerializeFont()
|
| /third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
| D | mxfmux.c | 29 GstElementFactory *factory = NULL; in get_mpeg2enc_element_name() local 162 GstElementFactory *factory = NULL; in GST_START_TEST() local 187 GstElementFactory *factory = NULL; in GST_START_TEST() local 245 GstElementFactory *factory = NULL; in GST_START_TEST() local
|
| /third_party/typescript/src/compiler/ |
| D | visitorPublic.ts | 211 const { factory } = context; constant 247 const factory = context.factory; constant 348 const factory = context.factory; constant
|
| /third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
| D | TestSchemas.java | 59 ManifestSchemaFactory factory = new ManifestSchemaFactory(); in registerProto2Schemas() local 88 ManifestSchemaFactory factory = new ManifestSchemaFactory(); in registerProto3Schemas() local
|