HomeSort by relevance Sort by last modified time
    Searched refs:errors (Results 326 - 350 of 1521) sorted by null

<<11121314151617181920>>

  /external/chromium_org/extensions/common/manifest_handlers/
csp_info.cc 18 namespace errors = manifest_errors;
100 *error = ASCIIToUTF16(errors::kInvalidContentSecurityPolicy);
104 *error = ASCIIToUTF16(errors::kInvalidContentSecurityPolicy);
110 *error = ASCIIToUTF16(errors::kInsecureContentSecurityPolicy);
shared_module_info.cc 22 namespace errors = manifest_errors;
115 *error = ASCIIToUTF16(errors::kInvalidImportAndExport);
122 *error = ASCIIToUTF16(errors::kInvalidExport);
127 *error = ASCIIToUTF16(errors::kInvalidExportResources);
134 errors::kInvalidExportResourcesString, base::IntToString(i));
140 errors::kInvalidExportResourcesString, base::IntToString(i));
151 *error = ASCIIToUTF16(errors::kInvalidImport);
157 *error = ASCIIToUTF16(errors::kInvalidImport);
165 errors::kInvalidImportId, base::IntToString(i));
173 errors::kInvalidImportVersion, base::IntToString(i))
    [all...]
  /external/chromium_org/media/audio/
simple_sources_unittest.cc 31 EXPECT_EQ(0, source.errors());
67 EXPECT_EQ(0, source.errors());
73 EXPECT_EQ(1, source.errors());
75 EXPECT_EQ(2, source.errors());
  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/
tasm-options.c 48 int errors = 0, warnings = 0; local
72 errors++;
94 errors++;
99 return errors;
  /external/protobuf/src/google/protobuf/
reflection_ops.h 69 vector<string>* errors);
  /external/valgrind/main/memcheck/tests/
describe-block.stderr.exp 14 For counts of detected and suppressed errors, rerun with: -v
15 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
  /external/valgrind/main/none/tests/x86/
bug126147-x86.c 117 size_t errors = 0; variable
126 ++errors;
190 if (errors == 0)
192 printf("No errors.\n");
196 printf("%d errors.\n", (int)errors);
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
error_fixer.py 24 from closure_linter import errors namespace
53 """Object that fixes simple style errors."""
60 instead of overwriting the files the errors are found in.
69 """Notifies this ErrorPrinter that subsequent errors are in filename.
102 if code == errors.JSDOC_PREFER_QUESTION_TO_PIPE_NULL:
121 elif code == errors.JSDOC_MISSING_OPTIONAL_TYPE:
134 elif code in (errors.MISSING_SEMICOLON_AFTER_FUNCTION,
135 errors.MISSING_SEMICOLON):
143 elif code in (errors.ILLEGAL_SEMICOLON_AFTER_FUNCTION,
144 errors.REDUNDANT_SEMICOLON
    [all...]
  /external/chromium_org/third_party/closure_linter/closure_linter/
error_fixer.py 24 from closure_linter import errors namespace
53 """Object that fixes simple style errors."""
60 instead of overwriting the files the errors are found in.
69 """Notifies this ErrorPrinter that subsequent errors are in filename.
102 if code == errors.JSDOC_PREFER_QUESTION_TO_PIPE_NULL:
121 elif code == errors.JSDOC_MISSING_OPTIONAL_TYPE:
134 elif code in (errors.MISSING_SEMICOLON_AFTER_FUNCTION,
135 errors.MISSING_SEMICOLON):
143 elif code in (errors.ILLEGAL_SEMICOLON_AFTER_FUNCTION,
144 errors.REDUNDANT_SEMICOLON
    [all...]
  /external/chromium/testing/gtest/test/
gtest_xml_output_unittest.py 57 <testsuites tests="23" failures="4" disabled="2" errors="0" time="*" name="AllTests">
58 <testsuite name="SuccessfulTest" tests="1" failures="0" disabled="0" errors="0" time="*">
61 <testsuite name="FailedTest" tests="1" failures="1" disabled="0" errors="0" time="*">
68 <testsuite name="MixedResultTest" tests="3" failures="1" disabled="1" errors="0" time="*">
80 <testsuite name="XmlQuotingTest" tests="1" failures="1" disabled="0" errors="0" time="*">
87 <testsuite name="InvalidCharactersTest" tests="1" failures="1" disabled="0" errors="0" time="*">
94 <testsuite name="DisabledTest" tests="1" failures="0" disabled="1" errors="0" time="*">
97 <testsuite name="PropertyRecordingTest" tests="4" failures="0" disabled="0" errors="0" time="*">
103 <testsuite name="NoFixtureTest" tests="3" failures="0" disabled="0" errors="0" time="*">
108 <testsuite name="Single/ValueParamTest" tests="4" failures="0" disabled="0" errors="0" time="*"
    [all...]
  /external/chromium_org/chrome/browser/chromeos/policy/
configuration_policy_handler_chromeos.h 30 PolicyErrorMap* errors) OVERRIDE;
51 PolicyErrorMap* errors) OVERRIDE;
108 // valid and generates errors if appropriate.
117 PolicyErrorMap* errors) OVERRIDE;
  /external/chromium_org/extensions/common/permissions/
manifest_permission_set.cc 21 namespace errors = extensions::manifest_errors;
44 errors::kInvalidPermission, permission_name);
74 errors::kInvalidPermission, base::IntToString(i));
  /external/gtest/test/
gtest_xml_output_unittest.py 57 <testsuites tests="23" failures="4" disabled="2" errors="0" time="*" name="AllTests">
58 <testsuite name="SuccessfulTest" tests="1" failures="0" disabled="0" errors="0" time="*">
61 <testsuite name="FailedTest" tests="1" failures="1" disabled="0" errors="0" time="*">
68 <testsuite name="MixedResultTest" tests="3" failures="1" disabled="1" errors="0" time="*">
80 <testsuite name="XmlQuotingTest" tests="1" failures="1" disabled="0" errors="0" time="*">
87 <testsuite name="InvalidCharactersTest" tests="1" failures="1" disabled="0" errors="0" time="*">
94 <testsuite name="DisabledTest" tests="1" failures="0" disabled="1" errors="0" time="*">
97 <testsuite name="PropertyRecordingTest" tests="4" failures="0" disabled="0" errors="0" time="*">
103 <testsuite name="NoFixtureTest" tests="3" failures="0" disabled="0" errors="0" time="*">
108 <testsuite name="Single/ValueParamTest" tests="4" failures="0" disabled="0" errors="0" time="*"
    [all...]
  /external/junit/src/org/junit/rules/
ErrorCollector.java 36 private List<Throwable> errors= new ArrayList<Throwable>(); field in class:ErrorCollector
40 MultipleFailureException.assertEmpty(errors);
47 errors.add(error);
  /external/libvorbis/test/
test.c 40 int errors = 0 ; local
63 errors ++ ;
73 if (errors)
  /external/wpa_supplicant_8/wpa_supplicant/tests/
test_eap_sim_common.c 42 int errors = 0; local
44 errors += test_eap_sim_prf();
46 return errors;
  /ndk/tests/device/test-stlport_shared-exception/jni/
catchptr1.cpp 256 int errors = 0; local
265 errors++;
268 return errors;
  /ndk/tests/device/test-stlport_static-exception/jni/
catchptr1.cpp 256 int errors = 0; local
265 errors++;
268 return errors;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
idna.py 147 def encode(self,input,errors='strict'):
149 if errors != 'strict':
151 raise UnicodeError("unsupported error handling "+errors)
168 def decode(self,input,errors='strict'):
170 if errors != 'strict':
171 raise UnicodeError("Unsupported error handling "+errors)
198 def _buffer_encode(self, input, errors, final):
199 if errors != 'strict':
201 raise UnicodeError("unsupported error handling "+errors)
232 def _buffer_decode(self, input, errors, final)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
idna.py 147 def encode(self,input,errors='strict'):
149 if errors != 'strict':
151 raise UnicodeError("unsupported error handling "+errors)
168 def decode(self,input,errors='strict'):
170 if errors != 'strict':
171 raise UnicodeError("Unsupported error handling "+errors)
198 def _buffer_encode(self, input, errors, final):
199 if errors != 'strict':
201 raise UnicodeError("unsupported error handling "+errors)
232 def _buffer_decode(self, input, errors, final)
    [all...]
  /external/chromium_org/chrome/browser/extensions/error_console/
error_console_browsertest.cc 114 false, // manifest errors are never from incognito.
132 // A helper class in order to wait for the proper number of errors to be
134 // number of errors are observed.
138 // <Cause three errors...>
168 // Spin until the appropriate number of errors have been observed.
188 // cause any errors.
192 ACTION_NONE // Do nothing (errors will be caused by a background script,
200 // errors.
208 // Errors are only kept if we have Developer Mode enabled.
226 // |expected_errors| errors. Populate |extension| with a pointer to the loade
286 const ErrorConsole::ErrorList& errors = local
365 const ErrorConsole::ErrorList& errors = local
423 const ErrorConsole::ErrorList& errors = local
463 const ErrorConsole::ErrorList& errors = local
502 const ErrorConsole::ErrorList& errors = local
    [all...]
  /development/testrunner/test_defs/
test_defs.py 25 import errors namespace
59 raise errors.ParseError
62 raise errors.ParseError
63 except errors.ParseError, e:
87 raise errors.ParseError(msg=error_msg)
  /external/chromium_org/chrome/common/extensions/manifest_tests/
extension_manifests_platformapp_unittest.cc 20 namespace errors = manifest_errors;
40 errors::kBackgroundRequiredForPlatformApps),
43 errors::kInvalidManifestVersionOld, "2", "apps")),
100 errors::kInsecureContentSecurityPolicy);
136 errors::kExperimentalFlagRequired);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
python.py 70 errors = self._parse_pylint_output(output)
71 for line_number, category, message in errors:
85 '--errors-only',
105 errors = []
121 errors.append((line_number, category, message))
122 return errors
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/tests/
__init__.py 35 succ = self.testsRun - (len(self.errors) + len(self.failures))
39 self.printErrorList('ERROR', self.errors)
42 def printErrorList(self, flavour, errors):
43 for test, err in errors:
57 return bool(result.failures + result.errors)

Completed in 663 milliseconds

<<11121314151617181920>>