HomeSort by relevance Sort by last modified time
    Searched refs:modstr (Results 1 - 9 of 9) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
errors.c 688 char* modstr = PyString_AsString(moduleName); local
689 if (modstr &&
690 strcmp(modstr, "exceptions") != 0)
692 PyFile_WriteString(modstr, f);
pythonrun.c 1281 char* modstr = PyString_AsString(moduleName); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
errors.c 666 char* modstr = PyString_AsString(moduleName); local
667 if (modstr &&
668 strcmp(modstr, "exceptions") != 0)
670 PyFile_WriteString(modstr, f);
pythonrun.c 1256 char* modstr = PyString_AsString(moduleName); local
    [all...]
  /external/python/cpython2/Python/
errors.c 685 char* modstr = PyString_AsString(moduleName); local
686 if (modstr &&
687 strcmp(modstr, "exceptions") != 0)
689 PyFile_WriteString(modstr, f);
pythonrun.c 1280 char* modstr = PyString_AsString(moduleName); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
classobject.c 33 static PyObject *docstr, *modstr, *namestr; local
39 if (modstr == NULL) {
40 modstr= PyString_InternFromString("__module__");
41 if (modstr == NULL)
63 if (PyDict_GetItem(dict, modstr) == NULL) {
68 if (PyDict_SetItem(dict, modstr, modname) < 0)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
classobject.c 33 static PyObject *docstr, *modstr, *namestr; local
39 if (modstr == NULL) {
40 modstr= PyString_InternFromString("__module__");
41 if (modstr == NULL)
63 if (PyDict_GetItem(dict, modstr) == NULL) {
68 if (PyDict_SetItem(dict, modstr, modname) < 0)
    [all...]
  /external/python/cpython2/Objects/
classobject.c 33 static PyObject *docstr, *modstr, *namestr; local
39 if (modstr == NULL) {
40 modstr= PyString_InternFromString("__module__");
41 if (modstr == NULL)
63 if (PyDict_GetItem(dict, modstr) == NULL) {
68 if (PyDict_SetItem(dict, modstr, modname) < 0)
    [all...]

Completed in 457 milliseconds