HomeSort by relevance Sort by last modified time
    Searched refs:item_count (Results 26 - 39 of 39) sorted by null

12

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/
domain.py 289 self.item_count = None
301 self.item_count = int(value)
  /external/icu/icu4c/source/common/
ucnvsel.cpp 79 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) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursesm.h 382 return ::item_count(menu);
561 if ( (i < 0) || (i >= ::item_count (menu)) )
menu.h 208 extern NCURSES_EXPORT(int) item_count (const MENU *);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesm.h 382 return ::item_count(menu);
561 if ( (i < 0) || (i >= ::item_count (menu)) )
menu.h 208 extern NCURSES_EXPORT(int) item_count (const MENU *);
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb/
table.py 92 :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/
hb-uniscribe.cc 826 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/
test_layer2.py 89 assert table.item_count == 0
  /external/toybox/kconfig/lxdialog/
util.c 598 int item_count(void) function
  /external/v8/src/regexp/
regexp-parser.cc 1104 int item_count = uset_getItemCount(set); local
    [all...]
jsregexp.cc 5132 int item_count = uset_getItemCount(set); local
    [all...]
  /system/bt/stack/include/
avrc_defs.h 1344 UINT16 item_count; member in struct:__anon73715
    [all...]
  /external/vulkan-validation-layers/loader/
loader.c 889 uint32_t item_count,
901 for (i = 0; i < item_count; i++) {
    [all...]

Completed in 439 milliseconds

12