/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;
|
/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();
|
/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/ppapi/native_client/src/trusted/plugin/ |
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() + ".");
|
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...] |
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);
|
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...] |
/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());
|
/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...] |
/ndk/sources/host-tools/sed-4.2.1/sed/ |
compile.c | 75 struct error_info { 91 struct error_info err_info; /* track where `{}' blocks start */ 112 static struct error_info cur_input; 721 P_((struct sed_label *, countT, char *, const struct error_info *)); 727 const struct error_info *err_info; 74 struct error_info { struct [all...] |
/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/download/ |
download_browsertest.cc | 459 content::TestFileErrorInjector::FileErrorInfo error_info; member in struct:DownloadTest::FileErrorInjectInfo 1089 content::TestFileErrorInjector::FileErrorInfo error_info; local 2486 FileErrorInjectInfo error_info[] = { local 2659 DownloadInsertFilesErrorCheckErrors(ARRAYSIZE_UNSAFE(error_info), error_info); local 3227 content::TestFileErrorInjector::FileErrorInfo error_info; local [all...] |
/hardware/qcom/msm8960/kernel-headers/linux/ |
msm_audio.h | 269 struct msm_audio_bitstream_error_info error_info; member in union:msm_audio_event_payload
|
/hardware/qcom/msm8960/original-kernel-headers/linux/ |
msm_audio.h | 292 struct msm_audio_bitstream_error_info error_info; member in union:msm_audio_event_payload
|
/hardware/qcom/msm8x74/kernel-headers/linux/ |
msm_audio.h | 307 struct msm_audio_bitstream_error_info error_info; member in union:msm_audio_event_payload
|
/hardware/qcom/msm8x74/original-kernel-headers/linux/ |
msm_audio.h | 341 struct msm_audio_bitstream_error_info error_info; member in union:msm_audio_event_payload
|