Searched refs:item_count (Results 1 - 13 of 13) sorted by relevance

/external/toybox/kconfig/lxdialog/
H A Dmenubox.c201 max_choice = MIN(menu_height, item_count());
252 (scroll >= 0) && (scroll + max_choice <= item_count())) {
259 if (choice >= item_count() - max_choice / 2)
260 scroll = first_item = item_count() - max_choice;
273 print_arrows(dialog, item_count(), scroll,
324 (scroll + max_choice < item_count())) {
347 if (scroll + max_choice < item_count()) {
361 print_arrows(dialog, item_count(), scroll,
H A Dchecklist.c134 max_choice = MIN(list_height, item_count());
192 print_arrows(dialog, choice, item_count(), scroll,
228 print_arrows(dialog, choice, item_count(),
239 if (scroll + choice >= item_count() - 1)
256 print_arrows(dialog, choice, item_count(),
H A Ddialog.h176 int item_count(void);
H A Dutil.c598 int item_count(void) function
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/
H A Ddomain.py289 self.item_count = None
301 self.item_count = int(value)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/dynamodb/
H A Dtest_layer2.py58 self.assertEqual(table.item_count, 1)
/external/icu/icu4c/source/common/
H A Ducnvsel.cpp79 int32_t item_count; local
98 item_count = uset_getItemCount(unicode_point_set);
100 for (j = 0; j < item_count; ++j) {
123 int32_t item_count = uset_getItemCount(excludedCodePoints); local
124 for (int32_t j = 0; j < item_count; ++j) {
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb/
H A Dtable.py92 :ivar item_count: The number of items in the table. This value is
169 def item_count(self): member in class:Table
/external/harfbuzz_ng/src/
H A Dhb-uniscribe.cc826 int item_count; local
842 &item_count);
855 for (unsigned int i = 0; i < item_count; i++)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/dynamodb/
H A Dtest_layer2.py89 assert table.item_count == 0
/external/v8/src/regexp/
H A Dregexp-parser.cc1104 int item_count = uset_getItemCount(set); local
1106 for (int i = 0; i < item_count; i++) {
H A Djsregexp.cc5132 int item_count = uset_getItemCount(set); local
5136 for (int i = 0; i < item_count; i++) {
/external/vulkan-validation-layers/loader/
H A Dloader.c889 uint32_t item_count,
901 for (i = 0; i < item_count; i++) {
887 loader_add_to_layer_library_list(const struct loader_instance *inst, struct loader_layer_library_list *list, uint32_t item_count, const struct loader_lib_info *new_items) argument

Completed in 666 milliseconds