Searched refs:dummies (Results 1 – 18 of 18) sorted by relevance
/external/python/cpython2/Modules/ |
D | threadmodule.c | 270 PyObject *dummies; member 308 r = PyDict_SetItem(self->dummies, wr, ldict); in _local_create_dummy() 362 self->dummies = PyDict_New(); in local_new() 363 if (self->dummies == NULL) in local_new() 391 Py_VISIT(self->dummies); in local_traverse() 401 Py_CLEAR(self->dummies); in local_clear() 585 if (self->dummies != NULL) { in _localdummy_destroyed() 587 ldict = PyDict_GetItem(self->dummies, dummyweakref); in _localdummy_destroyed() 589 PyDict_DelItem(self->dummies, dummyweakref); in _localdummy_destroyed()
|
/external/python/cpython3/Modules/ |
D | _threadmodule.c | 648 PyObject *dummies; member 686 r = PyDict_SetItem(self->dummies, wr, ldict); in _local_create_dummy() 740 self->dummies = PyDict_New(); in local_new() 741 if (self->dummies == NULL) in local_new() 769 Py_VISIT(self->dummies); in local_traverse() 779 Py_CLEAR(self->dummies); in local_clear() 963 if (self->dummies != NULL) { in _localdummy_destroyed() 965 ldict = PyDict_GetItem(self->dummies, dummyweakref); in _localdummy_destroyed() 967 PyDict_DelItem(self->dummies, dummyweakref); in _localdummy_destroyed()
|
/external/llvm/lib/Target/MSP430/ |
D | README.txt | 8 of form "How to write backend for dummies" :) Thes notes hopefully will be
|
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/ |
D | README.txt | 8 of form "How to write backend for dummies" :) Thes notes hopefully will be
|
/external/kernel-headers/original/uapi/linux/ |
D | soundcard.h | 505 int dummies[19]; /* Reserve space */ member 520 int dummies[18]; /* Reserve space */ member
|
/external/googletest/googlemock/docs/ |
D | DesignDoc.md | 24 …nt of the mock function, its definition needs to list other arguments as dummies. This is tedious.
|
/external/e2fsprogs/lib/et/ |
D | texinfo.tex | 1262 % We have to set dummies so commands such as @code, and characters 1398 % it seems we really need yet another set of dummies; have not
|
/external/e2fsprogs/doc/ |
D | texinfo.tex | 1262 % We have to set dummies so commands such as @code, and characters 1398 % it seems we really need yet another set of dummies; have not
|
/external/python/cpython3/Modules/_ctypes/libffi/ |
D | texinfo.tex | 1238 % We have to set dummies so commands such as @code, and characters 1390 % it seems we really need yet another set of dummies; have not
|
/external/python/cpython2/Modules/_ctypes/libffi/ |
D | texinfo.tex | 1238 % We have to set dummies so commands such as @code, and characters 1390 % it seems we really need yet another set of dummies; have not
|
/external/libffi/ |
D | texinfo.tex | 1238 % We have to set dummies so commands such as @code, and characters 1390 % it seems we really need yet another set of dummies; have not
|
/external/libmicrohttpd/doc/ |
D | texinfo.tex | 1238 % We have to set dummies so commands such as @code, and characters 1390 % it seems we really need yet another set of dummies; have not
|
/external/freetype/ |
D | ChangeLog.26 | 1418 Replace code with dummies.
|
/external/strace/ |
D | ChangeLog-CVS | 4533 * svr4/dummy.h: add dummies for truncate64 and ftruncate64 for non
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|
/external/toolchain-utils/dejagnu/gdb_baseline/ |
D | armv7a-cros-linux-gnueabi | 1156 PASS: gdb.base/callfuncs.exp: register contents after nested call dummies 1157 PASS: gdb.base/callfuncs.exp: nested call dummies preserve register contents 18256 PASS: gdb.threads/hand-call-in-threads.exp: all dummies popped
|
D | i686-pc-linux-gnu | 1108 PASS: gdb.base/callfuncs.exp: register contents after nested call dummies 1109 PASS: gdb.base/callfuncs.exp: nested call dummies preserve register contents 18482 PASS: gdb.threads/hand-call-in-threads.exp: all dummies popped
|
D | x86_64-cros-linux-gnu | 1342 PASS: gdb.base/callfuncs.exp: register contents after nested call dummies 1343 PASS: gdb.base/callfuncs.exp: nested call dummies preserve register contents 18610 PASS: gdb.threads/hand-call-in-threads.exp: all dummies popped
|