Home
last modified time | relevance | path

Searched defs:table (Results 251 – 275 of 545) sorted by relevance

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

/aosp12/system/core/fs_mgr/libdm/
H A Ddm_linear_fuzzer.cpp97 DmTable table; in LLVMFuzzerTestOneInput() local
/aosp12/frameworks/base/tools/aapt2/link/
H A DXmlReferenceLinker.cpp42 IAaptContext* context, ResourceTable* table, SymbolTable* symbols) in XmlVisitor()
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/avmuxer/
H A Davmuxer_impl.cpp120 const static std::unordered_map<Media::Status, int32_t> table = { in StatusConvert() local
/aosp12/art/compiler/driver/
H A Dcompiled_method_storage.cc187 const ArrayRef<const uint8_t>& table) { in DeduplicateVMapTable()
191 void CompiledMethodStorage::ReleaseVMapTable(const LengthPrefixedArray<uint8_t>* table) { in ReleaseVMapTable()
/aosp12/frameworks/base/tools/aapt2/
H A DLoadedApk.cpp98 std::unique_ptr<ResourceTable> table; in LoadProtoApkFromFileCollection() local
156 std::unique_ptr<ResourceTable> table; in LoadBinaryApkFromFileCollection() local
H A DDebug.cpp257 void Debug::PrintTable(const ResourceTable& table, const DebugPrintTableOptions& options, in PrintTable()
352 void Debug::PrintStyleGraph(ResourceTable* table, const ResourceName& target_style) { in PrintStyleGraph()
537 void Debug::DumpOverlayable(const ResourceTable& table, text::Printer* printer) { in DumpOverlayable()
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DCallLogDatabaseHelper.java558 static boolean tableExists(SQLiteDatabase db, String table) { in tableExists()
570 public ArraySet<String> selectDistinctColumn(String table, String column) { in selectDistinctColumn()
/aosp12/art/runtime/
H A Dclass_table_test.cc84 ClassTable table; in TEST_F() local
H A Dintern_table-inl.h152 for (const Table::InternalTable& table : tables) { in CountInterns() local
/ohos5.0/drivers/peripheral/clearplay/interfaces/include/drm/v1_0/
H A Dimedia_key_session.h42 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \ argument
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
H A Dthumbnail_uri_utils.cpp107 string table = MediaFileUri(uri).GetTableName(); in GetTableFromUri() local
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/
H A Ddecoder.rs77 let mut table = DynamicTable::with_empty(); in literal_field_line_with_name_reference() localVariable
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dtype_converter.cpp235 static const map<CodecType, AVCodecType> table = { in HdiCodecTypeToInnerCodecType() local
321 static const map<VideoRotation, GraphicTransformType> table = { in InnerRotateToDisplayRotate() local
457 static const map<BitRateMode, VideoEncodeBitrateMode> table = { in HdiBitrateModeToInnerMode() local
/ohos5.0/drivers/peripheral/codec/test/demo/jpeg/src/
H A Dcodec_jpeg_helper.cpp224 int32_t CodecJpegHelper::JpegDhtAssemble(const std::vector<CodecJpegHuffTable> &table, int8_t *buff… in JpegDhtAssemble()
513 CodecJpegQuantTable table; in DessambleDqt() local
548 CodecJpegHuffTable table; in DessambleDht() local
/aosp12/frameworks/base/tools/aapt2/process/
H A DSymbolTable.h176 explicit ResourceTableSymbolSource(ResourceTable* table) : table_(table) {} in ResourceTableSymbolSource()
/aosp12/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DLevenshteinSuggestionFormatter.java83 final LevenshteinDistance table = new LevenshteinDistance(source, target); in findMatches() local
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/
H A Dencoder.rs23 table: DynamicTable, field
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dmap_to_7segment.h31 unsigned char table[128]; member
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
H A DInspectorBot.java62 private static Map<String, String> getTableRows(TableView table) in getTableRows()
/aosp12/frameworks/av/media/extractors/mp4/
H A DSampleIterator.cpp32 SampleIterator::SampleIterator(SampleTable *table) in SampleIterator()
/aosp12/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
H A DBluetoothMapEmailProvider.java406 String table = uri.getPathSegments().get(1); in delete() local
455 String table = uri.getLastPathSegment(); in insert() local
600 String table = uri.getLastPathSegment(); in update() local
H A DBluetoothMapIMProvider.java202 String table = uri.getPathSegments().get(1); in delete() local
250 String table = uri.getLastPathSegment(); in insert() local
497 String table = uri.getLastPathSegment(); in update() local
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/muxer/
H A Dmedia_muxer.cpp429 static const std::unordered_map<Plugins::OutputFormat, std::string> table = { in CreatePlugin() local
475 static const std::map<State, std::string> table = { in StateConvert() local
/aosp12/system/extras/verity/
H A Dbuild_verity_metadata.py49 def sign_verity_table(table, signer_path, key_path, signer_args=None): argument
/aosp12/frameworks/native/cmds/lshal/
H A DTableEntry.cpp179 for (const Table* table : mTables) { in createTextTable() local

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