Home
last modified time | relevance | path

Searched defs:LoadLibrary (Results 1 – 6 of 6) sorted by relevance

/third_party/node/test/addons/dlopen-ping-pong/
Dbinding.cc27 void LoadLibrary(const FunctionCallbackInfo<Value>& args) { in LoadLibrary() function
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/
Dnuma_interface.cc21 inline void *LoadLibrary(const char *name) { in LoadLibrary() function
/third_party/mindspore/mindspore/ccsrc/runtime/device/cpu/mpi/
Dmpi_interface.cc24 inline void *LoadLibrary(const char *name) { in LoadLibrary() function
/third_party/grpc/src/csharp/Grpc.Core/Internal/
DUnmanagedLibrary.cs189 internal static extern IntPtr LoadLibrary(string filename); in LoadLibrary() method in Grpc.Core.Internal.UnmanagedLibrary.Windows
/third_party/mindspore/mindspore/ccsrc/profiler/device/gpu/
Dcupti_interface.cc24 inline void *LoadLibrary(const char *name) { in LoadLibrary() function
/third_party/python/Lib/ctypes/
D__init__.py451 def LoadLibrary(self, name): member in LibraryLoader