HomeSort by relevance Sort by last modified time
    Searched refs:error_string (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/autotest/server/site_tests/network_WiFi_ChaosConfigFailure/
network_WiFi_ChaosConfigFailure.py 15 def run_once(self, ap, error_string):
24 @param error_string: String with the Configurator error description
27 if ap_constants.AP_CONFIG_FAIL in error_string:
32 if ap_constants.AP_PDU_DOWN in error_string:
37 if ap_constants.AP_CONFIG_FAIL in error_string:
41 elif ap_constants.AP_SECURITY_MISMATCH in error_string:
45 elif ap_constants.WORK_CLI_CONNECT_FAIL in error_string:
  /tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/
_anritsu_utils.py 170 error_string = ANRITSU_ERROR_CODES[error_code]
172 error_string = "Error : {} ".format(error_code)
174 return error_string
  /external/tensorflow/tensorflow/core/lib/gif/
gif_io.h 47 string* error_string);
gif_io.cc 49 const char* error_string = GifErrorString(error_code); local
50 if (error_string == nullptr) {
53 return error_string;
58 string* error_string) {
71 *error_string = strings::StrCat("failed to open gif file: ",
76 *error_string = strings::StrCat("failed to slurp gif file: ",
81 *error_string = strings::StrCat("gif file does not contain any image");
107 *error_string =
  /system/chre/host/common/include/chre_host/
log.h 61 char error_string[64]; \
62 strerror_r(error_code, error_string, sizeof(error_string)); \
63 LOGE("%s: %s (%d)\n", message, error_string, error_code); \
  /system/core/init/
result.h 85 ResultError(T&& error_string, int error_errno)
86 : error_string(std::forward<T>(error_string)), error_errno(error_errno) {}
88 std::string error_string; member in struct:android::init::ResultError
93 os << t.error_string;
98 os << std::move(t.error_string);
114 ss_ << result_error.error_string;
120 ss_ << std::move(result_error.error_string);
167 : contents_(std::in_place_index_t<1>(), result_error.error_string,
170 : contents_(std::in_place_index_t<1>(), std::move(result_error.error_string),
184 const std::string& error_string() const & { return std::get<1>(contents_).error_string; } function in class:android::init::Result
185 std::string&& error_string() && { return std::get<1>(std::move(contents_)).error_string; } function in class:android::init::Result
186 const std::string&& error_string() const && { function in class:android::init::Result
    [all...]
subcontext.proto 31 optional string error_string = 1;
result_test.cpp 78 EXPECT_EQ("failure1", result.error_string());
87 EXPECT_EQ("", result.error_string());
102 EXPECT_EQ("failure1", MakeRvalueErrorResult().error_string());
114 EXPECT_EQ("failure1: "s + strerror(test_errno), result.error_string());
126 EXPECT_EQ(strerror(test_errno), result.error_string());
142 EXPECT_EQ(error_text, result.error_string());
158 EXPECT_EQ(error_text, result.error_string());
178 EXPECT_EQ(error_text + ": " + strerror(test_errno), result.error_string());
301 EXPECT_EQ("failure string", result->error_string());
329 ASSERT_DEATH(result.error_string(), "");
    [all...]
subcontext_test.cpp 72 auto pids = Split(result.error_string(), " ");
119 EXPECT_EQ(Join(expected_words, " "), result.error_string());
133 EXPECT_EQ("Sane error!", result2.error_string());
142 ASSERT_EQ(context_string, result.error_string());
170 EXPECT_EQ("Failed to expand '" + args[1] + "'", result.error_string());
util_test.cpp 37 EXPECT_EQ("open() failed: No such file or directory", file_contents.error_string());
48 EXPECT_EQ("Skipping insecure file", file_contents.error_string());
59 EXPECT_EQ("Skipping insecure file", file_contents.error_string());
68 EXPECT_EQ("open() failed: Too many symbolic links encountered", file_contents.error_string());
133 EXPECT_EQ("getpwnam failed: No such file or directory", decoded_uid.error_string());
rlimit_parser_test.cpp 46 EXPECT_EQ(expected_result, result.error_string());
  /external/autotest/client/cros/cellular/mbim_compliance/
mbim_errors.py 357 def __init__(self, assertion_id, error_string=None):
361 @param error_string: An optional str to be appended to the error
375 if error_string:
376 message += ': %s' % error_string
383 def __init__(self, error_string):
385 @param error_string: A description of the error.
389 error_string)
  /external/google-breakpad/src/processor/
logging.cc 104 int ErrnoString(string *error_string) {
105 assert(error_string);
111 error_string->assign(strerror(errno));
source_line_resolver_base.cc 99 string error_string; local
100 error_code = ErrnoString(&error_string);
102 ", error " << error_code << ": " << error_string; local
122 string error_string; local
123 error_code = ErrnoString(&error_string);
125 ", error " << error_code << ": " << error_string; local
138 string error_string; local
139 error_code = ErrnoString(&error_string);
141 ", error " << error_code << ": " << error_string; local
  /art/tools/
analyze-init-failures.py 130 error_string = ''
132 error_string = ',style=filled,fillcolor=Red,tooltip="' + root_errors[r_class] + '",URL="' + root_errors[r_class] + '"'
134 error_string = error_string + ',style=filled,fillcolor=Bisque'
136 error_string = error_string + ',style=filled,fillcolor=Darkseagreen'
137 print(' n%d [shape=box,label="%s"%s];' % (r_id, r_class, error_string))
  /external/ppp/pppd/plugins/
winbind.c 252 char **error_string)
290 if (error_string) {
291 *error_string = strdup("fork failed!");
422 if (error_string)
423 *error_string = strdup(parameter);
426 if (error_string)
427 *error_string = strdup(parameter);
549 char *error_string = NULL; local
584 &error_string) == AUTHENTICATED) {
590 if (error_string) {
605 char *error_string = NULL; local
    [all...]
  /system/tpm/trunks/
error_codes.cc 313 std::string error_string = GetErrorStringInternal(error); local
314 if (!error_string.empty()) {
315 return error_string;
320 error_string = GetErrorStringInternal(error);
335 error_string = GetErrorStringInternal(error & kFormatOneErrorMask);
336 if (!error_string.empty()) {
337 ss << error_string; local
340 if (error_string.empty()) {
  /external/autotest/server/cros/network/
chaos_clique_utils.py 180 error_string=ap_constants.WORK_CLI_CONNECT_FAIL,
225 error_string = ap_constants.AP_PDU_DOWN
229 error_string = ap_constants.AP_CONFIG_FAIL
235 error_string=error_string,
238 if error_string == ap_constants.AP_CONFIG_FAIL:
313 error_string=ap_constants.AP_SSID_NOTFOUND,
330 error_string=ap_constants.AP_SECURITY_MISMATCH,
  /external/tensorflow/tensorflow/core/lib/io/
zlib_inputstream.cc 181 string error_string = local
184 strings::StrAppend(&error_string, ": ", z_stream_->msg);
186 return errors::DataLoss(error_string);
zlib_outputbuffer.cc 219 string error_string = strings::StrCat("deflate() failed with error ", error); local
221 strings::StrAppend(&error_string, ": ", z_stream_->msg);
223 return errors::DataLoss(error_string);
  /external/syslinux/com32/lib/jpeg/
tinyjpeg-internal.h 157 snprintf(error_string, sizeof(error_string), fmt, ## args); \
  /external/mesa3d/src/glx/apple/
apple_cgl.h 59 const char *(*error_string) (CGLError error); member in struct:apple_cgl_api
apple_glx_pbuffer.c 82 fprintf(stderr, "set_pbuffer: %s\n", apple_cgl.error_string(cglerr));
213 apple_cgl.error_string(err));
225 apple_cgl.error_string(err));
237 apple_cgl.error_string(err));