HomeSort by relevance Sort by last modified time
    Searched refs:PyString_AS_STRING (Results 201 - 225 of 238) sorted by null

1 2 3 4 5 6 7 8910

  /external/python/cpython2/Modules/
_codecsmodule.c 194 buf = PyString_AS_STRING (str);
    [all...]
operator.c 666 s = PyString_AS_STRING(attr);
ossaudiodev.c 373 cp = PyString_AS_STRING(rv);
parsermodule.c 810 (void) memcpy(strn, PyString_AS_STRING(temp), len);
896 (void) memcpy(res->n_str, PyString_AS_STRING(encoding), len);
    [all...]
socketmodule.c     [all...]
arraymodule.c     [all...]
_ssl.c     [all...]
  /external/python/cpython2/Modules/_io/
fileio.c 941 PyString_AS_STRING(repr),
  /external/python/cpython2/Objects/
weakrefobject.c 169 name = PyString_AS_STRING(nameobj);
bytearrayobject.c 963 p = PyString_AS_STRING(v);
971 assert(newsize - (p - PyString_AS_STRING(v)) >= 5);
992 assert(newsize - (p - PyString_AS_STRING(v)) >= 1);
999 (void)_PyString_Resize(&v, (p - PyString_AS_STRING(v)));
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
posixmodule.c     [all...]
parsermodule.c 781 (void) memcpy(strn, PyString_AS_STRING(temp), len);
867 (void) memcpy(res->n_str, PyString_AS_STRING(encoding), len);
    [all...]
_ssl.c 635 PyString_AS_STRING(PyTuple_GET_ITEM(attr, 0)),
636 PyString_AS_STRING(PyTuple_GET_ITEM(attr, 1)));
    [all...]
socketmodule.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
parsermodule.c 810 (void) memcpy(strn, PyString_AS_STRING(temp), len);
896 (void) memcpy(res->n_str, PyString_AS_STRING(encoding), len);
    [all...]
socketmodule.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
tokenizer.c 816 converted = new_string(PyString_AS_STRING(utf8),
    [all...]
  /external/python/cpython2/Modules/_sqlite/
connection.c     [all...]
  /external/python/cpython2/Parser/
tokenizer.c 820 converted = new_string(PyString_AS_STRING(utf8),
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
ast.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
ast.c     [all...]
  /external/python/cpython2/Python/
ast.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
edk2module.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
bytearrayobject.c 962 p = PyString_AS_STRING(v);
970 assert(newsize - (p - PyString_AS_STRING(v)) >= 5);
991 assert(newsize - (p - PyString_AS_STRING(v)) >= 1);
998 (void)_PyString_Resize(&v, (p - PyString_AS_STRING(v)));
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
bytearrayobject.c 956 p = PyString_AS_STRING(v);
964 assert(newsize - (p - PyString_AS_STRING(v)) >= 5);
985 assert(newsize - (p - PyString_AS_STRING(v)) >= 1);
991 if (_PyString_Resize(&v, (p - PyString_AS_STRING(v)))) {
    [all...]

Completed in 1011 milliseconds

1 2 3 4 5 6 7 8910