Home
last modified time | relevance | path

Searched defs:tables (Results 26 - 50 of 94) sorted by relevance

1234

/third_party/skia/third_party/externals/freetype/src/gxvalid/
H A Dgxvmod.c111 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 Dgxvbsln.c150 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 Dschema_meta.h42 std::vector<Table> tables; member
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/service_impl/
H A Dtypes.rs126 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 Dsync_manager.h55 Tables tables; member
H A Dsync_manager.cpp66 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 Ddistributed_test_agent.cpp119 std::vector<std::string> tables = { "test" }; in OnProcessMsg() local
H A Ddistributed_test.cpp166 std::vector<std::string> tables = { "test" }; in HWTEST_F() local
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_distributed_test.cpp212 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 Dsfwoff.c103 WOFF_Table tables = NULL; in FT_LOCAL_DEF() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
H A Dgeneral_store_mock.cpp34 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 Dauto_cache.cpp326 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 Drdb_service_impl.cpp276 int32_t RdbServiceImpl::SetDistributedTables(const RdbSyncerParam &param, const std::vector<std::string> &tables, in SetDistributedTables() argument
H A Drdb_service_stub.cpp113 std::vector<std::string> tables; in OnRemoteSetDistributedTables() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsync_state_machine.cpp132 const std::vector<StateSwitchTable> &tables = GetStateSwitchTables(); in SwitchMachineState() local
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dabs_rdb_predicates.cpp37 AbsRdbPredicates::AbsRdbPredicates(const std::vector<std::string> &tables) in AbsRdbPredicates() argument
H A Dtrans_db.cpp253 int TransDB::Sync(const SyncOption &option, const std::vector<std::string> &tables, const AsyncDetail &async) in Sync() argument
H A Drdb_service_proxy.cpp179 int32_t RdbServiceProxy::SetDistributedTables(const RdbSyncerParam& param, const std::vector<std::string> &tables, in SetDistributedTables() argument
/third_party/ffmpeg/libavcodec/
H A Daptxenc.c100 aptx_quantize_difference(Quantize *quantize, int32_t sample_difference, int32_t dither, int32_t quantization_factor, ConstTables *tables) aptx_quantize_difference() argument
H A Daptx.c400 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 DShortcodesTableSchema.java190 public static CsvTable<ShortcodeKey> toCsv(Map<PhoneRegion, RangeTable> tables) { in toCsv() argument
/third_party/pcre2/pcre2/src/
H A Dpcre2_context.c325 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 Drdb_general_store_test.cpp907 std::vector<std::string> tables = { "table1", "table2" }; in HWTEST_F() local
/third_party/lame/mpglib/
H A Dlayer2.c65 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 DSkCompressedDataUtils.cpp121 const int* tables[2] = { in decompress_etc1() local

Completed in 31 milliseconds

1234