OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numErrors
(Results
1 - 25
of
26
) sorted by null
1
2
/external/chromium_org/third_party/angle/src/compiler/timing/
RestrictVertexShaderTiming.h
25
int
numErrors
() { return mNumErrors; }
RestrictFragmentShaderTiming.h
21
int
numErrors
() const { return mNumErrors; }
/external/chromium_org/third_party/angle/src/compiler/
Diagnostics.h
22
int
numErrors
() const { return mNumErrors; }
ValidateLimitations.h
26
int
numErrors
() const { return mNumErrors; }
Compiler.cpp
328
return validate.
numErrors
() == 0;
383
return restrictor.
numErrors
() == 0;
390
return restrictor.
numErrors
() == 0;
ParseContext.h
64
int
numErrors
() const { return diagnostics.
numErrors
(); }
ParseContext.cpp
[
all
...]
/external/chromium_org/third_party/icu/source/test/cintltst/
cucdapi.c
17
int
numErrors
=0;
77
numErrors
++;
80
if(
numErrors
>0 ){
81
log_data_err("Errors uchar_getScriptCode() : %i \n",
numErrors
);
138
numErrors
=0;
141
numErrors
++;
143
if(
numErrors
> 0){
144
if(
numErrors
>0 ){
145
log_err("Errors uchar_getScriptAbbr() : %i \n",
numErrors
);
173
numErrors
=0
[
all
...]
/external/icu4c/test/cintltst/
cucdapi.c
17
int
numErrors
=0;
77
numErrors
++;
80
if(
numErrors
>0 ){
81
log_data_err("Errors uchar_getScriptCode() : %i \n",
numErrors
);
138
numErrors
=0;
141
numErrors
++;
143
if(
numErrors
> 0){
144
if(
numErrors
>0 ){
145
log_err("Errors uchar_getScriptAbbr() : %i \n",
numErrors
);
173
numErrors
=0
[
all
...]
/external/lzma/CPP/7zip/UI/Console/
Main.cpp
466
UInt64
numErrors
= 0;
480
numErrors
);
481
if (
numErrors
> 0)
483
g_StdOut << endl << "Errors: " <<
numErrors
;
530
int
numErrors
= callback.CantFindFiles.Size();
531
for (int i = 0; i <
numErrors
; i++)
537
stdStream << "WARNING: Cannot find " <<
numErrors
<< " file";
538
if (
numErrors
> 1)
571
int
numErrors
= callback.FailedFiles.Size();
572
if (
numErrors
== 0)
[
all
...]
List.cpp
424
UInt64 &
numErrors
)
426
numErrors
= 0;
444
numErrors
++;
482
numErrors
++;
/external/skia/tests/
PathCoverageTest.cpp
117
int
numErrors
= 0;
146
numErrors
++;
151
return (
numErrors
== 0);
/external/chromium_org/third_party/icu/source/test/intltest/
ucdtest.cpp
147
static int32_t
numErrors
[LENGTHOF(derivedPropsIndex)]={ 0 };
244
for(range=0; range<rangeCount &&
numErrors
[i]<MAX_ERRORS; ++range) {
250
if(++
numErrors
[i]>=MAX_ERRORS) {
267
for(range=0; range<rangeCount &&
numErrors
[i]<MAX_ERRORS; ++range) {
273
if(++
numErrors
[i]>=MAX_ERRORS) {
/external/llvm/utils/lit/lit/
LitConfig.py
52
self.
numErrors
= 0
134
self.
numErrors
+= 1
discovery.py
217
if lit_config.
numErrors
:
218
sys.stderr.write('%d errors, exiting.\n' % lit_config.
numErrors
)
main.py
440
if litConfig.
numErrors
:
441
sys.stderr.write('\n%d error(s), exiting.\n' % litConfig.
numErrors
)
/sdk/emulator/qtools/
check_stack.cpp
28
int
numErrors
;
209
numErrors
+= 1;
210
if (
numErrors
>= kMaxErrors)
/external/icu4c/test/intltest/
ucdtest.cpp
152
static int32_t
numErrors
[LENGTHOF(derivedPropsIndex)]={ 0 };
249
for(range=0; range<rangeCount &&
numErrors
[i]<MAX_ERRORS; ++range) {
255
if(++
numErrors
[i]>=MAX_ERRORS) {
272
for(range=0; range<rangeCount &&
numErrors
[i]<MAX_ERRORS; ++range) {
278
if(++
numErrors
[i]>=MAX_ERRORS) {
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
DecTestBench.c
102
u32
numErrors
= 0;
327
numErrors
+= decPicture.nbrOfErrMBs;
389
numErrors
+= decPicture.nbrOfErrMBs;
424
if (
numErrors
|| picDecodeNumber == 1)
TestBenchMultipleInstance.c
68
u32
numErrors
= 0;
266
numErrors
+= decoder[i]->decPicture.nbrOfErrMBs;
341
if (
numErrors
)
/external/stlport/test/unit/cppunit/
cppunit_mini.h
60
int
numErrors
() { return m_numErrors; }
/ndk/tests/device/test-gnustl-full/unit/cppunit/
cppunit_mini.h
60
int
numErrors
() { return m_numErrors; }
/ndk/tests/device/test-stlport/unit/cppunit/
cppunit_mini.h
60
int
numErrors
() { return m_numErrors; }
/external/chromium_org/third_party/accessibility-audit/
axs_testing.js
[
all
...]
/external/zxing/core/
core.jar
Completed in 637 milliseconds
1
2