Searched refs:fn (Results 101 - 105 of 105) sorted by relevance

12345

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dmailbox.py2125 fn = self.boxes.pop()
2126 fp = open(os.path.join(self.dirname, fn))
2129 msg._mh_msgno = fn
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_decimal.py2247 for fn, args in operations:
2250 ans = fn(*args)
2258 new_ans = fn(*args)
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/enc/
H A Dunicode.c11242 int fn, ncs[3]={0, 0, 0}; local
11244 for (fn = 0; fn < to->n; fn++) {
11245 cs[fn][0] = to->code[fn];
11246 if (onig_st_lookup(Unfold1Table, (st_data_t )cs[fn][0],
11249 cs[fn][i+1] = z3->code[i];
11251 ncs[fn] = z3->n + 1;
11254 ncs[fn]
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/
H A Dtest_email.py834 fn = 'X-Very-Very-Very-Long-Header-Name'
836 h = Header(gs, 'iso-8859-1', header_name=fn)
H A Dtest_email_renamed.py771 fn = 'X-Very-Very-Very-Long-Header-Name'
773 h = Header(gs, 'iso-8859-1', header_name=fn)

Completed in 149 milliseconds

12345