Searched defs:errors (Results 1 - 25 of 347) sorted by relevance

1234567891011>>

/external/e2fsprogs/lib/e2p/
H A Dpe.c2 * pe.c - Print a second extended filesystem errors behavior
24 void print_fs_errors (FILE * f, unsigned short errors) argument
26 switch (errors)
/external/libbrillo/brillo/streams/
H A Dstream_errors.h11 namespace errors { namespace in namespace:brillo
14 // Error domain for generic stream-based errors.
24 } // namespace errors
H A Dstream_errors.cc8 namespace errors { namespace in namespace:brillo
20 } // namespace errors
/external/e2fsprogs/lib/ext2fs/
H A Dtst_byteswap.c51 int errors = 0; local
61 errors++;
66 errors++;
79 errors++;
84 errors++;
89 if (!errors)
90 printf("No errors found in the byteswap implementation!\n");
92 return errors;
/external/guice/core/src/com/google/inject/internal/
H A DCreationListener.java23 void notify(Errors errors); argument
H A DErrorsException.java22 * should {@link Errors#merge(Errors) merge} the errors from this exception with their existing
23 * errors.
29 private final Errors errors; field in class:ErrorsException
31 public ErrorsException(Errors errors) { argument
32 this.errors = errors;
36 return errors;
H A DInitializable.java29 T get(Errors errors) throws ErrorsException; argument
H A DDelayedInitialize.java28 /** Initializes this binding, throwing any errors if necessary. */
29 void initialize(InjectorImpl injector, Errors errors) throws ErrorsException; argument
H A DErrorHandler.java22 * Handles errors in the Injector.
31 void handle(Object source, Errors errors); argument
H A DInterceptorBindingProcessor.java29 InterceptorBindingProcessor(Errors errors) { argument
30 super(errors);
H A DInternalFactory.java36 T get(Errors errors, InternalContext context, Dependency<?> dependency, boolean linked) argument
H A DListenerBindingProcessor.java29 ListenerBindingProcessor(Errors errors) { argument
30 super(errors);
H A DLookupProcessor.java32 LookupProcessor(Errors errors) { argument
33 super(errors);
39 = injector.membersInjectorStore.get(lookup.getType(), errors);
42 errors.merge(e.getErrors()); // TODO: source
51 Provider<T> provider = injector.getProviderOrThrow(lookup.getDependency(), errors);
54 errors.merge(e.getErrors()); // TODO: source
H A DModuleAnnotatedMethodScannerProcessor.java28 ModuleAnnotatedMethodScannerProcessor(Errors errors) { argument
29 super(errors);
H A DPrivateElementProcessor.java33 PrivateElementProcessor(Errors errors) { argument
34 super(errors);
H A DScopeBindingProcessor.java34 ScopeBindingProcessor(Errors errors) { argument
35 super(errors);
43 errors.missingScopeAnnotation(annotationType);
44 // Go ahead and bind anyway so we don't get collateral errors.
48 errors.missingRuntimeRetention(annotationType);
49 // Go ahead and bind anyway so we don't get collateral errors.
55 errors.duplicateScopes(existing, annotationType, scope);
H A DSingleMemberInjector.java25 void inject(Errors errors, InternalContext context, Object o); argument
H A DUntargettedBindingProcessor.java29 UntargettedBindingProcessor(Errors errors, ProcessedBindingData bindingData) { argument
30 super(errors, bindingData);
44 errors.missingImplementation(key);
52 key, scoping, source, errors, false);
56 errors.merge(e.getErrors());
/external/libbrillo/brillo/errors/
H A Derror_codes.h11 #include <brillo/errors/error.h>
14 namespace errors { namespace in namespace:brillo
40 } // namespace errors
/external/wpa_supplicant_8/hostapd/src/common/
H A Dctrl_iface_common.h25 int errors; member in struct:wpa_ctrl_dst
/external/wpa_supplicant_8/src/common/
H A Dctrl_iface_common.h25 int errors; member in struct:wpa_ctrl_dst
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dctrl_iface_common.h25 int errors; member in struct:wpa_ctrl_dst
/external/junit/src/main/java/org/junit/internal/runners/
H A DInitializationError.java22 public InitializationError(List<Throwable> errors) { argument
23 this.fErrors = errors;
26 public InitializationError(Throwable... errors) { argument
27 this(Arrays.asList(errors));
/external/junit/src/main/java/org/junit/internal/runners/model/
H A DMultipleFailureException.java9 public MultipleFailureException(List<Throwable> errors) { argument
10 super(errors);
/external/libexif/test/
H A Dtest-integers.c43 errors++; \
55 unsigned int errors = 0; local
63 return (errors>0)?1:0;

Completed in 348 milliseconds

1234567891011>>