Home
last modified time | relevance | path

Searched refs:exports (Results 4101 - 4125 of 4235) sorted by relevance

1...<<161162163164165166167168169170

/third_party/node/deps/undici/src/lib/fetch/
H A Dresponse.js564 module.exports = {
H A Dwebidl.js644 module.exports = {
/third_party/node/deps/undici/src/lib/websocket/
H A Dwebsocket.js639 module.exports = {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DWasm.h143 ArrayRef<wasm::WasmExport> exports() const { return Exports; } in exports() function in llvm::object::WasmObjectFile
/third_party/typescript/tests/baselines/reference/
H A DneverReturningFunctions1.js283 exports.__esModule = true;
/third_party/protobuf/js/experimental/runtime/kernel/
H A Dwriter.js743 exports = Writer;
/third_party/node/deps/v8/src/runtime/
H A Druntime-scopes.cc143 Handle<FixedArray> exports( in RUNTIME_FUNCTION()
166 Cell::cast(exports->get(index - 1)).set_value(value); in RUNTIME_FUNCTION()
646 // If the slot was found in a context or in module imports and exports it in RUNTIME_FUNCTION()
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dotherstestndk.cpp1327 static napi_value Init(napi_env env, napi_value exports) in Init() argument
1408 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc); in Init()
1409 return exports; in Init()
H A Dpthreadndk1.cpp1474 static napi_value Init(napi_env env, napi_value exports) in Init() argument
1602 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc); in Init()
1603 return exports; in Init()
H A Dstdlibndk.cpp1340 static napi_value Init(napi_env env, napi_value exports) in Init() argument
1411 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc); in Init()
1412 return exports; in Init()
H A Dstringndk.cpp1009 static napi_value Init(napi_env env, napi_value exports) in Init() argument
1076 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc); in Init()
1077 return exports; in Init()
H A Dwcharndk1.cpp1202 static napi_value Init(napi_env env, napi_value exports) in Init() argument
1291 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc); in Init()
1292 return exports; in Init()
/test/xts/acts/distributeddatamgr/preferencesNdktestHvigor/entry/src/main/cpp/
H A Dnapi_init.cpp1186 static napi_value Init(napi_env env, napi_value exports) in Init() argument
1247 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc); in Init()
1248 return exports; in Init()
/test/xts/acts/distributeddatamgr/relationalStoretest/rdbnapitest/entry/src/main/cpp/napi/
H A Drdb_store_cursor_test.cpp1148 static napi_value Init(napi_env env, napi_value exports) { in Init() argument
1182 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc); in Init()
1183 return exports; in Init()
/test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreNdktest/entry/src/main/cpp/
H A Drdb_test.cpp1073 static napi_value Init(napi_env env, napi_value exports) in Init() argument
1141 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc); in Init()
1142 return exports; in Init()
/test/xts/acts/distributeddatamgr/UDMFtest/UDMFndktestHvigor/entry/src/main/cpp/
H A Dnapi_init.cpp1085 static napi_value Init(napi_env env, napi_value exports) in Init() argument
1219 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc); in Init()
1220 return exports; in Init()
/test/xts/acts/global/global_napi_test/entry/src/main/cpp/napi/
H A Dglobal_napi_test.cpp1024 static napi_value Init(napi_env env, napi_value exports) in Init() argument
1076 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc); in Init()
1077 return exports; in Init()
/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 = {

Completed in 52 milliseconds

1...<<161162163164165166167168169170