Home
last modified time | relevance | path

Searched refs:fh (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/test/py/
H A Du_boot_utils.py42 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 fh
147 fh = attempt_to_open_file(fn)
148 if not fh:
150 fh.close()
/rk3399_rockchip-uboot/test/py/tests/
H A Dtest_ut.py16 with open(fn, 'wb') as fh:
17 fh.write(data)
22 with open(fn, 'wb') as fh:
23 fh.write(data)
H A Dtest_dfu.py148 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()
H A Dtest_ums.py142 fh = u_boot_utils.wait_until_open_succeeds(host_ums_part_node)
144 fh.read(4096)
145 fh.close()
/rk3399_rockchip-uboot/drivers/video/
H A Dstb_truetype.h2853 float fh = ranges[i].font_size; in stbtt_PackFontRangesGatherRects() local
2854 …float scale = fh > 0 ? stbtt_ScaleForPixelHeight(info, fh) : stbtt_ScaleForMappingEmToPixels(info,… in stbtt_PackFontRangesGatherRects()
2886 float fh = ranges[i].font_size; in stbtt_PackFontRangesRenderIntoRects() local
2887 …float scale = fh > 0 ? stbtt_ScaleForPixelHeight(info, fh) : stbtt_ScaleForMappingEmToPixels(info,… in stbtt_PackFontRangesRenderIntoRects()