HomeSort by relevance Sort by last modified time
    Searched refs:ItemCount (Results 1 - 16 of 16) sorted by null

  /external/walt/ios/WALT/
MIDIEndpoint.m 42 ItemCount destinationCount = MIDIGetNumberOfDestinations();
43 for (ItemCount i = 0; i < destinationCount; ++i) {
62 ItemCount sourceCount = MIDIGetNumberOfSources();
63 for (ItemCount i = 0; i < sourceCount; ++i) {
  /external/fonttools/Tests/varLib/
builder_test.py 22 assert data.ItemCount == len(items)
58 assert data.ItemCount == len(items)
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/BootManagerMenuApp/
BootManagerMenu.h 51 UINTN ItemCount; // Selectable item count
BootManagerMenu.c 181 for (Index = 0; Index < BootMenuData->ItemCount; Index++) {
203 if (BootMenuData->ItemCount + UnSelectableItmes > MaxPrintRows) {
210 BootMenuData->MenuScreen.Height = BootMenuData->ItemCount + UnSelectableItmes;
212 BootMenuData->ScrollBarControl.ItemCountPerScreen = BootMenuData->ItemCount;
214 BootMenuData->ScrollBarControl.LastItem = BootMenuData->ItemCount - 1;
334 BootMenuData->ItemCount = StrIndex;
374 if (BootMenuData == NULL || WantSelectItem >= BootMenuData->ItemCount) {
404 TopShadeNum = (FirstItem * ItemCountPerScreen) / BootMenuData->ItemCount;
405 if ((FirstItem * ItemCountPerScreen) % BootMenuData->ItemCount != 0) {
415 if (LastItem != BootMenuData->ItemCount - 1) {
    [all...]
  /external/python/cpython2/Mac/Modules/menu/
menuedit.py 61 f = Function(ItemCount, 'CountMenuItemsWithCommandID',
_Menumodule.c 232 ItemCount _rv;
542 ItemCount inNumItems;
570 ItemCount inNumItems;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DeviceManagerUiLib/
DeviceManager.c 334 @param ItemCount The new add Mac address item count.
344 OUT UINTN *ItemCount
360 if ((Handle == NULL) || (ItemCount == NULL)) {
363 *ItemCount = 0;
386 (*ItemCount) = 1;
455 (*ItemCount) += 1;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
macsupport.py 24 ItemCount = Type("ItemCount", "l")
  /external/python/cpython2/Tools/bgen/bgen/
macsupport.py 24 ItemCount = Type("ItemCount", "l")
  /external/fonttools/Lib/fontTools/varLib/
builder.py 90 self.ItemCount = len(self.Item)
varStore.py 47 data.ItemCount = len(data.Item)
131 self.ItemCount = len(self.Item)
226 data.ItemCount = len(data.Item)
527 data.ItemCount = len(data.Item)
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/
DeviceManager.c 571 @param ItemCount The new add Mac address item count.
580 OUT UINTN *ItemCount
596 if ((Handle == NULL) || (ItemCount == NULL)) {
599 *ItemCount = 0;
622 (*ItemCount) = 1;
691 (*ItemCount) += 1;
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
Pci.c     [all...]
  /external/python/cpython2/Mac/Modules/mlte/
_Mltemodule.c 569 ItemCount oRunCount;
687 ItemCount _rv;
1047 ItemCount oLineTotal;
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/
XmlParser.py 620 for ItemCount in range(len(Module.GetBinaryFileList())):
621 Item = Module.GetBinaryFileList()[ItemCount]
624 Module.GetBinaryFileList()[ItemCount] = Item
    [all...]
  /external/python/cpython2/Mac/Modules/win/
_Winmodule.c 145 ItemCount _rv;
    [all...]

Completed in 1419 milliseconds