Home
last modified time | relevance | path

Searched refs:getinfo (Results 1 – 19 of 19) sorted by relevance

/external/python/cpython2/Tools/audiopy/
Daudiopy66 info = device.getinfo()
288 info = self.__devctl.getinfo()
304 info = self.__devctl.getinfo()
438 info = device.getinfo()
/external/curl/docs/examples/
D.gitignore16 getinfo
DMakefile.inc25 fopen ftpget ftpgetresp ftpupload getinfo getinmemory http-post httpput \
/external/python/cpython2/Doc/library/
Dsunaudio.rst58 methods (except ``control`` objects which only provide :meth:`getinfo`,
88 .. method:: audio device.getinfo()
126 a device status object as returned by :func:`getinfo` and possibly modified by
Dzipfile.rst55 of this class are returned by the :meth:`.getinfo` and :meth:`.infolist`
147 .. method:: ZipFile.getinfo(name)
150 *name*. Calling :meth:`getinfo` for a name not currently contained in the
387 Instances of the :class:`ZipInfo` class are returned by the :meth:`.getinfo` and
/external/curl/lib/
DMakefile.inc43 getinfo.c transfer.c strcase.c easy.c security.c curl_fnmatch.c \
60 speedcheck.h urldata.h curl_ldap.h escape.h telnet.h getinfo.h \
DMakefile.vc6562 $(DIROBJ)\getinfo.obj \
/external/curl/packages/Symbian/group/
Dlibcurl.mmp27 netrc.c getinfo.c transfer.c strequal.c easy.c security.c krb4.c \
/external/python/cpython2/Lib/test/
Dtest_zipfile.py111 info = zipfp.getinfo(nm)
426 sinfo = zipfp.getinfo('storeme')
427 dinfo = zipfp.getinfo('deflateme')
592 info = zipfp.getinfo('a.txt')
596 info = zipfp.getinfo('b.txt')
606 zinfo = zipfp.getinfo('strfile')
737 info = zipfp.getinfo(nm)
/external/python/cpython2/Lib/
Daudiodev.py183 info = self.port.getinfo()
Dzipfile.py907 def getinfo(self, name): member in ZipFile
964 zinfo = self.getinfo(name)
1026 member = self.getinfo(member)
Dtarfile.py2596 def getinfo(self, name): member in TarFileCompat
/external/curl/
DAndroid.bp68 "lib/getinfo.c",
DCHANGES.07283 - Added docs/libcurl/getinfo-times, based on feedback from 'Edi':
9528 - Fixed the file:-related progress/getinfo stuff a bit more.
12488 - Jacky Lam fixed a MALLOCDEBUG problem in lib/getinfo.c
13310 - I also modified the getinfo() again when returning times, as Paul Harrington
/external/syslinux/com32/lua/doc/
Dsyslinux.asc190 pciinfo = pci.getinfo()
/external/chromium-trace/catapult/third_party/zipfile/
Dzipfile_2_7_13.py907 def getinfo(self, name): member in ZipFile
964 zinfo = self.getinfo(name)
1026 member = self.getinfo(member)
/external/libmojo/build/android/gyp/util/
Dbuild_utils.py214 zi = zip_file.getinfo(name)
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Ddisasm-a3xx.c766 OPC(5, OPC_GETINFO, getinfo),
/external/python/cpython2/Misc/
DNEWS11383 module. The KeyError raised by Zipfile.getinfo for nonexistent