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

1 2

  /external/google-breakpad/src/client/linux/sender/
google_crash_report_sender.cc 62 string error_text = ""; local
64 error_text.append("\nProduct name must be specified.");
68 error_text.append("\nProduct version must be specified.");
72 error_text.append("\nClient ID must be specified.");
76 error_text.append("\nMinidump pathname must be specified.");
79 if (!error_text.empty()) {
80 std::cout << error_text; local
  /external/chromium-trace/catapult/catapult_build/
html_checks.py 44 error_text = 'Could not find "<!DOCTYPE html>" in %s.' % path
45 results.append(output_api.PresubmitError(error_text))
66 error_text = (
72 results.append(output_api.PresubmitError(error_text))
html_checks_unittest.py 36 def PresubmitError(self, error_text):
37 return error_text
js_checks.py 107 def _MakeErrorOrWarning(output_api, error_text):
108 return output_api.PresubmitError(error_text)
  /external/google-breakpad/src/common/linux/
google_crashdump_uploader.cc 139 string error_text; local
141 error_text.append("\nProduct name must be specified.");
145 error_text.append("\nProduct version must be specified.");
149 error_text.append("\nClient ID must be specified.");
153 error_text.append("\nMinidump pathname must be specified.");
156 if (!error_text.empty()) {
157 std::cout << error_text; local
  /system/webservd/libwebserv/
response.h 74 // Usually used with error responses. |error_text| must be plain text.
76 const std::string& error_text) = 0;
response_impl.h 50 void ReplyWithError(int status_code, const std::string& error_text) override;
response.cc 95 const std::string& error_text) {
97 data_stream_ = brillo::MemoryStream::OpenCopyOf(error_text, nullptr);
  /bootable/recovery/
screen_ui.h 86 GRSurface* error_text; member in class:ScreenRecoveryUI
screen_ui.cpp 95 case ERROR: return error_text;
485 LoadLocalizedBitmap("error_text", &error_text);
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mturk/
question.py 322 def __init__(self, pattern, error_text=None, flags=None):
323 self.attribute_values = pattern, error_text, flags
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/screenpinning/
ScreenPinningTestActivity.java 134 ((TextView) findViewById(R.id.error_text)).setText(error);
  /external/libchrome/crypto/
nss_util.cc 81 scoped_ptr<char[]> error_text(new char[PR_GetErrorTextLength() + 1]);
82 PRInt32 copied = PR_GetErrorText(error_text.get());
83 result = std::string(error_text.get(), copied);
    [all...]
  /external/selinux/policycoreutils/sepolicy/
sepolicy.py 511 error_text = ""
516 error_text += "%s" % (k)
518 print(_("sepolicy generate: error: one of the arguments %s is required") % error_text)
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/
MtpHostTestActivity.java 126 mErrorText = (TextView) findViewById(R.id.error_text);
  /packages/apps/Settings/src/com/android/settings/fingerprint/
FingerprintEnrollEnrolling.java 100 mErrorText = (TextView) findViewById(R.id.error_text);
  /external/libmtp/src/
libmtp.h 499 char *error_text; member in struct:LIBMTP_error_struct
    [all...]
libmtp.c 106 char const * const error_text);
109 char const * const error_text);
    [all...]
libmtp.h.in 497 char *error_text;
  /external/google-breakpad/src/testing/gtest/src/
gtest.cc 1344 const char error_text[] = ""; local
    [all...]
  /external/gtest/src/
gtest.cc 1346 const char error_text[] = ""; local
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest.cc 1343 const char error_text[] = ""; local
    [all...]
  /external/mesa3d/src/gtest/src/
gtest.cc 1343 const char error_text[] = ""; local
    [all...]
  /external/protobuf/gtest/src/
gtest.cc 1365 const char error_text[] = ""; local
1392 << " Actual: " << error_hex << error_text << "\\n"; local
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest.cc 1346 const char error_text[] = ""; local
    [all...]

Completed in 245 milliseconds

1 2