Searched refs:atype (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/ |
D | scantools.py | 738 for atype, aname, amode in arglist: 739 self.typeused(atype, amode) 741 (atype, aname, amode)) 749 for atype, aname, amode in arglist: 750 oline += ",\n (%s, %r, %s)" % (atype, aname, amode) 770 for atype, aname, amode in arglist: 771 if atype in self.blacklisttypes: 772 self.report("argument type %s is blacklisted", atype)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/ |
D | asdl_c.py | 261 argstr = ", ".join(["%s %s" % (atype, aname) 262 for atype, aname, opt in args]) 284 argstr = ", ".join(["%s %s" % (atype, aname) 285 for atype, aname, opt in args + attrs])
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | socketmodule.c | 1480 unsigned int atype, v1, v2, v3; in getsockaddrarg() local 1495 &atype, &v1, &v2, &v3, &scope)) in getsockaddrarg() 1503 addr->addrtype = atype; in getsockaddrarg() 1505 if (atype == TIPC_ADDR_NAMESEQ) { in getsockaddrarg() 1509 } else if (atype == TIPC_ADDR_NAME) { in getsockaddrarg() 1512 } else if (atype == TIPC_ADDR_ID) { in getsockaddrarg()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | socketmodule.c | 1545 unsigned int atype, v1, v2, v3; in getsockaddrarg() local 1560 &atype, &v1, &v2, &v3, &scope)) in getsockaddrarg() 1568 addr->addrtype = atype; in getsockaddrarg() 1570 if (atype == TIPC_ADDR_NAMESEQ) { in getsockaddrarg() 1574 } else if (atype == TIPC_ADDR_NAME) { in getsockaddrarg() 1577 } else if (atype == TIPC_ADDR_ID) { in getsockaddrarg()
|