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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
_warnings.c 641 static PyObject *splitlines_name = NULL; local
654 if (splitlines_name == NULL) {
655 splitlines_name = PyString_InternFromString("splitlines");
656 if (!splitlines_name)
681 source_list = PyObject_CallMethodObjArgs(source, splitlines_name,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
_warnings.c 642 static PyObject *splitlines_name = NULL; local
655 if (splitlines_name == NULL) {
656 splitlines_name = PyString_InternFromString("splitlines");
657 if (!splitlines_name)
682 source_list = PyObject_CallMethodObjArgs(source, splitlines_name,
  /external/python/cpython2/Python/
_warnings.c 641 static PyObject *splitlines_name = NULL; local
654 if (splitlines_name == NULL) {
655 splitlines_name = PyString_InternFromString("splitlines");
656 if (!splitlines_name)
681 source_list = PyObject_CallMethodObjArgs(source, splitlines_name,

Completed in 118 milliseconds