Home
last modified time | relevance | path

Searched refs:kERROR (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2tensorrt/utils/
Dtrt_logger.cc40 case Severity::kERROR: { in log()
/external/icu/icu4c/source/test/cintltst/
Dcrestst.c41 const UChar kERROR[] = { 0x0045 /*E*/, 0x0052 /*'R'*/, 0x0052 /*'R'*/, variable
368 string= kERROR; in testTag()
391 expected_string = (UChar*)malloc(sizeof(UChar)*(u_strlen(kERROR) + 1)); in testTag()
392 u_strcpy(expected_string,kERROR); in testTag()
Dcreststn.c120 static const UChar kERROR[] = { 0x0045 /*E*/, 0x0052 /*'R'*/, 0x0052 /*'R'*/, variable
1720 expected_string = (UChar*)malloc(sizeof(UChar)*(u_strlen(kERROR) + 1)); in testTag()
1721 u_strcpy(expected_string,kERROR); in testTag()
1722 string=kERROR; in testTag()
1786 string=kERROR; in testTag()
1798 u_strcpy(expected_string, kERROR); in testTag()
1873 string = kERROR; in testTag()
1900 u_strcpy(expected_string,kERROR); in testTag()
1953 string = kERROR; in testTag()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/
Dtensorrt_test.cc41 case Severity::kERROR: in log()