Home
last modified time | relevance | path

Searched refs:remove_module (Results 1 – 10 of 10) 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/llvm-project/llvm/test/Bindings/OCaml/
Dexecutionengine.ml93 (* remove_module *)
94 remove_module m2 ee;
/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/llvm-project/llvm/bindings/ocaml/executionengine/
Dllvm_executionengine.mli57 (** [remove_module m ee] removes the module [m] from the execution engine
59 val remove_module : Llvm.llmodule -> llexecutionengine -> unit val
Dllvm_executionengine.ml37 external remove_module : Llvm.llmodule -> llexecutionengine -> unit
/external/python/cpython3/Python/
Dimport.c914 remove_module(PyThreadState *tstate, PyObject *name) in remove_module() function
1029 remove_module(tstate, name); in module_dict_for_exec()
1045 remove_module(tstate, 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()
/external/python/cpython3/Misc/NEWS.d/
D3.8.0b1.rst378 Save the live exception during import.c's ``remove_module()``.