Home
last modified time | relevance | path

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

12345678910>>...225

/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-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;
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 = {}));
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
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/libphonenumber/resources/carrier/en/
D30.txt30 30690100|MI Carrier Services
32 30690200|MI Carrier Services
34 30690300|MI Carrier Services
36 30690400|MI Carrier Services
38 30690500|MI Carrier Services
68 30695310|MI Carrier Services
74 30695410|MI Carrier Services
76 30695490|MI Carrier Services
/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/ltp/testcases/network/rpc/basic_tests/
Drpc_lib.sh8 local services
12 services=$(rpcinfo -p)
14 if [ $? -ne 0 ] || ! echo "$services" | grep -q '[0-9]'; then
15 tst_brk TCONF "no RPC services, is rpcbind/portmap running?"
19 echo "$services"
/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 …]
Ddesign.md34 2. [Data-driven services](#data-driven-services)
51 [ISO-3166](http://www.iso.org/iso/en/prods-services/iso3166ma/02iso-3166-code-lists/list-en1.html).
54 ### Data-driven Services
56 Data-driven services often use resource bundles for locale data. These services
58 information but also to manage application-specific or general services data.
64 1. Data used by the services can be built at compile time or run time.
67 3. Data for services can be added and modified without source code changes.
81 enable you to use the services for multiple locales simultaneously within the
83 the same model used for the international services in Java™.
95 services.
[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);
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/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);
/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/doc/spec/
Dx7236.htm205 >To find out which data services are supported by the
222 frame, or the number of services it can identify on a given line are
226 >To determine the currently selected services applications
275 scan line. Not all services may be supported by the hardware on all
277 unsupported and other services can only be inserted in one specific
282 > field to the required services
404 driver according to the services specified in this field. For example,
439 array. It may contain less services than requested, perhaps just one,
440 if the hardware cannot handle more services simultaneously. It may be
441 empty (zero) if none of the requested services are supported by the
[all …]

12345678910>>...225