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.cc41 case Severity::kERROR: { in log()
/external/icu/icu4c/source/test/cintltst/
Dcrestst.c43 const UChar kERROR[] = { 0x0045 /*E*/, 0x0052 /*'R'*/, 0x0052 /*'R'*/, variable
394 string= kERROR; in testTag()
417 expected_string = (UChar*)malloc(sizeof(UChar)*(u_strlen(kERROR) + 1)); in testTag()
418 u_strcpy(expected_string,kERROR); in testTag()
Dcreststn.c120 static const UChar kERROR[] = { 0x0045 /*E*/, 0x0052 /*'R'*/, 0x0052 /*'R'*/, variable
1774 expected_string = (UChar*)malloc(sizeof(UChar)*(u_strlen(kERROR) + 1)); in testTag()
1775 u_strcpy(expected_string,kERROR); in testTag()
1776 string=kERROR; in testTag()
1840 string=kERROR; in testTag()
1852 u_strcpy(expected_string, kERROR); in testTag()
1927 string = kERROR; in testTag()
1954 u_strcpy(expected_string,kERROR); in testTag()
2007 string = kERROR; in testTag()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/
Dtensorrt_test.cc40 case Severity::kERROR: in log()