/external/chromium_org/chrome/browser/sync/glue/ |
ui_model_worker.cc | 24 syncer::SyncerError* error_info) { 37 *error_info = work.Run(); 56 syncer::SyncerError error_info; local 66 work, work_done_or_stopped(), &error_info))) { 68 error_info = syncer::CANNOT_DO_WORK; 69 return error_info; 73 return error_info;
|
/external/chromium_org/ppapi/native_client/src/trusted/plugin/ |
manifest.h | 46 ErrorInfo* error_info) const = 0; 51 ErrorInfo* error_info) const = 0; 64 // If there was an error, details are reported via error_info. 68 ErrorInfo* error_info) const = 0;
|
json_manifest.cc | 247 // |dictionary| is an ISA to URL map. Sets |error_info| to something 253 ErrorInfo* error_info) { 254 if (error_info == NULL) return false; 258 error_info->SetReport(ERROR_MANIFEST_SCHEMA_VALIDATE, 313 error_info->SetReport(ERROR_MANIFEST_SCHEMA_VALIDATE, 325 error_info->SetReport(ERROR_MANIFEST_SCHEMA_VALIDATE, 336 error_info->SetReport( 349 error_info->SetReport( 376 ErrorInfo* error_info) { 377 if (url == NULL || pnacl_options == NULL || error_info == NULL [all...] |
json_manifest.h | 43 bool Init(const nacl::string& json, ErrorInfo* error_info); 49 ErrorInfo* error_info) const; 54 ErrorInfo* error_info) const; 65 // If there was an error, details are reported via error_info. 69 ErrorInfo* error_info) const; 75 // Returns true on success, and sets |error_info| to a detailed message 77 bool MatchesSchema(ErrorInfo* error_info);
|
plugin.cc | 339 params.error_info->SetReport( 367 params.error_info, 378 ErrorInfo* error_info, 390 error_info, local 407 bool Plugin::LoadNaClModuleContinuationIntern(ErrorInfo* error_info) { 415 error_info->SetReport(ERROR_START_PROXY_MODULE, 432 error_info->SetReport(ERROR_START_PROXY_MODULE, 436 error_info->SetReport(ERROR_START_PROXY_INSTANCE, 447 ErrorInfo* error_info) { 451 error_info->SetReport(ERROR_SEL_LDR_INIT 463 error_info, local 775 ErrorInfo error_info; local 837 ErrorInfo error_info; local 913 ErrorInfo error_info; local 944 ErrorInfo error_info; local 959 ErrorInfo error_info; local 1003 ErrorInfo error_info; local 1047 ErrorInfo error_info; local 1113 ErrorInfo error_info; local 1165 ErrorInfo error_info; local [all...] |
service_runtime.cc | 176 ErrorInfo error_info; local 184 &error_info, &op_complete); 244 error_info.error_code(), 245 error_info.message().c_str()); 268 &pnacl_options, p->error_info)) { 270 // Failed, and error_info has the details on what happened. Wake 302 p->error_info->SetReport(ERROR_MANIFEST_OPEN, 323 p->error_info->SetReport(ERROR_MANIFEST_OPEN, 343 p->error_info->SetReport( 371 p->error_info->SetReport(ERROR_MANIFEST_OPEN [all...] |
service_runtime.h | 52 ErrorInfo* error_info, 60 error_info(error_info), 69 ErrorInfo* error_info; member in struct:plugin::SelLdrStartParams 102 error_info(infop), 106 ErrorInfo* error_info; member in struct:plugin::OpenManifestEntryResource 254 ErrorInfo* error_info, 279 bool InitCommunication(nacl::DescWrapper* shm, ErrorInfo* error_info);
|
pnacl_translate_thread.cc | 38 ErrorInfo* error_info, 47 coordinator_error_info_ = error_info; 110 ErrorInfo* error_info) { 115 plugin_->LoadHelperNaClModule(wrapper, manifest, error_info)); 131 ErrorInfo error_info; local 139 StartSubprocess(resources_->GetLlcUrl(), manifest_, &error_info)); 143 error_info.message()); 269 ErrorInfo error_info; local 285 StartSubprocess(resources_->GetLdUrl(), manifest_, &error_info)); 289 error_info.message()) [all...] |
pnacl_translate_thread.h | 55 ErrorInfo* error_info, 78 ErrorInfo* error_info);
|
pnacl_resources.cc | 105 ErrorInfo error_info; local 106 if (!manifest_->ResolveURL(resource_info_url, &full_url, &error_info)) { 109 error_info.message() + "."); 207 ErrorInfo error_info; local 209 &error_info)) { 214 error_info.message() + ".");
|
plugin.h | 96 bool LoadNaClModule(nacl::DescWrapper* wrapper, ErrorInfo* error_info, 105 bool LoadNaClModuleContinuationIntern(ErrorInfo* error_info); 122 ErrorInfo* error_info); 137 void ReportLoadError(const ErrorInfo& error_info); 344 ErrorInfo* error_info);
|
pnacl_coordinator.cc | 45 ErrorInfo* error_info) const { 49 UNREFERENCED_PARAMETER(error_info); 51 error_info->SetReport(ERROR_MANIFEST_GET_NEXE_URL, 58 ErrorInfo* error_info) const { 61 UNREFERENCED_PARAMETER(error_info); 76 ErrorInfo* error_info) const { 83 error_info->SetReport(ERROR_MANIFEST_RESOLVE_URL, 91 full_url, error_info);
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/detail/ |
error_info_impl.hpp | 42 error_info: class in namespace:boost 49 error_info( value_type const & value ); 50 ~error_info() throw();
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/ |
exception.hpp | 87 class error_info; 89 typedef error_info<struct throw_function_,char const *> throw_function; 90 typedef error_info<struct throw_file_,char const *> throw_file; 91 typedef error_info<struct throw_line_,int> throw_line; 95 error_info<throw_function_,char const *> class in namespace:boost 101 error_info( value_type v ): function in class:boost::error_info 109 error_info<throw_file_,char const *> class in namespace:boost 115 error_info( value_type v ): function in class:boost::error_info 123 error_info<throw_line_,int> class in namespace:boost 129 error_info( value_type v ) function in class:boost::error_info [all...] |
/external/chromium_org/content/public/test/ |
test_file_error_injector.cc | 41 const TestFileErrorInjector::FileErrorInfo& error_info, 116 const TestFileErrorInjector::FileErrorInfo& error_info, 124 error_info_(error_info), 275 const TestFileErrorInjector::FileErrorInfo& error_info); 339 const TestFileErrorInjector::FileErrorInfo& error_info) { 341 injected_errors_[error_info.url] = error_info; 375 bool TestFileErrorInjector::AddError(const FileErrorInfo& error_info) { 377 DCHECK_LE(0, error_info.operation_instance); 378 DCHECK(injected_errors_.find(error_info.url) == injected_errors_.end()) [all...] |
test_file_error_injector.h | 82 bool AddError(const FileErrorInfo& error_info);
|
/external/chromium/chrome/browser/ssl/ |
ssl_blocking_page.cc | 67 SSLErrorInfo error_info = delegate_->GetSSLErrorInfo(handler_); local 68 strings.SetString("headLine", error_info.title()); 69 strings.SetString("description", error_info.details()); 73 SetExtraInfo(&strings, error_info.extra_information());
|
/external/chromium_org/chrome/browser/extensions/api/serial/ |
serial_event_dispatcher.cc | 106 serial::ReceiveErrorInfo error_info; local 107 error_info.connection_id = params.connection_id; 108 error_info.error = error; 110 serial::OnReceiveError::Create(error_info);
|
/external/chromium_org/sync/notifier/ |
sync_invalidation_listener.cc | 279 const invalidation::ErrorInfo& error_info) { 282 LOG(ERROR) << "Ticl error " << error_info.error_reason() << ": " 283 << error_info.error_message() 284 << " (transient = " << error_info.is_transient() << ")"; 285 if (error_info.error_reason() == invalidation::ErrorReason::AUTH_FAILURE) {
|
sync_invalidation_listener.h | 121 const invalidation::ErrorInfo& error_info) OVERRIDE;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
cciss_ioctl.h | 169 ErrorInfo_struct error_info; member in struct:_IOCTL_Command_struct 177 ErrorInfo_struct error_info; member in struct:_BIG_IOCTL_Command_struct
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
cciss_ioctl.h | 169 ErrorInfo_struct error_info; member in struct:_IOCTL_Command_struct 177 ErrorInfo_struct error_info; member in struct:_BIG_IOCTL_Command_struct
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
cciss_ioctl.h | 169 ErrorInfo_struct error_info; member in struct:_IOCTL_Command_struct 177 ErrorInfo_struct error_info; member in struct:_BIG_IOCTL_Command_struct
|
/external/chromium_org/chrome/browser/ssl/ |
ssl_blocking_page.cc | 203 SSLErrorInfo error_info = local 210 strings.SetString("headLine", error_info.title()); 211 strings.SetString("description", error_info.details()); 214 SetExtraInfo(&strings, error_info.extra_information());
|
/external/chromium_org/third_party/libva/va/ |
va_trace.h | 155 void **error_info /*out*/
|