HomeSort by relevance Sort by last modified time
    Searched defs:modulename (Results 1 - 8 of 8) sorted by null

  /toolchain/binutils/binutils-2.27/binutils/
arparse.y 63 %type <list> modulename
101 EXTRACT modulename
106 REPLACE modulename
116 DELETE modulename
120 ADDMOD modulename
165 '(' modulename ')'
171 modulename: label
172 modulename optcomma FILENAME
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
errors.c 583 PyObject *modulename = NULL; local
602 modulename = PyString_FromStringAndSize(name,
604 if (modulename == NULL)
606 if (PyDict_SetItemString(dict, "__module__", modulename) != 0)
625 Py_XDECREF(modulename);
674 PyObject* moduleName;
684 moduleName = PyObject_GetAttrString(t, "__module__");
685 if (moduleName == NULL)
688 char* modstr = PyString_AsString(moduleName);
704 Py_XDECREF(moduleName);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
errors.c 561 PyObject *modulename = NULL; local
580 modulename = PyString_FromStringAndSize(name,
582 if (modulename == NULL)
584 if (PyDict_SetItemString(dict, "__module__", modulename) != 0)
603 Py_XDECREF(modulename);
652 PyObject* moduleName;
662 moduleName = PyObject_GetAttrString(t, "__module__");
663 if (moduleName == NULL)
666 char* modstr = PyString_AsString(moduleName);
682 Py_XDECREF(moduleName);
    [all...]
  /external/python/cpython2/Python/
errors.c 580 PyObject *modulename = NULL; local
599 modulename = PyString_FromStringAndSize(name,
601 if (modulename == NULL)
603 if (PyDict_SetItemString(dict, "__module__", modulename) != 0)
622 Py_XDECREF(modulename);
671 PyObject* moduleName;
681 moduleName = PyObject_GetAttrString(t, "__module__");
682 if (moduleName == NULL)
685 char* modstr = PyString_AsString(moduleName);
704 Py_XDECREF(moduleName);
    [all...]
  /external/python/cpython3/Lib/test/
test_fileio.py 160 (self.modulename, self.f.name, self.f.mode))
164 (self.modulename, self.f.fileno(), self.f.mode))
167 "<%s.FileIO [closed]>" % (self.modulename,))
175 (self.modulename, f.name, f.mode))
338 modulename = '_io' variable in class:CAutoFileTests
342 modulename = '_pyio' variable in class:PyAutoFileTests
564 modulename = '_io' variable in class:COtherFileTests
575 modulename = '_pyio' variable in class:PyOtherFileTests
  /external/python/cpython3/Python/
errors.c 856 PyObject *modulename = NULL; local
875 modulename = PyUnicode_FromStringAndSize(name,
877 if (modulename == NULL)
879 if (PyDict_SetItemString(dict, "__module__", modulename) != 0)
898 Py_XDECREF(modulename);
944 PyObject *moduleName = NULL;
980 moduleName = _PyObject_GetAttrId(t, &PyId___module__);
981 if (moduleName == NULL) {
987 if (!_PyUnicode_EqualToASCIIId(moduleName, &PyId_builtins)) {
988 if (PyFile_WriteObject(moduleName, f, Py_PRINT_RAW) < 0
    [all...]
  /external/python/cpython2/PC/bdist_wininst/
install.c 116 char modulename[MAX_PATH]; variable
329 Py_SetProgramName(modulename);
819 Py_SetProgramName(modulename);
    [all...]
  /external/python/cpython3/PC/bdist_wininst/
install.c 115 char modulename[MAX_PATH]; variable
    [all...]

Completed in 223 milliseconds