HomeSort by relevance Sort by last modified time
    Searched refs:Py_BuildValue (Results 1 - 25 of 364) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/python/cpython3/Modules/
_cryptmodule.c 39 return Py_BuildValue("s", crypt(word, salt));
  /external/autotest/utils/named_semaphore/
namedsem.c 36 return Py_BuildValue("i", result);
48 return Py_BuildValue("i", result);
60 return Py_BuildValue("i", result);
72 return Py_BuildValue("i", result);
85 return Py_BuildValue("i", sval);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
cryptmodule.c 27 return Py_BuildValue("s", crypt(word, salt));
  /external/e2fsprogs/contrib/python-uuid/
uuid.c 12 return Py_BuildValue("s", uuid);
  /external/python/cpython2/Modules/
cryptmodule.c 27 return Py_BuildValue("s", crypt(word, salt));
sgimodule.c 41 return Py_BuildValue("(si)", name, fildes);
  /external/python/cpython2/Mac/Modules/evt/
_Evtmodule.c 34 _res = Py_BuildValue("O&",
49 _res = Py_BuildValue("b",
64 _res = Py_BuildValue("b",
79 _res = Py_BuildValue("b",
94 _res = Py_BuildValue("l",
109 _res = Py_BuildValue("s#",
124 _res = Py_BuildValue("l",
159 _res = Py_BuildValue("bO&",
179 _res = Py_BuildValue("bO&",
235 _res = Py_BuildValue("O&"
    [all...]
  /external/python/cpython2/Mac/Modules/qt/
_Qtmodule.c 60 return Py_BuildValue("O&lO&", PyMac_Buildwide, &itself->value, itself->scale,
63 return Py_BuildValue("O&lO", PyMac_Buildwide, &itself->value, itself->scale,
286 _res = Py_BuildValue("l",
304 _res = Py_BuildValue("O&",
319 _res = Py_BuildValue("l",
337 _res = Py_BuildValue("l",
352 _res = Py_BuildValue("l",
370 _res = Py_BuildValue("l",
391 _res = Py_BuildValue("l",
409 _res = Py_BuildValue("l"
    [all...]
  /external/python/cpython2/Mac/Modules/launch/
_Launchmodule.c 54 return Py_BuildValue("{s:is:O&s:O&s:O&s:O&s:i}",
62 return Py_BuildValue("{s:is:O&s:O&s:O&}",
87 _res = Py_BuildValue("O&",
107 _res = Py_BuildValue("O&",
127 _res = Py_BuildValue("l",
144 _res = Py_BuildValue("O&",
161 _res = Py_BuildValue("O&",
214 _res = Py_BuildValue("O&",
231 _res = Py_BuildValue("O&",
253 _res = Py_BuildValue("O&O&"
    [all...]
  /external/python/cpython2/Mac/Modules/fm/
_Fmmodule.c 29 return Py_BuildValue("O&O&O&O&O&",
67 _res = Py_BuildValue("O&",
85 _res = Py_BuildValue("h",
105 _res = Py_BuildValue("b",
136 _res = Py_BuildValue("O&",
167 _res = Py_BuildValue("h",
187 _res = Py_BuildValue("b",
218 _res = Py_BuildValue("b",
249 _res = Py_BuildValue("b",
264 _res = Py_BuildValue("h"
    [all...]
  /external/python/cpython2/Mac/Modules/
OSATerminology.c 51 return Py_BuildValue("O&i", AEDesc_New, &theDesc, didLaunch);
74 return Py_BuildValue("O&", AEDesc_New, &theDesc);
ColorPickermodule.c 50 return Py_BuildValue("O&h", QdRGB_New, &outColor, ok);
icgluemodule.c 71 return Py_BuildValue("i", (int)seed);
110 return Py_BuildValue("i", (int)attr);
152 return Py_BuildValue("i", (int)count);
171 return Py_BuildValue("O&", PyMac_BuildStr255, key);
251 return Py_BuildValue("ii", (int)selStart, (int)selEnd);
274 return Py_BuildValue("ii", (int)selStart, (int)selEnd);
293 return Py_BuildValue("hO&O&O&lO&O&O&O&O&", entry.version,
325 return Py_BuildValue("hO&O&O&lO&O&O&O&O&", entry.version,
  /external/python/cpython2/Mac/Modules/cf/
_CFmodule.c 86 return Py_BuildValue("ll", (long)itself->location, (long)itself->length);
176 _res = Py_BuildValue("l",
191 _res = Py_BuildValue("O&",
220 _res = Py_BuildValue("l",
238 _res = Py_BuildValue("l",
253 _res = Py_BuildValue("l",
268 _res = Py_BuildValue("O&",
281 _res = Py_BuildValue("O&",
297 _res = Py_BuildValue("O&",
336 _res = Py_BuildValue("O&"
    [all...]
  /external/python/cpython2/Mac/Modules/snd/
_Sndihooks.c 77 return Py_BuildValue("d", d);
101 return Py_BuildValue("h", nchannel);
122 return Py_BuildValue("h", nchannel);
165 return Py_BuildValue("h", onoff);
208 return Py_BuildValue("O&", ResObj_New, names);
229 return Py_BuildValue("h", source);
272 return Py_BuildValue("h", onoff);
315 return Py_BuildValue("O&", PyMac_BuildUFixed, sample_rate);
358 return Py_BuildValue("h", bits);
443 rrates = Py_BuildValue("O&O&", frates[0], frates[1])
    [all...]
_Sndmodule.c 142 _res = Py_BuildValue("s#",
313 return Py_BuildValue("l", self->ob_spb.inRefNum);
324 return Py_BuildValue("l", self->ob_spb.count);
335 return Py_BuildValue("l", self->ob_spb.milliseconds);
346 return Py_BuildValue("h", self->ob_spb.error);
467 _res = Py_BuildValue("O&",
487 _res = Py_BuildValue("O&",
504 _res = Py_BuildValue("s#",
516 _res = Py_BuildValue("h",
545 _res = Py_BuildValue("l"
    [all...]
  /external/python/cpython2/Mac/Modules/list/
_Listmodule.c 97 _res = Py_BuildValue("h",
115 _res = Py_BuildValue("h",
167 _res = Py_BuildValue("bO&",
180 _res = Py_BuildValue("O&",
201 _res = Py_BuildValue("bO&",
321 _res = Py_BuildValue("b",
380 _res = Py_BuildValue("s#",
398 _res = Py_BuildValue("O&",
467 _res = Py_BuildValue("hh",
480 _res = Py_BuildValue("O&"
    [all...]
  /external/python/cpython2/Mac/Modules/te/
_TEmodule.c 39 return Py_BuildValue("lllO&", (long)itself->tsFont, (long)itself->tsFace, (long)itself->tsSize, QdRGB_New,
129 _res = Py_BuildValue("O&",
421 _res = Py_BuildValue("h",
439 _res = Py_BuildValue("O&",
491 _res = Py_BuildValue("O&",
514 _res = Py_BuildValue("O&hh",
594 _res = Py_BuildValue("O&",
638 _res = Py_BuildValue("l",
659 _res = Py_BuildValue("bhO&",
708 _res = Py_BuildValue("l"
    [all...]
  /external/python/cpython2/Mac/Modules/ctl/
_Ctlmodule.c 44 return Py_BuildValue("hhhhhhO&O&", itself->flags, itself->font,
66 return Py_BuildValue("O&l", PyMac_BuildOSType, itself->signature, itself->id);
232 _res = Py_BuildValue("b",
247 _res = Py_BuildValue("b",
316 _res = Py_BuildValue("b",
382 _res = Py_BuildValue("O&h",
504 _res = Py_BuildValue("h",
525 _res = Py_BuildValue("b",
549 _res = Py_BuildValue("l",
573 _res = Py_BuildValue("h"
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
modsupport.h 20 #define Py_BuildValue _Py_BuildValue_SizeT
31 PyAPI_FUNC(PyObject *) Py_BuildValue(const char *, ...);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
modsupport.h 20 #define Py_BuildValue _Py_BuildValue_SizeT
31 PyAPI_FUNC(PyObject *) Py_BuildValue(const char *, ...);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
microprotocols.c 62 key = Py_BuildValue("(OO)", (PyObject*)type, proto);
85 key = Py_BuildValue("(OO)", (PyObject*)obj->ob_type, proto);
  /external/python/cpython2/Include/
modsupport.h 20 #define Py_BuildValue _Py_BuildValue_SizeT
31 PyAPI_FUNC(PyObject *) Py_BuildValue(const char *, ...);
  /external/python/cpython2/Modules/_sqlite/
microprotocols.c 62 key = Py_BuildValue("(OO)", (PyObject*)type, proto);
85 key = Py_BuildValue("(OO)", (PyObject*)obj->ob_type, proto);
  /external/python/cpython3/Modules/_sqlite/
microprotocols.c 62 key = Py_BuildValue("(OO)", (PyObject*)type, proto);
85 key = Py_BuildValue("(OO)", (PyObject*)obj->ob_type, proto);

Completed in 1138 milliseconds

1 2 3 4 5 6 7 8 91011>>