Home
last modified time | relevance | path

Searched refs:remove_module (Results 1 – 12 of 12) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/gpio/
Dgpio-mockup.sh72 remove_module() function
79 remove_module
106 remove_module
/external/llvm/test/Bindings/OCaml/
Dexecutionengine.ml93 (* remove_module *)
94 remove_module m2 ee;
/external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
Dexecutionengine.ml97 (* remove_module *)
98 Llvm.dispose_module (ExecutionEngine.remove_module m2 ee);
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bindings/OCaml/
Dexecutionengine.ml93 (* remove_module *)
94 remove_module m2 ee;
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/executionengine/
Dllvm_executionengine.mli58 (** [remove_module m ee] removes the module [m] from the execution engine
60 val remove_module : Llvm.llmodule -> llexecutionengine -> unit val
Dllvm_executionengine.ml38 external remove_module : Llvm.llmodule -> llexecutionengine -> unit
/external/llvm/bindings/ocaml/executionengine/
Dllvm_executionengine.mli58 (** [remove_module m ee] removes the module [m] from the execution engine
60 val remove_module : Llvm.llmodule -> llexecutionengine -> unit val
Dllvm_executionengine.ml38 external remove_module : Llvm.llmodule -> llexecutionengine -> unit
/external/swiftshader/third_party/LLVM/bindings/ocaml/executionengine/
Dllvm_executionengine.mli117 (** [remove_module m ee] removes the module [m] from the execution engine
120 val remove_module : Llvm.llmodule -> t -> Llvm.llmodule val
Dllvm_executionengine.ml69 external remove_module: Llvm.llmodule -> t -> Llvm.llmodule
/external/python/cpython3/Python/
Dimport.c828 remove_module(PyObject *name) in remove_module() function
935 remove_module(name); in module_dict_for_exec()
950 remove_module(name); in exec_code_in_module()
/external/python/cpython2/Python/
Dimport.c698 remove_module(const char *name) in remove_module() function
770 remove_module(name); in PyImport_ExecCodeModuleEx()