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

  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
DevTree.c 51 UINTN ChildCount;
58 ChildCount = 0;
126 ParseHandleDatabaseForChildControllers(TheHandle, &ChildCount, &ChildHandleBuffer);
127 for (LoopVar = 0 ; LoopVar < ChildCount && ShellStatus == SHELL_SUCCESS; LoopVar++){
Drivers.c 188 UINTN ChildCount;
272 ChildCount = 0;
274 Status = ParseHandleDatabaseForChildDevices (*HandleWalker, &ChildCount , NULL);
294 ChildCount > 0?L'B':(DeviceCount > 0?L'D':L'?'),
298 ChildCount,
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
ITree.cs 54 int ChildCount {
BaseTree.cs 76 public virtual int ChildCount {
181 if (t.ChildCount > 0) {
187 int n = t.ChildCount;
244 if (i >= ChildCount)
293 int n = newTree.ChildCount;
352 int n = ChildCount;
371 int n = this.ChildCount;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
ITree.cs 56 int ChildCount
BaseTree.cs 88 public virtual int ChildCount
216 if ( t.ChildCount > 0 )
224 int n = t.ChildCount;
293 if (i >= ChildCount)
348 int n = newTree.ChildCount;
422 int n = ChildCount;
446 int n = this.ChildCount;
  /external/llvm/include/llvm/Object/
MachO.h 89 unsigned ChildCount;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
MachO.h 89 unsigned ChildCount;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
MachO.h 89 unsigned ChildCount;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
MachO.h 89 unsigned ChildCount;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
MachO.h 89 unsigned ChildCount;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
MachO.h 89 unsigned ChildCount;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
MachO.h 89 unsigned ChildCount;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
MachO.h 89 unsigned ChildCount;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
MachO.h 89 unsigned ChildCount;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciSioSerialDxe/
Serial.h 96 UINTN ChildCount; // Count of child SerialIo instance.

Completed in 311 milliseconds