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

1 2 3 4 5 6

  /external/guice/core/src/com/google/inject/
CreationException.java 22 import com.google.inject.internal.Errors;
28 * Thrown when errors occur while creating a {@link Injector}. Includes a list of encountered
29 * errors. Clients should catch this exception, log it, and stop execution.
41 initCause(Errors.getOnlyCause(this.messages));
44 /** Returns messages for the errors that caused this exception. */
50 return Errors.format("Unable to create injector, see the following errors", messages);
ProvisionException.java 22 import com.google.inject.internal.Errors;
42 initCause(Errors.getOnlyCause(this.messages));
54 /** Returns messages for the errors that caused this exception. */
60 return Errors.format("Unable to provision, see the following errors", messages);
ConfigurationException.java 22 import com.google.inject.internal.Errors;
42 initCause(Errors.getOnlyCause(this.messages));
54 /** Returns messages for the errors that caused this exception. */
72 return Errors.format("Guice configuration errors", messages);
  /external/libunwind/doc/
unw_init_local.tex 57 \section{Errors}
unw_init_remote.tex 53 \section{Errors}
unw_resume.tex 65 negative value of one of the errors below is returned.
73 \section{Errors}
unw_get_fpreg.tex 48 \section{Errors}
unw_get_proc_info.tex 96 \section{Errors}
unw_get_proc_info_by_ip.tex 62 \section{Errors}
unw_get_proc_name.tex 55 \section{Errors}
unw_get_reg.tex 49 \section{Errors}
unw_is_signal_frame.tex 44 \section{Errors}
unw_set_caching_policy.tex 59 \section{Errors}
unw_set_fpreg.tex 48 \section{Errors}
unw_set_reg.tex 49 \section{Errors}
unw_step.tex 34 \section{Errors}
  /external/v8/tools/clang/blink_gc_plugin/
CheckGCRootsVisitor.h 20 typedef std::vector<RootPath> Errors;
24 Errors& gc_roots();
35 Errors gc_roots_;
CheckFinalizerVisitor.h 36 typedef std::vector<Error> Errors;
40 Errors& finalized_fields();
51 Errors finalized_fields_;
  /frameworks/base/tools/streaming_proto/
Errors.h 22 class Errors
25 Errors();
26 ~Errors();
31 // Print the errors to stderr if there are any.
37 // The errors that have been added
42 extern Errors ERRORS;
Errors.cpp 1 #include "Errors.h"
8 Errors ERRORS;
31 Errors::Errors()
36 Errors::~Errors()
41 Errors::Add(const string& filename, int lineno, const char* format, ...)
50 Errors::AddImpl(const string& filename, int lineno, const char* format, va_list args)
66 Errors::Print() cons
    [all...]
  /prebuilts/go/darwin-x86/src/internal/race/
norace.go 42 func Errors() int { return 0 }
race.go 52 func Errors() int {
  /prebuilts/go/linux-x86/src/internal/race/
norace.go 42 func Errors() int { return 0 }
race.go 52 func Errors() int {
  /toolchain/binutils/binutils-2.27/gold/
errors.h 0 // errors.h -- handle errors for gold -*- C++ -*-
37 // This class handles errors for gold. There is a single instance
43 class Errors
46 Errors(const char* program_name);
93 // Return the number of errors.
104 Errors(const Errors&);
105 Errors& operator=(const Errors&)
    [all...]

Completed in 293 milliseconds

1 2 3 4 5 6