/third_party/glib/gio/ |
D | gsocketservice.c | 93 g_socket_service_real_incoming (GSocketService *service, in g_socket_service_real_incoming() argument 101 g_socket_service_init (GSocketService *service) in g_socket_service_init() argument 103 service->priv = g_socket_service_get_instance_private (service); in g_socket_service_init() 104 service->priv->cancellable = g_cancellable_new (); in g_socket_service_init() 105 service->priv->active = TRUE; in g_socket_service_init() 111 GSocketService *service = G_SOCKET_SERVICE (object); in g_socket_service_finalize() local 113 g_object_unref (service->priv->cancellable); in g_socket_service_finalize() 120 do_accept (GSocketService *service) in do_accept() argument 122 g_socket_listener_accept_async (G_SOCKET_LISTENER (service), in do_accept() 123 service->priv->cancellable, in do_accept() [all …]
|
D | gthreadedsocketservice.c | 75 GThreadedSocketService *service; /* (owned) */ member 83 g_clear_object (&data->service); in g_threaded_socket_service_data_free() 96 g_signal_emit (data->service, g_threaded_socket_service_run_signal, in g_threaded_socket_service_func() 100 if (data->service->priv->job_count-- == data->service->priv->max_threads) in g_threaded_socket_service_func() 101 g_socket_service_start (G_SOCKET_SERVICE (data->service)); in g_threaded_socket_service_func() 108 g_threaded_socket_service_incoming (GSocketService *service, in g_threaded_socket_service_incoming() argument 116 threaded = G_THREADED_SOCKET_SERVICE (service); in g_threaded_socket_service_incoming() 119 data->service = g_object_ref (threaded); in g_threaded_socket_service_incoming() 125 g_socket_service_stop (service); in g_threaded_socket_service_incoming() 140 g_threaded_socket_service_init (GThreadedSocketService *service) in g_threaded_socket_service_init() argument [all …]
|
/third_party/boost/boost/asio/detail/impl/ |
D | service_registry.ipp | 41 execution_context::service* service = first_service_; 42 while (service) 44 service->shutdown(); 45 service = service->next_; 53 execution_context::service* next_service = first_service_->next_; 62 // to hold the lock while calling into each service, as it may try to call 64 std::vector<execution_context::service*> services; 67 execution_context::service* service = first_service_; 68 while (service) 70 services.push_back(service); [all …]
|
/third_party/boost/libs/asio/include/boost/asio/detail/impl/ |
D | service_registry.ipp | 41 execution_context::service* service = first_service_; 42 while (service) 44 service->shutdown(); 45 service = service->next_; 53 execution_context::service* next_service = first_service_->next_; 62 // to hold the lock while calling into each service, as it may try to call 64 std::vector<execution_context::service*> services; 67 execution_context::service* service = first_service_; 68 while (service) 70 services.push_back(service); [all …]
|
/third_party/typescript/src/testRunner/unittests/tsserver/ |
D | reloadProjects.ts | 25 …function verifyFileUpdates(host: TestServerHost, service: TestProjectService, project: server.Proj… 31 service.reloadProjects(); 37 service.reloadProjects(); 39 assert.isUndefined(service.getScriptInfo(file2.path)); 44 const service = createProjectService(host); constant 45 service.setHostConfiguration({ watchOptions: { excludeFiles: [file2.path] } }); 46 service.openClientFile(file1.path); 47 checkNumberOfProjects(service, { configuredProjects: 1 }); 48 const project = service.configuredProjects.get(configFile.path)!; 55 service.reloadProjects(); [all …]
|
D | documentRegistry.ts | 17 function getProject(service: TestProjectService) { 18 return service.configuredProjects.get(configFile.path)!; 21 function checkProject(service: TestProjectService, moduleIsOrphan: boolean) { 23 const project = getProject(service); 26 const moduleInfo = service.getScriptInfo(moduleFile.path)!; 29 …const key = service.documentRegistry.getKeyForCompilationSettings(project.getCompilationSettings()… 30 …assert.deepEqual(service.documentRegistry.getLanguageServiceRefCounts(moduleInfo.path), [[key, mod… 35 const service = createProjectService(host); constant 36 service.openClientFile(file.path); 37 checkProject(service, /*moduleIsOrphan*/ false); [all …]
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | ICUServiceTest.java | 74 public SortedMap getDisplayNames(ICUService service) { in getDisplayNames() argument 77 return service.getDisplayNames(locale, col, null); in getDisplayNames() 85 public SortedMap getDisplayNames(ICUService service, ULocale locale) { in getDisplayNames() argument 87 return service.getDisplayNames(locale, col, null); in getDisplayNames() 94 public SortedMap getDisplayNames(ICUService service, ULocale locale, String matchID) { in getDisplayNames() argument 96 return service.getDisplayNames(locale, col, matchID); in getDisplayNames() 114 ICUService service = new TestService(); in TestAPI() local 116 logln("service name:" + service.getName()); in TestAPI() 122 service.registerObject(singleton0, "en_US"); in TestAPI() 123 Object result = service.get("en_US_FOO"); in TestAPI() [all …]
|
D | ICUServiceThreadTest.java | 73 public static SortedMap getDisplayNames(ICUService service, ULocale locale) { in getDisplayNames() argument 82 return service.getDisplayNames(locale, col, null); in getDisplayNames() 119 protected ICUService service; field in ICUServiceThreadTest.TestThread 122 public TestThread(String name, ICUService service, long delay) { in TestThread() argument 124 this.service = service; in TestThread() 194 RegisterFactoryThread(String name, ICUService service, long delay) { in RegisterFactoryThread() argument 195 super("REG " + name, service, delay); in RegisterFactoryThread() 201 service.registerFactory(f); in iterate() 210 UnregisterFactoryThread(String name, ICUService service, long delay) { in UnregisterFactoryThread() argument 211 super("UNREG " + name, service, delay); in UnregisterFactoryThread() [all …]
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
D | ICUServiceTest.java | 77 public SortedMap getDisplayNames(ICUService service) { in getDisplayNames() argument 80 return service.getDisplayNames(locale, col, null); in getDisplayNames() 88 public SortedMap getDisplayNames(ICUService service, ULocale locale) { in getDisplayNames() argument 90 return service.getDisplayNames(locale, col, null); in getDisplayNames() 97 public SortedMap getDisplayNames(ICUService service, ULocale locale, String matchID) { in getDisplayNames() argument 99 return service.getDisplayNames(locale, col, matchID); in getDisplayNames() 117 ICUService service = new TestService(); in TestAPI() local 119 logln("service name:" + service.getName()); in TestAPI() 125 service.registerObject(singleton0, "en_US"); in TestAPI() 126 Object result = service.get("en_US_FOO"); in TestAPI() [all …]
|
D | ICUServiceThreadTest.java | 76 public static SortedMap getDisplayNames(ICUService service, ULocale locale) { in getDisplayNames() argument 85 return service.getDisplayNames(locale, col, null); in getDisplayNames() 122 protected ICUService service; field in ICUServiceThreadTest.TestThread 125 public TestThread(String name, ICUService service, long delay) { in TestThread() argument 127 this.service = service; in TestThread() 197 RegisterFactoryThread(String name, ICUService service, long delay) { in RegisterFactoryThread() argument 198 super("REG " + name, service, delay); in RegisterFactoryThread() 204 service.registerFactory(f); in iterate() 213 UnregisterFactoryThread(String name, ICUService service, long delay) { in UnregisterFactoryThread() argument 214 super("UNREG " + name, service, delay); in UnregisterFactoryThread() [all …]
|
/third_party/flutter/skia/third_party/externals/freetype/src/base/ |
D | fttype1.c | 33 FT_Service_PsInfo service; in FT_Get_PS_Font_Info() local 42 FT_FACE_FIND_SERVICE( face, service, POSTSCRIPT_INFO ); in FT_Get_PS_Font_Info() 44 if ( service && service->ps_get_font_info ) in FT_Get_PS_Font_Info() 45 error = service->ps_get_font_info( face, afont_info ); in FT_Get_PS_Font_Info() 59 FT_Service_PsInfo service; in FT_Has_PS_Glyph_Names() local 64 FT_FACE_FIND_SERVICE( face, service, POSTSCRIPT_INFO ); in FT_Has_PS_Glyph_Names() 66 if ( service && service->ps_has_glyph_names ) in FT_Has_PS_Glyph_Names() 67 result = service->ps_has_glyph_names( face ); in FT_Has_PS_Glyph_Names() 81 FT_Service_PsInfo service; in FT_Get_PS_Font_Private() local 90 FT_FACE_FIND_SERVICE( face, service, POSTSCRIPT_INFO ); in FT_Get_PS_Font_Private() [all …]
|
/third_party/freetype/src/base/ |
D | fttype1.c | 32 FT_Service_PsInfo service; in FT_Get_PS_Font_Info() local 41 FT_FACE_FIND_SERVICE( face, service, POSTSCRIPT_INFO ); in FT_Get_PS_Font_Info() 43 if ( service && service->ps_get_font_info ) in FT_Get_PS_Font_Info() 44 error = service->ps_get_font_info( face, afont_info ); in FT_Get_PS_Font_Info() 58 FT_Service_PsInfo service; in FT_Has_PS_Glyph_Names() local 63 FT_FACE_FIND_SERVICE( face, service, POSTSCRIPT_INFO ); in FT_Has_PS_Glyph_Names() 65 if ( service && service->ps_has_glyph_names ) in FT_Has_PS_Glyph_Names() 66 result = service->ps_has_glyph_names( face ); in FT_Has_PS_Glyph_Names() 80 FT_Service_PsInfo service; in FT_Get_PS_Font_Private() local 89 FT_FACE_FIND_SERVICE( face, service, POSTSCRIPT_INFO ); in FT_Get_PS_Font_Private() [all …]
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | fttype1.c | 32 FT_Service_PsInfo service; in FT_Get_PS_Font_Info() local 41 FT_FACE_FIND_SERVICE( face, service, POSTSCRIPT_INFO ); in FT_Get_PS_Font_Info() 43 if ( service && service->ps_get_font_info ) in FT_Get_PS_Font_Info() 44 error = service->ps_get_font_info( face, afont_info ); in FT_Get_PS_Font_Info() 58 FT_Service_PsInfo service; in FT_Has_PS_Glyph_Names() local 63 FT_FACE_FIND_SERVICE( face, service, POSTSCRIPT_INFO ); in FT_Has_PS_Glyph_Names() 65 if ( service && service->ps_has_glyph_names ) in FT_Has_PS_Glyph_Names() 66 result = service->ps_has_glyph_names( face ); in FT_Has_PS_Glyph_Names() 80 FT_Service_PsInfo service; in FT_Get_PS_Font_Private() local 89 FT_FACE_FIND_SERVICE( face, service, POSTSCRIPT_INFO ); in FT_Get_PS_Font_Private() [all …]
|
/third_party/grpc/src/python/grpcio_tests/tests/protoc_plugin/ |
D | _python_plugin_test.py | 37 import tests.protoc_plugin.protos.service.test_service_pb2_grpc as service_pb2_grpc 238 service = _CreateService() 239 self.assertIsNotNone(service.servicer_methods) 240 self.assertIsNotNone(service.server) 241 self.assertIsNotNone(service.stub) 242 service.server.stop(None) 245 service = _CreateIncompleteService() 248 service.stub.UnaryCall(request) 251 service.server.stop(None) 254 service = _CreateService() [all …]
|
/third_party/openssl/doc/man3/ |
D | BIO_parse_hostserv.pod | 7 - utility routines to parse a standard host and service string 16 int BIO_parse_hostserv(const char *hostserv, char **host, char **service, 22 create strings with the hostname and service name and give those 23 back via B<host> and B<service>. Those will need to be freed after 25 be interpreted primarily as a hostname or a service name in ambiguous 30 host + ':' + service 33 ':' + service 34 '*' + ':' + service 36 service 41 The service part can be a service name or its port number. [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | decoratorMetadataWithImportDeclarationNameCollision4.symbols | 10 === tests/cases/compiler/service.ts === 12 >db : Symbol(db, Decl(service.ts, 0, 6)) 15 >someDecorator : Symbol(someDecorator, Decl(service.ts, 0, 22)) 16 >target : Symbol(target, Decl(service.ts, 1, 23)) 19 >target : Symbol(target, Decl(service.ts, 1, 23)) 22 >someDecorator : Symbol(someDecorator, Decl(service.ts, 0, 22)) 25 >MyClass : Symbol(MyClass, Decl(service.ts, 3, 1)) 28 >db : Symbol(MyClass.db, Decl(service.ts, 5, 15)) 29 >db : Symbol(db, Decl(service.ts, 0, 6)) 33 >db : Symbol(db, Decl(service.ts, 8, 16)) [all …]
|
D | decoratorMetadataWithImportDeclarationNameCollision2.symbols | 10 === tests/cases/compiler/service.ts === 13 >Database : Symbol(Database, Decl(service.ts, 0, 8)) 16 >someDecorator : Symbol(someDecorator, Decl(service.ts, 0, 36)) 17 >target : Symbol(target, Decl(service.ts, 1, 23)) 20 >target : Symbol(target, Decl(service.ts, 1, 23)) 23 >someDecorator : Symbol(someDecorator, Decl(service.ts, 0, 36)) 26 >MyClass : Symbol(MyClass, Decl(service.ts, 3, 1)) 29 >db : Symbol(MyClass.db, Decl(service.ts, 5, 15)) 30 >Database : Symbol(Database, Decl(service.ts, 0, 8)) 33 >db : Symbol(db, Decl(service.ts, 8, 16)) [all …]
|
D | decoratorMetadataWithImportDeclarationNameCollision5.symbols | 10 === tests/cases/compiler/service.ts === 12 >db : Symbol(db, Decl(service.ts, 0, 6)) 15 >someDecorator : Symbol(someDecorator, Decl(service.ts, 0, 22)) 16 >target : Symbol(target, Decl(service.ts, 1, 23)) 19 >target : Symbol(target, Decl(service.ts, 1, 23)) 22 >someDecorator : Symbol(someDecorator, Decl(service.ts, 0, 22)) 25 >MyClass : Symbol(MyClass, Decl(service.ts, 3, 1)) 28 >db : Symbol(MyClass.db, Decl(service.ts, 5, 15)) 29 >db : Symbol(db, Decl(service.ts, 0, 6)) 32 >db : Symbol(db, Decl(service.ts, 8, 16)) [all …]
|
D | decoratorMetadataWithImportDeclarationNameCollision6.symbols | 10 === tests/cases/compiler/service.ts === 12 >database : Symbol(database, Decl(service.ts, 0, 6)) 15 >someDecorator : Symbol(someDecorator, Decl(service.ts, 0, 28)) 16 >target : Symbol(target, Decl(service.ts, 1, 23)) 19 >target : Symbol(target, Decl(service.ts, 1, 23)) 22 >someDecorator : Symbol(someDecorator, Decl(service.ts, 0, 28)) 25 >MyClass : Symbol(MyClass, Decl(service.ts, 3, 1)) 28 >db : Symbol(MyClass.db, Decl(service.ts, 5, 15)) 29 >database : Symbol(database, Decl(service.ts, 0, 6)) 32 >db : Symbol(db, Decl(service.ts, 8, 16)) [all …]
|
D | decoratorMetadataWithImportDeclarationNameCollision.symbols | 10 === tests/cases/compiler/service.ts === 12 >db : Symbol(db, Decl(service.ts, 0, 8)) 15 >someDecorator : Symbol(someDecorator, Decl(service.ts, 0, 24)) 16 >target : Symbol(target, Decl(service.ts, 1, 23)) 19 >target : Symbol(target, Decl(service.ts, 1, 23)) 22 >someDecorator : Symbol(someDecorator, Decl(service.ts, 0, 24)) 25 >MyClass : Symbol(MyClass, Decl(service.ts, 3, 1)) 28 >db : Symbol(MyClass.db, Decl(service.ts, 5, 15)) 29 >db : Symbol(db, Decl(service.ts, 0, 8)) 32 >db : Symbol(db, Decl(service.ts, 8, 16)) [all …]
|
D | decoratorMetadataWithImportDeclarationNameCollision7.symbols | 10 === tests/cases/compiler/service.ts === 12 >db : Symbol(db, Decl(service.ts, 0, 6)) 15 >someDecorator : Symbol(someDecorator, Decl(service.ts, 0, 22)) 16 >target : Symbol(target, Decl(service.ts, 1, 23)) 19 >target : Symbol(target, Decl(service.ts, 1, 23)) 22 >someDecorator : Symbol(someDecorator, Decl(service.ts, 0, 22)) 25 >MyClass : Symbol(MyClass, Decl(service.ts, 3, 1)) 28 >db : Symbol(MyClass.db, Decl(service.ts, 5, 15)) 31 >db : Symbol(db, Decl(service.ts, 8, 16)) 34 >this.db : Symbol(MyClass.db, Decl(service.ts, 5, 15)) [all …]
|
D | decoratorMetadataWithImportDeclarationNameCollision3.symbols | 1 === tests/cases/compiler/service.ts === 3 >db : Symbol(db, Decl(service.ts, 0, 0)) 6 >someDecorator : Symbol(someDecorator, Decl(service.ts, 0, 28)) 7 >target : Symbol(target, Decl(service.ts, 1, 23)) 10 >target : Symbol(target, Decl(service.ts, 1, 23)) 13 >someDecorator : Symbol(someDecorator, Decl(service.ts, 0, 28)) 16 >MyClass : Symbol(MyClass, Decl(service.ts, 3, 1)) 19 >db : Symbol(MyClass.db, Decl(service.ts, 5, 15)) 20 >db : Symbol(db, Decl(service.ts, 0, 0)) 24 >db : Symbol(db, Decl(service.ts, 8, 16)) [all …]
|
D | decoratorMetadataWithImportDeclarationNameCollision8.symbols | 1 === tests/cases/compiler/service.ts === 3 >database : Symbol(database, Decl(service.ts, 0, 0)) 6 >someDecorator : Symbol(someDecorator, Decl(service.ts, 0, 34)) 7 >target : Symbol(target, Decl(service.ts, 1, 23)) 10 >target : Symbol(target, Decl(service.ts, 1, 23)) 13 >someDecorator : Symbol(someDecorator, Decl(service.ts, 0, 34)) 16 >MyClass : Symbol(MyClass, Decl(service.ts, 3, 1)) 19 >db : Symbol(MyClass.db, Decl(service.ts, 5, 15)) 20 >database : Symbol(database, Decl(service.ts, 0, 0)) 24 >db : Symbol(db, Decl(service.ts, 8, 16)) [all …]
|
/third_party/boost/boost/asio/detail/ |
D | service_registry.hpp | 82 static void init_key(execution_context::service::key& key, ...); 87 static void init_key(execution_context::service::key& key, 94 execution_context::service::key& key, 100 static void init_key_from_id(execution_context::service::key& key, 106 const execution_context::service::key& key1, 107 const execution_context::service::key& key2); 110 typedef execution_context::service*(*factory_type)(void*); 114 static execution_context::service* create(void* owner); 117 BOOST_ASIO_DECL static void destroy(execution_context::service* service); 124 execution_context::service* ptr_; [all …]
|
/third_party/boost/libs/asio/include/boost/asio/detail/ |
D | service_registry.hpp | 82 static void init_key(execution_context::service::key& key, ...); 87 static void init_key(execution_context::service::key& key, 94 execution_context::service::key& key, 100 static void init_key_from_id(execution_context::service::key& key, 106 const execution_context::service::key& key1, 107 const execution_context::service::key& key2); 110 typedef execution_context::service*(*factory_type)(void*); 114 static execution_context::service* create(void* owner); 117 BOOST_ASIO_DECL static void destroy(execution_context::service* service); 124 execution_context::service* ptr_; [all …]
|