Home
last modified time | relevance | path

Searched refs:kErrorCode (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/engine/flutter/testing/dart/
Disolate_name_server_test.dart11 const int kErrorCode = -1;
23 sendHelper(kErrorCode, 'Could not find port: $kPortName');
41 sendHelper(kErrorCode, 'Was unable to remove mapping for $kPortName');
105 case kErrorCode:
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/
Dascend_kernel_compile.cc63 constexpr auto kErrorCode = "errCode"; variable
113 const auto &error_code = GetJsonValue<std::string>(exception_message, kErrorCode); in ReportToErrorManager()
117 if (it.key() == kErrorCode) { in ReportToErrorManager()