Searched refs:fh (Results 1 – 5 of 5) sorted by relevance
42 with open(fn, 'rb') as fh:47 data = fh.read(*params)85 with open(self.abs_fn, 'wb') as fh:86 fh.write(data)124 fh = attempt_to_open_file(fn)125 if fh:126 return fh147 fh = attempt_to_open_file(fn)148 if not fh:150 fh.close()
16 with open(fn, 'wb') as fh:17 fh.write(data)22 with open(fn, 'wb') as fh:23 fh.write(data)
148 fh = u_boot_utils.attempt_to_open_file(150 if fh:151 fh.close()167 fh = u_boot_utils.wait_until_open_succeeds(169 fh.close()
142 fh = u_boot_utils.wait_until_open_succeeds(host_ums_part_node)144 fh.read(4096)145 fh.close()
2853 float fh = ranges[i].font_size; in stbtt_PackFontRangesGatherRects() local2854 …float scale = fh > 0 ? stbtt_ScaleForPixelHeight(info, fh) : stbtt_ScaleForMappingEmToPixels(info,… in stbtt_PackFontRangesGatherRects()2886 float fh = ranges[i].font_size; in stbtt_PackFontRangesRenderIntoRects() local2887 …float scale = fh > 0 ? stbtt_ScaleForPixelHeight(info, fh) : stbtt_ScaleForMappingEmToPixels(info,… in stbtt_PackFontRangesRenderIntoRects()