Searched refs:errors (Results 1 - 25 of 954) sorted by relevance

1234567891011>>

/external/valgrind/main/none/tests/x86/
H A Dbug126147-x86.stdout.exp1 No errors.
/external/chromium_org/ppapi/generators/
H A Didl_tests.py22 errors = 0
23 errors += TestIDL('idl_lexer.py', ['--test'])
24 assert errors == 0
25 errors += TestIDL('idl_parser.py', ['--test'])
26 assert errors == 0
27 errors += TestIDL('idl_c_header.py', [])
28 assert errors == 0
29 errors += TestIDL('idl_c_proto.py', ['--wnone', '--test'])
30 assert errors == 0
31 errors
[all...]
/external/valgrind/main/drd/tests/
H A Dpth_barrier2.stderr.exp1 ERROR SUMMARY: 32 errors
H A Dpth_barrier3.stderr.exp1 ERROR SUMMARY: 31 errors
H A Domp_matinv_racy.stderr.exp1 ERROR SUMMARY: 76 errors from 7 contexts
H A Domp_prime_racy.stderr.exp1 ERROR SUMMARY: 3 errors from 3 contexts
H A Dpth_barrier.stderr.exp1 ERROR SUMMARY: 1 errors from 1 contexts
H A Dpth_once.stderr.exp1 ERROR SUMMARY: 0 errors from 0 contexts
H A Dtc05_simple_race.stderr.exp1 ERROR SUMMARY: 2 errors from 2 contexts
H A Dtc06_two_races.stderr.exp1 ERROR SUMMARY: 4 errors from 4 contexts
/external/valgrind/main/tests/
H A Dpost_regtest_checks20 errors=0
27 errors=1
35 errors=1
38 exit $errors
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Derrorrules.py22 from closure_linter import errors namespace
27 'Whether to report errors for missing JsDoc.')
34 True for all errors except missing documentation errors. For these,
38 errors.MISSING_PARAMETER_DOCUMENTATION,
39 errors.MISSING_RETURN_DOCUMENTATION,
40 errors.MISSING_MEMBER_DOCUMENTATION,
41 errors.MISSING_PRIVATE,
42 errors.MISSING_JSDOC_TAG_THIS)
/external/chromium_org/mojo/public/tools/bindings/pylib/mojom/generate/
H A Drun_tests.py24 errors = 0
25 errors += TestMojom('data_tests.py', ['--test'])
26 errors += TestMojom('module_tests.py', ['--test'])
27 errors += TestMojom('pack_tests.py', ['--test'])
29 if errors:
31 return min(errors, 127) # Make sure the return value doesn't "wrap".
H A Dpack_tests.py18 errors = 0
24 errors += EXPECT_EQ(2, len(ps.packed_fields))
25 errors += EXPECT_EQ('testfield2', ps.packed_fields[0].field.name)
26 errors += EXPECT_EQ('testfield1', ps.packed_fields[1].field.name)
28 return errors
31 errors = 0
34 errors += EXPECT_EQ(0, len(ps.packed_fields))
35 return errors
39 errors = 0
43 errors
[all...]
/external/chromium_org/chrome/common/extensions/manifest_tests/
H A Dextension_manifests_contentsecuritypolicy_unittest.cc9 namespace errors = extensions::manifest_errors;
17 errors::kInsecureContentSecurityPolicy),
19 errors::kInsecureContentSecurityPolicy),
21 errors::kInsecureContentSecurityPolicy),
H A Dextension_manifests_initvalue_unittest.cc28 namespace errors = manifest_errors;
38 Testcase("init_invalid_version_missing.json", errors::kInvalidVersion),
39 Testcase("init_invalid_version_invalid.json", errors::kInvalidVersion),
40 Testcase("init_invalid_name_missing.json", errors::kInvalidName),
41 Testcase("init_invalid_name_invalid.json", errors::kInvalidName),
43 errors::kInvalidDescription),
44 Testcase("init_invalid_icons_invalid.json", errors::kInvalidIcons),
45 Testcase("init_invalid_icons_path_invalid.json", errors::kInvalidIconPath),
47 errors::kInvalidLauncherPage),
49 errors
[all...]
H A Dextension_manifests_web_unittest.cc16 namespace errors = extensions::manifest_errors;
20 Testcase("web_urls_wrong_type.json", errors::kInvalidWebURLs),
23 errors::kInvalidWebURL,
25 errors::kExpectString)),
28 errors::kInvalidWebURL,
34 errors::kInvalidWebURL,
36 errors::kNoWildCardsInPaths)),
39 errors::kInvalidWebURL,
41 errors::kCannotClaimAllURLsInExtent)),
44 errors
[all...]
/external/junit/src/org/junit/runners/model/
H A DNoGenericTypeParametersValidator.java18 void validate(List<Throwable> errors) { argument
20 validateNoTypeParameterOnType(each, errors);
23 private void validateNoTypeParameterOnType(Type type, List<Throwable> errors) { argument
25 errors.add(new Exception("Method " + fMethod.getName()
28 validateNoTypeParameterOnParameterizedType((ParameterizedType) type, errors);
30 validateNoTypeParameterOnWildcardType((WildcardType) type, errors);
32 validateNoTypeParameterOnGenericArrayType((GenericArrayType) type, errors);
36 List<Throwable> errors) {
38 validateNoTypeParameterOnType(each, errors);
42 List<Throwable> errors) {
35 validateNoTypeParameterOnParameterizedType(ParameterizedType parameterized, List<Throwable> errors) argument
41 validateNoTypeParameterOnWildcardType(WildcardType wildcard, List<Throwable> errors) argument
49 validateNoTypeParameterOnGenericArrayType( GenericArrayType arrayType, List<Throwable> errors) argument
[all...]
H A DMultipleFailureException.java17 public MultipleFailureException(List<Throwable> errors) { argument
18 fErrors= new ArrayList<Throwable>(errors);
28 String.format("There were %d errors:", fErrors.size()));
41 * @param errors list to check
45 public static void assertEmpty(List<Throwable> errors) throws Throwable { argument
46 if (errors.isEmpty())
48 if (errors.size() == 1)
49 throw errors.get(0);
58 throw new org.junit.internal.runners.model.MultipleFailureException(errors);
/external/chromium_org/third_party/closure_linter/closure_linter/
H A Derrorrules.py22 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
[all...]
/external/e2fsprogs/lib/e2p/
H A Dpe.c2 * pe.c - Print a second extended filesystem errors behavior
23 void print_fs_errors (FILE * f, unsigned short errors) argument
25 switch (errors)
/external/junit/src/org/junit/internal/runners/
H A DInitializationError.java15 public InitializationError(List<Throwable> errors) { argument
16 fErrors= errors;
19 public InitializationError(Throwable... errors) { argument
20 this(Arrays.asList(errors));
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A DPRESUBMIT.py37 errors = []
39 errors.append(output_api.PresubmitError(errorText))
40 return errors
/external/chromium_org/v8/test/mjsunit/compiler/
H A Dshift-shr.js10 var errors = 0;
15 errors++;
19 return errors;
/external/chromium_org/tools/android/checkstyle/
H A Dcheckstyle.py50 errors = stdout.splitlines()
52 if errors and errors[0] == 'Starting audit...':
53 del errors[0]
54 if errors and errors[-1] == 'Audit done.':
55 del errors[-1]
58 errors = [x for x in errors if 'warning: ' not in x]
59 if not errors
[all...]

Completed in 9394 milliseconds

1234567891011>>