/external/toybox/kconfig/lxdialog/ |
D | menubox.c | 201 max_choice = MIN(menu_height, item_count()); in dialog_menu() 252 (scroll >= 0) && (scroll + max_choice <= item_count())) { in dialog_menu() 259 if (choice >= item_count() - max_choice / 2) in dialog_menu() 260 scroll = first_item = item_count() - max_choice; in dialog_menu() 273 print_arrows(dialog, item_count(), scroll, in dialog_menu() 324 (scroll + max_choice < item_count())) { in dialog_menu() 347 if (scroll + max_choice < item_count()) { in dialog_menu() 361 print_arrows(dialog, item_count(), scroll, in dialog_menu()
|
D | checklist.c | 134 max_choice = MIN(list_height, item_count()); in dialog_checklist() 192 print_arrows(dialog, choice, item_count(), scroll, in dialog_checklist() 228 print_arrows(dialog, choice, item_count(), in dialog_checklist() 239 if (scroll + choice >= item_count() - 1) in dialog_checklist() 256 print_arrows(dialog, choice, item_count(), in dialog_checklist()
|
D | dialog.h | 176 int item_count(void);
|
D | util.c | 598 int item_count(void) in item_count() function
|
/external/lldb/source/Commands/ |
D | CommandObjectMemory.cpp | 611 size_t item_count = m_format_options.GetCountValue().GetCurrentValue(); in DoExecute() local 617 total_byte_size = item_count * item_byte_size; in DoExecute() 651 …er the end address (0x%" PRIx64 ") or the count (--count %lu), not both.\n", end_addr, item_count); in DoExecute() 657 item_count = total_byte_size / item_byte_size; in DoExecute() 718 item_count = 1; in DoExecute() 719 …data_sp.reset (new DataBufferHeap ((item_byte_size+1) * item_count, '\0')); // account for NULLs a… in DoExecute() 722 … memory read buffer, specify a smaller size to read", (uint64_t)((item_byte_size+1) * item_count)); in DoExecute() 728 auto count = item_count; in DoExecute() 729 item_count = 0; in DoExecute() 730 while (item_count < count) in DoExecute() [all …]
|
/external/lldb/source/Core/ |
D | ValueObjectConstResultImpl.cpp | 222 uint32_t item_count) in GetPointeeData() argument 227 return m_impl_backend->ValueObject::GetPointeeData(data, item_idx, item_count); in GetPointeeData() 232 return DerefOnTarget()->GetPointeeData(data, item_idx, item_count); in GetPointeeData() 234 return m_impl_backend->ValueObject::GetPointeeData(data, item_idx, item_count); in GetPointeeData()
|
D | ValueObjectConstResultChild.cpp | 77 uint32_t item_count) in GetPointeeData() argument 79 return m_impl.GetPointeeData(data, item_idx, item_count); in GetPointeeData()
|
D | ValueObjectConstResult.cpp | 330 uint32_t item_count) in GetPointeeData() argument 332 return m_impl.GetPointeeData(data, item_idx, item_count); in GetPointeeData()
|
D | DataExtractor.cpp | 1364 size_t item_count, in Dump() argument 1405 …d = disassembler_sp->DecodeInstructions (so_addr, *this, start_offset, item_count, false, data_fro… in Dump() 1432 for (uint32_t count = 0; ValidOffset(offset) && count < item_count; ++count) in Dump() 1513 if (item_count == 1 && item_format == eFormatChar) in Dump() 1546 if (item_count == 1 && item_format == eFormatChar) in Dump()
|
D | ValueObject.cpp | 869 uint32_t item_count) in GetPointeeData() argument 878 if (item_count == 0) in GetPointeeData() 882 const uint64_t bytes = item_count * item_type_size; in GetPointeeData() 885 if (item_idx == 0 && item_count == 1) // simply a deref in GetPointeeData()
|
/external/webrtc/src/system_wrappers/source/ |
D | map_unittest.cc | 143 int item_count = 0; in CompareMaps() local 153 ++item_count; in CompareMaps() 156 return item_count == map_size; in CompareMaps()
|
/external/v8/src/ |
D | builtins.cc | 770 int item_count = (n_arguments > 1) ? (n_arguments - 2) : 0; in BUILTIN() local 771 int new_length = len - actual_delete_count + item_count; in BUILTIN() 800 if (item_count < actual_delete_count) { in BUILTIN() 803 ((actual_start + item_count) < in BUILTIN() 806 const int delta = actual_delete_count - item_count; in BUILTIN() 841 MoveDoubleElements(*elms, actual_start + item_count, in BUILTIN() 848 heap->MoveElements(*elms, actual_start + item_count, in BUILTIN() 854 } else if (item_count > actual_delete_count) { in BUILTIN() 858 DCHECK((item_count - actual_delete_count) <= (Smi::kMaxValue - len)); in BUILTIN() 878 new_elms, actual_start + item_count, in BUILTIN() [all …]
|
/external/icu/icu4c/source/common/ |
D | ucnvsel.cpp | 79 int32_t item_count; in generateSelectorData() local 98 item_count = uset_getItemCount(unicode_point_set); in generateSelectorData() 100 for (j = 0; j < item_count; ++j) { in generateSelectorData() 123 int32_t item_count = uset_getItemCount(excludedCodePoints); in generateSelectorData() local 124 for (int32_t j = 0; j < item_count; ++j) { in generateSelectorData()
|
/external/lldb/include/lldb/Core/ |
D | ValueObjectConstResultChild.h | 62 uint32_t item_count = 1);
|
D | ValueObjectConstResultImpl.h | 81 uint32_t item_count = 1);
|
D | ValueObjectConstResult.h | 108 uint32_t item_count = 1);
|
D | DataExtractor.h | 281 size_t item_count,
|
D | ValueObject.h | 991 uint32_t item_count = 1);
|
/external/lldb/include/lldb/API/ |
D | SBValue.h | 279 uint32_t item_count = 1);
|
/external/harfbuzz_ng/src/ |
D | hb-uniscribe.cc | 814 int item_count; in _hb_uniscribe_shape() local 830 &item_count); in _hb_uniscribe_shape() 843 for (unsigned int i = 0; i < item_count; i++) in _hb_uniscribe_shape()
|
/external/lldb/scripts/Python/interface/ |
D | SBValue.i | 380 uint32_t item_count = 1);
|
/external/lldb/source/API/ |
D | SBValue.cpp | 1520 uint32_t item_count) in GetPointeeData() argument 1532 value_sp->GetPointeeData(*data_sp, item_idx, item_count); in GetPointeeData() 1541 item_count, in GetPointeeData()
|
/external/lldb/source/Symbol/ |
D | ClangASTType.cpp | 5928 uint32_t item_count = 1; in DumpTypeValue() local 5966 item_count = byte_size; in DumpTypeValue() 5971 item_count = byte_size / 2; in DumpTypeValue() 5976 item_count = byte_size / 4; in DumpTypeValue() 5984 item_count, in DumpTypeValue()
|