| /third_party/skia/third_party/externals/freetype/src/gxvalid/ |
| H A D | gxvmod.c | 111 gxv_validate( FT_Face face, FT_UInt gx_flags, FT_Bytes tables[FT_VALIDATE_GX_LENGTH], FT_UInt table_count ) gxv_validate() argument
|
| H A D | gxvbsln.c | 150 gxv_bsln_parts_fmt0_validate( FT_Bytes tables, in gxv_bsln_parts_fmt0_validate() argument 169 gxv_bsln_parts_fmt1_validate( FT_Bytes tables, in gxv_bsln_parts_fmt1_validate() argument 194 gxv_bsln_parts_fmt2_validate( FT_Bytes tables, in gxv_bsln_parts_fmt2_validate() argument 238 gxv_bsln_parts_fmt3_validate( FT_Bytes tables, in gxv_bsln_parts_fmt3_validate() argument
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/ |
| H A D | schema_meta.h | 42 std::vector<Table> tables; member
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/service_impl/ |
| H A D | types.rs | 126 let mut tables = HashMap::new(); in from() variables 141 let mut tables = vec![]; in try_from() variables 175 pub fn tables(&self) -> &HashMap<String, Table> { tables() functions [all...] |
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/ |
| H A D | sync_manager.h | 55 Tables tables; member
|
| H A D | sync_manager.cpp | 66 SyncManager::SyncInfo::SyncInfo(int32_t user, const std::string &bundleName, const MutliStoreTables &tables) in SyncInfo() argument 124 std::shared_ptr<GenQuery> SyncManager::SyncInfo::GenerateQuery(const std::string &store, const Tables &tables) in GenerateQuery() argument 131 explicit SyncQuery(const std::vector<std::string> &tables) : tables_(tables) {} in GenerateQuery() argument 47 SyncInfo( int32_t user, const std::string &bundleName, const Store &store, const Tables &tables, int32_t triggerMode) SyncInfo() argument [all...] |
| /foundation/distributeddatamgr/relational_store/test/native/rdb/distributedtest/rdb_store_impl_test/ |
| H A D | distributed_test_agent.cpp | 119 std::vector<std::string> tables = { "test" }; in OnProcessMsg() local
|
| H A D | distributed_test.cpp | 166 std::vector<std::string> tables = { "test" }; in HWTEST_F() local
|
| /foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
| H A D | rdb_distributed_test.cpp | 212 std::vector<std::string> tables; in HWTEST_F() local 248 std::vector<std::string> tables; in HWTEST_F() local
|
| /third_party/skia/third_party/externals/freetype/src/sfnt/ |
| H A D | sfwoff.c | 103 WOFF_Table tables = NULL; in FT_LOCAL_DEF() local
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/ |
| H A D | general_store_mock.cpp | 34 SetDistributedTables( const std::vector<std::string> &tables, int32_t type, const std::vector<Reference> &references) SetDistributedTables() argument
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/store/ |
| H A D | auto_cache.cpp | 326 std::vector<std::string> tables; in OnChange() local 349 std::vector<std::string> tables; in OnChange() local 370 void AutoCache::Delegate::PostDataChange(const StoreMetaData &meta, const std::vector<std::string> &tables) in PostDataChange() argument
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
| H A D | rdb_service_impl.cpp | 276 int32_t RdbServiceImpl::SetDistributedTables(const RdbSyncerParam ¶m, const std::vector<std::string> &tables, in SetDistributedTables() argument
|
| H A D | rdb_service_stub.cpp | 113 std::vector<std::string> tables; in OnRemoteSetDistributedTables() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/ |
| H A D | sync_state_machine.cpp | 132 const std::vector<StateSwitchTable> &tables = GetStateSwitchTables(); in SwitchMachineState() local
|
| /foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
| H A D | abs_rdb_predicates.cpp | 37 AbsRdbPredicates::AbsRdbPredicates(const std::vector<std::string> &tables)
in AbsRdbPredicates() argument
|
| H A D | trans_db.cpp | 253 int TransDB::Sync(const SyncOption &option, const std::vector<std::string> &tables, const AsyncDetail &async) in Sync() argument
|
| H A D | rdb_service_proxy.cpp | 179 int32_t RdbServiceProxy::SetDistributedTables(const RdbSyncerParam& param, const std::vector<std::string> &tables, in SetDistributedTables() argument
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | aptxenc.c | 100 aptx_quantize_difference(Quantize *quantize, int32_t sample_difference, int32_t dither, int32_t quantization_factor, ConstTables *tables) aptx_quantize_difference() argument
|
| H A D | aptx.c | 400 aptx_invert_quantization(InvertQuantize *invert_quantize, int32_t quantized_sample, int32_t dither, ConstTables *tables) aptx_invert_quantization() argument 464 aptx_process_subband(InvertQuantize *invert_quantize, Prediction *prediction, int32_t quantized_sample, int32_t dither, ConstTables *tables) aptx_process_subband() argument
|
| /third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/ |
| H A D | ShortcodesTableSchema.java | 190 public static CsvTable<ShortcodeKey> toCsv(Map<PhoneRegion, RangeTable> tables) { in toCsv() argument
|
| /third_party/pcre2/pcre2/src/ |
| H A D | pcre2_context.c | 325 pcre2_set_character_tables(pcre2_compile_context *ccontext, const uint8_t *tables) pcre2_set_character_tables() argument
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
| H A D | rdb_general_store_test.cpp | 907 std::vector<std::string> tables = { "table1", "table2" };
in HWTEST_F() local
|
| /third_party/lame/mpglib/ |
| H A D | layer2.c | 65 static unsigned char *itable, *tables[3] = { grp_3tab, grp_5tab, grp_9tab }; in hip_init_tables_layer2() local 346 static const struct al_table2 *tables[5] = { alloc_0, alloc_1, alloc_2, alloc_3, alloc_4 }; in II_select_table() local
|
| /third_party/skia/src/core/ |
| H A D | SkCompressedDataUtils.cpp | 121 const int* tables[2] = { in decompress_etc1() local
|