Home
last modified time | relevance | path

Searched refs:exports (Results 4051 - 4075 of 4250) sorted by relevance

1...<<161162163164165166167168169170

/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_bufmgr.h261 /** List of GEM handle exports of this buffer (bo_export) */
262 struct list_head exports; member
/third_party/node/deps/undici/src/lib/fetch/
H A Dheaders.js585 module.exports = {
/third_party/node/deps/undici/src/lib/mock/
H A Dmock-utils.js336 module.exports = {
/third_party/node/deps/undici/src/node_modules/@fastify/busboy/lib/types/
H A Dmultipart.js306 module.exports = Multipart
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/
H A DInterfaceFile.h366 const_filtered_symbol_range exports() const { in exports() function in llvm::MachO::InterfaceFile
/third_party/typescript/tests/baselines/reference/
H A DreactReduxLikeDeferredInferenceAllowsAssignment.js203 exports.__esModule = true;
H A DcomplexNarrowingWithAny.js565 exports.__esModule = true;
566 exports.viewFactory_AppComponent0 = void 0;
1029 exports.viewFactory_AppComponent0 = viewFactory_AppComponent0;
H A DcontrolFlowSelfReferentialLoop.js126 exports.__esModule = true;
226 exports["default"] = md5;
/third_party/typescript/tests/baselines/reference/tscWatch/programUpdates/updates-errors-in-lib-file/when-module-file-with-global-definitions-changes/
H A Dwith-default-options.js78 exports.__esModule = true;
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dwctypendk.cpp834 static napi_value Init(napi_env env, napi_value exports) in Init() argument
872 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc); in Init()
873 return exports; in Init()
/test/xts/acts/communication/dsoftbus/capi_ipc/entry/src/main/cpp/
H A Dipc_capi.cpp918 static napi_value Init(napi_env env, napi_value exports) in Init() argument
1035 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc); in Init()
1036 return exports; in Init()
/test/xts/acts/inputmethod/InputMethodNDKTest/entry/src/main/cpp/
H A Dnapi_init.cpp817 static napi_value Init(napi_env env, napi_value exports) in Init() argument
848 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc); in Init()
849 return exports; in Init()
/test/xts/acts/multimedia/avsource/entry/src/main/cpp/
H A Daudiodecoderxdlndk.cpp934 static napi_value Init(napi_env env, napi_value exports) in Init() argument
1010 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc); in Init()
1011 return exports; in Init()
/test/xts/acts/multimedia/image/image_js_standard/imageReceiverNDK/entry/src/main/cpp/napi/
H A Dmodule_test.cpp950 static napi_value Init(napi_env env, napi_value exports) in Init() argument
1044 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc); in Init()
1045 return exports; in Init()
H A Dimage_receiver_test.cpp878 static napi_value Init(napi_env env, napi_value exports) in Init() argument
926 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc); in Init()
927 return exports; in Init()
/test/xts/acts/security/asset/asset_ndk/entry/src/main/cpp/
H A Dhello.cpp850 static napi_value Init(napi_env env, napi_value exports) in Init() argument
877 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc); in Init()
878 return exports; in Init()
/test/xts/acts/commonlibrary/thirdparty/musl32/entry/src/main/cpp/
H A Dfnmatchndk32.cpp815 static napi_value Init(napi_env env, napi_value exports) in Init() argument
870 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc); in Init()
871 return exports; in Init()
/third_party/node/deps/npm/node_modules/lru-cache/dist/commonjs/
H A Dindex.js5 Object.defineProperty(exports, "__esModule", { value: true });
6 exports.LRUCache = void 0;
1445 exports.LRUCache = LRUCache;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
H A DTextStub.cpp49 exports: # List of export sections
56 re-exports: [ ] # Optional: List of re-exports
81 exports: # List of export sections
90 re-exports: [ ] # Optional: List of re-exports
122 exports: # List of export sections
131 re-exports: [ ] # Optional: List of re-exports
172 exports
[all...]
/third_party/node/lib/internal/fs/
H A Dpromises.js1031 module.exports = {
1032 exports: {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DMachO.h69 /// for (const llvm::object::ExportEntry &AnExport : Obj->exports(&Err)) {
96 // Represents a node in the mach-o exports trie.
380 iterator_range<export_iterator> exports(Error &Err) const;
383 static iterator_range<export_iterator> exports(Error &Err,
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_bo.c132 list_for_each_entry_safe(struct bo_export, export, &bo->u.real.exports, link) { in bo_destroy()
297 list_inithead(&bo->u.real.exports); in bo_create_internal()
1130 list_for_each_entry(struct bo_export, export, &bo->u.real.exports, link) { in zink_bo_get_kms_handle()
1144 list_addtail(&export->link, &bo->u.real.exports); in zink_bo_get_kms_handle()
/third_party/libwebsockets/include/
H A Dlibwebsockets.h676 #include <libwebsockets/lws-eventlib-exports.h>
/third_party/node/lib/
H A D_http_agent.js534 module.exports = {
/third_party/node/lib/internal/
H A Dasync_hooks.js578 module.exports = {

Completed in 32 milliseconds

1...<<161162163164165166167168169170