Searched refs:errorCount (Results 1 - 25 of 27) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Ddaap_query.c95 if (psr->pParser->rec->state->errorCount > 0)
97 DPRINTF(E_LOG, L_DAAP, "DAAP query parser terminated with %d errors\n", psr->pParser->rec->state->errorCount);
120 if (sqlconv->pTreeParser->rec->state->errorCount > 0)
122 DPRINTF(E_LOG, L_DAAP, "DAAP query tree parser terminated with %d errors\n", sqlconv->pTreeParser->rec->state->errorCount);
H A Drsp_query.c95 if (psr->pParser->rec->state->errorCount > 0)
97 DPRINTF(E_LOG, L_RSP, "RSP query parser terminated with %d errors\n", psr->pParser->rec->state->errorCount);
120 if (sqlconv->pTreeParser->rec->state->errorCount > 0)
122 DPRINTF(E_LOG, L_RSP, "RSP query tree parser terminated with %d errors\n", sqlconv->pTreeParser->rec->state->errorCount);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/include/
H A Dantlr3recognizersharedstate.h106 ANTLR3_UINT32 errorCount; member in struct:ANTLR3_RECOGNIZER_SHARED_STATE_struct
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/util/test/
H A DFastOutputStreamTest.java28 if (tr.errorCount() > 0 ||
H A DExceptionWrapperTest.java34 if (tr.errorCount() > 0 ||
H A DUtfTest.java32 if (tr.errorCount() > 0 ||
H A DPackedIntegerTest.java31 if (tr.errorCount() > 0 ||
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/test/
H A DTestSR15721.java37 if (tr.errorCount() > 0 ||
H A DSecondaryDeadlockTest.java46 if (tr.errorCount() > 0 ||
H A DIterDeadlockTest.java46 if (tr.errorCount() > 0 ||
H A DJoinTest.java49 if (tr.errorCount() > 0 ||
H A DForeignKeyTest.java56 if (tr.errorCount() > 0 ||
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/test/serial/
H A DCatalogCornerCaseTest.java32 if (tr.errorCount() > 0 ||
H A DStoredClassCatalogTest.java49 if (tr.errorCount() > 0 ||
H A DStoredClassCatalogTestInit.java48 if (tr.errorCount() > 0 ||
H A DTupleSerialFactoryTest.java42 if (tr.errorCount() > 0 ||
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/src/
H A Dtex2rtf.cpp82 unsigned long errorCount = 0; variable
690 errorCount = 0;
705 errBuf.Printf(_T("\nErrors encountered during this pass: %lu\n"), errorCount);
897 errorCount = 0;
1084 if (errorCount)
1086 buf.Printf(_T("Errors encountered during this pass: %lu\n"), errorCount);
1100 if (errorCount)
1102 buf.Printf(_T("Errors encountered during this pass: %lu\n"), errorCount);
1107 errorCount = 0;
1127 errorCount
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/bind/serial/test/
H A DSerialBindingTest.java41 if (tr.errorCount() > 0 ||
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/src/
H A Dantlr3baserecognizer.c118 recognizer->state->errorCount = 0;
718 /// If you override, make sure to update errorCount if you care about that.
736 recognizer->state->errorCount++;
1305 return recognizer->state->errorCount;
2132 recognizer->state->errorCount = 0;
H A Dantlr3lexer.c395 rec->state->errorCount++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/bind/tuple/test/
H A DTupleBindingTest.java54 if (tr.errorCount() > 0 ||
H A DTupleOrderingTest.java31 if (tr.errorCount() > 0 ||
H A DTupleFormatTest.java37 if (tr.errorCount() > 0 ||
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/
H A DKeyRangeTest.java66 if (tr.errorCount() > 0 ||
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/bind/test/
H A DBindingSpeedTest.java62 if (tr.errorCount() > 0 ||

Completed in 120 milliseconds

12