/test/xts/acts/multimedia/audio/audio_js_standard/OhAudioNdk/entry/src/main/cpp/ |
H A D | ohaudiondk.cpp | 1637 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 D | usbddk.cpp | 892 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 D | audioDecoderAvBuffer.cpp | 1086 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 D | videoencoderndk.cpp | 1570 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 D | mian.cpp | 1529 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 D | inputndksys.cpp | 1037 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 D | huksndk.cpp | 1209 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 D | index.js | 1348 if (typeof exports !== 'undefined') { 1349 exports = module.exports = {
|
/third_party/node/deps/undici/src/lib/ |
H A D | client.js | 567 constructor (client, socket, { exports }) { 570 this.llhttp = exports 2283 module.exports = Client
|
/third_party/typescript/lib/ |
H A D | typingsInstaller.js | 5440 /// 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 D | tsc.js | 5517 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 D | tsserverlibrary.js | 5459 /// 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 D | typescript.js | 5450 /// 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 D | typescriptServices.js | 5450 /// 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.js | 978 module.exports = {
|
/third_party/node/lib/internal/console/ |
H A D | constructor.js | 724 module.exports = {
|
/third_party/node/lib/internal/http2/ |
H A D | compat.js | 920 module.exports = {
|
/third_party/node/lib/internal/repl/ |
H A D | utils.js | 745 module.exports = {
|
/third_party/node/lib/internal/streams/ |
H A D | writable.js | 40 module.exports = Writable;
|
/third_party/node/lib/internal/ |
H A D | util.js | 799 module.exports = {
|
/third_party/node/deps/npm/node_modules/@npmcli/package-json/lib/ |
H A D | normalize.js | 391 // 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 D | view.js | 449 module.exports = View
|
/third_party/node/deps/npm/node_modules/read-package-json/lib/ |
H A D | read-json.js | 11 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 D | templateLiteralTypes1.js | 261 exports.__esModule = true;
|
H A D | bluebirdStaticThis.js | 143 exports.__esModule = true;
|