Home
last modified time | relevance | path

Searched refs:exports (Results 4126 - 4150 of 4243) sorted by relevance

1...<<161162163164165166167168169170

/test/xts/acts/multimedia/audio/audio_js_standard/OhAudioNdk/entry/src/main/cpp/
H A Dohaudiondk.cpp1637 static napi_value Init(napi_env env, napi_value exports) in Init() argument
1651 napi_define_properties(env, exports, mergedLength, mergedArray); in Init()
1652 return exports; in Init()
/test/xts/acts/hdf/usb/usb_ndk/entry/src/main/cpp/
H A Dusbddk.cpp892 static napi_value Init(napi_env env, napi_value exports) in Init() argument
961 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc); in Init()
962 return exports; in Init()
/test/xts/acts/multimedia/avsource/entry/src/main/cpp/
H A DaudioDecoderAvBuffer.cpp1086 static napi_value Init(napi_env env, napi_value exports) in Init() argument
1176 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc); in Init()
1177 return exports; in Init()
H A Dvideoencoderndk.cpp1570 static napi_value Init(napi_env env, napi_value exports) in Init() argument
1688 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc); in Init()
1689 return exports; in Init()
/test/xts/acts/multimedia/camera/camera_ndk_xts/OHCameraNdk/entry/src/main/cpp/
H A Dmian.cpp1529 static napi_value Init(napi_env env, napi_value exports) in Init() argument
1543 napi_define_properties(env, exports, mergedLength, mergedArray); in Init()
1544 return exports; in Init()
/test/xts/acts/multimodalinput/multimodalinput_ndk_hvigor/InputNdkSystem/entry/src/main/cpp/
H A Dinputndksys.cpp1037 static napi_value Init(napi_env env, napi_value exports) in Init() argument
1135 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc); in Init()
1136 return exports; in Init()
/test/xts/acts/security/huks/huks_ndk_Test/entry/src/main/cpp/
H A Dhuksndk.cpp1209 static napi_value Init(napi_env env, napi_value exports) in Init() argument
1270 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc); in Init()
1271 return exports; in Init()
/third_party/node/deps/npm/node_modules/jsbn/
H A Dindex.js1348 if (typeof exports !== 'undefined') {
1349 exports = module.exports = {
/third_party/node/deps/undici/src/lib/
H A Dclient.js567 constructor (client, socket, { exports }) {
570 this.llhttp = exports
2283 module.exports = Client
/third_party/typescript/lib/
H A DtypingsInstaller.js5440 /// exports.name = expr
5441 /// module.exports.name = expr
5443 /// module.exports = expr
5458 // Object.defineProperty(exports || module.exports, 'name', ...);
5492 * Files with imports, exports and/or import.meta are considered modules
8380 Cannot_use_imports_exports_or_module_augmentations_when_module_is_none: diag(1148, ts.DiagnosticCategory.Error, "Cannot_use_imports_exports_or_module_augmentations_when_module_is_none_1148", "Cannot use imports, exports, or module augmentations when '--module' is 'none'."),
8500 Global_module_exports_may_only_appear_in_module_files: diag(1314, ts.DiagnosticCategory.Error, "Global_module_exports_may_only_appear_in_module_files_1314", "Global module exports may only appear in module files."),
8501 Global_module_exports_may_only_appear_in_declaration_files: diag(1315, ts.DiagnosticCategory.Error, "Global_module_exports_may_only_appear_in_declaration_files_1315", "Global module exports may only appear in declaration files."),
8502 Global_module_exports_may_only_appear_at_top_level: diag(1316, ts.DiagnosticCategory.Error, "Global_module_exports_may_only_appear_at_top_level_1316", "Global module exports ma
[all...]
H A Dtsc.js5517 Cannot_use_imports_exports_or_module_augmentations_when_module_is_none: diag(1148, ts.DiagnosticCategory.Error, "Cannot_use_imports_exports_or_module_augmentations_when_module_is_none_1148", "Cannot use imports, exports, or module augmentations when '--module' is 'none'."),
5637 Global_module_exports_may_only_appear_in_module_files: diag(1314, ts.DiagnosticCategory.Error, "Global_module_exports_may_only_appear_in_module_files_1314", "Global module exports may only appear in module files."),
5638 Global_module_exports_may_only_appear_in_declaration_files: diag(1315, ts.DiagnosticCategory.Error, "Global_module_exports_may_only_appear_in_declaration_files_1315", "Global module exports may only appear in declaration files."),
5639 Global_module_exports_may_only_appear_at_top_level: diag(1316, ts.DiagnosticCategory.Error, "Global_module_exports_may_only_appear_at_top_level_1316", "Global module exports may only appear at top level."),
5687 Convert_all_re_exported_types_to_type_only_exports: diag(1365, ts.DiagnosticCategory.Message, "Convert_all_re_exported_types_to_type_only_exports_1365", "Convert all re-exported types to type-only exports"),
5695 await_expressions_are_only_allowed_at_the_top_level_of_a_file_when_that_file_is_a_module_but_this_file_has_no_imports_or_exports_Consider_adding_an_empty_export_to_make_this_file_a_module: diag(1375, ts.DiagnosticCategory.Error, "await_expressions_are_only_allowed_at_the_top_level_of_a_file_when_that_file_is_a_module_but_this_fi_1375", "'await' expressions are only allowed at the top level of a file when that file is a module, but this file has no imports or exports. Consider adding an empty 'export {}' to make this file a module."),
5703 Only_named_exports_may_use_export_type: diag(1383, ts.DiagnosticCategory.Error, "Only_named_exports_may_use_export_type_1383", "Only named exports may use 'export type'."),
5749 for_await_loops_are_only_allowed_at_the_top_level_of_a_file_when_that_file_is_a_module_but_this_file_has_no_imports_or_exports_Consider_adding_an_empty_export_to_make_this_file_a_module: diag(1431, ts.DiagnosticCategory.Error, "for_await_loops_are_only_allowed_at_the_top_level_of_a_file_when_that_file_is_a_module_but_this_file_1431", "'for await' loops are only allowed at the top level of a file when that file is a module, but this file has no imports or exports. Consider adding an empty 'export {}' to make this file a module."),
5784 auto_Colon_Treat_files_with_imports_exports_import_meta_jsx_with_jsx_Colon_react_jsx_or_esm_format_with_module_Colon_node16_as_modules: diag(1476, ts.DiagnosticCategory.Message, "auto_Colon_Treat_files_with_imports_exports_import_meta_jsx_with_jsx_Colon_react_jsx_or_esm_format_w_1476", "\"auto\": Treat files with imports, exports, import.meta, jsx (with jsx: react-jsx), or esm format (with module: node16+) as modules."),
5986 This_module_can_only_be_referenced_with_ECMAScript_imports_Slashexports_by_turning_on_the_0_flag_and_referencing_its_default_export: diag(2497, ts.DiagnosticCategory.Error, "This_module_can_only_be_referenced_with_ECMAScript_imports_Slashexports_by_turning_on_the_0_flag_and_2497", "This module can only be referenced with ECMAScript imports/exports b
[all...]
H A Dtsserverlibrary.js5459 /// exports.name = expr
5460 /// module.exports.name = expr
5462 /// module.exports = expr
5477 // Object.defineProperty(exports || module.exports, 'name', ...);
5511 * Files with imports, exports and/or import.meta are considered modules
8399 Cannot_use_imports_exports_or_module_augmentations_when_module_is_none: diag(1148, ts.DiagnosticCategory.Error, "Cannot_use_imports_exports_or_module_augmentations_when_module_is_none_1148", "Cannot use imports, exports, or module augmentations when '--module' is 'none'."),
8519 Global_module_exports_may_only_appear_in_module_files: diag(1314, ts.DiagnosticCategory.Error, "Global_module_exports_may_only_appear_in_module_files_1314", "Global module exports may only appear in module files."),
8520 Global_module_exports_may_only_appear_in_declaration_files: diag(1315, ts.DiagnosticCategory.Error, "Global_module_exports_may_only_appear_in_declaration_files_1315", "Global module exports may only appear in declaration files."),
8521 Global_module_exports_may_only_appear_at_top_level: diag(1316, ts.DiagnosticCategory.Error, "Global_module_exports_may_only_appear_at_top_level_1316", "Global module exports ma
[all...]
H A Dtypescript.js5450 /// exports.name = expr
5451 /// module.exports.name = expr
5453 /// module.exports = expr
5468 // Object.defineProperty(exports || module.exports, 'name', ...);
5502 * Files with imports, exports and/or import.meta are considered modules
8390 Cannot_use_imports_exports_or_module_augmentations_when_module_is_none: diag(1148, ts.DiagnosticCategory.Error, "Cannot_use_imports_exports_or_module_augmentations_when_module_is_none_1148", "Cannot use imports, exports, or module augmentations when '--module' is 'none'."),
8510 Global_module_exports_may_only_appear_in_module_files: diag(1314, ts.DiagnosticCategory.Error, "Global_module_exports_may_only_appear_in_module_files_1314", "Global module exports may only appear in module files."),
8511 Global_module_exports_may_only_appear_in_declaration_files: diag(1315, ts.DiagnosticCategory.Error, "Global_module_exports_may_only_appear_in_declaration_files_1315", "Global module exports may only appear in declaration files."),
8512 Global_module_exports_may_only_appear_at_top_level: diag(1316, ts.DiagnosticCategory.Error, "Global_module_exports_may_only_appear_at_top_level_1316", "Global module exports ma
[all...]
H A DtypescriptServices.js5450 /// exports.name = expr
5451 /// module.exports.name = expr
5453 /// module.exports = expr
5468 // Object.defineProperty(exports || module.exports, 'name', ...);
5502 * Files with imports, exports and/or import.meta are considered modules
8390 Cannot_use_imports_exports_or_module_augmentations_when_module_is_none: diag(1148, ts.DiagnosticCategory.Error, "Cannot_use_imports_exports_or_module_augmentations_when_module_is_none_1148", "Cannot use imports, exports, or module augmentations when '--module' is 'none'."),
8510 Global_module_exports_may_only_appear_in_module_files: diag(1314, ts.DiagnosticCategory.Error, "Global_module_exports_may_only_appear_in_module_files_1314", "Global module exports may only appear in module files."),
8511 Global_module_exports_may_only_appear_in_declaration_files: diag(1315, ts.DiagnosticCategory.Error, "Global_module_exports_may_only_appear_in_declaration_files_1315", "Global module exports may only appear in declaration files."),
8512 Global_module_exports_may_only_appear_at_top_level: diag(1316, ts.DiagnosticCategory.Error, "Global_module_exports_may_only_appear_at_top_level_1316", "Global module exports ma
[all...]
/third_party/node/lib/
H A D_http_client.js978 module.exports = {
/third_party/node/lib/internal/console/
H A Dconstructor.js724 module.exports = {
/third_party/node/lib/internal/http2/
H A Dcompat.js920 module.exports = {
/third_party/node/lib/internal/repl/
H A Dutils.js745 module.exports = {
/third_party/node/lib/internal/streams/
H A Dwritable.js40 module.exports = Writable;
/third_party/node/lib/internal/
H A Dutil.js799 module.exports = {
/third_party/node/deps/npm/node_modules/@npmcli/package-json/lib/
H A Dnormalize.js391 // TODO exports is much more complicated than this in verbose format
394 // "exports": {
403 // as well as conditional exports
405 // if (data.exports && typeof data.exports === 'string') {
406 // index = data.exports
409 // if (data.exports && data.exports['.']) {
410 // index = data.exports['.']
558 module.exports
[all...]
/third_party/node/deps/npm/lib/commands/
H A Dview.js449 module.exports = View
/third_party/node/deps/npm/node_modules/read-package-json/lib/
H A Dread-json.js11 module.exports = readJson
515 // TODO exports is much more complicated than this in verbose format
518 // "exports": {
527 // as well as conditional exports
529 // if (data.exports && typeof data.exports === 'string') {
530 // index = data.exports
533 // if (data.exports && data.exports['.']) {
534 // index = data.exports['
[all...]
/third_party/typescript/tests/baselines/reference/
H A DtemplateLiteralTypes1.js261 exports.__esModule = true;
H A DbluebirdStaticThis.js143 exports.__esModule = true;

Completed in 144 milliseconds

1...<<161162163164165166167168169170