Searched defs:error_text (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/remoting/protocol/
H A Djingle_messages_unittest.cc282 std::string error_text; member in struct:remoting::protocol::TestCase
319 if (tests[i].error_text.empty()) {
322 reply_msg = JingleMessageReply(tests[i].error, tests[i].error_text);
H A Djingle_messages.cc375 std::string error_text; local
389 error_text = "Invalid SID";
404 error_text = text;
416 if (!error_text.empty()) {
422 text_elem->SetBodyText(error_text);
/external/chromium/chrome/browser/chromeos/login/
H A Dviews_login_display.cc196 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 Dscreen_locker.cc822 const std::string error_text = error.GetErrorString(); local
823 if (!error_text.empty())
824 msg += ASCIIToUTF16("\n") + ASCIIToUTF16(error_text);
/external/chromium_org/chrome/browser/extensions/api/push_messaging/
H A Dpush_messaging_api.cc247 std::string error_text = error.error_message(); local
249 if (error_text.empty() &&
251 error_text = base::IntToString(error.state());
254 DVLOG(1) << "GetChannelId status: '" << error_text << "'";
267 ReportResult(std::string(), error_text); local
273 ReportResult(std::string(), error_text); local
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dcore_oobe_handler.cc143 const std::string& error_text,
146 LOG(ERROR) << "CoreOobeHandler::ShowSignInError: error_text=" << error_text;
147 CallJS("showSignInError", login_attempts, error_text,
141 ShowSignInError( int login_attempts, const std::string& error_text, const std::string& help_link_text, HelpAppLauncher::HelpTopic help_topic_id) argument
H A Dsignin_screen_handler.cc884 const std::string& error_text,
887 core_oobe_actor_->ShowSignInError(login_attempts, error_text, help_link_text,
883 ShowError(int login_attempts, const std::string& error_text, const std::string& help_link_text, HelpAppLauncher::HelpTopic help_topic_id) argument
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service.cc1888 std::string error_text = "Error: " + error.location().ToString() + local
1891 type_status->SetString("value", error_text);
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest.cc1205 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 Dlibmtp.c106 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 Dlibmtp.h499 char *error_text; member in struct:LIBMTP_error_struct
/external/chromium/testing/gtest/src/
H A Dgtest.cc1343 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/chromium_org/testing/gtest/src/
H A Dgtest.cc1331 const char error_text[] = ""; local
1342 char error_text[kBufSize] = { '\0' };
1347 error_text, // output buffer
1351 for (; message_length && IsSpace(error_text[message_length - 1]);
1353 error_text[message_length - 1] = '\0';
1361 << " Actual: " << error_hex << " " << error_text << "\n";
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest.cc1343 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 Dgtest.cc1343 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 Dgtest.cc1343 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/mesa3d/src/gtest/src/
H A Dgtest.cc1343 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/open-vcdiff/gtest/src/
H A Dgtest.cc1359 const char error_text[] = ""; local
1368 char error_text[kBufSize] = { '\0' };
1373 error_text, // output buffer
1377 for (; message_length && isspace(error_text[message_length - 1]);
1379 error_text[message_length - 1] = '\0';
1386 << " Actual: " << error_hex << error_text << "\n"; local
/external/protobuf/gtest/src/
H A Dgtest.cc1329 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 Djsregexp.cc98 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
/external/chromium_org/v8/src/
H A Djsregexp.cc99 Handle<String> error_text,
105 elements->set(1, *error_text);
97 ThrowRegExpException(Handle<JSRegExp> re, Handle<String> pattern, Handle<String> error_text, const char* message) argument
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc2830 const char error_text[] = ""; local
2841 char error_text[kBufSize] = { '\0' };
2846 error_text, // output buffer
2850 for (; message_length && IsSpace(error_text[message_length - 1]);
2852 error_text[message_length - 1] = '\0';
2860 << " Actual: " << error_hex << " " << error_text << "\n";
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 3941 milliseconds