/external/python/cpython2/Tools/audiopy/ |
D | audiopy | 66 info = device.getinfo() 288 info = self.__devctl.getinfo() 304 info = self.__devctl.getinfo() 438 info = device.getinfo()
|
/external/bcc/tests/lua/ |
D | test_helper.lua | 2 local str = require("debug").getinfo(2, "S").source:sub(2)
|
/external/bcc/src/lua/ |
D | bcc-probe | 17 local str = require("debug").getinfo(1, "S").source:sub(2)
|
/external/python/cpython2/Doc/library/ |
D | sunaudio.rst | 58 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
|
D | zipfile.rst | 55 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/ |
D | Makefile.inc | 43 getinfo.c transfer.c strcase.c easy.c security.c curl_fnmatch.c \ 62 speedcheck.h urldata.h curl_ldap.h escape.h telnet.h getinfo.h \
|
/external/python/cpython3/Lib/test/ |
D | test_zipfile.py | 114 info = zipfp.getinfo(nm) 298 info = zipfp.getinfo('b.txt') 308 a_info = zipfp.getinfo('a.txt') 313 b_info = zipfp.getinfo('b.txt') 374 r = repr(zipfp.getinfo(fname)) 400 one_info = zipfp.getinfo('compress_1') 401 nine_info = zipfp.getinfo('compress_9') 422 zinfo = zipfp.getinfo('strfile') 425 zinfo2 = zipfp.getinfo('written-open-w') 564 sinfo = zipfp.getinfo('storeme') [all …]
|
D | test_zipapp.py | 116 self.assertEqual(z.getinfo(name).compress_type,
|
/external/curl/docs/examples/ |
D | Makefile.inc | 25 fopen ftpget ftpgetresp ftpupload getinfo getinmemory http-post httpput \
|
/external/bcc/src/lua/bcc/vendor/ |
D | helpers.lua | 180 local info = debug.getinfo(2, "Sln")
|
/external/curl/packages/Symbian/group/ |
D | libcurl.mmp | 27 netrc.c getinfo.c transfer.c strequal.c easy.c security.c krb4.c \
|
/external/python/cpython2/Lib/test/ |
D | test_zipfile.py | 111 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/ |
D | audiodev.py | 183 info = self.port.getinfo()
|
D | zipfile.py | 904 def getinfo(self, name): member in ZipFile 961 zinfo = self.getinfo(name) 1023 member = self.getinfo(member)
|
/external/u-boot/lib/efi_selftest/ |
D | efi_selftest_block_device.c | 364 ret = root->getinfo(root, &guid_file_system_info, &buf_size, in execute()
|
/external/python/cpython3/Doc/library/ |
D | zipfile.rst | 64 of this class are returned by the :meth:`.getinfo` and :meth:`.infolist` 213 .. method:: ZipFile.getinfo(name) 216 *name*. Calling :meth:`getinfo` for a name not currently contained in the 531 Instances of the :class:`ZipInfo` class are returned by the :meth:`.getinfo` and
|
/external/chromium-trace/catapult/third_party/zipfile/ |
D | zipfile_2_7_13.py | 907 def getinfo(self, name): member in ZipFile 964 zinfo = self.getinfo(name) 1026 member = self.getinfo(member)
|
/external/u-boot/lib/efi_loader/ |
D | efi_file.c | 545 .getinfo = efi_file_getinfo,
|
D | efi_boottime.c | 1516 EFI_CALL(ret = f->getinfo(f, (efi_guid_t *)&efi_file_info_guid, in efi_load_image_from_path() 1520 EFI_CALL(ret = f->getinfo(f, (efi_guid_t *)&efi_file_info_guid, in efi_load_image_from_path()
|
/external/libchrome/build/android/gyp/util/ |
D | build_utils.py | 245 zi = zip_file.getinfo(name)
|
/external/python/cpython3/Lib/ |
D | zipfile.py | 1390 def getinfo(self, name): member in ZipFile 1467 zinfo = self.getinfo(name) 1638 member = self.getinfo(member)
|
/external/u-boot/include/ |
D | efi_api.h | 873 efi_status_t (EFIAPI *getinfo)(struct efi_file_handle *file,
|
/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | disasm-a3xx.c | 904 OPC(5, OPC_GETINFO, getinfo),
|
/external/fonttools/Lib/fontTools/ufoLib/ |
D | __init__.py | 120 dt = self.fs.getinfo(fsdecode(path), namespaces=["details"]).modified
|
/external/curl/projects/Windows/VC6/lib/ |
D | libcurl.dsp | 881 SOURCE=..\..\..\..\lib\getinfo.c 1477 SOURCE=..\..\..\..\lib\getinfo.h
|