HomeSort by relevance Sort by last modified time
    Searched refs:error_info (Results 1 - 25 of 33) 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;
  /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 258 // |dictionary| is an ISA to URL map. Sets |error_info| to something
264 ErrorInfo* error_info) {
265 if (error_info == NULL) return false;
269 error_info->SetReport(ERROR_MANIFEST_SCHEMA_VALIDATE,
324 error_info->SetReport(ERROR_MANIFEST_SCHEMA_VALIDATE,
336 error_info->SetReport(ERROR_MANIFEST_SCHEMA_VALIDATE,
347 error_info->SetReport(
360 error_info->SetReport(
387 ErrorInfo* error_info) {
388 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 408 params.error_info->SetReport(
436 params.error_info,
447 ErrorInfo* error_info,
458 error_info, local
474 bool Plugin::LoadNaClModuleContinuationIntern(ErrorInfo* error_info) {
482 error_info->SetReport(ERROR_START_PROXY_MODULE,
499 error_info->SetReport(ERROR_START_PROXY_MODULE,
503 error_info->SetReport(ERROR_START_PROXY_INSTANCE,
514 ErrorInfo* error_info) {
518 error_info->SetReport(ERROR_SEL_LDR_INIT
530 error_info, local
858 ErrorInfo error_info; local
919 ErrorInfo error_info; local
996 ErrorInfo error_info; local
1031 ErrorInfo error_info; local
1045 ErrorInfo error_info; local
1089 ErrorInfo error_info; local
1133 ErrorInfo error_info; local
1199 ErrorInfo error_info; local
1267 ErrorInfo error_info; local
    [all...]
service_runtime.h 54 ErrorInfo* error_info,
61 error_info(error_info),
69 ErrorInfo* error_info; member in struct:plugin::SelLdrStartParams
101 error_info(infop),
105 ErrorInfo* error_info; member in struct:plugin::OpenManifestEntryResource
282 ErrorInfo* error_info,
307 bool InitCommunication(nacl::DescWrapper* shm, ErrorInfo* error_info);
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,
357 p->error_info->SetReport(ERROR_PNACL_NOT_ENABLED,
386 p->error_info->SetReport(ERROR_MANIFEST_OPEN
    [all...]
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());
259 ErrorInfo error_info; local
275 StartSubprocess(resources_->GetLdUrl(), manifest_, &error_info));
279 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() + ".");
206 ErrorInfo error_info; local
208 &error_info)) {
213 error_info.message() + ".");
plugin.h 106 bool LoadNaClModule(nacl::DescWrapper* wrapper, ErrorInfo* error_info,
114 bool LoadNaClModuleContinuationIntern(ErrorInfo* error_info);
131 ErrorInfo* error_info);
146 void ReportLoadError(const ErrorInfo& error_info);
391 ErrorInfo* error_info);
pnacl_coordinator.cc 53 ErrorInfo* error_info) const {
57 UNREFERENCED_PARAMETER(error_info);
59 error_info->SetReport(ERROR_MANIFEST_GET_NEXE_URL,
66 ErrorInfo* error_info) const {
69 UNREFERENCED_PARAMETER(error_info);
84 ErrorInfo* error_info) const {
91 error_info->SetReport(ERROR_MANIFEST_RESOLVE_URL,
99 full_url, error_info);
    [all...]
  /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 83 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());
  /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 216 SSLErrorInfo error_info = local
222 strings.SetString("headLine", error_info.title());
223 strings.SetString("description", error_info.details());
226 SetExtraInfo(&strings, error_info.extra_information());
  /external/chromium_org/sync/notifier/
sync_invalidation_listener.cc 360 const invalidation::ErrorInfo& error_info) {
363 LOG(ERROR) << "Ticl error " << error_info.error_reason() << ": "
364 << error_info.error_message()
365 << " (transient = " << error_info.is_transient() << ")";
366 if (error_info.error_reason() == invalidation::ErrorReason::AUTH_FAILURE) {
sync_invalidation_listener.h 128 const invalidation::ErrorInfo& error_info) OVERRIDE;
  /external/chromium_org/third_party/libva/va/
va_trace.h 143 void **error_info /*out*/
  /external/chromium_org/chrome/browser/download/
download_browsertest.cc 458 content::TestFileErrorInjector::FileErrorInfo error_info; member in struct:DownloadTest::FileErrorInjectInfo
1088 content::TestFileErrorInjector::FileErrorInfo error_info; local
2488 FileErrorInjectInfo error_info[] = { local
2661 DownloadInsertFilesErrorCheckErrors(ARRAYSIZE_UNSAFE(error_info), error_info); local
3228 content::TestFileErrorInjector::FileErrorInfo error_info; local
    [all...]

Completed in 491 milliseconds

1 2