Searched refs:service (Results 1 - 24 of 24) sorted by relevance

/xsrc/external/mit/freetype/dist/src/base/
H A Dfttype1.c32 FT_Service_PsInfo service; local in function:FT_Get_PS_Font_Info
41 FT_FACE_FIND_SERVICE( face, service, POSTSCRIPT_INFO );
43 if ( service && service->ps_get_font_info )
44 error = service->ps_get_font_info( face, afont_info );
58 FT_Service_PsInfo service; local in function:FT_Has_PS_Glyph_Names
63 FT_FACE_FIND_SERVICE( face, service, POSTSCRIPT_INFO );
65 if ( service && service->ps_has_glyph_names )
66 result = service
80 FT_Service_PsInfo service; local in function:FT_Get_PS_Font_Private
110 FT_Service_PsInfo service = NULL; local in function:FT_Get_PS_Font_Value
[all...]
H A Dftcid.c42 FT_Service_CID service; local in function:FT_Get_CID_Registry_Ordering_Supplement
45 FT_FACE_FIND_SERVICE( face, service, CID );
47 if ( service && service->get_ros )
48 error = service->get_ros( face, &r, &o, &s );
74 FT_Service_CID service; local in function:FT_Get_CID_Is_Internally_CID_Keyed
77 FT_FACE_FIND_SERVICE( face, service, CID );
79 if ( service && service->get_is_cid )
80 error = service
101 FT_Service_CID service; local in function:FT_Get_CID_From_Glyph_Index
[all...]
H A Dftfstype.c35 FT_Service_PsInfo service = NULL; local in function:FT_Get_FSType_Flags
38 FT_FACE_FIND_SERVICE( face, service, POSTSCRIPT_INFO );
40 if ( service && service->ps_get_font_extra )
45 if ( !service->ps_get_font_extra( face, &extra ) &&
H A Dftbdf.c36 FT_Service_BDF service; local in function:FT_Get_BDF_Charset_ID
42 FT_FACE_FIND_SERVICE( face, service, BDF );
44 if ( service && service->get_charset_id )
45 error = service->get_charset_id( face, &encoding, &registry );
68 FT_Service_BDF service; local in function:FT_Get_BDF_Property
79 FT_FACE_FIND_SERVICE( face, service, BDF );
81 if ( service && service->get_property )
82 error = service
[all...]
H A Dftwinfnt.c31 FT_Service_WinFnt service; local in function:FT_Get_WinFNT_Header
41 FT_FACE_LOOKUP_SERVICE( face, service, WINFNT );
43 if ( service )
44 error = service->get_header( face, header );
H A Dftpfr.c28 FT_Service_PfrMetrics service = NULL; local in function:ft_pfr_check
32 FT_FACE_LOOKUP_SERVICE( face, service, PFR_METRICS );
34 return service;
48 FT_Service_PfrMetrics service; local in function:FT_Get_PFR_Metrics
54 service = ft_pfr_check( face );
55 if ( service )
57 error = service->get_metrics( face,
104 FT_Service_PfrMetrics service; local in function:FT_Get_PFR_Kerning
113 service = ft_pfr_check( face );
114 if ( service )
132 FT_Service_PfrMetrics service; local in function:FT_Get_PFR_Advance
[all...]
H A Dftgxval.c42 FT_Service_GXvalidate service; local in function:FT_TrueTypeGX_Validate
58 FT_FACE_FIND_GLOBAL_SERVICE( face, service, GX_VALIDATE );
60 if ( service )
61 error = service->validate( face,
94 FT_Service_CKERNvalidate service; local in function:FT_ClassicKern_Validate
110 FT_FACE_FIND_GLOBAL_SERVICE( face, service, CLASSICKERN_VALIDATE );
112 if ( service )
113 error = service->validate( face,
H A Dftmm.c100 FT_Service_MultiMasters service; local in function:FT_Get_Multi_Master
108 error = ft_face_get_mm_service( face, &service );
112 if ( service->get_mm )
113 error = service->get_mm( face, amaster );
127 FT_Service_MultiMasters service; local in function:FT_Get_MM_Var
135 error = ft_face_get_mm_service( face, &service );
139 if ( service->get_mm_var )
140 error = service->get_mm_var( face, amaster );
174 FT_Service_MultiMasters service; local in function:FT_Set_MM_Design_Coordinates
182 error = ft_face_get_mm_service( face, &service );
209 FT_Service_MultiMasters service; local in function:FT_Set_MM_WeightVector
242 FT_Service_MultiMasters service; local in function:FT_Get_MM_WeightVector
318 FT_Service_MultiMasters service; local in function:FT_Get_Var_Design_Coordinates
445 FT_Service_MultiMasters service; local in function:FT_Get_MM_Blend_Coordinates
476 FT_Service_MultiMasters service; local in function:FT_Get_Var_Blend_Coordinates
[all...]
H A Dftotval.c36 FT_Service_OTvalidate service; local in function:FT_OpenType_Validate
56 FT_FACE_FIND_GLOBAL_SERVICE( face, service, OPENTYPE_VALIDATE );
58 if ( service )
59 error = service->validate( face,
H A Dftobjs.c3495 FT_Service_Kerning service; local in function:FT_Get_Track_Kerning
3505 FT_FACE_FIND_SERVICE( face, service, KERNING );
3506 if ( !service )
3509 error = service->get_track( face,
4092 FT_Service_GlyphDict service; local in function:FT_Get_Name_Index
4096 service,
4099 if ( service && service->name_index )
4100 result = service->name_index( face, glyph_name );
4116 FT_Service_GlyphDict service; local in function:FT_Get_Glyph_Name
4157 FT_Service_PsFontName service; local in function:FT_Get_Postscript_Name
4180 FT_Service_SFNT_Table service; local in function:FT_Get_Sfnt_Table
4203 FT_Service_SFNT_Table service; local in function:FT_Load_Sfnt_Table
4225 FT_Service_SFNT_Table service; local in function:FT_Sfnt_Table_Info
4247 FT_Service_TTCMaps service; local in function:FT_Get_CMap_Language_ID
4271 FT_Service_TTCMaps service; local in function:FT_Get_CMap_Format
5125 FT_Service_Properties service; local in function:ft_property_do
5482 FT_Service_TrueTypeEngine service; local in function:FT_Get_TrueType_Engine_Type
[all...]
/xsrc/external/mit/xdm/dist/
H A Dxdm.service.in3 After=systemd-user-sessions.service
11 Alias=graphical.target.wants/xdm.service
H A DMakefile.am44 systemdsystemunit_DATA = xdm.service
46 xdm.service: xdm.service.in Makefile
48 $(AM_V_GEN)$(SED) -e 's|BINDIR|$(bindir)|g' < ${srcdir}/xdm.service.in > $@
50 $(AM_V_GEN)$(SED) -e 's|BINDIR|$(bindir)|g' -e '/[Nn]otify/d' < ${srcdir}/xdm.service.in > $@
54 CLEANFILES = xdm.service
55 EXTRA_DIST = xdm.service.in README.md
H A DMakefile.in482 @HAVE_SYSTEMD_TRUE@systemdsystemunit_DATA = xdm.service
483 CLEANFILES = xdm.service
484 EXTRA_DIST = xdm.service.in README.md
1013 @HAVE_SYSTEMD_TRUE@xdm.service: xdm.service.in Makefile
1014 @HAVE_SYSTEMD_TRUE@@USE_SYSTEMD_DAEMON_TRUE@ $(AM_V_GEN)$(SED) -e 's|BINDIR|$(bindir)|g' < ${srcdir}/xdm.service.in > $@
1015 @HAVE_SYSTEMD_TRUE@@USE_SYSTEMD_DAEMON_FALSE@ $(AM_V_GEN)$(SED) -e 's|BINDIR|$(bindir)|g' -e '/[Nn]otify/d' < ${srcdir}/xdm.service.in > $@
H A Dconfigure.ac82 # the -lnsl name service library
178 [Directory for systemd service files (default from the System and Service Manager)]),,
/xsrc/external/mit/proxymngr/dist/
H A Dpmdb.c61 proxy_service *service = proxyServiceList; local in function:FindProxyService
64 while (service)
66 if (strcmp (service->serviceName, serviceName) == 0)
67 return service;
68 else if (ncasecmp (service->serviceName, serviceName, nameLen) == 0)
69 return service;
71 service = service->next;
75 service = malloc (sizeof (proxy_service));
76 if (!service)
112 proxy_service *service = FindProxyService (serviceName, True); local in function:StartNewProxy
173 proxy_service *service = FindProxyService (serviceName, True); local in function:ConnectToProxy
282 proxy_service *service = FindProxyService (serviceName, False); local in function:ActivateProxyService
312 proxy_service *service = proxyServiceList; local in function:ProxyGone
454 proxy_service *service = FindProxyService (serviceName, False); local in function:GetRunningProxyList
650 proxy_service *service = proxyServiceList; local in function:ProxyForPMconn
[all...]
/xsrc/external/mit/freetype/dist/src/cff/
H A Dcffdrivr.c333 FT_Service_GlyphDict service = local in function:cff_get_glyph_name
340 if ( service && service->get_name )
341 return service->get_name( FT_FACE( face ),
403 FT_Service_GlyphDict service = local in function:cff_get_name_index
410 if ( service && service->name_index )
411 return service->name_index( FT_FACE( face ), glyph_name );
620 FT_Service_PsFontName service = variable in typeref:typename:FT_Service_PsFontName
627 if ( service
667 FT_Service_TTCMaps service = variable in typeref:typename:FT_Service_TTCMaps
[all...]
/xsrc/external/mit/xorgproto/dist/specs/SIAddresses/
H A Dhostname.md5 and dynamic DNS, the name service should be consulted at connection
/xsrc/external/mit/libxcb/dist/src/
H A Dxcb_util.c373 char service[6]; /* "65535" with the trailing '\0' */ local in function:_xcb_open_tcp
407 snprintf(service, sizeof(service), "%hu", port);
408 if(getaddrinfo(host, service, &hints, &results))
/xsrc/external/mit/MesaLib/dist/docs/ci/
H A Dbare-metal.rst10 web service with its own job scheduler and replicating jobs between the
12 web service configuration. On the other hand, the serial interactions
124 Once you've updated your runners' configs, restart with ``sudo service
153 sudo service nginx restart
/xsrc/external/mit/MesaLib/dist/src/asahi/lib/
H A Dagx_device.c294 io_service_t service = local in function:agx_open_device
297 if (!service)
300 ret = IOServiceOpen(service, mach_task_self(), AGX_SERVICE_TYPE, &dev->fd);
/xsrc/external/mit/MesaLib/dist/docs/
H A Dperfetto.rst6 `producers <https://perfetto.dev/docs/concepts/service-model>`__ each with
62 tracing service:
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.0.5.rst221 - gitlab-ci: Serve files for LAVA via separate service
H A D20.1.0.rst4280 - gitlab-ci: Serve files for LAVA via separate service
H A D20.3.0.rst1824 - docs: webservice -\> web service

Completed in 35 milliseconds