Searched refs:BaseArray (Results 1 – 8 of 8) sorted by relevance
/external/bcc/src/lua/bcc/ |
D | table.lua | 169 local BaseArray = class("BaseArray", BaseTable) 171 function BaseArray:initialize(t_type, bpf, map_id, map_fd, key_type, leaf_type) 176 function BaseArray:_normalize_key(key) 185 function BaseArray:get(key) 189 function BaseArray:set(key, value) 193 function BaseArray:delete(key) 197 function BaseArray:items(with_index) 227 local Array = class("Array", BaseArray) 230 BaseArray.initialize(self, BaseTable.BPF_MAP_TYPE_ARRAY, bpf, map_id, map_fd, key_type, leaf_type) 235 local PerfEventArray = class("PerfEventArray", BaseArray) [all …]
|
/external/fonttools/Tests/ttLib/tables/ |
D | otTables_test.py | 589 assert oldSubTable.BaseArray.BaseCount == newSubTable.BaseArray.BaseCount 590 assert newSubTable.BaseArray.BaseRecord[0].BaseAnchor[0] is None 591 assert newSubTable.BaseArray.BaseRecord[1].BaseAnchor[0] == buildAnchor(300, 0)
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | otTables.py | 1377 for rec in oldSubTable.BaseArray.BaseRecord: 1404 oldSubTable.BaseArray.BaseRecord = oldBaseRecords 1405 newSubTable.BaseArray = oldSubTable.BaseArray.__class__() 1406 newSubTable.BaseArray.BaseRecord = newBaseRecords 1408 oldSubTable.BaseArray.BaseCount = len(oldBaseRecords) 1409 newSubTable.BaseArray.BaseCount = len(newBaseRecords)
|
/external/fonttools/Lib/fontTools/otlLib/ |
D | builder.py | 128 self = ot.BaseArray() 262 self.BaseArray = buildBaseArray(bases, self.ClassCount, glyphMap)
|
/external/fonttools/Lib/fontTools/subset/ |
D | __init__.py | 616 self.BaseArray.BaseRecord = [self.BaseArray.BaseRecord[i] for i in base_indices] 617 self.BaseArray.BaseCount = len(self.BaseArray.BaseRecord) 623 for b in self.BaseArray.BaseRecord: 627 self.BaseArray.BaseCount) 637 for b in self.BaseArray.BaseRecord:
|
/external/freetype/src/otvalid/ |
D | otvgpos.c | 675 OTV_NEST2( MarkBasePosFormat1, BaseArray ); in otv_MarkBasePos_validate()
|
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gpos-table.hh | 1128 typedef AnchorMatrix BaseArray; /* base-major-- typedef 1217 OffsetTo<BaseArray>
|
/external/fonttools/Lib/fontTools/mtiLib/ |
D | __init__.py | 469 setattr(self, c.BaseArray, baseArray)
|