| /third_party/skia/third_party/externals/freetype/src/pshinter/ |
| H A D | pshrec.c | 49 ps_hint_table_done( PS_Hint_Table table, in ps_hint_table_done() argument 60 ps_hint_table_ensure( PS_Hint_Table table, in ps_hint_table_ensure() argument 81 ps_hint_table_alloc( PS_Hint_Table table, FT_Memory memory, PS_Hint *ahint ) ps_hint_table_alloc() argument 211 ps_mask_table_done( PS_Mask_Table table, FT_Memory memory ) ps_mask_table_done() argument 229 ps_mask_table_ensure( PS_Mask_Table table, FT_UInt count, FT_Memory memory ) ps_mask_table_ensure() argument 250 ps_mask_table_alloc( PS_Mask_Table table, FT_Memory memory, PS_Mask *amask ) ps_mask_table_alloc() argument 282 ps_mask_table_last( PS_Mask_Table table, FT_Memory memory, PS_Mask *amask ) ps_mask_table_last() argument 309 ps_mask_table_set_bits( PS_Mask_Table table, const FT_Byte* source, FT_UInt bit_pos, FT_UInt bit_count, FT_Memory memory ) ps_mask_table_set_bits() argument 370 ps_mask_table_test_intersect( PS_Mask_Table table, FT_UInt index1, FT_UInt index2 ) ps_mask_table_test_intersect() argument 402 ps_mask_table_merge( PS_Mask_Table table, FT_UInt index1, FT_UInt index2, FT_Memory memory ) ps_mask_table_merge() argument 499 ps_mask_table_merge_all( PS_Mask_Table table, FT_Memory memory ) ps_mask_table_merge_all() argument [all...] |
| /third_party/skia/third_party/externals/freetype/src/sfnt/ |
| H A D | sfdriver.c | 82 void* table; in get_sfnt_table() local [all...] |
| H A D | ttcolr.c | 108 void* table; member 131 FT_Byte* table = NULL; in FT_LOCAL_DEF() local [all...] |
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-ot-layout-gdef-table.hh | 600 hb_blob_ptr_t<GDEF> table; global() member [all...] |
| /third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/ |
| H A D | font.cc | 108 TablePtr table = GetTable(tag); in BuildTableHeadersForSerialization() local 377 TablePtr table; BuildTablesFromBuilders() local 513 HeaderPtr table = new Header(tag, checksum, offset, length); ReadHeader() local 542 HeaderPtr table = new Header(tag, checksum, offset, length); ReadHeader() local [all...] |
| /third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/ |
| H A D | name_table.cc | 230 NameTable::NameEntryIterator::NameEntryIterator(NameTable* table) in NameEntryIterator() argument 236 NameTable::NameEntryIterator::NameEntryIterator(NameTable* table, in NameEntryIterator() argument 337 FontDataTablePtr table = new NameTable(header(), data); in SubBuildTable() local 415 NameTablePtr table = new NameTable(header(), data); in Initialize() local
|
| /third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/truetype/ |
| H A D | glyph_table.cc | 119 FontDataTablePtr table = new GlyphTable(header(), data); in SubBuildTable() local 208 GlyphTable::Glyph::GetGlyph(GlyphTable* table, in GetGlyph() argument 506 FontDataTablePtr table = new SimpleGlyph(data); in SubBuildTable() local 611 FontDataTablePtr table = new CompositeGlyph(data); in SubBuildTable() local [all...] |
| /third_party/skia/third_party/skcms/src/ |
| H A D | Transform_inl.h | 644 SI F table(const skcms_Curve* curve, F v) { in table() function
|
| /third_party/protobuf/src/google/protobuf/ |
| H A D | generated_message_util.cc | 331 const SerializationTable* table = in SerializeMessageTo() local 352 const SerializationTable* table = in SerializeGroupTo() local
|
| /third_party/protobuf/ruby/ext/google/protobuf_c/ |
| H A D | protobuf.h | 459 upb_strtable table; member
|
| /third_party/python/Modules/_sqlite/clinic/ |
| H A D | connection.c.h | 175 const char *table; in blobopen() local
|
| /third_party/python/Objects/clinic/ |
| H A D | bytearrayobject.c.h | 217 PyObject *table; in bytearray_translate() local [all...] |
| /base/request/request/services/src/cxx/ |
| H A D | c_request_database.cpp | 87 bool RequestDataBase::Insert(const std::string &table, const OHOS::NativeRdb::ValuesBucket &insertValues) in Insert() argument [all...] |
| /base/notification/distributed_notification_service/services/ans/test/unittest/notification_rdb_data_mgr_test/ |
| H A D | notification_rdb_data_mgr_test.cpp | 52 virtual int Insert(int64_t &outRowId, const std::string &table, const ValuesBucket &initialValues)
in Insert() argument 56 virtual int BatchInsert(int64_t &outInsertNum, const std::string &table,
in BatchInsert() argument 61 virtual int Replace(int64_t &outRowId, const std::string &table, const ValuesBucket &initialValues)
in Replace() argument 65 virtual int InsertWithConflictResolution(int64_t &outRowId, const std::string &table,
in InsertWithConflictResolution() argument 71 virtual int Update(int &changedRows, const std::string &table, const ValuesBucket &values,
in Update() argument 77 virtual int Update(int &changedRows, const std::string &table, const ValuesBucket &values,
in Update() argument 83 virtual int UpdateWithConflictResolution(int &changedRows, const std::string &table, const ValuesBucket &values,
in UpdateWithConflictResolution() argument 89 virtual int UpdateWithConflictResolution(int &changedRows, const std::string &table, const ValuesBucket &values,
in UpdateWithConflictResolution() argument 95 virtual int Delete(int &deletedRows, const std::string &table, const std::string &whereClause,
in Delete() argument 100 virtual int Delete(int &deletedRows, const std::string &table, cons in Delete() argument 105 Query(int &errCode, bool distinct, const std::string &table, const std::vector<std::string> &columns, const std::string &whereClause = �, const std::vector<ValueObject> &bindArgs = {}, const std::string &groupBy = �, const std::string &indexName = �, const std::string &orderBy = �, const int &limit = AbsPredicates::INIT_LIMIT_VALUE, const int &offset = AbsPredicates::INIT_LIMIT_VALUE) Query() argument 271 ObtainDistributedTableName( const std::string &device, const std::string &table, int &errCode) ObtainDistributedTableName() argument 322 GetModifyTime( const std::string &table, const std::string &columnName, std::vector<PRIKey> &keys) GetModifyTime() argument 328 CleanDirtyData(const std::string &table, uint64_t cursor) CleanDirtyData() argument [all...] |
| /base/update/sys_installer_lite/frameworks/source/updater/ |
| H A D | hota_updater.c | 82 ComponentInfo table[OTA_MAX_PARTITION_NUM];
member [all...] |
| /device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/include/ |
| H A D | hi_flashboot.h | 193 hi_flash_partition_info table[HI_FLASH_PARTITON_MAX]; /**< Flash分区表项描述 */ member
|
| /device/soc/rockchip/common/vendor/drivers/rockchip/ |
| H A D | rockchip_opp_select.c | 127 static int rockchip_get_sel_table(struct device_node *np, char *porp_name, struct sel_table **table)
in rockchip_get_sel_table() argument 170 static int rockchip_get_bin_sel_table(struct device_node *np, char *porp_name, struct bin_sel_table **table)
in rockchip_get_bin_sel_table() argument 214 struct sel_table *table = NULL;
in rockchip_get_sel() local 238 struct bin_sel_table *table = NULL; rockchip_get_bin_sel() local 815 rockchip_get_volt_rm_table(struct device *dev, struct device_node *np, char *porp_name, struct volt_rm_table **table) rockchip_get_volt_rm_table() argument [all...] |
| /device/soc/rockchip/common/vendor/drivers/video/rockchip/mpp/ |
| H A D | mpp_rkvdec2_link.c | 313 struct mpp_dma_buffer *table;
in rkvdec_link_write_task_to_slot() local 398 struct mpp_dma_buffer *table = dev->table; rkvdec_link_send_task_to_hw() local 483 struct mpp_dma_buffer *table = link_dec->table; rkvdec2_link_finish() local 796 struct mpp_dma_buffer *table; rkvdec2_link_alloc_table() local [all...] |
| /device/soc/rockchip/common/sdk_linux/drivers/power/supply/ |
| H A D | power_supply_core.c | 746 struct power_supply_battery_ocv_table *table;
in power_supply_get_battery_info() local 834 power_supply_temp2resist_simple(struct power_supply_resistance_temp_table *table, int table_len, int temp) power_supply_temp2resist_simple() argument 872 power_supply_ocv2cap_simple(struct power_supply_battery_ocv_table *table, int table_len, int ocv) power_supply_ocv2cap_simple() argument 925 struct power_supply_battery_ocv_table *table; power_supply_batinfo_ocv2cap() local [all...] |
| /device/soc/rockchip/common/sdk_linux/drivers/nvmem/ |
| H A D | core.c | 493 struct nvmem_cell_table *table;
in nvmem_add_cells_from_table() local 1602 void nvmem_add_cell_table(struct nvmem_cell_table *table)
in nvmem_add_cell_table() argument 1615 nvmem_del_cell_table(struct nvmem_cell_table *table) nvmem_del_cell_table() argument [all...] |
| /device/soc/rockchip/rk3588/kernel/include/linux/ |
| H A D | rockchip-pcie-dma.h | 180 struct dma_table *table[PCIE_DMA_TABLE_NUM]; member
|
| /device/soc/rockchip/rk3588/kernel/drivers/pci/controller/ |
| H A D | rockchip-pcie-dma.h | 180 struct dma_table *table[PCIE_DMA_TABLE_NUM]; member
|
| /device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/ |
| H A D | rockchip_opp_select.c | 252 struct sel_table *table = NULL; in rockchip_get_sel() local 167 rockchip_get_sel_table(struct device_node *np, char *porp_name, struct sel_table **table) rockchip_get_sel_table() argument 209 rockchip_get_bin_sel_table(struct device_node *np, char *porp_name, struct bin_sel_table **table) rockchip_get_bin_sel_table() argument 275 struct bin_sel_table *table = NULL; rockchip_get_bin_sel() local 832 rockchip_get_volt_rm_table(struct device *dev, struct device_node *np, char *porp_name, struct volt_rm_table **table) rockchip_get_volt_rm_table() argument [all...] |
| /device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/mpp/ |
| H A D | mpp_rkvdec2_link.c | 311 struct mpp_dma_buffer *table; in rkvdec_link_write_task_to_slot() local 399 struct mpp_dma_buffer *table = dev->table; rkvdec_link_send_task_to_hw() local 485 struct mpp_dma_buffer *table = link_dec->table; rkvdec2_link_finish() local 820 struct mpp_dma_buffer *table; rkvdec2_link_alloc_table() local [all...] |
| /foundation/communication/netmanager_base/services/netmanagernative/src/manager/ |
| H A D | route_manager.cpp | 172 uint32_t table = FindTableByInterfacename(interfaceName); in AddInterfaceToDefaultNetwork() local 199 uint32_t table = FindTableByInterfacename(interfaceName); in RemoveInterfaceFromDefaultNetwork() local 283 uint32_t table = GetRouteTableFromType(RouteManager::VPN_NETWORK, ifaceName); in ModifyVirtualNetBasedRules() local 311 UpdateVpnSystemPermissionRule(int32_t netId, uint32_t table, bool add) UpdateVpnSystemPermissionRule() argument 349 uint32_t table = GetRouteTableFromType(RouteManager::VPN_NETWORK, interfaceName); UpdateVirtualNetwork() local 560 UpdateVpnUidRangeRule(uint32_t table, uid_t uidStart, uid_t uidEnd, bool add) UpdateVpnUidRangeRule() argument 577 UpdateExplicitNetworkRuleWithUid(int32_t netId, uint32_t table, NetworkPermission permission, uid_t uidStart, uid_t uidEnd, bool add) UpdateExplicitNetworkRuleWithUid() argument 602 UpdateOutputInterfaceRulesWithUid(const std::string &interface, uint32_t table, NetworkPermission permission, uid_t uidStart, uid_t uidEnd, bool add) UpdateOutputInterfaceRulesWithUid() argument 749 uint32_t table = FindTableByInterfacename(interfaceName); UpdateClatTunInterface() local 814 uint32_t table = FindTableByInterfacename(interfaceName, netId); ClearRoutes() local 856 uint32_t table = FindTableByInterfacename(interfaceName, netId); UpdatePhysicalNetwork() local 905 UpdateExplicitNetworkRule(uint16_t netId, uint32_t table, NetworkPermission permission, bool add) UpdateExplicitNetworkRule() argument 933 UpdateOutputInterfaceRules(const std::string &interfaceName, uint32_t table, NetworkPermission permission, bool add) UpdateOutputInterfaceRules() argument 958 uint32_t table = FindTableByInterfacename(outputInterface); UpdateSharingNetwork() local 1243 uint32_t table = if_nametoindex(interfaceName.c_str()); FindTableByInterfacename() local 1273 uint32_t table = GetRouteTableFromType(tableType, interfaceName); SetRouteInfo() local [all...] |