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

  /external/python/cpython3/Objects/
boolobject.c 9 static PyObject *true_str = NULL; variable
17 s = true_str ? true_str :
18 (true_str = PyUnicode_InternFromString("True"));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
boolobject.c 19 static PyObject *true_str = NULL; variable
27 s = true_str ? true_str :
28 (true_str = PyString_InternFromString("True"));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
boolobject.c 19 static PyObject *true_str = NULL; variable
27 s = true_str ? true_str :
28 (true_str = PyString_InternFromString("True"));
  /external/python/cpython2/Objects/
boolobject.c 19 static PyObject *true_str = NULL; variable
27 s = true_str ? true_str :
28 (true_str = PyString_InternFromString("True"));

Completed in 213 milliseconds