Home
last modified time | relevance | path

Searched full:services (Results 1 – 25 of 4149) sorted by relevance

12345678910>>...166

/third_party/flutter/flutter/packages/flutter/lib/
Dservices.dart5 /// Platform services exposed to Flutter apps.
7 /// To use, import `package:flutter/services.dart`.
11 library services;
13 export 'src/services/asset_bundle.dart';
14 export 'src/services/binary_messenger.dart';
15 export 'src/services/binding.dart';
16 export 'src/services/clipboard.dart';
17 export 'src/services/font_loader.dart';
18 export 'src/services/haptic_feedback.dart';
19 export 'src/services/keyboard_key.dart';
[all …]
/third_party/typescript/tests/baselines/reference/
Dimport_reference-to-type-alias.types5 import Services = appJs.App.Services;
6 >Services : typeof Services
9 >Services : typeof Services
11 var x = new Services.UserServices().getUserName();
13 >new Services.UserServices().getUserName() : string
14 >new Services.UserServices().getUserName : () => string
15 >new Services.UserServices() : Services.UserServices
16 >Services.UserServices : typeof Services.UserServices
17 >Services : typeof Services
18 >UserServices : typeof Services.UserServices
[all …]
Dimport_reference-to-type-alias.symbols5 import Services = appJs.App.Services;
6 >Services : Symbol(Services, Decl(file2.ts, 0, 32))
9 >Services : Symbol(Services, Decl(file1.ts, 0, 19))
11 var x = new Services.UserServices().getUserName();
13 >new Services.UserServices().getUserName : Symbol(Services.UserServices.getUserName, Decl(file1.ts,…
14 >Services.UserServices : Symbol(Services.UserServices, Decl(file1.ts, 1, 28))
15 >Services : Symbol(Services, Decl(file2.ts, 0, 32))
16 >UserServices : Symbol(Services.UserServices, Decl(file1.ts, 1, 28))
17 >getUserName : Symbol(Services.UserServices.getUserName, Decl(file1.ts, 2, 35))
23 export module Services {
[all …]
Dimport_reference-exported-alias.types5 import Services = appJs.Services;
6 >Services : typeof appJs.Services
8 >Services : typeof appJs.Services
10 import UserServices = Services.UserServices;
11 >UserServices : typeof Services.UserServices
12 >Services : typeof appJs.Services
13 >UserServices : Services.UserServices
19 >new UserServices() : Services.UserServices
20 >UserServices : typeof Services.UserServices
27 export module Services {
[all …]
Dimport_reference-exported-alias.symbols5 import Services = appJs.Services;
6 >Services : Symbol(Services, Decl(file2.ts, 0, 32))
8 >Services : Symbol(appJs.Services, Decl(file1.ts, 0, 12))
10 import UserServices = Services.UserServices;
12 >Services : Symbol(Services, Decl(file2.ts, 0, 32))
13 >UserServices : Symbol(Services.UserServices, Decl(file1.ts, 1, 28))
17 >new UserServices().getUserName : Symbol(Services.UserServices.getUserName, Decl(file1.ts, 2, 35))
19 >getUserName : Symbol(Services.UserServices.getUserName, Decl(file1.ts, 2, 35))
25 export module Services {
26 >Services : Symbol(Services, Decl(file1.ts, 0, 12))
Dimport_reference-to-type-alias.js5 export module Services {
16 import Services = appJs.App.Services;
17 var x = new Services.UserServices().getUserName();
27 var Services;
28 (function (Services) { argument
37 Services.UserServices = UserServices;
38 })(Services = App.Services || (App.Services = {}));
45 var Services = appJs.App.Services;
46 var x = new Services.UserServices().getUserName();
Dimport_reference-exported-alias.js5 export module Services {
19 import Services = appJs.Services;
20 import UserServices = Services.UserServices;
29 var Services;
30 (function (Services) { argument
39 Services.UserServices = UserServices;
40 })(Services = App.Services || (App.Services = {}));
49 var Services = appJs.Services;
50 var UserServices = Services.UserServices;
DAPISample_watcher.js11 …rosoft/TypeScript/wiki/Using-the-Compiler-API#incremental-build-support-using-the-language-services
53 const services = ts.createLanguageService(servicesHost, ts.createDocumentRegistry())
78 let output = services.getEmitOutput(fileName);
94 let allDiagnostics = services.getCompilerOptionsDiagnostics()
95 .concat(services.getSyntacticDiagnostics(fileName))
96 .concat(services.getSemanticDiagnostics(fileName));
123 …rosoft/TypeScript/wiki/Using-the-Compiler-API#incremental-build-support-using-the-language-services
149 var services = ts.createLanguageService(servicesHost, ts.createDocumentRegistry());
167 var output = services.getEmitOutput(fileName);
180 var allDiagnostics = services.getCompilerOptionsDiagnostics()
[all …]
/third_party/flutter/flutter/packages/flutter_tools/lib/src/
Dservices.dart26 /// Loads all services specified in `pubspec.yaml`. Parses each service config file,
27 /// storing meta data in [services] and the list of jar files in [jars].
29 List<Map<String, String>> services, {
49 if (manifest == null || manifest['services'] == null) {
50 printTrace('No services specified in the manifest');
54 for (String service in manifest['services']) {
62 for (Map<String, String> service in serviceConfig['services']) {
63 services.add(<String, String>{
91 /// Outputs a services.json file for the flutter engine to read. Format:
93 /// services: [
[all …]
/third_party/typescript/src/testRunner/
Dtsconfig.json21 { "path": "../services", "prepend": true },
53 "unittests/services/extract/helpers.ts",
98 "unittests/services/cancellableLanguageServiceOperations.ts",
99 "unittests/services/colorization.ts",
100 "unittests/services/convertToAsyncFunction.ts",
101 "unittests/services/documentRegistry.ts",
102 "unittests/services/extract/constants.ts",
103 "unittests/services/extract/functions.ts",
104 "unittests/services/extract/symbolWalker.ts",
105 "unittests/services/extract/ranges.ts",
[all …]
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/internal/
Dftserv.h5 * The FreeType services (specification only).
20 * Each module can export one or more 'services'. Each service is
377 * services. It is the type of `face->internal->services'. You should
401 * A magic number used within the services cache.
439 svc = FT_FACE( face )->internal->services. service_ ## id; \
446 FT_FACE( face )->internal->services. service_ ## id = \
460 svc = FT_FACE( face )->internal->services. service_ ## id; \
467 FT_FACE( face )->internal->services. service_ ## id = \
490 * The header files containing the services.
493 #define FT_SERVICE_BDF_H <freetype/internal/services/svbdf.h>
[all …]
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Draw_decoder.c390 fprintf (fp, " services 0x%08x\n", rd->services); in _vbi3_raw_decoder_dump()
515 all data services in the next 128 frames. */ in decode_pattern()
519 frames look for data services. */ in decode_pattern()
534 blank and stop looking for data services until in decode_pattern()
590 if (!rd->services) in vbi3_raw_decoder_decode()
630 * Resets a vbi3_raw_decoder object, removing all services added
643 rd->services = 0; in vbi3_raw_decoder_reset()
692 * $param services Set of data services.
694 * Removes one or more data services to be decoded from the
698 * Set describing the remaining data services $a rd will decode.
[all …]
Ddecoder.c47 * interface or decode data services not covered by libzvbi you can use
582 * @param services Set of @ref VBI_SLICED_ symbols.
584 * Removes one or more data services to be decoded from the
590 * services that will be decoded.
593 vbi_raw_decoder_remove_services (vbi_raw_decoder * rd, unsigned int services) in vbi_raw_decoder_remove_services() argument
601 service_set = services; in vbi_raw_decoder_remove_services()
616 * @param services Set of @ref VBI_SLICED_ symbols.
619 * Check which of the given services can be decoded with current capture
623 * Subset of services actually decodable.
627 unsigned int services, int strict) in vbi_raw_decoder_check_services() argument
[all …]
Dsampling_par.c335 vbi_service_set services, unsigned int strict, _vbi_log_hook * log) { in _vbi_sampling_par_check_services_log() argument
344 if (0 == (par->id & services)) in _vbi_sampling_par_check_services_log()
362 vbi_service_set services, _vbi_log_hook * log) { in _vbi_sampling_par_from_services_log() argument
408 if (0 == (par->id & services)) in _vbi_sampling_par_from_services_log()
494 * @param services Set of data services.
497 * Check which of the given services can be decoded with the given
501 * Subset of @a services decodable with the given sampling parameters.
506 vbi_service_set services, unsigned int strict) { in vbi_sampling_par_check_services() argument
507 return _vbi_sampling_par_check_services_log (sp, services, strict, in vbi_sampling_par_check_services()
515 * all services requested will be stored here. The sampling rate
[all …]
/third_party/libphonenumber/resources/carrier/en/
D30.txt29 30690100|MI Carrier Services
31 30690200|MI Carrier Services
33 30690300|MI Carrier Services
35 30690400|MI Carrier Services
37 30690500|MI Carrier Services
67 30695310|MI Carrier Services
73 30695410|MI Carrier Services
75 30695490|MI Carrier Services
/third_party/flutter/flutter/packages/flutter/lib/src/services/
Draw_keyboard_macos.dart207 /// {@template flutter.services.logicalKeyboardKey.modifiers}
217 /// {@macro flutter.services.logicalKeyboardKey.modifiers}
223 /// {@macro flutter.services.logicalKeyboardKey.modifiers}
229 /// {@macro flutter.services.logicalKeyboardKey.modifiers}
235 /// {@macro flutter.services.logicalKeyboardKey.modifiers}
241 /// {@macro flutter.services.logicalKeyboardKey.modifiers}
247 /// {@macro flutter.services.logicalKeyboardKey.modifiers}
253 /// {@macro flutter.services.logicalKeyboardKey.modifiers}
259 /// {@macro flutter.services.logicalKeyboardKey.modifiers}
265 /// {@macro flutter.services.logicalKeyboardKey.modifiers}
[all …]
/third_party/cef/patch/patches/
Dservices_network_2622.patch103 diff --git services/network/cookie_manager.cc services/network/cookie_manager.cc
105 --- services/network/cookie_manager.cc
106 +++ services/network/cookie_manager.cc
125 diff --git services/network/network_context.cc services/network/network_context.cc
127 --- services/network/network_context.cc
128 +++ services/network/network_context.cc
159 diff --git services/network/public/mojom/network_context.mojom services/network/public/mojom/networ…
161 --- services/network/public/mojom/network_context.mojom
162 +++ services/network/public/mojom/network_context.mojom
/third_party/typescript/tests/cases/compiler/
Dimport_reference-to-type-alias.ts3 export module Services {
15 import Services = appJs.App.Services;
16 var x = new Services.UserServices().getUserName();
Dimport_reference-exported-alias.ts3 export module Services {
18 import Services = appJs.Services;
19 import UserServices = Services.UserServices;
DAPISample_watcher.ts15 …rosoft/TypeScript/wiki/Using-the-Compiler-API#incremental-build-support-using-the-language-services
57 const services = ts.createLanguageService(servicesHost, ts.createDocumentRegistry()) constant
82 let output = services.getEmitOutput(fileName);
98 let allDiagnostics = services.getCompilerOptionsDiagnostics()
99 .concat(services.getSyntacticDiagnostics(fileName))
100 .concat(services.getSemanticDiagnostics(fileName));
/third_party/jsframework/runtime/preparation/
Dservice.ts37 export const services: ServicesInterface[] = []; constant
45 const hasName = services.map(
53 services.push({
65 services.some((service: ServicesInterface, index: number) => {
67 services.splice(index, 1);
Dmethods.ts21 import { services } from './service';
30 services: ServiceMapInterface; property
64 services: createServices(id)
98 services.forEach(service => {
135 * Init JavaScript services for this instance.
141 services.forEach((service) => {
/third_party/icu/docs/userguide/
Di18n.md29 Software developers must understand the ICU services to design and deploy
30 successful software releases. The services can save ICU users time in dealing
41 services to achieve mission objectives determines the overall success of the
57 ## ICU Services Overview
59 The ICU services support all major locales with language and sub-language pairs.
66 A key advantage to using the ICU services is the net result in reduced time to
147 ResourceBundle services for this purpose.
183 [DateFormat](format_parse/datetime/index.md) services can be used more
224 [Collator](collation/index.md) services provide significant help in this area.
232 [BreakIterator](boundaryanalysis/index.md) services to help locate boundaries or
[all …]
/third_party/jsframework/runtime/main/manage/instance/
Dlife.ts36 * @param {*} env - Such as: { created, ... services }.
40 const { services } = env; constant
41 const { I18n, dpi } = services;
50 appCreate(page, options, data, services);
52 result = initApp(page, code, data, services);
/third_party/pulseaudio/src/modules/macosx/
Dmodule-bonjour-publish.c78 pa_hashmap *services; member
267 pa_log_debug("Successfully registered Bonjour services for >%s<.", s->service_name); in publish_service()
289 if ((s = pa_hashmap_get(u->services, device))) in get_service()
312 pa_hashmap_put(u->services, s->device, s); in get_service()
320 pa_hashmap_remove(s->userdata->services, s->device); in service_free()
357 if ((s = pa_hashmap_get(u->services, o))) in device_unlink_cb()
406 pa_log_debug("Publishing services in Bonjour"); in publish_all_services()
425 pa_log_debug("Unpublishing services in Bonjour"); in unpublish_all_services()
427 while ((s = pa_hashmap_iterate(u->services, &state, NULL))) in unpublish_all_services()
450 u->services = pa_hashmap_new(pa_idxset_trivial_hash_func, pa_idxset_trivial_compare_func); in pa__init()
[all …]

12345678910>>...166