Searched refs:longname (Results 1 - 25 of 27) sorted by relevance

12

/external/python/cpython2/Mac/Modules/res/
H A Dresedit.py67 def genresconverter(longname, shortname):
69 f = ManualGenerator("as_%s"%longname, as_xxx_body%(shortname, longname))
70 docstring = "Return this resource/handle as a %s"%longname
/external/python/cpython2/Tools/bgen/bgen/
H A DbgenModule.py11 longname = None):
14 if longname:
15 self.longname = longname
17 self.longname = name
27 od.setmodulename(self.longname)
/external/scapy/scapy/layers/
H A Dmgcp.py18 longname = "Media Gateway Control Protocol" variable in class:MGCP
32 # longname = "Media Gateway Control Protocol"
/external/linux-kselftest/tools/testing/selftests/exec/
H A Dexecveat.c154 char longname[XX_DIR_LEN + 1]; local
168 memset(longname, 'x', XX_DIR_LEN - 1);
169 longname[XX_DIR_LEN - 1] = '/';
170 longname[XX_DIR_LEN] = '\0';
173 strcat(longpath, longname);
179 memset(longname, 'y', len);
180 longname[len] = '\0';
181 strcat(longpath, longname);
/external/adhd/cras/src/alsa_plugin/
H A Dctl_cras.c336 strncpy(cras->ext_ctl.longname, "CRAS",
337 sizeof(cras->ext_ctl.longname) - 1);
338 cras->ext_ctl.longname[sizeof(cras->ext_ctl.longname) - 1] = '\0';
/external/python/cpython3/Lib/test/
H A Dtest_reprlib.py224 longname = 'areallylongpackageandmodulenametotestreprtruncation' variable in class:LongReprTest
227 self.pkgname = os.path.join(self.longname)
228 self.subpkgname = os.path.join(self.longname, self.longname)
261 # a path separator + `longname` (twice)
262 source_path_len += 2 * (len(self.longname) + 1)
H A Dtest_tarfile.py239 self.assertIn(b'ustar' + (b'/12345' * 40) + b'67/longname', out)
288 (b'/123' * 125) + b'/longname', out)
290 (b'/123' * 125) + b'/longname', out)
841 name = "ustar/" + "12345/" * 39 + "1234567/longname"
860 # Test reading of longname (bug #1471427).
861 longname = self.subdir + "/" + "123/" * 125 + "longname"
863 tarinfo = self.tar.getmember(longname)
865 self.fail("longname not found")
867 "read longname a
[all...]
H A Dtest_curses.py204 curses.isendwin, curses.killchar, curses.longname,
H A Dtest_configparser.py1321 longname = 'yeah, sections can be indented as well'
1322 self.assertFalse(cf.getboolean(longname, 'are they subsections'))
1323 self.assertEqual(cf.get(longname, 'lets use some Unicode'), '片仮名')
H A Dtest_ssl.py716 self.assertEqual(val.longname, 'TLS Web Server Authentication')
735 self.assertIsInstance(obj.longname, str)
/external/python/cpython2/Lib/test/
H A Dtest_repr.py224 longname = 'areallylongpackageandmodulenametotestreprtruncation'
225 self.pkgname = os.path.join(longname)
226 self.subpkgname = os.path.join(longname, longname)
H A Dtest_tarfile.py175 self.assertIn('ustar' + ('/12345' * 40) + '67/longname', out)
219 ('/123' * 125) + '/longname', out)
221 ('/123' * 125) + '/longname', out)
674 name = "ustar/" + "12345/" * 39 + "1234567/longname"
690 # Test reading of longname (bug #1471427).
691 longname = self.subdir + "/" + "123/" * 125 + "longname"
693 tarinfo = self.tar.getmember(longname)
695 self.fail("longname not found")
696 self.assertTrue(tarinfo.type != tarfile.DIRTYPE, "read longname a
[all...]
H A Dtest_curses.py200 curses.isendwin, curses.killchar, curses.longname,
H A Dtest_ssl.py618 self.assertEqual(val.longname, 'TLS Web Server Authentication')
637 self.assertIsInstance(obj.longname, str)
/external/toybox/toys/pending/
H A Dtar.c206 write_longname(tar, hname, 'K'); //write longname LINK
224 write_longname(tar, hname, 'K'); //write longname LINK
239 write_longname(tar, hname, 'L'); //write longname NAME
584 char *longname = NULL, *longlink = NULL; local
684 free(longname);
685 longname = xzalloc(file_hdr->size +1);
686 xread(tar_hdl->src_fd, longname, file_hdr->size);
698 free(longname);
699 longname = process_extended_hdr(tar_hdl, file_hdr->size);
704 if (longname) {
[all...]
/external/libmicrohttpd/src/examples/
H A Ddemo.c142 const char *longname; member in struct:Language
335 language->longname);
H A Ddemo_https.c143 const char *longname; member in struct:Language
336 language->longname);
/external/python/cpython2/Mac/Modules/file/
H A Dfilesupport.py807 longname=LONGMODNAME)
/external/curl/tests/python_dependencies/impacket/
H A Dsmb.py553 def __init__(self, ctime, atime, mtime, filesize, allocsize, attribs, shortname, longname):
565 self.__longname = longname[:string.index(longname, '\0')]
567 self.__longname = longname
627 return '<SharedFile instance: shortname="' + self.__shortname + '", longname="' + self.__longname + '", filesize=' + str(self.__filesize) + '>'
/external/libgsm/src/
H A Dtoast.c54 char * name, * longname, * suffix; member in struct:fmtdesc
/external/kernel-headers/original/uapi/sound/
H A Dasound.h822 unsigned char longname[80]; /* name + info text about soundcard */ member in struct:snd_ctl_card_info
/external/curl/lib/
H A Dssh-libssh.c1277 sshc->readdir_longentry = sshc->readdir_attrs->longname;
1377 sshc->readdir_longentry = sshc->readdir_link_attrs->longname;
/external/python/cpython2/Modules/
H A D_cursesmodule.c1701 NoArgReturnStringFunction(longname)
2697 {"longname", (PyCFunction)PyCurses_longname, METH_NOARGS},
/external/python/cpython3/Modules/
H A D_cursesmodule.c2145 NoArgReturnStringFunction(longname)
3252 {"longname", (PyCFunction)PyCurses_longname, METH_NOARGS},
/external/valgrind/include/vki/
H A Dvki-linux.h2376 unsigned char longname[80]; /* name + info text about soundcard */ member in struct:vki_snd_ctl_card_info

Completed in 2538 milliseconds

12