HomeSort by relevance Sort by last modified time
    Searched full:hname (Results 1 - 25 of 1682) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
time_hashlib.py 41 hName = sys.argv[1]
46 if hName in ('_md5', '_sha'):
47 exec 'import '+hName
48 exec 'creatorFunc = '+hName+'.new'
49 print "testing speed of old", hName, "legacy interface"
50 elif hName == '_hashlib' and len(sys.argv) > 3:
54 elif hName == '_hashlib' and len(sys.argv) == 3:
58 elif hasattr(hashlib, hName) and callable(getattr(hashlib, hName)):
59 creatorFunc = getattr(hashlib, hName)
    [all...]
  /external/python/cpython2/Lib/test/
time_hashlib.py 41 hName = sys.argv[1]
46 if hName in ('_md5', '_sha'):
47 exec 'import '+hName
48 exec 'creatorFunc = '+hName+'.new'
49 print "testing speed of old", hName, "legacy interface"
50 elif hName == '_hashlib' and len(sys.argv) > 3:
54 elif hName == '_hashlib' and len(sys.argv) == 3:
58 elif hasattr(hashlib, hName) and callable(getattr(hashlib, hName)):
59 creatorFunc = getattr(hashlib, hName)
    [all...]
  /external/python/cpython3/Lib/test/
time_hashlib.py 42 hName = sys.argv[1]
47 if hName in ('_md5', '_sha'):
48 exec('import '+hName)
49 exec('creatorFunc = '+hName+'.new')
50 print("testing speed of old", hName, "legacy interface")
51 elif hName == '_hashlib' and len(sys.argv) > 3:
55 elif hName == '_hashlib' and len(sys.argv) == 3:
59 elif hasattr(hashlib, hName) and hasattr(getattr(hashlib, hName), '__call__'):
60 creatorFunc = getattr(hashlib, hName)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
time_hashlib.py 41 hName = sys.argv[1]
46 if hName in ('_md5', '_sha'):
47 exec 'import '+hName
48 exec 'creatorFunc = '+hName+'.new'
49 print "testing speed of old", hName, "legacy interface"
50 elif hName == '_hashlib' and len(sys.argv) > 3:
54 elif hName == '_hashlib' and len(sys.argv) == 3:
58 elif hasattr(hashlib, hName) and callable(getattr(hashlib, hName)):
59 creatorFunc = getattr(hashlib, hName)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
time_hashlib.py 41 hName = sys.argv[1]
46 if hName in ('_md5', '_sha'):
47 exec 'import '+hName
48 exec 'creatorFunc = '+hName+'.new'
49 print "testing speed of old", hName, "legacy interface"
50 elif hName == '_hashlib' and len(sys.argv) > 3:
54 elif hName == '_hashlib' and len(sys.argv) == 3:
58 elif hasattr(hashlib, hName) and callable(getattr(hashlib, hName)):
59 creatorFunc = getattr(hashlib, hName)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
time_hashlib.py 41 hName = sys.argv[1]
46 if hName in ('_md5', '_sha'):
47 exec 'import '+hName
48 exec 'creatorFunc = '+hName+'.new'
49 print "testing speed of old", hName, "legacy interface"
50 elif hName == '_hashlib' and len(sys.argv) > 3:
54 elif hName == '_hashlib' and len(sys.argv) == 3:
58 elif hasattr(hashlib, hName) and callable(getattr(hashlib, hName)):
59 creatorFunc = getattr(hashlib, hName)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
time_hashlib.py 41 hName = sys.argv[1]
46 if hName in ('_md5', '_sha'):
47 exec 'import '+hName
48 exec 'creatorFunc = '+hName+'.new'
49 print "testing speed of old", hName, "legacy interface"
50 elif hName == '_hashlib' and len(sys.argv) > 3:
54 elif hName == '_hashlib' and len(sys.argv) == 3:
58 elif hasattr(hashlib, hName) and callable(getattr(hashlib, hName)):
59 creatorFunc = getattr(hashlib, hName)
    [all...]
  /external/ltp/testcases/kernel/syscalls/sethostname/
sethostname01.c 81 static char hname[MAX_LENGTH]; /* host name */ variable
132 if ((ret = gethostname(hname, sizeof(hname))) < 0) {
150 if ((ret = sethostname(hname, strlen(hname))) < 0) {
152 " hostname to \"%s\": %s", hname, strerror(errno));
sethostname02.c 93 static char hname[MAX_LENGTH]; variable
168 if ((ret = gethostname(hname, sizeof(hname))) < 0) {
186 if ((ret = sethostname(hname, strlen(hname))) < 0) {
188 " hostname to \"%s\"", hname);
sethostname03.c 84 static char hname[MAX_LENGTH]; variable
149 if ((ret = gethostname(hname, sizeof(hname))) < 0) {
174 if ((ret = sethostname(hname, strlen(hname))) < 0) {
176 " hostname to \"%s\"", hname);
  /external/nist-sip/java/gov/nist/javax/sip/header/
ExtensionHeaderList.java 53 public ExtensionHeaderList(String hName) {
54 super( ExtensionHeaderImpl.class, hName);
SIPHeader.java 51 * @param hname String to set
53 protected SIPHeader(String hname) {
54 headerName = hname;
  /external/ltp/testcases/kernel/syscalls/gethostname/
gethostname01.c 126 char hname[100]; /* host name */ local
136 TEST(gethostname(hname, sizeof(hname)));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib/
lib6to4svc.a 12 d?6.text P`.data@P?.bss?P?.idata$2@0?.idata$5@0?.idata$4@0?   .file??gfakehnamefthunk.text.data.bss.idata$2.idata$4.idata$58_head_lib64_lib6to4svc_a__lib64_lib6to4svc_a_inamedapvs00000.o/ 1486067750 18779 5000 100644 623 `
libCINTIME.a 12 d?6.text P`.data@P?.bss?P?.idata$2@0?.idata$5@0?.idata$4@0?   .file??gfakehnamefthunk.text.data.bss.idata$2.idata$4.idata$58_head_lib64_libCINTIME_a__lib64_libCINTIME_a_inamedlzvs00000.o/ 1486067750 18779 5000 100644 657 `
libaaaamon.a 12 d?6.text P`.data@P?.bss?P?.idata$2@0?.idata$5@0?.idata$4@0?   .file??gfakehnamefthunk.text.data.bss.idata$2.idata$4.idata$58_head_lib64_libaaaamon_a__lib64_libaaaamon_a_inameddpvs00000.o/ 1486067750 18779 5000 100644 627 `
libaelupsvc.a 10 d?6.text P`.data@P?.bss?P?.idata$2@0?.idata$5@0?.idata$4@0?   .file??gfakehnamefthunk.text.data.bss.idata$2.idata$4.idata$5:_head_lib64_libaelupsvc_a__lib64_libaelupsvc_a_inamedgrvs00000.o/ 1486067750 18779 5000 100644 624 `
libagrmco64.a 10 d?6.text P`.data@P?.bss?P?.idata$2@0?.idata$5@0?.idata$4@0?   .file??gfakehnamefthunk.text.data.bss.idata$2.idata$4.idata$5:_head_lib64_libagrmco64_a__lib64_libagrmco64_a_inamedvrvs00000.o/ 1486067750 18779 5000 100644 662 `
libakscoinst.a 11 d?6.text P`.data@P?.bss?P?.idata$2@0?.idata$5@0?.idata$4@0?   .file??gfakehnamefthunk.text.data.bss.idata$2.idata$4.idata$5<_head_lib64_libakscoinst_a__lib64_libakscoinst_a_inamedesvs00000.o/ 1486067750 18779 5000 100644 671 `
libbthci.a 14 d?6.text P`.data@P?.bss?P?.idata$2@0?.idata$5@0?.idata$4@0?   .file??gfakehnamefthunk.text.data.bss.idata$2.idata$4.idata$54_head_lib64_libbthci_a__lib64_libbthci_a_inamedkwvs00000.o/ 1486067750 18779 5000 100644 657 `
libbthserv.a 12 d?6.text P`.data@P?.bss?P?.idata$2@0?.idata$5@0?.idata$4@0?   .file??gfakehnamefthunk.text.data.bss.idata$2.idata$4.idata$58_head_lib64_libbthserv_a__lib64_libbthserv_a_inamedlwvs00000.o/ 1486067750 18779 5000 100644 623 `
libc_is2022.a 10 d?6.text P`.data@P?.bss?P?.idata$2@0?.idata$5@0?.idata$4@0?   .file??gfakehnamefthunk.text.data.bss.idata$2.idata$4.idata$5:_head_lib64_libc_is2022_a__lib64_libc_is2022_a_inamedvzvs00000.o/ 1486067750 18779 5000 100644 664 `
libc_iscii.a 12 d?6.text P`.data@P?.bss?P?.idata$2@0?.idata$5@0?.idata$4@0?   .file??gfakehnamefthunk.text.data.bss.idata$2.idata$4.idata$58_head_lib64_libc_iscii_a__lib64_libc_iscii_a_inamedwzvs00000.o/ 1486067750 18779 5000 100644 663 `
libcnbjmon.a 12 d?6.text P`.data@P?.bss?P?.idata$2@0?.idata$5@0?.idata$4@0?   .file??gfakehnamefthunk.text.data.bss.idata$2.idata$4.idata$58_head_lib64_libcnbjmon_a__lib64_libcnbjmon_a_inameddbws00000.o/ 1486067750 18779 5000 100644 657 `
libcomres.a 13 d?6.text P`.data@P?.bss?P?.idata$2@0?.idata$5@0?.idata$4@0?   .file??gfakehnamefthunk.text.data.bss.idata$2.idata$4.idata$56_head_lib64_libcomres_a__lib64_libcomres_a_inamedycws00000.o/ 1486067750 18779 5000 100644 648 `

Completed in 1145 milliseconds

1 2 3 4 5 6 7 8 91011>>