Home
last modified time | relevance | path

Searched defs:table (Results 76 – 100 of 545) sorted by relevance

12345678910>>...22

/aosp12/system/netd/server/
H A DRouteController.cpp187 void addTableName(uint32_t table, const std::string& name, std::string* contents) { in addTableName()
546 [[nodiscard]] static int modifyExplicitNetworkRule(unsigned netId, uint32_t table, in modifyExplicitNetworkRule()
625 uint32_t table = getRouteTableForInterface(physicalInterface); in modifyVpnFallthroughRule() local
690 uint32_t table = getRouteTableForInterface(interface); in configureDummyNetwork() local
797 uint32_t table = getRouteTableForInterface(interface); in modifyPhysicalNetwork() local
955 uint32_t table = getRouteTableForInterface(interface); in modifyVirtualNetwork() local
996 uint32_t table = getRouteTableForInterface(interface); in modifyDefaultNetwork() local
1016 uint32_t table = getRouteTableForInterface(outputInterface); in modifyTetheredNetwork() local
1030 uint32_t table; in modifyRoute() local
1122 int RouteController::flushRoutes(uint32_t table) { in flushRoutes()
[all …]
/aosp12/frameworks/base/tools/aapt2/optimize/
H A DResourcePathShortener_test.cpp45 std::unique_ptr<ResourceTable> table = in TEST() local
83 std::unique_ptr<ResourceTable> table = in TEST() local
105 std::unique_ptr<ResourceTable> table = in TEST() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_log_table_manager.cpp19 int SqliteLogTableManager::AddRelationalLogTableTrigger(sqlite3 *db, const TableInfo &table, in AddRelationalLogTableTrigger()
46 int SqliteLogTableManager::CreateRelationalLogTable(sqlite3 *db, const TableInfo &table) in CreateRelationalLogTable()
104 void SqliteLogTableManager::GetIndexSql(const TableInfo &table, std::vector<std::string> &schema) in GetIndexSql()
/aosp12/frameworks/av/media/codecs/amrnb/common/src/
H A Dlsp_lsf_tbl.cpp81 const Word16 table[65] = variable
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/capability/html/
H A Dspan_to_html.cpp55 static const LinearEnumMapNode<FontWeight, std::string> table[] = { in FontWeightToHtml() local
123 static const LinearEnumMapNode<TextDecorationStyle, std::string> table[] = { in TextDecorationStyleToHtml() local
246 static const LinearEnumMapNode<VerticalAlign, std::string> table[] = { in ToHtml() local
267 static const LinearEnumMapNode<ImageFit, std::string> table[] = { in ToHtml() local
460 static const LinearEnumMapNode<TextAlign, std::string> table[] = { in ToHtml() local
481 static const LinearEnumMapNode<WordBreak, std::string> table[] = { in ToHtml() local
500 static const LinearEnumMapNode<TextOverflow, std::string> table[] = { in ToHtml() local
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Droute_manager.cpp160 uint32_t table = FindTableByInterfacename(interfaceName); in AddInterfaceToDefaultNetwork() local
187 uint32_t table = FindTableByInterfacename(interfaceName); in RemoveInterfaceFromDefaultNetwork() local
271 uint32_t table = GetRouteTableFromType(RouteManager::VPN_NETWORK, ifaceName); in ModifyVirtualNetBasedRules() local
299 int32_t RouteManager::UpdateVpnSystemPermissionRule(int32_t netId, uint32_t table, bool add) in UpdateVpnSystemPermissionRule()
337 uint32_t table = GetRouteTableFromType(RouteManager::VPN_NETWORK, interfaceName); in UpdateVirtualNetwork() local
561 uint32_t table = FindTableByInterfacename(interfaceName); in UpdateClatTunInterface() local
626 uint32_t table = FindTableByInterfacename(interfaceName, netId); in ClearRoutes() local
668 uint32_t table = FindTableByInterfacename(interfaceName, netId); in UpdatePhysicalNetwork() local
770 uint32_t table = FindTableByInterfacename(outputInterface); in UpdateSharingNetwork() local
977 uint32_t table = if_nametoindex(interfaceName.c_str()); in FindTableByInterfacename() local
[all …]
/aosp12/frameworks/wilhelm/tests/examples/
H A DxaVideoDecoderCapabilities.cpp64 const char *id_to_string(XAuint32 id, const id_to_string_t *table, size_t numEntries) in id_to_string()
83 const char *id_pair_to_string(XAuint32 id1, XAuint32 id2, const id_pair_to_string_t *table, in id_pair_to_string()
148 static const id_pair_to_string_t table[] = { in videoProfileToString() local
212 static const id_pair_to_string_t table[] = { in videoLevelToString() local
/aosp12/art/tools/ahat/src/main/com/android/ahat/
H A DDoc.java58 void table(Column... columns); in table() method
71 void table(DocString description, List<Column> subcols, List<Column> cols); in table() method
H A DSizeTable.java44 static void table(Doc doc, Column left, boolean showDiff, Column... columns) { in table() method in SizeTable
85 static void table(Doc doc, boolean showDiff, Column... columns) { in table() method in SizeTable
/aosp12/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsService.java300 List<String> listForUser(IContentProvider provider, int userHandle, String table) { in listForUser()
326 final String table, final String key) { in getForUser()
353 void putForUser(IContentProvider provider, int userHandle, final String table, in putForUser()
390 final String table, final String key) { in deleteForUser()
417 String table, String tag) { in resetForUser()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/
H A Dtable.rs455 let table = DynamicTable::with_max_size(4096); in ut_dynamic_table_with_max_size() localVariable
469 let mut table = DynamicTable::with_max_size(52); in ut_dynamic_table_header_name() localVariable
488 let mut table = DynamicTable::with_max_size(52); in ut_dynamic_table_header() localVariable
507 let mut table = DynamicTable::with_max_size(52); in ut_dynamic_table_update() localVariable
531 let mut table = DynamicTable::with_max_size(52); in ut_dynamic_table_update_size() localVariable
H A Dmod.rs50 pub(crate) mod table; module
/aosp12/frameworks/base/tools/aapt2/test/
H A DCommon.h55 T* GetValueForConfigAndProduct(ResourceTable* table, const android::StringPiece& res_name, in GetValueForConfigAndProduct()
75 T* GetValueForConfig(ResourceTable* table, const android::StringPiece& res_name, in GetValueForConfig()
81 T* GetValue(ResourceTable* table, const android::StringPiece& res_name) { in GetValue()
/aosp12/system/core/fs_mgr/libdm/
H A Ddm_test.cpp72 DmTable table; in TEST() local
136 DmTable table; in TEST() local
545 DmTable table; in TEST() local
570 DmTable table; in TEST() local
589 DmTable table; in TEST() local
610 DmTable table; in TEST() local
629 DmTable table; in TEST() local
655 DmTable table; in TEST() local
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_utils_test/src/
H A Dmedialibrary_utils_test.cpp149 string table = "Photos"; variable
198 string table = "medialib_QueryAgingLcdInfos_test_001"; variable
215 string table = "medialib_QueryNoLcdInfos_test_001"; variable
231 string table = "Photos"; variable
247 string table = "medialib_QueryNoThumbnailInfos_test_001"; variable
263 string table = "Photos"; variable
280 string table = "medialib_UpdateLcdInfo_test_001"; variable
367 string table = "medialib_SyncPushTable_test_001"; variable
384 string table = "medialib_SyncPullTable_test_001"; variable
664 string table = "Photos"; variable
/aosp12/frameworks/minikin/tests/unittest/
H A DCmapCoverageTest.cpp457 std::vector<uint8_t> table = buildCmapFormat4Table(std::vector<uint16_t>({'a', 'a'})); in TEST() local
470 std::vector<uint8_t> table = buildCmapFormat4Table(std::vector<uint16_t>({'a', 'a'})); in TEST() local
482 std::vector<uint8_t> table = buildCmapFormat4Table(std::vector<uint16_t>({'b', 'b'})); in TEST() local
495 std::vector<uint8_t> table = in TEST() local
604 const std::vector<uint8_t>& table; in TEST() member
610 for (const auto& table : LOWER_PRIORITY_TABLES) { in TEST() local
628 const std::vector<uint8_t>& table; in TEST() member
633 for (const auto& table : LOWER_PRIORITY_TABLES) { in TEST() local
653 std::vector<uint8_t> table = buildCmapFormat4Table(std::vector<uint16_t>({'b', 'b'})); in TEST() local
667 std::vector<uint8_t> table = buildCmapFormat4Table(std::vector<uint16_t>({'b', 'b'})); in TEST() local
[all …]
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/common/
H A Dffmpeg_utils.cpp42 static const std::unordered_map<std::string, AVCodecID> table = { in Mime2CodecId() local
67 static const std::unordered_map<AudioSampleFormat, AVCodecID> table = { in Raw2CodecId() local
150 static const std::unordered_map<AVMediaType, std::string_view> table = { in ConvertFFmpegMediaTypeToString() local
249 static const std::unordered_map<ColorPrimary, AVColorPrimaries> table = { in ColorPrimary2AVColorPrimaries() local
271 static const std::unordered_map<TransferCharacteristic, AVColorTransferCharacteristic> table = { in ColorTransfer2AVColorTransfer() local
299 static const std::unordered_map<MatrixCoefficient, AVColorSpace> table = { in ColorMatrix2AVColorSpace() local
/aosp12/system/core/fs_mgr/
H A Dfs_mgr_dm_linear.cpp92 bool CreateDmTableInternal(const CreateLogicalPartitionParams& params, DmTable* table) { in CreateDmTableInternal()
133 bool CreateDmTable(CreateLogicalPartitionParams params, DmTable* table) { in CreateDmTable()
238 DmTable table; in CreateLogicalPartition() local
H A Dfs_mgr_verity.cpp118 const char *table, uint32_t table_length) in verify_table()
160 static int invalidate_table(char *table, size_t table_length) in invalidate_table()
188 char *table; member
258 android::dm::DmTable table; in load_verity_table() local
333 static void update_verity_table_blk_device(const std::string& blk_device, char** table, in update_verity_table_blk_device()
/aosp12/frameworks/base/tools/aapt2/compile/
H A DPseudolocaleGenerator_test.cpp183 std::unique_ptr<ResourceTable> table = in TEST() local
239 std::unique_ptr<ResourceTable> table = test::ResourceTableBuilder().Build(); in TEST() local
263 std::unique_ptr<ResourceTable> table = util::make_unique<ResourceTable>(); in TEST() local
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/persistenceadapter/rdbadapter/
H A Drdb_adapter.cpp74 int32_t RdbAdapter::Put(int64_t& outRowId, const std::string& table, const ValuesBucket& values) in Put()
104 int32_t RdbAdapter::Delete(int32_t& deleteRows, const std::string& table, const std::string& whereC… in Delete()
135 int32_t RdbAdapter::Update(int32_t& changedRows, const std::string& table, const ValuesBucket& valu… in Update()
/aosp12/frameworks/base/tests/testables/src/android/testing/
H A DTestableSettingsProvider.java77 final String table = commands[1]; in call() local
112 private static String key(String table, String key, int userId) { in key()
/aosp12/art/libdexfile/dex/
H A Dbytecode_utils.h34 const uint16_t* table = reinterpret_cast<const uint16_t*>(&instruction) + table_offset; in DexSwitchTable() local
106 explicit DexSwitchTableIterator(const DexSwitchTable& table) in DexSwitchTableIterator()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/data/
H A DFilterStackDBHelper.java69 protected static void createTable(SQLiteDatabase db, String table, String[][] columns) { in createTable()
92 protected static void dropTable(SQLiteDatabase db, String table) { in dropTable()
/aosp12/hardware/qcom/sm8150/gps/utils/
H A Dloc_log.h54 #define LOC_TABLE_SIZE(table) (sizeof(table)/sizeof((table)[0])) argument
102 inline const char* loc_get_name_from_val(const NameValTbl& table, int64_t value) { in loc_get_name_from_val()

12345678910>>...22