Home
last modified time | relevance | path

Searched refs:test_idx (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSSet.cpp463 uint32_t test_idx = 0; in GetChildAtIndex() local
466 obj_at_idx = m_data_ptr + (test_idx * m_ptr_size); in GetChildAtIndex()
474 test_idx++; in GetChildAtIndex()
587 uint32_t test_idx = 0; in GetChildAtIndex() local
594 val_at_idx = m_values_ptr + (test_idx * m_ptr_size); in GetChildAtIndex()
600 test_idx++; in GetChildAtIndex()
745 uint32_t test_idx = 0; in GetChildAtIndex() local
748 obj_at_idx = m_objs_addr + (test_idx * m_ptr_size); in GetChildAtIndex()
756 test_idx++; in GetChildAtIndex()
H A DNSDictionary.cpp657 uint32_t test_idx = 0; in GetChildAtIndex() local
660 key_at_idx = m_data_ptr + (2 * test_idx * m_ptr_size); in GetChildAtIndex()
673 test_idx++; in GetChildAtIndex()
786 uint32_t test_idx = 0; in GetChildAtIndex() local
793 key_at_idx = m_keys_ptr + (test_idx * m_ptr_size); in GetChildAtIndex()
794 val_at_idx = m_values_ptr + (test_idx * m_ptr_size); in GetChildAtIndex()
803 test_idx++; in GetChildAtIndex()
1153 uint32_t test_idx = 0; in GetChildAtIndex() local
1156 key_at_idx = m_keys_ptr + (test_idx * m_ptr_size); in GetChildAtIndex()
1157 val_at_idx = m_values_ptr + (test_idx * m_ptr_size); in GetChildAtIndex()
[all …]
/freebsd/contrib/bc/tests/
H A Dhistory.py1091 test_idx = sys.argv[idx] variable
1095 if test_idx == "-a":
1103 test_idx = int(test_idx) variable
1148 child = test_array[test_idx](exe[0], exe[1:], env)