HomeSort by relevance Sort by last modified time
    Searched defs:error_info (Results 1 - 25 of 26) sorted by null

1 2

  /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_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_translate_thread.cc 76 ErrorInfo* error_info,
86 coordinator_error_info_ = error_info;
154 ErrorInfo error_info; local
168 resources_->GetLlcUrl(), llc_file_handle, &error_info);
174 error_info.message());
318 ErrorInfo error_info; local
342 &error_info));
348 error_info.message());
plugin.cc 176 ErrorInfo error_info; local
183 error_info.SetReport(
186 ReportLoadError(error_info);
210 ErrorInfo error_info; local
219 error_info.SetReport(PP_NACL_ERROR_START_PROXY_MODULE,
221 ReportLoadError(error_info);
236 ErrorInfo* error_info) {
240 error_info->SetReport(PP_NACL_ERROR_SEL_LDR_INIT,
274 error_info->SetReport(PP_NACL_ERROR_SRPC_CONNECTION_FAIL,
502 void Plugin::ReportLoadError(const ErrorInfo& error_info) {
    [all...]
pnacl_coordinator.cc 153 ErrorInfo error_info; local
154 error_info.SetReport(err_code, message);
155 plugin_->ReportLoadError(error_info);
164 ErrorInfo error_info; local
165 error_info.SetReport(err_code, ss.str());
166 plugin_->ReportLoadError(error_info);
service_runtime.cc 329 // Failed, and error_info has the details on what happened. Wake
532 ErrorInfo error_info; local
533 error_info.SetReport(PP_NACL_ERROR_SEL_LDR_COMMUNICATION_CMD_CHANNEL,
535 plugin_->ReportLoadError(error_info);
567 ErrorInfo error_info; local
568 error_info.SetReport(PP_NACL_ERROR_SEL_LDR_COMMUNICATION_CMD_CHANNEL,
570 plugin_->ReportLoadError(error_info);
591 ErrorInfo error_info; local
592 error_info.SetReport(PP_NACL_ERROR_SEL_LDR_COMMUNICATION_REV_SETUP,
594 plugin_->ReportLoadError(error_info);
606 ErrorInfo error_info; local
618 ErrorInfo error_info; local
645 ErrorInfo error_info; local
665 ErrorInfo error_info; local
685 ErrorInfo error_info; local
    [all...]
  /bionic/libc/kernel/uapi/linux/
cciss_ioctl.h 57 ErrorInfo_struct error_info; member in struct:_IOCTL_Command_struct
66 ErrorInfo_struct error_info; member in struct:_BIG_IOCTL_Command_struct
  /development/ndk/platforms/android-L/include/linux/
cciss_ioctl.h 57 ErrorInfo_struct error_info; member in struct:_IOCTL_Command_struct
66 ErrorInfo_struct error_info; member in struct:_BIG_IOCTL_Command_struct
  /external/chromium_org/chrome/browser/ssl/
ssl_blocking_page.cc 271 SSLErrorInfo error_info = local
278 strings.SetString("headLine", error_info.title());
279 strings.SetString("description", error_info.details());
282 SetExtraInfo(&strings, error_info.extra_information());
435 SSLErrorInfo error_info = local
441 "explanationParagraph", error_info.details());
  /external/kernel-headers/original/uapi/linux/
cciss_ioctl.h 43 ErrorInfo_struct error_info; member in struct:_IOCTL_Command_struct
51 ErrorInfo_struct error_info; member in struct:_BIG_IOCTL_Command_struct
  /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...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
cciss_ioctl.h 57 ErrorInfo_struct error_info; member in struct:_IOCTL_Command_struct
66 ErrorInfo_struct error_info; member in struct:_BIG_IOCTL_Command_struct
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
cciss_ioctl.h 57 ErrorInfo_struct error_info; member in struct:_IOCTL_Command_struct
66 ErrorInfo_struct error_info; member in struct:_BIG_IOCTL_Command_struct
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
cciss_ioctl.h 57 ErrorInfo_struct error_info; member in struct:_IOCTL_Command_struct
66 ErrorInfo_struct error_info; member in struct:_BIG_IOCTL_Command_struct
  /external/chromium_org/components/nacl/renderer/
ppb_nacl_private_impl.cc 993 JsonManifest::ErrorInfo error_info; local
1014 JsonManifest::ErrorInfo error_info; local
    [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/x86_64-linux-glibc2.11-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.11-4.8/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 444 content::TestFileErrorInjector::FileErrorInfo error_info; member in struct:DownloadTest::FileErrorInjectInfo
1073 content::TestFileErrorInjector::FileErrorInfo error_info; local
2475 FileErrorInjectInfo error_info[] = { local
2648 DownloadInsertFilesErrorCheckErrors(ARRAYSIZE_UNSAFE(error_info), error_info); local
3196 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
  /hardware/qcom/msm8x84/kernel-headers/linux/
msm_audio.h 307 struct msm_audio_bitstream_error_info error_info; member in union:msm_audio_event_payload

Completed in 475 milliseconds

1 2