HomeSort by relevance Sort by last modified time
    Searched defs:setfunc (Results 1 - 9 of 9) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
inspect_fodder2.py 53 def setfunc(func): function
55 setfunc(lambda x, y: x*y)
  /external/python/cpython2/Lib/test/
inspect_fodder2.py 53 def setfunc(func): function
55 setfunc(lambda x, y: x*y)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
inspect_fodder2.py 53 def setfunc(func): function
55 setfunc(lambda x, y: x*y)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
inspect_fodder2.py 53 def setfunc(func): function
55 setfunc(lambda x, y: x*y)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
inspect_fodder2.py 53 def setfunc(func): function
55 setfunc(lambda x, y: x*y)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
inspect_fodder2.py 53 def setfunc(func): function
55 setfunc(lambda x, y: x*y)
  /external/elfutils/libdwfl/
frame_unwind.c 653 setfunc (int firstreg, unsigned nregs, const Dwarf_Word *regs, void *arg) function
737 if (! ebl_unwind (ebl, pc, setfunc, getfunc, readfunc, state, &signal_frame))
  /external/python/cpython2/Modules/_ctypes/
ctypes.h 55 typedef PyObject *(* SETFUNC)(void *, PyObject *value, Py_ssize_t size);
106 SETFUNC setfunc; member in struct:__anon30169
204 SETFUNC setfunc; member in struct:fielddesc
207 SETFUNC setfunc_swapped;
219 SETFUNC setfunc; /* setter function if proto is NULL */ member in struct:__anon30171
240 SETFUNC setfunc; /* Only for simple objects * member in struct:__anon30172
    [all...]
cfield.c 54 SETFUNC setfunc = NULL; local
126 setfunc = fd->setfunc;
132 setfunc = fd->setfunc;
138 self->setfunc = setfunc;
216 return PyCData_set(inst, self->proto, self->setfunc, value,
    [all...]

Completed in 250 milliseconds