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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
ControlAccessor.py 30 setfunc, getfunc = _accessdict[selector]
44 setfunc, getfunc = _accessdict[selector]
45 return getfunc(control, part, selector, data)
  /external/lldb/scripts/Python/interface/
SBData.i 203 def _make_helper(self, sbdata, getfunc, itemsize):
204 return self.read_data_helper(sbdata, getfunc, itemsize)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
userfunctions.py 154 def getfunc(): function in function:FunctionTests.CheckFuncRefCount
158 f = getfunc()
160 # self.con.create_function("reftest", 0, getfunc())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
userfunctions.py 154 def getfunc(): function in function:FunctionTests.CheckFuncRefCount
158 f = getfunc()
160 # self.con.create_function("reftest", 0, getfunc())
  /external/libmtp/src/
libusb-glue.c 960 int getfunc_ret = handler->getfunc(NULL, handler->priv,towrite,bytes,&towrite);
    [all...]
libmtp.c 188 MTPDataGetFunc getfunc; member in struct:_MTPDataHandler
    [all...]
ptp.c 250 handler->getfunc = memory_getfunc;
270 handler->getfunc = memory_getfunc;
341 handler->getfunc = fd_getfunc;
    [all...]
ptp.h 1855 PTPDataGetFunc getfunc; member in struct:_PTPDataHandler
    [all...]
  /external/javasqlite/src/main/native/
sqlite_jni.c 1693 getfunc(JNIEnv *env, jobject obj) function
    [all...]

Completed in 234 milliseconds