Searched refs:gotError (Results 1 - 6 of 6) 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.cpp311 bool gotError = false;
347 gotError = true; member in namespace:deqp::gles2::Functional
402 else if (gotError)
405 if (compareOk && !gotError && !isLastIter)
/external/deqp/modules/gles3/functional/
H A Des3fRandomFragmentOpTests.cpp311 bool gotError = false;
347 gotError = true; member in namespace:deqp::gles3::Functional
402 else if (gotError)
405 if (compareOk && !gotError && !isLastIter)
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DAlphabeticIndexTest.java619 boolean gotError = false;
624 gotError |= !assertEquals(ulocale + "\tBucket Labels (" + index + ")", bucketLabel, myLabel);
636 gotError |= !assertEquals(ulocale + "\t" + bucketLabel + "\t" + "Record Names (" + index + "." + recordIndex++ + ")", record.getName(), myName);
642 gotError |= !assertEquals(ulocale + "\t" + bucketLabel + "\t" + "Record Names (" + index + "." + recordIndex++ + ")", null, myName);
646 if (gotError) {
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DTransliteratorTest.java675 boolean gotError = (err != null);
677 (gotError ? (" -> error: " + err) : " -> no error");
2767 boolean gotError = false;
2773 gotError = true;
2780 gotError = true;
2782 if(!gotError){
/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 226 milliseconds