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

  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
Comp.c 38 UINT8 ErrorCount;
56 ErrorCount = 0;
128 ErrorCount++;
133 for (LoopVar = 0 ; LoopVar < Size1 && ErrorCount <= 10 ; LoopVar++) {
191 ++ErrorCount,
208 ++ErrorCount,
225 ++ErrorCount,
242 ++ErrorCount,
256 if (ErrorCount == 0) {
  /prebuilts/go/darwin-x86/src/text/scanner/
scanner_test.go 306 if s.ErrorCount != 0 {
307 t.Errorf("%d errors", s.ErrorCount)
327 if s.ErrorCount != 0 {
328 t.Errorf("%d errors", s.ErrorCount)
343 if s.ErrorCount != 0 {
344 t.Errorf("%d errors", s.ErrorCount)
401 if s.ErrorCount != 0 {
402 t.Errorf("%d errors", s.ErrorCount)
448 if s.ErrorCount == 0 {
449 t.Errorf("count = %d, want > 0 for %q", s.ErrorCount, src
    [all...]
scanner.go 143 // ErrorCount is incremented by one for each error encountered.
144 ErrorCount int
174 // Error is set to nil, ErrorCount is set to 0, Mode is set to GoTokens,
201 s.ErrorCount = 0
324 s.ErrorCount++
  /prebuilts/go/linux-x86/src/text/scanner/
scanner_test.go 306 if s.ErrorCount != 0 {
307 t.Errorf("%d errors", s.ErrorCount)
327 if s.ErrorCount != 0 {
328 t.Errorf("%d errors", s.ErrorCount)
343 if s.ErrorCount != 0 {
344 t.Errorf("%d errors", s.ErrorCount)
401 if s.ErrorCount != 0 {
402 t.Errorf("%d errors", s.ErrorCount)
448 if s.ErrorCount == 0 {
449 t.Errorf("count = %d, want > 0 for %q", s.ErrorCount, src
    [all...]
scanner.go 143 // ErrorCount is incremented by one for each error encountered.
144 ErrorCount int
174 // Error is set to nil, ErrorCount is set to 0, Mode is set to GoTokens,
201 s.ErrorCount = 0
324 s.ErrorCount++
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/PlatformMemTest/
PlatformMemTest.h 187 OUT UINTN *ErrorCount,
201 OUT UINT32 *ErrorCount,
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
UhciDebug.c 65 DEBUG ((EFI_D_VERBOSE, " ErrorCount - %d\n", CurTdSw->TdHw.ErrorCount));
UhciQueue.c 347 Td->TdHw.ErrorCount = 0x03;
410 Td->TdHw.ErrorCount = 0x03;
458 Td->TdHw.ErrorCount = 0x03;
UhciQueue.h 66 UINT32 ErrorCount : 2;
UhciSched.c 467 } else if (TdHw->ErrorCount != 0) {
483 if (TdHw->ErrorCount == 0) {
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
Descriptor.h 87 UINT32 ErrorCount:2;
OhciUrb.c 743 Td->Word0.ErrorCount = Value;
797 return Td->Word0.ErrorCount;
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/
Descriptor.h 87 UINT32 ErrorCount:2;
OhciUrb.c 490 Td->Word0.ErrorCount = Value;
544 return Td->Word0.ErrorCount;
  /prebuilts/go/darwin-x86/src/go/scanner/
scanner_test.go 307 if s.ErrorCount != 0 {
308 t.Errorf("found %d errors", s.ErrorCount)
545 if S.ErrorCount != 0 {
546 t.Errorf("found %d errors", S.ErrorCount)
580 if s.ErrorCount != 0 {
581 t.Errorf("found %d errors", s.ErrorCount)
606 if len(list) != s.ErrorCount {
607 t.Errorf("found %d errors, expected %d", len(list), s.ErrorCount)
scanner.go 48 ErrorCount int // number of errors encountered
107 // the Scanner field ErrorCount is incremented by one. The mode parameter
129 s.ErrorCount = 0
141 s.ErrorCount++
595 // must check the scanner's ErrorCount or the number of calls
  /prebuilts/go/linux-x86/src/go/scanner/
scanner_test.go 307 if s.ErrorCount != 0 {
308 t.Errorf("found %d errors", s.ErrorCount)
545 if S.ErrorCount != 0 {
546 t.Errorf("found %d errors", S.ErrorCount)
580 if s.ErrorCount != 0 {
581 t.Errorf("found %d errors", s.ErrorCount)
606 if len(list) != s.ErrorCount {
607 t.Errorf("found %d errors, expected %d", len(list), s.ErrorCount)
scanner.go 48 ErrorCount int // number of errors encountered
107 // the Scanner field ErrorCount is incremented by one. The mode parameter
129 s.ErrorCount = 0
141 s.ErrorCount++
595 // must check the scanner's ErrorCount or the number of calls
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
usbuser.h 113 UCHAR ErrorCount;
usb.h 511 ULONG ErrorCount;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
classpnp.h 679 ULONG ErrorCount;
wmidata.h     [all...]
  /prebuilts/go/darwin-x86/src/go/printer/testdata/
parser.go     [all...]
  /prebuilts/go/linux-x86/src/go/printer/testdata/
parser.go     [all...]

Completed in 831 milliseconds