Searched refs:getdata (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython3/Python/ |
D | pystate.c | 1373 crossinterpdatafunc getdata = _PyCrossInterpreterData_Lookup(obj); in _lookup_getdata() local 1374 if (getdata == NULL && PyErr_Occurred() == 0) in _lookup_getdata() 1377 return getdata; in _lookup_getdata() 1383 crossinterpdatafunc getdata = _lookup_getdata(obj); in _PyObject_CheckCrossInterpreterData() local 1384 if (getdata == NULL) { in _PyObject_CheckCrossInterpreterData() 1425 crossinterpdatafunc getdata = _lookup_getdata(obj); in _PyObject_GetCrossInterpreterData() local 1426 if (getdata == NULL) { in _PyObject_GetCrossInterpreterData() 1430 int res = getdata(obj, data); in _PyObject_GetCrossInterpreterData() 1518 crossinterpdatafunc getdata) in _register_xidata() argument 1526 newhead->getdata = getdata; in _register_xidata() [all …]
|
/external/python/cpython2/Demo/sockets/ |
D | ftp.py | 61 getdata(r) 123 def getdata(r): function
|
/external/honggfuzz/examples/glibc/ |
D | resolver.c | 40 static void *getdata(void *unused) { in getdata() function 106 if (pthread_create(&t, &attr, getdata, NULL) < 0) { in launchthr()
|
/external/noto-fonts/scripts/ |
D | color_emoji_image_diff.py | 121 pixels1 = rgba_map.get(img1, img1.convert('L').getdata()) 122 pixels2 = rgba_map.get(img2, img2.convert('L').getdata())
|
/external/python/cpython3/Include/internal/ |
D | pycore_pystate.h | 157 crossinterpdatafunc getdata; member
|
/external/python/cpython2/Lib/plat-mac/ |
D | gensuitemodule.py | 366 getdata = [ variable 374 (getdata, "what") 381 (getdata, "returns"), 382 (getdata, "accepts"), 388 (getdata, "what")
|