Home
last modified time | relevance | path

Searched defs:entry_index (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/vboot_reference/cgpt/
H A Dcgpt_common.c747 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 DLoadedArsc_test.cpp64 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 Dqpack_header_table.cc106 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 DLoadedArsc.java110 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 Danalyze-blocking-sizes.cpp278 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/
Dhal_camera_metadata.cc393 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
Dutils.cc369 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 DLoadedArsc.cpp243 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 Dtrace.cc1437 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 Dtest_utils.cc123 size_t entry_index = entries_count_out; in VerifyLogEntries() local
/aosp_15_r20/art/runtime/jni/
H A Dlocal_reference_table-inl.h91 uint32_t entry_index = GetReferenceEntryIndex(iref); in IsValidReference() local
H A Dlocal_reference_table.h427 LrtEntry* GetEntry(size_t entry_index) const { in GetEntry()
H A Dlocal_reference_table.cc462 uint32_t entry_index = GetReferenceEntryIndex(iref); in Remove() local
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/sampling/lvpm_stock/
Dpacket.py80 def __init__(self, raw_data, sample_time, sample_type, entry_index): argument
/aosp_15_r20/external/google-breakpad/src/common/
H A Dsimple_string_dictionary.h175 size_t entry_index = GetEntryIndexForKey(key); in SetKeyValue() local
/aosp_15_r20/external/python/cpython3/Python/
Dhashtable.c300 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 Dname.hh84 #define entry_index var.u16[1] macro
/aosp_15_r20/external/mesa3d/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_bo.c144 unsigned entry_index = slab_entry_bo - slab_bo->entries; in get_slab_entry_offset() local
/aosp_15_r20/art/oatdump/
H A Doatdump.cc1613 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 DELFDumper.cpp654 size_t entry_index = (reinterpret_cast<uintptr_t>(symb) - in getSymbolVersion() local
/aosp_15_r20/external/iproute2/devlink/
H A Ddevlink.c3645 uint32_t entry_index; in dpipe_entry_show() local