Home
last modified time | relevance | path

Searched refs:numErrorsBefore (Results 1 – 7 of 7) sorted by relevance

/external/guice/core/src/com/google/inject/internal/
DMembersInjectorStore.java84 int numErrorsBefore = errors.size(); in createWithListeners() local
94 errors.throwIfNewErrors(numErrorsBefore); in createWithListeners()
110 errors.throwIfNewErrors(numErrorsBefore); in createWithListeners()
DConstructorInjectorStore.java66 int numErrorsBefore = errors.size(); in createConstructor() local
88 errors.throwIfNewErrors(numErrorsBefore); in createConstructor()
DAnnotations.java310 int numErrorsBefore = errors.size();
312 errors.throwIfNewErrors(numErrorsBefore);
DInjectorImpl.java875 int numErrorsBefore = errors.size();
931 errors.throwIfNewErrors(numErrorsBefore);
973 int numErrorsBefore = errors.size();
984 errors.throwIfNewErrors(numErrorsBefore);
/external/angle/src/compiler/translator/
DValidateClipCullDistance.cpp195 int numErrorsBefore = diagnostics->numErrors(); in ValidateClipCullDistance() local
197 return (diagnostics->numErrors() == numErrorsBefore); in ValidateClipCullDistance()
DValidateOutputs.cpp179 int numErrorsBefore = diagnostics->numErrors(); in ValidateOutputs() local
181 return (diagnostics->numErrors() == numErrorsBefore); in ValidateOutputs()
DValidateVaryingLocations.cpp363 int numErrorsBefore = diagnostics->numErrors(); in ValidateVaryingLocations() local
365 return (diagnostics->numErrors() == numErrorsBefore); in ValidateVaryingLocations()