/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_methodattrs.py | 18 power< any+ trailer< '.' attr=('im_func' | 'im_self' | 'im_class') > any* > 22 attr = results["attr"][0] 23 new = unicode(MAP[attr.value]) 24 attr.replace(Name(new, prefix=attr.prefix))
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/ |
attr-merge-arch-2.d | 1 #source: attr-merge-arch-2a.s 2 #source: attr-merge-arch-2b.s
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/ |
attr-gnu-4-10.d | 1 #source: attr-gnu-4-1.s 2 #source: attr-gnu-4-0.s
|
attr-gnu-4-12.d | 1 #source: attr-gnu-4-1.s 2 #source: attr-gnu-4-2.s
|
attr-gnu-4-13.d | 1 #source: attr-gnu-4-1.s 2 #source: attr-gnu-4-3.s
|
attr-gnu-4-21.d | 1 #source: attr-gnu-4-2.s 2 #source: attr-gnu-4-1.s
|
attr-gnu-4-23.d | 1 #source: attr-gnu-4-2.s 2 #source: attr-gnu-4-3.s
|
attr-gnu-4-31.d | 1 #source: attr-gnu-4-3.s 2 #source: attr-gnu-4-1.s
|
attr-gnu-4-32.d | 1 #source: attr-gnu-4-3.s 2 #source: attr-gnu-4-2.s
|
attr-gnu-4-50.d | 1 #source: attr-gnu-4-5.s 2 #source: attr-gnu-4-0.s -mips32r2
|
attr-gnu-4-52.d | 1 #source: attr-gnu-4-5.s 2 #source: attr-gnu-4-2.s -mips32r2
|
attr-gnu-4-53.d | 1 #source: attr-gnu-4-5.s 2 #source: attr-gnu-4-3.s -mips32r2
|
attr-gnu-4-60.d | 1 #source: attr-gnu-4-6.s 2 #source: attr-gnu-4-0.s -mips32r2
|
attr-gnu-4-61.d | 1 #source: attr-gnu-4-6.s 2 #source: attr-gnu-4-1.s -mips32r2
|
attr-gnu-4-62.d | 1 #source: attr-gnu-4-6.s 2 #source: attr-gnu-4-2.s -mips32r2
|
attr-gnu-4-63.d | 1 #source: attr-gnu-4-6.s 2 #source: attr-gnu-4-3.s -mips32r2
|
attr-gnu-4-70.d | 1 #source: attr-gnu-4-7.s 2 #source: attr-gnu-4-0.s -mips32r2
|
attr-gnu-4-73.d | 1 #source: attr-gnu-4-7.s 2 #source: attr-gnu-4-3.s -mips32r2
|
attr-gnu-8-12.d | 1 #source: attr-gnu-8-1.s 2 #source: attr-gnu-8-2.s
|
attr-gnu-8-21.d | 1 #source: attr-gnu-8-2.s 2 #source: attr-gnu-8-1.s
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/ |
attr-gnu-4-00.d | 1 #source: attr-gnu-4-0.s 2 #source: attr-gnu-4-0.s
|
/external/elfutils/libdw/ |
dwarf_formsdata.c | 39 dwarf_formsdata (Dwarf_Attribute *attr, Dwarf_Sword *return_sval) 41 if (attr == NULL) 44 const unsigned char *datap = attr->valp; 45 const unsigned char *endp = attr->cu->endp; 47 switch (attr->form) 56 *return_sval = *attr->valp; 62 *return_sval = read_2ubyte_unaligned (attr->cu->dbg, attr->valp); 68 *return_sval = read_4ubyte_unaligned (attr->cu->dbg, attr->valp) [all...] |
/external/iproute2/examples/bpf/ |
bpf_sys.h | 14 union bpf_attr attr = { local 20 return syscall(__NR_bpf, BPF_MAP_LOOKUP_ELEM, &attr, sizeof(attr));
|
/external/strace/tests/ |
mq.c | 43 struct mq_attr attr; local 46 mq_getattr(0, &attr) || 47 mq_setattr(0, &attr, 0) ||
|
/external/wpa_supplicant_8/src/wps/ |
wps_upnp_ap.c | 33 struct wps_parse_attr attr; local 38 wps_parse_msg(msg, &attr) < 0) 45 if (attr.selected_registrar == NULL || *attr.selected_registrar == 0) { 51 s->dev_password_id = attr.dev_password_id ? 52 WPA_GET_BE16(attr.dev_password_id) : DEV_PW_DEFAULT; 53 s->config_methods = attr.sel_reg_config_methods ? 54 WPA_GET_BE16(attr.sel_reg_config_methods) : -1; 55 if (attr.authorized_macs) { 56 int count = attr.authorized_macs_len / ETH_ALEN [all...] |