HomeSort by relevance Sort by last modified time
    Searched full:sysstdin (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
tokenizer.c 790 PyObject *enc, *sysstdin, *decoded, *utf8; local
796 sysstdin = PySys_GetObject("stdin");
797 if (sysstdin == NULL || !PyFile_Check(sysstdin))
800 enc = ((PyFileObject *)sysstdin)->f_encoding;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
tokenizer.c 770 PyObject *enc, *sysstdin, *decoded, *utf8; local
776 sysstdin = PySys_GetObject("stdin");
777 if (sysstdin == NULL || !PyFile_Check(sysstdin))
780 enc = ((PyFileObject *)sysstdin)->f_encoding;
    [all...]
  /external/python/cpython2/Parser/
tokenizer.c 794 PyObject *enc, *sysstdin, *decoded, *utf8; local
800 sysstdin = PySys_GetObject("stdin");
801 if (sysstdin == NULL || !PyFile_Check(sysstdin))
804 enc = ((PyFileObject *)sysstdin)->f_encoding;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/
libpython2.7.a     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
libpython2.7.a     [all...]

Completed in 250 milliseconds