HomeSort by relevance Sort by last modified time
    Searched defs:ChildIndex (Results 1 - 13 of 13) sorted by null

  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
LegacySio.c 44 UINTN ChildIndex;
166 for (ChildIndex = 0; ChildIndex < EntryCount; ChildIndex++) {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
CommonTree.cs 63 int childIndex = -1;
97 public override int ChildIndex {
99 return childIndex;
102 childIndex = value;
ITree.cs 79 int ChildIndex {
103 * children to set their childindex; could be slow.
BaseTree.cs 95 public virtual int ChildIndex {
193 c.ChildIndex = children.Count - 1;
209 t.ChildIndex = children.Count - 1;
238 t.ChildIndex = i;
261 * children to set their childindex; could be slow.
311 child.ChildIndex = i;
355 child.ChildIndex = c;
368 if (i != this.ChildIndex) {
369 throw new InvalidOperationException("child indexes don't match; expected " + i + " found " + this.ChildIndex);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
CommonTree.cs 63 int childIndex = -1;
107 public override int ChildIndex
111 return childIndex;
116 childIndex = value;
ITree.cs 83 int ChildIndex
108 * children to set their childindex; could be slow.
BaseTree.cs 112 public virtual int ChildIndex
231 c.ChildIndex = Children.Count - 1;
252 t.ChildIndex = Children.Count - 1;
286 t.ChildIndex = i;
310 * children to set their childindex; could be slow.
370 child.ChildIndex = i;
426 child.ChildIndex = c;
442 if ( i != this.ChildIndex )
444 throw new InvalidOperationException( "child indexes don't match; expected " + i + " found " + this.ChildIndex );
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
BmDriverHealth.c 303 UINTN ChildIndex;
376 for (ChildIndex = 0; ChildIndex < HandleCount; ChildIndex++) {
377 Status = BmGetSingleControllerHealthStatus (&DriverHealthInfo, Count, DriverHealthHandles[DriverHealthIndex], Handles[ControllerIndex], Handles[ChildIndex]);
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
Dh.c 284 UINTN ChildIndex;
611 for (ChildIndex = 0; ChildIndex < ChildControllerHandleCount; ChildIndex++) {
612 Status = gEfiShellProtocol->GetDeviceName(ChildControllerHandleBuffer[ChildIndex], EFI_DEVICE_NAME_USE_COMPONENT_NAME|EFI_DEVICE_NAME_USE_DEVICE_PATH, (CHAR8*)Language, &TempStringPointer);
620 ConvertHandleToHandleIndex(ChildControllerHandleBuffer[ChildIndex]),
DrvCfg.c 573 UINTN ChildIndex;
895 for (ChildIndex = 0; ChildIndex < ChildHandleCount; ChildIndex++) {
897 if ((ChildHandleType[ChildIndex] & HR_CHILD_HANDLE) != HR_CHILD_HANDLE) {
901 if (ChildHandle != NULL && ChildHandle != ChildHandleBuffer[ChildIndex]) {
907 HandleIndex3 = ConvertHandleToHandleIndex (ChildHandleBuffer[ChildIndex]);
923 ChildHandleBuffer[ChildIndex],
939 ChildHandleBuffer[ChildIndex],
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/
DeviceManager.c     [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiHandleParsingLib/
UefiHandleParsingLib.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
video.h 263 ULONG ChildIndex;
    [all...]

Completed in 170 milliseconds