HomeSort by relevance Sort by last modified time
    Searched defs:error (Results 1226 - 1250 of 2948) sorted by null

<<41424344454647484950>>

  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
Lexer.java 174 m_processor.error(XPATHErrorResources.ER_EXPECTED_DOUBLE_QUOTE,
208 m_processor.error(XPATHErrorResources.ER_EXPECTED_SINGLE_QUOTE,
375 m_processor.error(XPATHErrorResources.ER_EMPTY_EXPRESSION, null); //"Empty expression!");
646 // error() is called or errorForDOM3().
651 // error("Could not locate namespace for prefix: "+prefix);
652 // m_processor.error(XPATHErrorResources.ER_PREFIX_MUST_RESOLVE,
OpMap.java 295 error(org.apache.xpath.res.XPATHErrorResources.ER_UNKNOWN_OPCODE, method
296 new Object[]{ String.valueOf(stepType) }); //"ERROR! Unknown op code: "+m_opMap[opPos]);
302 * Tell the user of an error, and probably throw an
305 * @param msg An error msgkey that corresponds to one of the constants found
314 public void error(String msg, Object[] args) throws javax.xml.transform.TransformerException method in class:OpMap
442 break; // Should assert error
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XObject.java 229 * Cast result object to a number. Always issues an error.
238 error(XPATHErrorResources.ER_CANT_CONVERT_TO_NUMBER, method
257 * Cast result object to a boolean. Always issues an error.
266 error(XPATHErrorResources.ER_CANT_CONVERT_TO_NUMBER, method
403 * Cast result object to a nodelist. Always issues an error.
412 error(XPATHErrorResources.ER_CANT_CONVERT_TO_NODELIST, method
430 * Cast result object to a nodelist. Always issues an error.
439 error(XPATHErrorResources.ER_CANT_CONVERT_TO_NODELIST, method
446 * Cast result object to a nodelist. Always issues an error.
455 error(XPATHErrorResources.ER_CANT_CONVERT_TO_NODELIST method
473 error(XPATHErrorResources.ER_CANT_CONVERT_TO_MUTABLENODELIST, method
518 error(XPATHErrorResources.ER_CANT_CONVERT_TO_TYPE, method
682 protected void error(String msg) method in class:XObject
685 error(msg, null); method
697 protected void error(String msg, Object[] args) method in class:XObject
    [all...]
  /external/bluetooth/bluedroid/main/
bte_conf.c 61 #define error(format, ...) ALOGE (format, ## __VA_ARGS__) macro
311 error("Attribute %s does not belong to %s configuration",
347 error("%s configuration not found in file %s", conf_pairs[0].key, p_path);
399 error("DID record #%u not set", (unsigned int)i);
401 error("%s:%s", did_conf_pairs[j].key, did_conf_pairs[j].value);
444 error("SetLocalDiInfo failed for #%u!", (unsigned int)i);
  /external/bluetooth/bluedroid/stack/rfcomm/
port_api.c 43 #define error(fmt, ...) ALOGE ("## ERROR : %s: " fmt "##",__FUNCTION__, ## __VA_ARGS__) macro
971 ** error and reports current status of a connection. The
972 ** function should be called when an error occures to clear
973 ** the connection error flag and to enable additional read
977 ** p_errors - pointer of the variable to receive error codes
1002 /* This is the only call to clear error status. We can not clear */
1015 ** Description This function send a communications error to the peer device
1018 ** errors - receive error codes
    [all...]
  /external/bluetooth/bluedroid/stack/sdp/
sdp_api.c 42 #define error(fmt, ...) LOGE ("## ERROR : %s: " fmt "##",__FUNCTION__, ## __VA_ARGS__) macro
    [all...]
  /external/ceres-solver/internal/ceres/
line_search.h 190 string error; member in struct:ceres::internal::LineSearch::Summary
198 string* error);
problem_impl.cc 624 string error; local
626 Evaluator::Create(evaluator_options, &program, &error));
628 LOG(ERROR) << "Unable to create an Evaluator object. "
629 << "Error: " << error
solver_impl_test.cc 89 string error; local
100 &error));
119 string error; local
123 &error));
146 string error; local
150 &error));
177 string error; local
181 &error));
207 string error; local
211 &error));
251 string error; local
309 string error; local
354 string error; local
421 string error; local
461 string error; local
484 string error; local
504 string error; local
515 string error; local
526 string error; local
537 string error; local
554 string error; local
567 string error; local
583 string error; local
    [all...]
  /external/chromium/base/
message_pump_win.h 227 // DWORD error) {
253 // DWORD error) {
281 // |context| completes. |error| is the Win32 error code of the IO operation
282 // (ERROR_SUCCESS if there was no error). |bytes_transfered| will be zero
283 // on error.
285 DWORD error) = 0;
348 DWORD error; member in struct:base::MessagePumpForIO::IOItem
  /external/chromium/chrome/browser/
background_application_list_model.cc 84 UErrorCode error = U_ZERO_ERROR; local
85 scoped_ptr<icu::Collator> collator(icu::Collator::createInstance(loc, error));
173 LOG(ERROR) << "Background application limit of " << IDC_MinimumLabelValue
browser_focus_uitest.cc 103 int error = GetLastError(); local
106 L"' (error ") +
107 base::IntToString16(error) + L")";
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
existing_user_controller.cc 246 std::string error = failure.GetErrorString(); local
254 ShowError(IDS_LOGIN_ERROR_NO_NETWORK_LIBRARY, error);
257 ShowError(IDS_LOGIN_ERROR_AUTHENTICATING, error);
259 ShowError(IDS_LOGIN_ERROR_OFFLINE_FAILED_NETWORK_NOT_CONNECTED, error);
262 failure.error().state() == GoogleServiceAuthError::CAPTCHA_REQUIRED) {
263 if (!failure.error().captcha().image_url.is_empty()) {
265 new CaptchaView(failure.error().captcha().image_url, false);
274 ShowError(IDS_LOGIN_ERROR_AUTHENTICATING, error);
277 failure.error().state() ==
279 ShowError(IDS_LOGIN_ERROR_AUTHENTICATING_HOSTED, error);
    [all...]
google_authenticator_unittest.cc 332 GoogleServiceAuthError error = local
336 LoginFailure::FromNetworkAuthFailure(error);
348 auth->OnClientLoginFailure(error);
parallel_authenticator_unittest.cc 502 GoogleServiceAuthError error = local
505 LoginFailure::FromNetworkAuthFailure(error));
523 GoogleServiceAuthError error(
525 LoginFailure failure = LoginFailure::FromNetworkAuthFailure(error);
556 GoogleServiceAuthError error(
558 LoginFailure failure = LoginFailure::FromNetworkAuthFailure(error);
594 GoogleServiceAuthError error(
596 LoginFailure failure = LoginFailure::FromNetworkAuthFailure(error);
640 GoogleServiceAuthError error(
642 LoginFailure failure = LoginFailure::FromNetworkAuthFailure(error);
667 GoogleServiceAuthError error = local
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_browsertests_misc.cc 361 L" document.getElementById('error') ? "
362 L" document.getElementById('error').textContent : "
363 L" \"No error\""
371 std::string error; local
435 "No error");
448 "No error");
461 "No error");
474 "No error");
489 "No error");
517 "No error");
    [all...]
extension_tts_api.cc 34 std::string ExtensionTtsPlatformImpl::error() { function in class:ExtensionTtsPlatformImpl
42 void ExtensionTtsPlatformImpl::set_error(const std::string& error) {
43 error_ = error;
227 utterance->set_error(GetPlatformImpl()->error());
359 error_ = utterance_->error();
extension_tts_api.h 44 virtual std::string error();
46 virtual void set_error(const std::string& error);
72 void set_error(const std::string& error) { error_ = error; }
90 const std::string& error() { return error_; } function in class:Utterance
124 // The error string to pass to the completion task. Will be empty if
125 // no error occurred.
164 // |utterance| or delete it if there's an error.
  /external/chromium/chrome/browser/password_manager/
native_backend_kwallet_x.cc 66 char* error = NULL; local
76 G_TYPE_STRING, &error, // error
80 if (error && *error) {
81 LOG(ERROR) << "Error launching kwalletd: " << error;
85 g_free(error);
289 // This is not an error. There just isn't a matching entry
    [all...]
  /external/chromium/chrome/browser/printing/
print_dialog_gtk.cc 311 bool error = false; local
313 LOG(ERROR) << "Creating temporary file failed";
314 error = true;
317 if (!error && !metafile->SaveTo(path_to_pdf_)) {
318 LOG(ERROR) << "Saving metafile failed";
320 error = true;
326 if (error) {
362 GError* error) {
363 static_cast<PrintDialogGtk*>(user_data)->OnJobCompleted(print_job, error);
366 void PrintDialogGtk::OnJobCompleted(GtkPrintJob* print_job, GError* error) {
    [all...]
  /external/chromium/chrome/browser/speech/
speech_input_manager.cc 116 bool error,
121 SpeechRecognizer::ErrorCode error);
285 int caller_id, bool error, const SpeechInputResultArray& result) {
305 int caller_id, SpeechRecognizer::ErrorCode error) {
312 SpeechRecognizer::ErrorCode error; member in struct:speech_input::ErrorMessageMapEntry
327 if (error_message_map[i].error == error) {
335 NOTREACHED() << "unknown error " << error;
386 // If this is an ongoing recording or if we were displaying an error messag
    [all...]
  /external/chromium/chrome/browser/sync/
sync_setup_wizard_unittest.cc 76 const AuthError& error) {
78 last_auth_error_ = error;
259 int error = -1; local
260 dialog_args.GetInteger("error", &error);
261 EXPECT_EQ(static_cast<int>(AuthError::INVALID_GAIA_CREDENTIALS), error); local
276 error = -1;
277 dialog_args.GetInteger("error", &error);
278 EXPECT_EQ(static_cast<int>(AuthError::CAPTCHA_REQUIRED), error); local
527 int error = -1; local
529 EXPECT_EQ(static_cast<int>(AuthError::INVALID_GAIA_CREDENTIALS), error); local
    [all...]
  /external/chromium/chrome/browser/themes/
browser_theme_pack_unittest.cc 402 std::string error; local
405 static_cast<DictionaryValue*>(serializer.Deserialize(NULL, &error)));
406 EXPECT_EQ("", error);
410 Extension::REQUIRE_KEY | Extension::STRICT_ERROR_CHECKS, &error));
412 ASSERT_EQ("", error);
  /external/chromium/chrome/common/extensions/
extension_message_bundle_unittest.cc 142 std::string error; local
144 application_locale, &error);
148 std::string error; local
149 handler_.reset(ExtensionMessageBundle::Create(catalogs_, &error));
151 return error;
215 std::string error = CreateMessageBundle(); local
219 "[A-Z], [0-9] and \"_\" are allowed.", error);
222 handler_.reset(ExtensionMessageBundle::Create(catalogs_, &error));
224 EXPECT_EQ("Not a valid tree for key n4.", error);
227 handler_.reset(ExtensionMessageBundle::Create(catalogs_, &error));
263 std::string error = CreateMessageBundle(); local
321 const char* error; member in struct:ReplaceVariables
383 std::string error; local
    [all...]
extension_unpacker.cc 103 std::string error; local
104 scoped_ptr<Value> root(serializer.Deserialize(NULL, &error));
106 SetError(error);
172 return false; // Error was already reported.
178 std::string error;
184 &error));
186 SetError(error);
190 if (!extension_file_util::ValidateExtension(extension.get(), &error)) {
191 SetError(error);
200 return false; // Error was already reported
288 std::string error; local
    [all...]

Completed in 613 milliseconds

<<41424344454647484950>>