Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/gpio/
Dgpio-mockup.sh57 remove_module() function
66 remove_module
310 remove_module || fail "failed to remove module with error $?"
357 remove_module || fail "can't remove existing $module module"
/external/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/python/cpython3/Python/
Dimport.c364 remove_module(PyThreadState *tstate, PyObject *name) in remove_module() function
2618 remove_module(tstate, name); in module_dict_for_exec()
2636 remove_module(tstate, name); in exec_code_in_module()
/external/python/cpython3/Misc/NEWS.d/
D3.8.0b1.rst378 Save the live exception during import.c's ``remove_module()``.