Searched defs:error_text (Results 1 - 10 of 10) sorted by relevance
/external/chromium/chrome/browser/chromeos/login/ |
H A D | views_login_display.cc | 196 string16 error_text; local 202 error_text = l10n_util::GetStringFUTF16( 205 error_text = l10n_util::GetStringFUTF16( 208 error_text = l10n_util::GetStringUTF16(error_msg_id); 237 UTF16ToWide(error_text), 241 UTF16ToUTF8(error_text).c_str(), false, false);
|
H A D | screen_locker.cc | 822 const std::string error_text = error.GetErrorString(); local 823 if (!error_text.empty()) 824 msg += ASCIIToUTF16("\n") + ASCIIToUTF16(error_text);
|
/external/chromium/sdch/open-vcdiff/src/gtest/ |
H A D | gtest.cc | 1205 const char error_text[] = ""; local 1214 char error_text[kBufSize] = { '\0' }; 1219 error_text, // output buffer 1223 for (; message_length && isspace(error_text[message_length - 1]); 1225 error_text[message_length - 1] = '\0'; 1232 << " Actual: " << error_hex << error_text << "\n"; local
|
/external/libmtp/src/ |
H A D | libmtp.c | 106 char const * const error_text); 109 char const * const error_text); 1995 char const * const error_text) 2005 newerror->error_text = strdup(error_text); 2024 char const * const error_text) 2031 snprintf(outstr, sizeof(outstr), "PTP Layer error %04x: %s", ptp_error, error_text); 2079 if (tmp->error_text != NULL) { 2080 free(tmp->error_text); 2104 if (tmp->error_text ! 1993 add_error_to_errorstack(LIBMTP_mtpdevice_t *device, LIBMTP_error_number_t errornumber, char const * const error_text) argument 2022 add_ptp_error_to_errorstack(LIBMTP_mtpdevice_t *device, uint16_t ptp_error, char const * const error_text) argument [all...] |
H A D | libmtp.h | 498 char *error_text; member in struct:LIBMTP_error_struct
|
/external/chromium/testing/gtest/src/ |
H A D | gtest.cc | 1343 const char error_text[] = ""; local 1354 char error_text[kBufSize] = { '\0' }; 1359 error_text, // output buffer 1363 for (; message_length && IsSpace(error_text[message_length - 1]); 1365 error_text[message_length - 1] = '\0'; 1373 << " Actual: " << error_hex << error_text << "\n";
|
/external/gtest/src/ |
H A D | gtest.cc | 1343 const char error_text[] = ""; local 1354 char error_text[kBufSize] = { '\0' }; 1359 error_text, // output buffer 1363 for (; message_length && IsSpace(error_text[message_length - 1]); 1365 error_text[message_length - 1] = '\0'; 1373 << " Actual: " << error_hex << error_text << "\n";
|
/external/llvm/utils/unittest/googletest/ |
H A D | gtest.cc | 1343 const char error_text[] = ""; local 1354 char error_text[kBufSize] = { '\0' }; 1359 error_text, // output buffer 1363 for (; message_length && IsSpace(error_text[message_length - 1]); 1365 error_text[message_length - 1] = '\0'; 1373 << " Actual: " << error_hex << error_text << "\n";
|
/external/protobuf/gtest/src/ |
H A D | gtest.cc | 1329 const char error_text[] = ""; local 1338 char error_text[kBufSize] = { '\0' }; 1343 error_text, // output buffer 1347 for (; message_length && isspace(error_text[message_length - 1]); 1349 error_text[message_length - 1] = '\0'; 1356 << " Actual: " << error_hex << error_text << "\n"; local
|
/external/v8/src/ |
H A D | jsregexp.cc | 98 Handle<String> error_text, 104 elements->set(1, *error_text); 96 ThrowRegExpException(Handle<JSRegExp> re, Handle<String> pattern, Handle<String> error_text, const char* message) argument
|
Completed in 3228 milliseconds