Searched refs:gotError (Results 1 - 5 of 5) sorted by relevance

/external/mdnsresponder/mDNSPosix/
H A DmDNSUNP.c106 goto gotError;
123 goto gotError;
141 goto gotError;
145 goto gotError;
154 goto gotError;
187 goto gotError;
197 gotError:
249 goto gotError;
257 goto gotError;
263 goto gotError;
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fRandomFragmentOpTests.cpp310 bool gotError = false;
346 gotError = true;
379 else if (gotError)
382 if (compareOk && !gotError && !isLastIter)
/external/deqp/modules/gles3/functional/
H A Des3fRandomFragmentOpTests.cpp310 bool gotError = false;
346 gotError = true;
379 else if (gotError)
382 if (compareOk && !gotError && !isLastIter)
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtranstst.cpp891 UBool gotError = U_FAILURE(status); local
893 desc.append(gotError ? " -> error" : " -> no error");
894 if (gotError) {
900 if (gotError == DATA[i].containsErrors) {
3610 UBool gotError = FALSE; local
3611 (void)gotError; // Suppress set but not used warning.
3618 gotError = TRUE;
3627 gotError = TRUE;
/external/icu/icu4c/source/test/intltest/
H A Dtranstst.cpp890 UBool gotError = U_FAILURE(status); local
892 desc.append(gotError ? " -> error" : " -> no error");
893 if (gotError) {
899 if (gotError == DATA[i].containsErrors) {
3609 UBool gotError = FALSE; local
3610 (void)gotError; // Suppress set but not used warning.
3617 gotError = TRUE;
3626 gotError = TRUE;

Completed in 60 milliseconds