Searched refs:keyw (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Modules/ |
D | threadmodule.c | 604 PyObject *keyw; member 621 boot->func, boot->args, boot->keyw); in t_bootstrap() 645 Py_XDECREF(boot->keyw); in t_bootstrap() 656 PyObject *func, *args, *keyw = NULL; in thread_PyThread_start_new_thread() local 661 &func, &args, &keyw)) in thread_PyThread_start_new_thread() 673 if (keyw != NULL && !PyDict_Check(keyw)) { in thread_PyThread_start_new_thread() 684 boot->keyw = keyw; in thread_PyThread_start_new_thread() 692 Py_XINCREF(keyw); in thread_PyThread_start_new_thread() 699 Py_XDECREF(keyw); in thread_PyThread_start_new_thread()
|
/external/python/cpython3/Modules/ |
D | _threadmodule.c | 978 PyObject *keyw; member 994 res = PyObject_Call(boot->func, boot->args, boot->keyw); in t_bootstrap() 1018 Py_XDECREF(boot->keyw); in t_bootstrap() 1029 PyObject *func, *args, *keyw = NULL; in thread_PyThread_start_new_thread() local 1034 &func, &args, &keyw)) in thread_PyThread_start_new_thread() 1046 if (keyw != NULL && !PyDict_Check(keyw)) { in thread_PyThread_start_new_thread() 1057 boot->keyw = keyw; in thread_PyThread_start_new_thread() 1065 Py_XINCREF(keyw); in thread_PyThread_start_new_thread() 1072 Py_XDECREF(keyw); in thread_PyThread_start_new_thread()
|
/external/cldr/specs/rfc/ |
D | rfc2629.xslt | 1112 <xsl:variable name="keyw"> 1115 <meta name="keywords" content="{$keyw}" /> 2950 <xsl:variable name="keyw"> 2956 <xsl:value-of select="normalize-space($keyw)" />
|