Home
last modified time | relevance | path

Searched defs:table (Results 301 – 325 of 545) sorted by relevance

1...<<11121314151617181920>>...22

/aosp12/system/extras/ioshark/
H A Dioshark_bench_mmap.c53 struct mmap_io_ent_tab_s table[MMAP_ENTS + 1]; member
/aosp12/frameworks/base/tools/aapt2/link/
H A DReferenceLinker.cpp376 ResourceTable* table, in LinkReference()
458 bool ReferenceLinker::Consume(IAaptContext* context, ResourceTable* table) { in Consume()
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_utils.cpp182 const uint8_t table[CHAR_ARRAY_LENGTH_FOUR] = { in GetNowTimeGMT() local
198 const uint8_t table[CHAR_ARRAY_LENGTH_THREE] = { in GetNowTimeGMT() local
/ohos5.0/base/web/webview/ohos_adapter/net_proxy_adapter/src/
H A Dnet_proxy_adapter_impl.cpp74 const uint8_t table[CHAR_ARRAY_LENGTH_FOUR] = { in MakeCharFour() local
90 const uint8_t table[CHAR_ARRAY_LENGTH_THREE] = { in MakeCharTree() local
/aosp12/system/core/fs_mgr/libvbmeta/
H A Dsuper_vbmeta_test.cpp146 VBMetaTable table; in TEST() local
H A Dbuilder.cpp159 std::unique_ptr<VBMetaTable> table = ExportVBMetaTable(); in ExportVBMetaTableToFile() local
/aosp12/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
H A DIPACM_Filtering.cpp461 bool IPACM_Filtering::SendFilteringRuleIndex(struct ipa_fltr_installed_notif_req_msg_v01* table) in SendFilteringRuleIndex()
/aosp12/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/
H A DIPACM_Filtering.cpp464 bool IPACM_Filtering::SendFilteringRuleIndex(struct ipa_fltr_installed_notif_req_msg_v01* table) in SendFilteringRuleIndex()
/ohos5.0/foundation/multimedia/media_foundation/src/osal/task/pthread/
H A Dpipeline_threadpool.cpp54 static const std::map<TaskType, std::string> table = { in TaskTypeConvert() local
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/
H A Dmedialibrary_rdbstore.h190 …const std::vector<int32_t> &subTypes, const std::string &table, int32_t deleteRows, std::string bu… in DeleteFilesTask()
/aosp12/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DPhotoTable.java461 private static View applyFrame(final PhotoTable table, final BitmapFactory.Options options, in applyFrame()
504 final PhotoTable table = PhotoTable.this; in doInBackground() local
558 final PhotoTable table = PhotoTable.this; in doInBackground() local
567 final PhotoTable table = PhotoTable.this; in onPostExecute() local
/ohos5.0/base/security/security_guard/services/config_manager/src/
H A Dconfig_data_manager.cpp46 void ConfigDataManager::InsertEventToTableMap(int64_t eventId, std::string table) in InsertEventToTableMap()
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/platform/src/
H A Duart_dev.c197 static int uartdev_poll(struct file *filep, poll_table *table) in uartdev_poll()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dprocess_notifier.cpp49 for (const auto &table: tableName) { in InitSyncProcess() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp827 TableInfo table = schema.GetTable(query.GetTableName()); in CheckAndInitQueryCondition() local
1668 for (const auto &table : cloudSchema->tables) { in GetSourceTableName() local
1694 for (const auto &table : cloudSchema->tables) { in GetSharedTargetTableName() local
1971 for (const auto &table : tables) { in ClearUnLockingNoNeedCompensated() local
2014 for (const auto &table : tables) { in GetCompensatedSyncQueryInner() local
2063 bool RelationalSyncAbleStorage::CheckTableSupportCompensatedSync(const TableSchema &table) in CheckTableSupportCompensatedSync()
2113 bool RelationalSyncAbleStorage::IsTableExistReference(const std::string &table) in IsTableExistReference()
2125 bool RelationalSyncAbleStorage::IsTableExistReferenceOrReferenceBy(const std::string &table) in IsTableExistReferenceOrReferenceBy()
/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/
H A Dconverter.cpp176 string table = BASE64_TABLE; in Base64Encode() local
232 string table = BASE64_TABLE; in Base64Decode() local
/ohos5.0/base/security/asset/services/db_operator/src/
H A Ddatabase.rs233 let table = Table::new(TABLE_NAME, &db); in check_db_accessible() localVariable
445 let table = Table::new(TABLE_NAME, self); in restore_if_exec_fail() localVariable
450 let table = Table::new(TABLE_NAME, self); // Database handle will be changed. in restore_if_exec_fail() localVariable
/aosp12/build/make/tools/droiddoc/templates-pdk/assets/
H A Dyui-3.3.0-reset-min.css8 …orm,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:co… selector
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
H A DShadowSecureSettings.java127 Table<Integer, String, Object> table = sUserDataMap.get(contentResolver); in getUserTable() local
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/
H A Dmod.rs21 pub mod table; module
H A Ddecoder.rs67 table: &'a mut DynamicTable, field
363 table: &'a mut DynamicTable, field
430 table: &'a DynamicTable, field
/aosp12/frameworks/native/cmds/lshal/
H A Dtest.cpp265 mockList->forEachTable([](const Table& table) { in TEST_F()
275 mockList->forEachTable([](const Table& table) { in TEST_F()
372 mockList->forEachTable([&](Table& table) { in initMockList()
447 mockList->forEachTable([&](const Table& table) { in TEST_F()
/ohos5.0/base/security/security_guard/test/unittest/data_collect/sa/
H A Dsecurity_guard_data_collect_sa_test.cpp184 ….WillRepeatedly([] (std::string table, std::vector<int64_t> &eventIds, std::vector<SecEvent> &even…
185 std::string beginTime, std::string endTime) { in __anon145630c50202()
307 std::vector<SecEvent> &events) { in __anon145630c50902()
332 std::vector<SecEvent> &events) { in __anon145630c50b02()
/ohos5.0/drivers/hdf_core/framework/support/platform/include/uart/
H A Duart_core.h136 static inline int32_t UartHostPollEvent(struct UartHost *host, void *filep, void *table) in UartHostPollEvent()
/aosp12/packages/modules/Virtualization/zipfuse/src/
H A Dinode.rs25 table: Vec<InodeData>, field
168 let mut table = InodeTable { table: Vec::new() }; in from_zip() localVariable

1...<<11121314151617181920>>...22