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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
sysmodule.c 287 static char *whatnames[7] = {"call", "exception", "line", "return", local
293 name = PyString_InternFromString(whatnames[i]);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
sysmodule.c 287 static char *whatnames[7] = {"call", "exception", "line", "return", local
293 name = PyString_InternFromString(whatnames[i]);
    [all...]
  /external/python/cpython2/Python/
sysmodule.c 287 static char *whatnames[7] = {"call", "exception", "line", "return", local
293 name = PyString_InternFromString(whatnames[i]);
    [all...]
  /external/python/cpython3/Python/
sysmodule.c 466 static const char * const whatnames[8] = { local
475 name = PyUnicode_InternFromString(whatnames[i]);
    [all...]

Completed in 379 milliseconds