Searched refs:error_text (Results 1 – 8 of 8) sorted by relevance
135 auto error_text = "test error"s; in TEST() local136 Result<void> result = Error() << error_text; in TEST()147 EXPECT_EQ(error_text, result2.error().message()); in TEST()151 auto error_text = "test error"s; in TEST() local152 Result<void> result = Error() << error_text; in TEST()163 EXPECT_EQ(error_text, result2.error().message()); in TEST()167 auto error_text = "test error"s; in TEST() local170 Result<void> result = ErrnoError() << error_text; in TEST()183 EXPECT_EQ(error_text + ": " + strerror(test_errno), result2.error().message()); in TEST()
88 TextView errorText = mActivity.findViewById(R.id.error_text); in fingerprintEnrollHelp_shouldShowHelpText()
58 optional string error_text = 2; field
91 mErrorText = findViewById(R.id.error_text); in onCreate()
246 return findViewById(R.id.error_text); in getErrorTextView()
202 return findViewById(R.id.error_text); in getErrorTextView()
195 mErrorText = findViewById(R.id.error_text); in onCreate()
1983 RECOVERY_ERROR_TEXT_FILE := $(dir $(RECOVERY_INSTALLING_TEXT_FILE))/error_text.png