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

1 2 3 4 5 6 7 8 91011>>

  /external/autotest/utils/named_semaphore/
namedsem.c 21 PyArg_ParseTuple(args, "siI", &name, &oflag, &value);
33 PyArg_ParseTuple(args, "O&", &parse_sem_t, &sem);
45 PyArg_ParseTuple(args, "s", &name);
57 PyArg_ParseTuple(args, "O&", &parse_sem_t, &sem);
69 PyArg_ParseTuple(args, "O&", &parse_sem_t, &sem);
82 PyArg_ParseTuple(args, "O&", &parse_sem_t, &sem);
  /prebuilts/misc/common/swig/include/2.0.11/python/
defarg.swg 27 if (!PyArg_ParseTuple(args,"OO",&func,&parms))
  /external/python/cpython2/Mac/Modules/cg/
_CGmodule.c 134 if (!PyArg_ParseTuple(_args, ""))
145 if (!PyArg_ParseTuple(_args, ""))
158 if (!PyArg_ParseTuple(_args, "ff",
175 if (!PyArg_ParseTuple(_args, "ff",
191 if (!PyArg_ParseTuple(_args, "f",
205 if (!PyArg_ParseTuple(_args, "O&",
219 if (!PyArg_ParseTuple(_args, ""))
231 if (!PyArg_ParseTuple(_args, "f",
245 if (!PyArg_ParseTuple(_args, "i",
259 if (!PyArg_ParseTuple(_args, "i"
    [all...]
  /external/python/cpython2/Mac/Modules/evt/
_Evtmodule.c 31 if (!PyArg_ParseTuple(_args, ""))
46 if (!PyArg_ParseTuple(_args, ""))
61 if (!PyArg_ParseTuple(_args, ""))
76 if (!PyArg_ParseTuple(_args, ""))
91 if (!PyArg_ParseTuple(_args, ""))
106 if (!PyArg_ParseTuple(_args, ""))
121 if (!PyArg_ParseTuple(_args, ""))
136 if (!PyArg_ParseTuple(_args, "H",
154 if (!PyArg_ParseTuple(_args, "H",
174 if (!PyArg_ParseTuple(_args, "H"
    [all...]
  /external/python/cpython2/PC/
msvcrtmodule.c 36 if (!PyArg_ParseTuple(args, ":heapmin"))
61 if (!PyArg_ParseTuple(args, "iil:locking", &fd, &mode, &nbytes))
91 if (!PyArg_ParseTuple(args,"ii:setmode", &fd, &flags))
116 if (!PyArg_ParseTuple(args, "li:open_osfhandle", &handle, &flags))
141 if (!PyArg_ParseTuple(args,"i:get_osfhandle", &fd))
170 if (!PyArg_ParseTuple(args, ":kbhit"))
188 if (!PyArg_ParseTuple(args, ":getch"))
215 if (!PyArg_ParseTuple(args, ":getwch"))
237 if (!PyArg_ParseTuple(args, ":getche"))
260 if (!PyArg_ParseTuple(args, ":getwche")
    [all...]
  /external/python/cpython2/Mac/Modules/help/
_Helpmodule.c 27 if (!PyArg_ParseTuple(_args, ""))
42 if (!PyArg_ParseTuple(_args, ""))
55 if (!PyArg_ParseTuple(_args, "b",
70 if (!PyArg_ParseTuple(_args, "l",
85 if (!PyArg_ParseTuple(_args, ""))
100 if (!PyArg_ParseTuple(_args, "O&h",
119 if (!PyArg_ParseTuple(_args, "O&hh",
137 if (!PyArg_ParseTuple(_args, ""))
  /external/python/cpython2/Modules/
sgimodule.c 14 if (!PyArg_ParseTuple(args, "l:nap", &ticks))
33 if (!PyArg_ParseTuple(args, "iii:_getpty", &oflag, &mode, &nofork))
cryptmodule.c 22 if (!PyArg_ParseTuple(args, "ss:crypt", &word, &salt)) {
_cursesmodule.c 275 if (!PyArg_ParseTuple(args, PARSESTR, &arg1)) return NULL; \
283 if (!PyArg_ParseTuple(args,PARSESTR, &arg1)) return NULL; \
291 if (!PyArg_ParseTuple(args,PARSESTR, &arg1, &arg2)) return NULL; \
381 if (!PyArg_ParseTuple(args, "O;ch or int", &temp))
385 if (!PyArg_ParseTuple(args, "Ol;ch or int,attr", &temp, &lattr))
390 if (!PyArg_ParseTuple(args,"iiO;y,x,ch or int", &y, &x, &temp))
395 if (!PyArg_ParseTuple(args,"iiOl;y,x,ch or int, attr",
431 if (!PyArg_ParseTuple(args,"s;str", &str))
435 if (!PyArg_ParseTuple(args,"sl;str,attr", &str, &lattr))
441 if (!PyArg_ParseTuple(args,"iis;int,int,str", &y, &x, &str)
    [all...]
_codecsmodule.c 71 if (!PyArg_ParseTuple(args, "s:lookup", &encoding))
94 if (!PyArg_ParseTuple(args, "O|ss:encode", &v, &encoding, &errors))
128 if (!PyArg_ParseTuple(args, "O|ss:decode", &v, &encoding, &errors))
168 if (!PyArg_ParseTuple(args, "s#|z:escape_decode",
184 if (!PyArg_ParseTuple(args, "S|z:escape_encode",
215 if (!PyArg_ParseTuple(args, "O|z:unicode_internal_decode",
242 if (!PyArg_ParseTuple(args, "s*|zi:utf_7_decode",
265 if (!PyArg_ParseTuple(args, "s*|zi:utf_8_decode",
289 if (!PyArg_ParseTuple(args, "s*|zi:utf_16_decode",
312 if (!PyArg_ParseTuple(args, "s*|zi:utf_16_le_decode"
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
cryptmodule.c 22 if (!PyArg_ParseTuple(args, "ss:crypt", &word, &salt)) {
_codecsmodule.c 71 if (!PyArg_ParseTuple(args, "s:lookup", &encoding))
94 if (!PyArg_ParseTuple(args, "O|ss:encode", &v, &encoding, &errors))
128 if (!PyArg_ParseTuple(args, "O|ss:decode", &v, &encoding, &errors))
168 if (!PyArg_ParseTuple(args, "s#|z:escape_decode",
184 if (!PyArg_ParseTuple(args, "S|z:escape_encode",
215 if (!PyArg_ParseTuple(args, "O|z:unicode_internal_decode",
242 if (!PyArg_ParseTuple(args, "s*|zi:utf_7_decode",
265 if (!PyArg_ParseTuple(args, "s*|zi:utf_8_decode",
289 if (!PyArg_ParseTuple(args, "s*|zi:utf_16_decode",
312 if (!PyArg_ParseTuple(args, "s*|zi:utf_16_le_decode",
    [all...]
  /external/e2fsprogs/contrib/python-uuid/
uuid.c 9 if (!PyArg_ParseTuple(args, "")) return NULL;
  /external/python/cpython2/Mac/Modules/fm/
_Fmmodule.c 42 return PyArg_ParseTuple(v, "O&O&O&O&O&",
62 if (!PyArg_ParseTuple(_args, "h",
80 if (!PyArg_ParseTuple(_args, "O&",
99 if (!PyArg_ParseTuple(_args, "hh",
117 if (!PyArg_ParseTuple(_args, "b",
133 if (!PyArg_ParseTuple(_args, ""))
148 if (!PyArg_ParseTuple(_args, "b",
164 if (!PyArg_ParseTuple(_args, ""))
181 if (!PyArg_ParseTuple(_args, "O&O&",
199 if (!PyArg_ParseTuple(_args, "b"
    [all...]
  /external/python/cpython2/Mac/Modules/
gestaltmodule.c 38 if (!PyArg_ParseTuple(args, "O&", PyMac_GetOSType, &selector))
icgluemodule.c 67 if (!PyArg_ParseTuple(args, ""))
85 if (!PyArg_ParseTuple(args, "i", &perm))
106 if (!PyArg_ParseTuple(args, "O&O&", PyMac_GetStr255, &key, ResObj_Convert, &h))
127 if (!PyArg_ParseTuple(args, "O&is#", PyMac_GetStr255, &key, &attr,
148 if (!PyArg_ParseTuple(args, ""))
167 if (!PyArg_ParseTuple(args, "l", &num))
185 if (!PyArg_ParseTuple(args, "O&", PyMac_GetStr255, key))
203 if (!PyArg_ParseTuple(args, ""))
222 if (!PyArg_ParseTuple(args, "O&", PyMac_GetStr255, key))
245 if (!PyArg_ParseTuple(args, "O&s#llO&", PyMac_GetStr255, hint, &data, &datalen
    [all...]