Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DPythonReadline.cpp38 static struct PyMethodDef moduleMethods[] = {{nullptr, nullptr, 0, nullptr}}; variable
84 Py_InitModule4("readline", moduleMethods, moduleDocumentation, in initlldb_readline()
/external/dagger2/java/dagger/internal/codegen/validation/
DModuleValidator.java190 List<ExecutableElement> moduleMethods = methodsIn(module.getEnclosedElements()); in validateUncached() local
192 for (ExecutableElement moduleMethod : moduleMethods) { in validateUncached()
235 Multimaps.index(moduleMethods, ExecutableElement::getSimpleName), in validateUncached()
/external/python/cpython2/Modules/
D_lsprof.c861 static PyMethodDef moduleMethods[] = { variable
869 module = Py_InitModule3("_lsprof", moduleMethods, "Fast profiler"); in init_lsprof()
D_tkinter.c3507 static PyMethodDef moduleMethods[] = variable
3657 m = Py_InitModule("_tkinter", moduleMethods); in init_tkinter()
/external/python/cpython3/Modules/
D_lsprof.c816 static PyMethodDef moduleMethods[] = { variable
826 moduleMethods,
D_tkinter.c3304 static PyMethodDef moduleMethods[] = variable
3405 moduleMethods,