HomeSort by relevance Sort by last modified time
    Searched refs:errors (Results 51 - 75 of 2571) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/autotest/client/site_tests/security_x86Registers/
security_x86Registers.py 69 errors = 0
81 errors += 1
86 errors += func(match_pos)
89 logging.debug("%s errors found: %d", name, errors)
90 return errors
105 errors = 0
106 errors += self._check_msr()
107 errors += self._check_bios()
108 return errors
    [all...]
  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
errorrules.py 22 from closure_linter import errors namespace
27 'Whether to report errors for missing JsDoc.')
50 True for all errors except missing documentation errors and disabled
51 errors. For missing documentation, it returns the value of the
67 errors.MISSING_PARAMETER_DOCUMENTATION,
68 errors.MISSING_RETURN_DOCUMENTATION,
69 errors.MISSING_MEMBER_DOCUMENTATION,
70 errors.MISSING_PRIVATE,
71 errors.MISSING_JSDOC_TAG_THIS)) an
    [all...]
  /external/doclava/test/doclava/
ApiCheckTest.java 19 import com.google.doclava.Errors;
20 import com.google.doclava.Errors.Error;
21 import com.google.doclava.Errors.ErrorMessage;
31 * Clear all errors and make sure all future errors will be recorded.
34 Errors.clearErrors();
35 for (Errors.Error error : Errors.ERRORS) {
36 Errors.setErrorLevel(error.code, Errors.ERROR)
61 Iterator<ErrorMessage> errors = report.errors().iterator(); local
74 Iterator<ErrorMessage> errors = report.errors().iterator(); local
    [all...]
  /external/guice/core/src/com/google/inject/internal/
LookupProcessor.java 32 LookupProcessor(Errors errors) {
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
DelayedInitialize.java 28 /** Initializes this binding, throwing any errors if necessary. */
29 void initialize(InjectorImpl injector, Errors errors) throws ErrorsException;
FailableCache.java 24 * Lazily creates (and caches) values for keys. If creating the value fails (with errors), an
34 Errors errors = new Errors();
37 result = FailableCache.this.create(key, errors);
39 errors.merge(e.getErrors());
41 return errors.hasErrors() ? errors : result;
45 protected abstract V create(K key, Errors errors) throws ErrorsException
    [all...]
Initializable.java 29 T get(Errors errors) throws ErrorsException;
BoundProviderFactory.java 48 public void notify(Errors errors) {
50 providerFactory = injector.getInternalFactory(providerKey, errors.withSource(source), JitLimitation.NEW_OR_EXISTING_JIT);
52 errors.merge(e.getErrors());
56 public T get(Errors errors, InternalContext context, Dependency<?> dependency, boolean linked)
60 errors = errors.withSource(providerKey);
61 javax.inject.Provider<? extends T> provider = providerFactory.get(errors, context, dependency, true);
62 return circularGet(provider, errors, context, dependency, provisionCallback)
    [all...]
InterceptorBindingProcessor.java 29 InterceptorBindingProcessor(Errors errors) {
30 super(errors);
ModuleAnnotatedMethodScannerProcessor.java 28 ModuleAnnotatedMethodScannerProcessor(Errors errors) {
29 super(errors);
  /external/libexif/test/
test-integers.c 43 errors++; \
55 unsigned int errors = 0; local
63 return (errors>0)?1:0;
  /external/wpa_supplicant_8/src/utils/
utils_module_tests.c 48 int errors = 0; local
63 errors++;
71 errors++;
79 errors++;
88 errors++;
93 errors++;
96 errors++;
99 errors++;
102 errors++;
111 errors++
129 int errors = 0; local
225 int errors = 0; local
294 int errors = 0; local
360 int errors = 0; local
446 int errors = 0; local
511 int errors = 0; local
567 int errors = 0; local
    [all...]
  /external/curl/src/
tool_msgs.h 29 void helpf(FILE *errors, const char *fmt, ...);
tool_msgs.c 51 fputs(prefix, config->errors);
64 (void)fwrite(ptr, cut + 1, 1, config->errors);
65 fputs("\n", config->errors);
70 fputs(ptr, config->errors);
78 * Emit 'note' formatted message on configured 'errors' stream, if verbose was
91 * Emit warning formatted message on configured 'errors' stream unless
106 void helpf(FILE *errors, const char *fmt, ...)
111 fputs("curl: ", errors); /* prefix it */
112 vfprintf(errors, fmt, ap);
115 fprintf(errors, "curl: try 'curl --help'
    [all...]
  /external/google-breakpad/src/processor/
minidump_dump.cc 58 int *errors) {
72 ++*errors;
102 int errors = 0; local
106 ++errors;
114 ++errors;
122 ++errors;
144 ++errors;
152 ++errors;
168 ++errors;
177 &errors);
    [all...]
  /external/libbrillo/brillo/streams/
stream_errors.cc 8 namespace errors { namespace in namespace:brillo
20 } // namespace errors
  /external/selinux/policycoreutils/mcstrans/share/util/
mlstrans-test 6 errors = 0
10 global errors, verbose
14 errors += 1
21 global errors, verbose
25 errors += 1
52 if errors == 1:
54 print "mlstrans-test done with %d error%s" % (errors, s)
56 sys.exit(errors)
  /external/valgrind/drd/tests/
threaded-fork-vcs.stderr.exp 3 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
6 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
threaded-fork.stderr.exp 3 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
6 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
annotate_hbefore.stderr.exp 3 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
annotate_rwlock.stderr.exp 4 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
annotate_sem.stderr.exp 4 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
annotate_smart_pointer.stderr.exp 4 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
annotate_static.stderr.exp 4 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
  /external/junit/src/org/junit/internal/runners/model/
MultipleFailureException.java 9 public MultipleFailureException(List<Throwable> errors) {
10 super(errors);

Completed in 1261 milliseconds

1 23 4 5 6 7 8 91011>>