Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_dbm_dumb.py16 _fname = os_helper.TESTFN variable
22 os.unlink(_fname + ext)
38 with contextlib.closing(dumbdbm.open(_fname, 'c')) as f:
48 f = dumbdbm.open(_fname, 'c', 0o637)
60 st = os.stat(_fname + '.dat')
62 st = os.stat(_fname + '.dir')
66 f = dumbdbm.open(_fname)
74 with contextlib.closing(dumbdbm.open(_fname, 'w')) as f:
83 with contextlib.closing(dumbdbm.open(_fname, 'r')) as f:
100 with contextlib.closing(dumbdbm.open(_fname)) as f:
[all …]
Dtest_dbm.py15 _fname = os.path.join(dirname, os_helper.TESTFN) variable
50 f = dbm.open(_fname, 'n')
65 self.assertRaises(dbm.error, dbm.open, _fname)
68 f = dbm.open(_fname, 'c')
77 os_helper.create_empty_file(_fname)
78 with dbm.open(_fname, 'n') as f:
83 f = dbm.open(_fname, 'c')
93 f = dbm.open(_fname, 'r')
105 f = dbm.open(_fname, 'r')
113 f = dbm.open(_fname, 'c')
[all …]
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dpsaux.h278 #define T1_NEW_SIMPLE_FIELD( _ident, _type, _fname, _dict ) \ argument
282 FT_FIELD_OFFSET( _fname ), \
283 FT_FIELD_SIZE( _fname ), \
297 #define T1_NEW_TABLE_FIELD( _ident, _type, _fname, _max, _dict ) \ argument
301 FT_FIELD_OFFSET( _fname ), \
302 FT_FIELD_SIZE_DELTA( _fname ), \
304 FT_FIELD_OFFSET( num_ ## _fname ), \
308 #define T1_NEW_TABLE_FIELD2( _ident, _type, _fname, _max, _dict ) \ argument
312 FT_FIELD_OFFSET( _fname ), \
313 FT_FIELD_SIZE_DELTA( _fname ), \
[all …]
/third_party/freetype/include/freetype/internal/
Dpsaux.h278 #define T1_NEW_SIMPLE_FIELD( _ident, _type, _fname, _dict ) \ argument
282 FT_FIELD_OFFSET( _fname ), \
283 FT_FIELD_SIZE( _fname ), \
297 #define T1_NEW_TABLE_FIELD( _ident, _type, _fname, _max, _dict ) \ argument
301 FT_FIELD_OFFSET( _fname ), \
302 FT_FIELD_SIZE_DELTA( _fname ), \
304 FT_FIELD_OFFSET( num_ ## _fname ), \
308 #define T1_NEW_TABLE_FIELD2( _ident, _type, _fname, _max, _dict ) \ argument
312 FT_FIELD_OFFSET( _fname ), \
313 FT_FIELD_SIZE_DELTA( _fname ), \
[all …]
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/internal/
Dpsaux.h279 #define T1_NEW_SIMPLE_FIELD( _ident, _type, _fname, _dict ) \ argument
283 FT_FIELD_OFFSET( _fname ), \
284 FT_FIELD_SIZE( _fname ), \
298 #define T1_NEW_TABLE_FIELD( _ident, _type, _fname, _max, _dict ) \ argument
302 FT_FIELD_OFFSET( _fname ), \
303 FT_FIELD_SIZE_DELTA( _fname ), \
305 FT_FIELD_OFFSET( num_ ## _fname ), \
309 #define T1_NEW_TABLE_FIELD2( _ident, _type, _fname, _max, _dict ) \ argument
313 FT_FIELD_OFFSET( _fname ), \
314 FT_FIELD_SIZE_DELTA( _fname ), \
[all …]