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

1 2 3

  /external/chromium_org/chrome/browser/sync/glue/
ui_model_worker.cc 24 syncer::SyncerError* error_info) {
37 *error_info = work.Run();
55 syncer::SyncerError error_info; local
65 work, work_done_or_stopped(), &error_info))) {
67 error_info = syncer::CANNOT_DO_WORK;
68 return error_info;
72 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/net/ssl/
openssl_ssl_util.cc 152 const OpenSSLErrorInfo& error_info,
157 if (error_info.error_code != 0) {
158 dict->SetInteger("error_lib", ERR_GET_LIB(error_info.error_code));
159 dict->SetInteger("error_reason", ERR_GET_REASON(error_info.error_code));
161 if (error_info.file != NULL)
162 dict->SetString("file", error_info.file);
163 if (error_info.line != 0)
164 dict->SetInteger("line", error_info.line);
183 OpenSSLErrorInfo error_info; local
184 return MapOpenSSLErrorWithDetails(err, tracer, &error_info);
    [all...]
openssl_ssl_util.h 67 const OpenSSLErrorInfo& error_info);
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
service_runtime.cc 274 ErrorInfo error_info; local
275 error_info.SetReport(PP_NACL_ERROR_SEL_LDR_COMMUNICATION_CMD_CHANNEL,
277 ReportLoadError(error_info);
298 ErrorInfo error_info; local
299 error_info.SetReport(PP_NACL_ERROR_SEL_LDR_COMMUNICATION_REV_SETUP,
301 ReportLoadError(error_info);
311 ErrorInfo error_info; local
312 error_info.SetReport(PP_NACL_ERROR_SEL_LDR_COMMUNICATION_WRAPPER,
314 ReportLoadError(error_info);
321 ErrorInfo error_info; local
346 ErrorInfo error_info; local
364 ErrorInfo error_info; local
382 ErrorInfo error_info; local
    [all...]
plugin.cc 142 ErrorInfo error_info; local
147 error_info.SetReport(
150 ReportLoadError(error_info);
170 ErrorInfo error_info; local
179 error_info.SetReport(PP_NACL_ERROR_START_PROXY_MODULE,
181 ReportLoadError(error_info);
191 ErrorInfo* error_info) {
195 error_info->SetReport(PP_NACL_ERROR_SEL_LDR_INIT,
230 error_info->SetReport(PP_NACL_ERROR_SRPC_CONNECTION_FAIL,
423 void Plugin::ReportLoadError(const ErrorInfo& error_info) {
    [all...]
plugin.h 112 ErrorInfo* error_info);
115 void ReportLoadError(const ErrorInfo& error_info);
pnacl_coordinator.cc 167 ErrorInfo error_info; local
168 error_info.SetReport(err_code, message);
169 plugin_->ReportLoadError(error_info);
178 ErrorInfo error_info; local
179 error_info.SetReport(err_code, ss.str());
180 plugin_->ReportLoadError(error_info);
pnacl_translate_thread.cc 76 ErrorInfo* error_info,
86 coordinator_error_info_ = error_info;
139 ErrorInfo error_info; local
153 resources_->GetLlcUrl(), llc_file_info, &error_info);
159 error_info.message());
303 ErrorInfo error_info; local
327 &error_info));
333 error_info.message());
pnacl_translate_thread.h 47 ErrorInfo* error_info,
  /external/chromium_org/components/nacl/renderer/
json_manifest.h 44 bool Init(const std::string& json_manifest, ErrorInfo* error_info);
51 ErrorInfo* error_info) const;
56 // If there was an error, details are reported via error_info.
62 bool MatchesSchema(ErrorInfo* error_info);
72 ErrorInfo* error_info) const;
json_manifest.cc 253 // |dictionary| is an ISA to URL map. Sets |error_info| to something
260 JsonManifest::ErrorInfo* error_info) {
263 error_info->error = PP_NACL_ERROR_MANIFEST_SCHEMA_VALIDATE;
264 error_info->string = std::string("manifest: ") + parent_key +
322 error_info->error = PP_NACL_ERROR_MANIFEST_SCHEMA_VALIDATE;
323 error_info->string = "manifest: " + error_string;
334 error_info->error = PP_NACL_ERROR_MANIFEST_SCHEMA_VALIDATE;
335 error_info->string = "manifest: " + error_string;
343 error_info->error = PP_NACL_ERROR_MANIFEST_PROGRAM_MISSING_ARCH;
344 error_info->string = "manifest: no version of " + parent_key
    [all...]
  /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 39 const TestFileErrorInjector::FileErrorInfo& error_info,
113 const TestFileErrorInjector::FileErrorInfo& error_info,
120 error_info_(error_info),
271 const TestFileErrorInjector::FileErrorInfo& error_info);
329 const TestFileErrorInjector::FileErrorInfo& error_info) {
331 injected_errors_[error_info.url] = error_info;
365 bool TestFileErrorInjector::AddError(const FileErrorInfo& error_info) {
367 DCHECK_LE(0, error_info.operation_instance);
368 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_org/extensions/browser/api/serial/
serial_event_dispatcher.cc 107 serial::ReceiveErrorInfo error_info; local
108 error_info.connection_id = params.connection_id;
109 error_info.error = error;
111 serial::OnReceiveError::Create(error_info);
  /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/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
  /prebuilts/ndk/9/platforms/android-21/arch-arm/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-21/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-21/arch-mips/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-21/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-21/arch-x86/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-21/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

Completed in 1169 milliseconds

1 2 3