Home
last modified time | relevance | path

Searched full:module (Results 1 – 25 of 10850) sorted by relevance

12345678910>>...434

/third_party/pulseaudio/src/modules/
Dmeson.build3 # module name, sources, [headers, extra flags, extra deps, extra libs]
5 [ 'module-allow-passthrough', 'module-allow-passthrough.c' ],
6 [ 'module-always-sink', 'module-always-sink.c' ],
7 [ 'module-always-source', 'module-always-source.c' ],
8 [ 'module-augment-properties', 'module-augment-properties.c' ],
9 # [ 'module-bonjour-publish', 'macosx/module-bonjour-publish.c' ],
10 [ 'module-card-restore', 'module-card-restore.c' ],
11 [ 'module-cli', 'module-cli.c', [], [], [], libcli ],
12 …[ 'module-cli-protocol-tcp', 'module-protocol-stub.c', [], ['-DUSE_PROTOCOL_CLI', '-DUSE_TCP_SOCKE…
13 …[ 'module-cli-protocol-unix', 'module-protocol-stub.c', [], ['-DUSE_PROTOCOL_CLI', '-DUSE_UNIX_SOC…
[all …]
/third_party/pulseaudio/src/daemon/
Ddefault.pa.in25 load-module module-device-restore
26 load-module module-stream-restore
27 load-module module-card-restore
31 load-module module-augment-properties
33 ### Should be after module-*-restore but before module-*-detect
34 load-module module-switch-on-port-available
38 ### use module-udev-detect -- see below -- for doing this automatically)
40 #load-module module-alsa-sink
41 #load-module module-alsa-source device=hw:1,0
44 #load-module module-oss device="/dev/dsp" sink_name=output source_name=input
[all …]
/third_party/typescript/tests/baselines/reference/
DmoduleExportAlias.types125 var moduleExportsAlias = module.exports;
126 >moduleExportsAlias : typeof module.exports
127 >module.exports : typeof module.exports
128 >module : { exports: typeof module.exports; }
129 >exports : typeof module.exports
134 >moduleExportsAlias : typeof module.exports
138 module.exports.func4 = function () { };
139 >module.exports.func4 = function () { } : () => void
140 >module.exports.func4 : () => void
141 >module.exports : typeof module.exports
[all …]
DjsDeclarationsFunctionsCjs.types2 module.exports.a = function a() {}
3 >module.exports.a = function a() {} : () => void
4 >module.exports.a : () => void
5 >module.exports : typeof module.exports
6 >module : { exports: typeof module.exports; }
7 >exports : typeof module.exports
12 module.exports.b = function b() {}
13 >module.exports.b = function b() {} : { (): void; cat: string; }
14 >module.exports.b : { (): void; cat: string; }
15 >module.exports : typeof module.exports
[all …]
DpathMappingBasedModuleResolution_rootImport_aliasWithRoot_differentRootTypes.trace.json2 "======== Resolving module '/foo' from '/root/a.ts'. ========",
3 "Module resolution kind is not specified, using 'NodeJs'.",
4 …"'baseUrl' option is set to '/root', using this value to resolve non-relative module name '/foo'.",
5 "'paths' option is specified, looking for a pattern to match module name '/foo'.",
6 "Module name '/foo', matched pattern '/*'.",
7 "Trying substitution './src/*', candidate module location: './src/foo'.",
8 …"Loading module as file / folder, candidate module location '/root/src/foo', target file type 'Typ…
10 "======== Module name '/foo' was successfully resolved to '/root/src/foo.ts'. ========",
11 "======== Resolving module '/bar' from '/root/a.ts'. ========",
12 "Module resolution kind is not specified, using 'NodeJs'.",
[all …]
Des6ExportEqualsInterop.errors.txt4 tests/cases/compiler/main.ts(27,8): error TS1259: Module '"interface"' can only be default-imported…
5 tests/cases/compiler/main.ts(28,8): error TS1259: Module '"variable"' can only be default-imported …
6 tests/cases/compiler/main.ts(29,8): error TS1259: Module '"interface-variable"' can only be default…
7 tests/cases/compiler/main.ts(30,8): error TS1259: Module '"module"' can only be default-imported us…
8 tests/cases/compiler/main.ts(31,8): error TS1259: Module '"interface-module"' can only be default-i…
9 tests/cases/compiler/main.ts(32,8): error TS1259: Module '"variable-module"' can only be default-im…
10 tests/cases/compiler/main.ts(33,8): error TS1259: Module '"function"' can only be default-imported …
11 tests/cases/compiler/main.ts(34,8): error TS1259: Module '"function-module"' can only be default-im…
12 tests/cases/compiler/main.ts(35,8): error TS1259: Module '"class"' can only be default-imported usi…
13 tests/cases/compiler/main.ts(36,8): error TS1259: Module '"class-module"' can only be default-impor…
[all …]
DtypeFromPropertyAssignment13.symbols1 === tests/cases/conformance/salsa/module.js ===
3 >Outer : Symbol(Outer, Decl(module.js, 0, 3), Decl(module.js, 0, 14), Decl(module.js, 1, 27))
6 >Outer.Inner : Symbol(Outer.Inner, Decl(module.js, 0, 14), Decl(module.js, 2, 6))
7 >Outer : Symbol(Outer, Decl(module.js, 0, 3), Decl(module.js, 0, 14), Decl(module.js, 1, 27))
8 >Inner : Symbol(Outer.Inner, Decl(module.js, 0, 14), Decl(module.js, 2, 6))
11 >Outer.Inner.prototype : Symbol(Outer.Inner.prototype, Decl(module.js, 1, 27))
12 >Outer.Inner : Symbol(Outer.Inner, Decl(module.js, 0, 14), Decl(module.js, 2, 6))
13 >Outer : Symbol(Outer, Decl(module.js, 0, 3), Decl(module.js, 0, 14), Decl(module.js, 1, 27))
14 >Inner : Symbol(Outer.Inner, Decl(module.js, 0, 14), Decl(module.js, 2, 6))
15 >prototype : Symbol(Outer.Inner.prototype, Decl(module.js, 1, 27))
[all …]
DjsDeclarationsExportDefinePropertyEmit.types2 Object.defineProperty(module.exports, "a", { value: function a() {} });
3 >Object.defineProperty(module.exports, "a", { value: function a() {} }) : any
7 >module.exports : typeof module.exports
8 >module : { exports: typeof module.exports; }
9 >exports : typeof module.exports
16 Object.defineProperty(module.exports, "b", { value: function b() {} });
17 >Object.defineProperty(module.exports, "b", { value: function b() {} }) : any
21 >module.exports : typeof module.exports
22 >module : { exports: typeof module.exports; }
23 >exports : typeof module.exports
[all …]
DjsDeclarationsFunctionsCjs.symbols2 module.exports.a = function a() {}
3 >module.exports.a : Symbol(a, Decl(index.js, 0, 0))
4 >module.exports : Symbol(a, Decl(index.js, 0, 0))
5 >module : Symbol(module, Decl(index.js, 0, 0))
6 >exports : Symbol(module.exports, Decl(index.js, 0, 0))
10 module.exports.b = function b() {}
11 >module.exports.b : Symbol(b, Decl(index.js, 0, 34), Decl(index.js, 3, 15))
12 >module.exports : Symbol(b, Decl(index.js, 0, 34), Decl(index.js, 3, 15))
13 >module : Symbol(module, Decl(index.js, 0, 0))
14 >exports : Symbol(module.exports, Decl(index.js, 0, 0))
[all …]
Des6ExportEqualsInterop.js4 declare module "interface" {
12 declare module "variable" {
20 declare module "interface-variable" {
32 declare module "module" {
33 module Foo {
40 declare module "interface-module" {
45 module Foo {
52 declare module "variable-module" {
53 module Foo {
66 declare module "function" {
[all …]
DinvalidModuleWithStatementsOfEveryKind.errors.txt1 …sOfEveryKind.ts(4,5): error TS1044: 'public' modifier cannot appear on a module or namespace eleme…
2 …sOfEveryKind.ts(6,5): error TS1044: 'public' modifier cannot appear on a module or namespace eleme…
3 …OfEveryKind.ts(12,5): error TS1044: 'public' modifier cannot appear on a module or namespace eleme…
4 …OfEveryKind.ts(13,5): error TS1044: 'public' modifier cannot appear on a module or namespace eleme…
5 …OfEveryKind.ts(15,5): error TS1044: 'public' modifier cannot appear on a module or namespace eleme…
6 …OfEveryKind.ts(19,5): error TS1044: 'public' modifier cannot appear on a module or namespace eleme…
7 …OfEveryKind.ts(25,5): error TS1044: 'public' modifier cannot appear on a module or namespace eleme…
8 …fEveryKind.ts(29,5): error TS1044: 'private' modifier cannot appear on a module or namespace eleme…
9 …fEveryKind.ts(31,5): error TS1044: 'private' modifier cannot appear on a module or namespace eleme…
10 …fEveryKind.ts(37,5): error TS1044: 'private' modifier cannot appear on a module or namespace eleme…
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/
Dmodule.modulemap1 module LLVM_Analysis {
4 module * { export * }
11 module LLVM_AsmParser {
14 module * { export * }
17 // A module covering CodeGen/ and Target/. These are intertwined
18 // and codependent, and thus notionally form a single module.
19 module LLVM_Backend {
22 module CodeGen {
24 module * { export * }
27 // translation unit (or none) and aren't part of this module.
[all …]
/third_party/spirv-tools/source/opt/
Dmodule.h33 // A struct for containing the module header information.
42 // A SPIR-V module. It contains all the information for a SPIR-V module and
44 class Module {
51 // Creates an empty module with zero'd header.
52 Module() : header_({}), contains_debug_info_(false) {} in Module() function
74 // Appends a capability instruction to this module.
77 // Appends an extension instruction to this module.
80 // Appends an extended instruction set instruction to this module.
83 // Set the memory model for this module.
86 // Appends an entry point instruction to this module.
[all …]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dmodule.h33 // A struct for containing the module header information.
42 // A SPIR-V module. It contains all the information for a SPIR-V module and
44 class Module {
51 // Creates an empty module with zero'd header.
52 Module() : header_({}), contains_debug_info_(false) {} in Module() function
74 // Appends a capability instruction to this module.
77 // Appends an extension instruction to this module.
80 // Appends an extended instruction set instruction to this module.
83 // Set the memory model for this module.
86 // Appends an entry point instruction to this module.
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dmodule.h33 // A struct for containing the module header information.
42 // A SPIR-V module. It contains all the information for a SPIR-V module and
44 class Module {
51 // Creates an empty module with zero'd header.
52 Module() : header_({}), contains_debug_info_(false) {} in Module() function
74 // Appends a capability instruction to this module.
77 // Appends an extension instruction to this module.
80 // Appends an extended instruction set instruction to this module.
83 // Set the memory model for this module.
86 // Appends an entry point instruction to this module.
[all …]
/third_party/python/Lib/test/test_warnings/
D__init__.py28 def warnings_state(module): argument
41 original_filters = module.filters
43 module.filters = original_filters[:]
44 module.simplefilter("once")
45 warning_tests.warnings = module
49 module.filters = original_filters
70 # The 'warnings' module must be explicitly set so that the proper
72 sys.modules['warnings'] = self.module
74 # module than warnings.catch_warnings(). Otherwise,
76 unittest.case.warnings = self.module
[all …]
/third_party/boost/tools/build/src/kernel/
Dmodules.jam7 # Essentially an include guard; ensures that no module is loaded multiple times.
21 # Runs internal Boost Build unit tests for the specified module. The module's
22 # __test__ rule is executed in its own module to eliminate any inadvertent
23 # effects of testing module dependencies (such as assert) on the module itself.
25 local rule run-module-test ( m )
30 && ( ( --debug in $(argv) ) || ( "--debug-module=$(m)" in $(argv) ) )
39 ECHO "warning:" no __test__ rule defined in module $(m) ;
46 ECHO testing module $(m)... ;
49 local test-module = __test-$(m)__ ;
50 IMPORT $(m) : [ RULENAMES $(m) ] : $(test-module) : [ RULENAMES $(m)
[all …]
/third_party/vk-gl-cts/external/openglcts/scripts/
Dbuild_caselists.py37 class Module: class
43 Module("dEQP-EGL", "EGL"),
44 Module("dEQP-GLES2", "GLES2"),
45 Module("dEQP-GLES3", "GLES3"),
46 Module("dEQP-GLES31", "GLES31"),
47 Module("dEQP-GL45", "GL45"),
48 Module("KHR-GLES3", "GLES3"),
49 Module("KHR-GLES2", "GLES2"),
50 Module("KHR-GLES31", "GLES31"),
51 Module("KHR-GLES32", "GLES32"),
[all …]
/third_party/typescript/tests/cases/compiler/
Des6ExportEqualsInterop.ts1 // @module: commonjs
4 declare module "interface" {
12 declare module "variable" {
20 declare module "interface-variable" {
32 declare module "module" {
33 module Foo {
40 declare module "interface-module" {
45 module Foo {
52 declare module "variable-module" {
53 module Foo {
[all …]
DaugmentedTypesModules.ts1 // module then var
2 module m1 { }
5 module m1a { var y = 2; } // error
8 module m1b { export var y = 2; } // error
11 module m1c {
16 module m1d { // error
21 // module then function
22 module m2 { }
23 function m2() { }; // ok since the module is not instantiated
25 module m2a { var y = 2; }
[all …]
/third_party/python/Lib/test/test_importlib/import_/
Dtest_fromlist.py11 If direct ``import ...`` statement is used, the root module or package is
12 returned [import return]. But if fromlist is set, then the specified module
20 with util.mock_spec('pkg.__init__', 'pkg.module') as importer:
22 module = self.__import__('pkg.module')
23 self.assertEqual(module.__name__, 'pkg')
27 with util.mock_spec('pkg.__init__', 'pkg.module')as importer:
29 module = self.__import__('pkg.module', fromlist=['attr'])
30 self.assertEqual(module.__name__, 'pkg.module')
43 If fromlist specifies an object on a module, nothing special happens
47 treated as a module to be imported [module]. And this extends to what is
[all …]
/third_party/python/Doc/c-api/
Dmodule.rst5 Module Objects
8 .. index:: object: module
13 .. index:: single: ModuleType (in module types)
15 This instance of :c:type:`PyTypeObject` represents the Python module type. This
21 Return true if *p* is a module object, or a subtype of a module object.
27 Return true if *p* is a module object, but not a subtype of
34 single: __name__ (module attribute)
35 single: __doc__ (module attribute)
36 single: __file__ (module attribute)
37 single: __package__ (module attribute)
[all …]
/third_party/python/Lib/test/
Dtest_bisect.py35 (self.module.bisect_right, [], 1, 0),
36 (self.module.bisect_right, [1], 0, 0),
37 (self.module.bisect_right, [1], 1, 1),
38 (self.module.bisect_right, [1], 2, 1),
39 (self.module.bisect_right, [1, 1], 0, 0),
40 (self.module.bisect_right, [1, 1], 1, 2),
41 (self.module.bisect_right, [1, 1], 2, 2),
42 (self.module.bisect_right, [1, 1, 1], 0, 0),
43 (self.module.bisect_right, [1, 1, 1], 1, 3),
44 (self.module.bisect_right, [1, 1, 1], 2, 3),
[all …]
/third_party/python/Python/clinic/
Dsysmodule.c.h6 "addaudithook($module, /, hook)\n"
15 sys_addaudithook_impl(PyObject *module, PyObject *hook);
18 sys_addaudithook(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in sys_addaudithook() argument
31 return_value = sys_addaudithook_impl(module, hook); in sys_addaudithook()
38 "displayhook($module, object, /)\n"
47 "excepthook($module, exctype, value, traceback, /)\n"
56 sys_excepthook_impl(PyObject *module, PyObject *exctype, PyObject *value,
60 sys_excepthook(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in sys_excepthook() argument
73 return_value = sys_excepthook_impl(module, exctype, value, traceback); in sys_excepthook()
80 "exc_info($module, /)\n"
[all …]
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dmodule.h30 // A struct for containing the module header information.
39 // A SPIR-V module. It contains all the information for a SPIR-V module and
41 class Module {
48 // Creates an empty module with zero'd header.
49 Module() : header_({}) {} in Module() function
57 // Appends a capability instruction to this module.
59 // Appends an extension instruction to this module.
61 // Appends an extended instruction set instruction to this module.
63 // Set the memory model for this module.
65 // Appends an entry point instruction to this module.
[all …]

12345678910>>...434