Home
last modified time | relevance | path

Searched refs:_functions (Results 1 – 5 of 5) sorted by relevance

/external/sl4a/Docs/
Dgenerate_api_reference_md.py110 self._functions = collections.defaultdict(list)
179 self._functions[module].append(f)
197 for module in sorted(self._functions.keys()):
199 for func in self._functions[module]:
206 self._functions.itervalues()):
/external/swiftshader/third_party/LLVM/lib/Analysis/
DPathProfileInfo.cpp75 std::vector<Function*> _functions; member in __anon3d5d6cfa0111::PathProfileLoaderPass
325 _functions.push_back(0); // make the 0 index a null pointer in buildFunctionRefs()
330 _functions.push_back(F); in buildFunctionRefs()
374 Function* f = _functions[pathHeader.fnNumber]; in handlePathInfo()
/external/python/cpython2/Modules/
D_elementtree.c2871 static PyMethodDef _functions[] = { variable
2895 m = Py_InitModule("_elementtree", _functions);
D_sre.c4003 static PyMethodDef _functions[] = { variable
4025 m = Py_InitModule("_" SRE_MODULE, _functions); in init_sre()
/external/python/cpython2/Doc/library/
Dcgi.rst279 .. _functions-in-cgi-module: