Home
last modified time | relevance | path

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

12345678910>>...263

/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 …]
DdecoratorMetadataWithTypeOnlyImport2.symbols1 === tests/cases/conformance/decorators/services.ts ===
2 export namespace Services {
3 >Services : Symbol(Services, Decl(services.ts, 0, 0))
6 >Service : Symbol(Service, Decl(services.ts, 0, 27))
10 import type { Services } from './services';
11 >Services : Symbol(Services, Decl(index.ts, 0, 13))
22 field: Services.Service;
24 >Services : Symbol(Services, Decl(index.ts, 0, 13))
25 >Service : Symbol(Services.Service, Decl(services.ts, 0, 27))
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-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;
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();
DdecoratorMetadataWithTypeOnlyImport2.types1 === tests/cases/conformance/decorators/services.ts ===
2 export namespace Services {
3 >Services : typeof Services
10 import type { Services } from './services';
11 >Services : any
23 field: Services.Service;
24 >field : Services.Service
25 >Services : any
DdecoratorMetadataWithTypeOnlyImport2.js3 //// [services.ts]
4 export namespace Services {
9 import type { Services } from './services';
14 field: Services.Service;
18 //// [services.js]
21 exports.Services = void 0;
22 var Services; variable
23 (function (Services) { argument
29 Services.Service = Service;
30 })(Services = exports.Services || (exports.Services = {}));
DAPISample_watcher.js12 …rosoft/TypeScript/wiki/Using-the-Compiler-API#incremental-build-support-using-the-language-services
56 const services = ts.createLanguageService(servicesHost, ts.createDocumentRegistry())
81 let output = services.getEmitOutput(fileName);
97 let allDiagnostics = services.getCompilerOptionsDiagnostics()
98 .concat(services.getSyntacticDiagnostics(fileName))
99 .concat(services.getSemanticDiagnostics(fileName));
126 …rosoft/TypeScript/wiki/Using-the-Compiler-API#incremental-build-support-using-the-language-services
154 var services = ts.createLanguageService(servicesHost, ts.createDocumentRegistry());
172 var output = services.getEmitOutput(fileName);
185 var allDiagnostics = services.getCompilerOptionsDiagnostics()
[all …]
/third_party/typescript/tests/baselines/reference/tsserver/projectReferences/finding-local-reference-doesnt-load-ancestor/
Dsibling-projects.js26 {"files":[],"include":[],"references":[{"path":"./compiler"},{"path":"./services"}]}
48 //// [/user/username/projects/solution/services/tsconfig.json]
49 {"compilerOptions":{"composite":true},"files":["./services.ts"],"references":[{"path":"../compiler"…
51 //// [/user/username/projects/solution/services/services.ts]
284 "path": "/user/username/projects/solution/services",
285 "originalPath": "./services"
290 Info 33 [00:01:16.000] Config: /user/username/projects/solution/services/tsconfig.json : {
292 "/user/username/projects/solution/services/services.ts"
296 "configFilePath": "/user/username/projects/solution/services/tsconfig.json"
305 Info 34 [00:01:17.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/services
[all …]
/third_party/typescript/src/testRunner/
Dtsconfig.json19 { "path": "../services", "prepend": true },
53 "unittests/services/extract/helpers.ts",
105 "unittests/services/cancellableLanguageServiceOperations.ts",
106 "unittests/services/colorization.ts",
107 "unittests/services/convertToAsyncFunction.ts",
108 "unittests/services/documentRegistry.ts",
109 "unittests/services/extract/constants.ts",
110 "unittests/services/extract/functions.ts",
111 "unittests/services/extract/symbolWalker.ts",
112 "unittests/services/extract/ranges.ts",
[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/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/conformance/decorators/
DdecoratorMetadataWithTypeOnlyImport2.ts5 // @filename: services.ts
6 export namespace Services { namespace
11 import type { Services } from './services';
16 field: Services.Service;
/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
59 const services = ts.createLanguageService(servicesHost, ts.createDocumentRegistry()) constant
84 let output = services.getEmitOutput(fileName);
100 let allDiagnostics = services.getCompilerOptionsDiagnostics()
101 .concat(services.getSyntacticDiagnostics(fileName))
102 .concat(services.getSemanticDiagnostics(fileName));
/third_party/icu/docs/userguide/icu/
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
148 ResourceBundle services for this purpose.
184 [DateFormat](format_parse/datetime/index.md) services can be used more
225 [Collator](collation/index.md) services provide significant help in this area.
233 [BreakIterator](boundaryanalysis/index.md) services to help locate boundaries or
[all …]
/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);
/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 …]
/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);

12345678910>>...263