HomeSort by relevance Sort by last modified time
    Searched refs:gotError (Results 1 - 3 of 3) sorted by null

  /external/mdnsresponder/mDNSPosix/
mDNSUNP.c 106 goto gotError;
123 goto gotError;
141 goto gotError;
145 goto gotError;
154 goto gotError;
187 goto gotError;
197 gotError:
242 goto gotError;
250 goto gotError;
256 goto gotError;
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
transtst.cpp 890 UBool gotError = U_FAILURE(status);
892 desc.append(gotError ? " -> error" : " -> no error");
893 if (gotError) {
899 if (gotError == DATA[i].containsErrors) {
    [all...]
  /external/icu4c/test/intltest/
transtst.cpp 891 UBool gotError = U_FAILURE(status);
893 desc.append(gotError ? " -> error" : " -> no error");
894 if (gotError) {
900 if (gotError == DATA[i].containsErrors) {
    [all...]

Completed in 696 milliseconds