/aosp_15_r20/external/vboot_reference/cgpt/ |
H A D | cgpt_common.c | 747 GptEntry *GetEntry(GptData *gpt, int secondary, uint32_t entry_index) { in GetEntry() 771 void SetRequired(struct drive *drive, int secondary, uint32_t entry_index, in SetRequired() 779 int GetRequired(struct drive *drive, int secondary, uint32_t entry_index) { in GetRequired() 785 void SetLegacyBoot(struct drive *drive, int secondary, uint32_t entry_index, in SetLegacyBoot() 793 int GetLegacyBoot(struct drive *drive, int secondary, uint32_t entry_index) { in GetLegacyBoot() 799 void SetPriority(struct drive *drive, int secondary, uint32_t entry_index, in SetPriority() 807 int GetPriority(struct drive *drive, int secondary, uint32_t entry_index) { in GetPriority() 813 void SetTries(struct drive *drive, int secondary, uint32_t entry_index, in SetTries() 821 int GetTries(struct drive *drive, int secondary, uint32_t entry_index) { in GetTries() 827 void SetSuccessful(struct drive *drive, int secondary, uint32_t entry_index, in SetSuccessful() [all …]
|
/aosp_15_r20/frameworks/base/libs/androidfw/tests/ |
H A D | LoadedArsc_test.cpp | 64 const uint16_t entry_index = get_entry_id(app::R::string::string_one); in TEST() local 151 uint8_t entry_index = get_entry_id(basic::R::string::test3); in TEST() local 336 const uint16_t entry_index = get_entry_id(overlayable::R::string::overlayable11); in TEST() local 368 const uint16_t entry_index = get_entry_id(sparse::R::integer::foo_9); in TEST_P() local
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/qpack/ |
H A D | qpack_header_table.cc | 106 uint64_t entry_index = dropped_entry_count(); in MaxInsertSizeWithoutEvictingGivenEntry() local 133 uint64_t entry_index = dropped_entry_count(); in draining_index() local
|
/aosp_15_r20/external/robolectric/resources/src/main/java/org/robolectric/res/android/ |
H A D | LoadedArsc.java | 110 int GetFlagsForEntryIndex(int entry_index) { in GetFlagsForEntryIndex() 384 ResTable_entry GetEntry(ResTable_type type_chunk, short entry_index) { in GetEntry() 392 static int GetEntryOffset(ResTable_type type_chunk, int entry_index) { in GetEntryOffset()
|
/aosp_15_r20/external/eigen/bench/ |
H A D | analyze-blocking-sizes.cpp | 278 for (size_t entry_index = 0; entry_index < num_entries; entry_index++) { in check_all_files_in_same_exact_order() local 307 size_t entry_index = 0; in efficiency_of_subset() local 340 size_t entry_index = 0; in dump_table_for_subset() local
|
/aosp_15_r20/hardware/google/camera/common/hal/utils/ |
D | hal_camera_metadata.cc | 393 for (size_t entry_index = 0; entry_index < entry_count; entry_index++) { in Erase() local 448 for (size_t entry_index : entry_indices) { in Erase() local
|
D | utils.cc | 369 for (size_t entry_index = 0; entry_index < new_session_count; entry_index++) { in IsSessionParameterCompatible() local
|
/aosp_15_r20/frameworks/base/libs/androidfw/ |
H A D | LoadedArsc.cpp | 243 incfs::verified_map_ptr<ResTable_type> type_chunk, uint16_t entry_index) { in GetEntry() 252 incfs::verified_map_ptr<ResTable_type> type_chunk, uint16_t entry_index) { in GetEntryOffset()
|
/aosp_15_r20/art/runtime/ |
H A D | trace.cc | 1437 for (size_t entry_index = kPerThreadBufSize; entry_index != current_offset;) { in PreProcessTraceForMethodInfos() local 1712 for (size_t entry_index = kPerThreadBufSize; entry_index != end_offset;) { in FlushEntriesFormatV1() local 1753 size_t entry_index = kPerThreadBufSize; in FlushEntriesFormatV2() local 1883 int entry_index = 0; in LogMethodTraceEvent() local
|
/aosp_15_r20/external/pigweed/pw_log_rpc/ |
H A D | test_utils.cc | 123 size_t entry_index = entries_count_out; in VerifyLogEntries() local
|
/aosp_15_r20/art/runtime/jni/ |
H A D | local_reference_table-inl.h | 91 uint32_t entry_index = GetReferenceEntryIndex(iref); in IsValidReference() local
|
H A D | local_reference_table.h | 427 LrtEntry* GetEntry(size_t entry_index) const { in GetEntry()
|
H A D | local_reference_table.cc | 462 uint32_t entry_index = GetReferenceEntryIndex(iref); in Remove() local
|
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/sampling/lvpm_stock/ |
D | packet.py | 80 def __init__(self, raw_data, sample_time, sample_type, entry_index): argument
|
/aosp_15_r20/external/google-breakpad/src/common/ |
H A D | simple_string_dictionary.h | 175 size_t entry_index = GetEntryIndexForKey(key); in SetKeyValue() local
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | hashtable.c | 300 size_t entry_index = entry->key_hash & (new_size - 1); in hashtable_rehash() local
|
/aosp_15_r20/external/harfbuzz_ng/src/OT/name/ |
H A D | name.hh | 84 #define entry_index var.u16[1] macro
|
/aosp_15_r20/external/mesa3d/src/gallium/winsys/amdgpu/drm/ |
H A D | amdgpu_bo.c | 144 unsigned entry_index = slab_entry_bo - slab_bo->entries; in get_slab_entry_offset() local
|
/aosp_15_r20/art/oatdump/ |
H A D | oatdump.cc | 1613 uint32_t entry_index = &object_offset - oat_file_.GetBootImageRelocations().data(); in DumpDataImgRelRoEntries() local 1659 uint32_t entry_index = &object_offset - oat_file_.GetBootImageRelocations().data(); in DumpDataImgRelRoEntries() local
|
/aosp_15_r20/external/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 654 size_t entry_index = (reinterpret_cast<uintptr_t>(symb) - in getSymbolVersion() local
|
/aosp_15_r20/external/iproute2/devlink/ |
H A D | devlink.c | 3645 uint32_t entry_index; in dpipe_entry_show() local
|