HomeSort by relevance Sort by last modified time
    Searched refs:PyString_InternFromString (Results 26 - 50 of 82) sorted by null

12 3 4

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
import.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
import.c     [all...]
compile.c 263 __doc__ = PyString_InternFromString("__doc__");
    [all...]
symtable.c 189 ((VAR) ? (VAR) : ((VAR) = PyString_InternFromString(# VAR)))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
import.c     [all...]
compile.c 260 __doc__ = PyString_InternFromString("__doc__");
    [all...]
symtable.c 187 ((VAR) ? (VAR) : ((VAR) = PyString_InternFromString(# VAR)))
    [all...]
  /external/python/cpython2/Python/
import.c     [all...]
compile.c 263 __doc__ = PyString_InternFromString("__doc__");
1179 module = PyString_InternFromString("<module>");
    [all...]
symtable.c 189 ((VAR) ? (VAR) : ((VAR) = PyString_InternFromString(# VAR)))
    [all...]
  /external/protobuf/python/google/protobuf/pyext/
descriptor.cc 49 #define PyString_InternFromString PyUnicode_InternFromString
581 return PyString_InternFromString(
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
abstract.c     [all...]
typeobject.c     [all...]
object.c 495 unicodestr = PyString_InternFromString("__unicode__");
    [all...]
funcobject.c 45 __name__ = PyString_InternFromString("__name__");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
abstract.c     [all...]
typeobject.c     [all...]
funcobject.c 45 __name__ = PyString_InternFromString("__name__");
object.c     [all...]
  /external/python/cpython2/Objects/
abstract.c     [all...]
typeobject.c     [all...]
object.c 495 unicodestr = PyString_InternFromString("__unicode__");
1135 w = PyString_InternFromString(name);
1163 s = PyString_InternFromString(name);
    [all...]
funcobject.c 45 __name__ = PyString_InternFromString("__name__");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
threadmodule.c 925 str_dict = PyString_InternFromString("__dict__");
  /external/python/cpython2/Modules/
threadmodule.c 934 str_dict = PyString_InternFromString("__dict__");

Completed in 1271 milliseconds

12 3 4