/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_bufmgr.h | 261 /** 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 D | headers.js | 585 module.exports = {
|
/third_party/node/deps/undici/src/lib/mock/ |
H A D | mock-utils.js | 336 module.exports = {
|
/third_party/node/deps/undici/src/node_modules/@fastify/busboy/lib/types/ |
H A D | multipart.js | 306 module.exports = Multipart
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/ |
H A D | InterfaceFile.h | 366 const_filtered_symbol_range exports() const { in exports() function in llvm::MachO::InterfaceFile
|
/third_party/typescript/tests/baselines/reference/ |
H A D | reactReduxLikeDeferredInferenceAllowsAssignment.js | 203 exports.__esModule = true;
|
H A D | complexNarrowingWithAny.js | 565 exports.__esModule = true;
566 exports.viewFactory_AppComponent0 = void 0;
1029 exports.viewFactory_AppComponent0 = viewFactory_AppComponent0;
|
H A D | controlFlowSelfReferentialLoop.js | 126 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 D | with-default-options.js | 78 exports.__esModule = true;
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | wctypendk.cpp | 834 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 D | ipc_capi.cpp | 918 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 D | napi_init.cpp | 817 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 D | audiodecoderxdlndk.cpp | 934 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 D | module_test.cpp | 950 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 D | image_receiver_test.cpp | 878 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 D | hello.cpp | 850 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 D | fnmatchndk32.cpp | 815 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 D | index.js | 5 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 D | TextStub.cpp | 49 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 D | promises.js | 1031 module.exports = { 1032 exports: {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
H A D | MachO.h | 69 /// 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 D | zink_bo.c | 132 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 D | libwebsockets.h | 676 #include <libwebsockets/lws-eventlib-exports.h>
|
/third_party/node/lib/ |
H A D | _http_agent.js | 534 module.exports = {
|
/third_party/node/lib/internal/ |
H A D | async_hooks.js | 578 module.exports = {
|