HomeSort by relevance Sort by last modified time
    Searched refs:PyString_AS_STRING (Results 76 - 100 of 236) sorted by null

1 2 34 5 6 7 8 910

  /external/python/cpython2/Python/
import.c 504 name = PyString_AS_STRING(key);
523 name = PyString_AS_STRING(key);
648 m = PyModule_New(PyString_AS_STRING(name));
    [all...]
  /external/python/cpython2/PC/
_winreg.c 793 PyString_AS_STRING(
805 PyString_AS_STRING(
844 PyString_AS_STRING(
862 PyString_AS_STRING(
865 PyString_AS_STRING(
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
cPickle.c 1126 pdata = (unsigned char *)PyString_AS_STRING(repr);
1174 PyString_AS_STRING((PyStringObject *)repr),
    [all...]
_localemodule.c 292 return PyInt_FromLong(strcoll(PyString_AS_STRING(os1),
293 PyString_AS_STRING(os2)));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
cPickle.c 1095 pdata = (unsigned char *)PyString_AS_STRING(repr);
1143 PyString_AS_STRING((PyStringObject *)repr),
1220 repr_str = PyString_AS_STRING((PyStringObject *)repr);
    [all...]
_elementtree.c 740 char *p = PyString_AS_STRING(tag);
1200 PyString_AS_STRING(tag), self);
    [all...]
bz2module.c 37 #define BUF(v) PyString_AS_STRING((PyStringObject *)v)
487 memcpy(PyString_AS_STRING(s)+skip, f->f_bufptr, len);
501 memcpy(PyString_AS_STRING(s)+skip, bufptr, len);
742 buffer = PyString_AS_STRING(big_buffer);
748 buffer = PyString_AS_STRING(big_buffer);
985 PyString_AS_STRING(line), len);
    [all...]
_localemodule.c 292 return PyInt_FromLong(strcoll(PyString_AS_STRING(os1),
293 PyString_AS_STRING(os2)));
  /external/python/cpython2/Modules/
cPickle.c 1124 pdata = (unsigned char *)PyString_AS_STRING(repr);
1172 PyString_AS_STRING((PyStringObject *)repr),
1249 repr_str = PyString_AS_STRING((PyStringObject *)repr);
    [all...]
_elementtree.c 747 char *p = PyString_AS_STRING(tag);
1238 PyString_AS_STRING(tag), self);
    [all...]
bz2module.c 37 #define BUF(v) PyString_AS_STRING((PyStringObject *)v)
475 memcpy(PyString_AS_STRING(s)+skip, f->f_bufptr, len);
489 memcpy(PyString_AS_STRING(s)+skip, bufptr, len);
730 buffer = PyString_AS_STRING(big_buffer);
737 buffer = PyString_AS_STRING(big_buffer);
974 PyString_AS_STRING(line), len);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
unicodeobject.c     [all...]
typeobject.c 246 if (strlen(PyString_AS_STRING(value))
262 type->tp_name = PyString_AS_STRING(value);
703 if (mod != NULL && strcmp(PyString_AS_STRING(mod), "__builtin__")) {
706 PyString_AS_STRING(mod),
707 PyString_AS_STRING(name));
    [all...]
bufferobject.c 421 p = PyString_AS_STRING(ob);
451 p = PyString_AS_STRING(ob);
  /external/python/cpython2/Objects/
unicodeobject.c 1017 const char *str = PyString_AS_STRING(*callresult);
    [all...]
typeobject.c 266 if (strlen(PyString_AS_STRING(value))
282 type->tp_name = PyString_AS_STRING(value);
723 if (mod != NULL && strcmp(PyString_AS_STRING(mod), "__builtin__")) {
726 PyString_AS_STRING(mod),
727 PyString_AS_STRING(name));
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
import.c 472 name = PyString_AS_STRING(key);
491 name = PyString_AS_STRING(key);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
import.c 504 name = PyString_AS_STRING(key);
523 name = PyString_AS_STRING(key);
    [all...]
codecs.c 67 p = PyString_AS_STRING(v);
454 PyString_AS_STRING(string));
peephole.c 319 lineno = (unsigned char*)PyString_AS_STRING(lineno_obj);
335 PyString_AS_STRING(code), codelen);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
import.c 472 name = PyString_AS_STRING(key);
491 name = PyString_AS_STRING(key);
    [all...]
codecs.c 67 p = PyString_AS_STRING(v);
454 PyString_AS_STRING(string));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
unicodeobject.c     [all...]
typeobject.c 245 if (strlen(PyString_AS_STRING(value))
259 type->tp_name = PyString_AS_STRING(value);
695 if (mod != NULL && strcmp(PyString_AS_STRING(mod), "__builtin__")) {
698 PyString_AS_STRING(mod),
699 PyString_AS_STRING(name));
    [all...]
bufferobject.c 411 p = PyString_AS_STRING(ob);
441 p = PyString_AS_STRING(ob);

Completed in 851 milliseconds

1 2 34 5 6 7 8 910