HomeSort by relevance Sort by last modified time
    Searched refs:errors (Results 351 - 375 of 1660) sorted by null

<<11121314151617181920>>

  /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/libunwind/tests/
Gtest-init.cxx 36 int verbose, errors; variable
39 { ++errors; fprintf (stderr, args); return; }
91 if (errors)
  /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/extensions/common/manifest_handlers/
background_info.cc 31 namespace errors = manifest_errors;
128 *error = ASCIIToUTF16(errors::kInvalidBackgroundCombination);
144 *error = ASCIIToUTF16(errors::kServiceWorkerRequiresFlag);
150 *error = ASCIIToUTF16(errors::kInvalidServiceWorkerScript);
165 *error = ASCIIToUTF16(errors::kInvalidBackgroundScripts);
175 errors::kInvalidBackgroundScript, base::IntToString(i));
193 *error = ASCIIToUTF16(errors::kInvalidBackground);
202 *error = ASCIIToUTF16(errors::kBackgroundPermissionNeeded);
207 *error = ASCIIToUTF16(errors::kInvalidBackgroundInHostedApp);
215 *error = ASCIIToUTF16(errors::kInvalidBackgroundInHostedApp)
    [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 19 namespace errors = manifest_errors;
39 errors::kBackgroundRequiredForPlatformApps),
42 errors::kInvalidManifestVersionOld, "2", "apps")),
99 errors::kInsecureContentSecurityPolicy);
135 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)
  /external/chromium_org/tools/checklicenses/
checklicenses.py 421 errors = []
451 errors.append({'filename': filename, 'license': license})
455 json.dump(errors, f)
457 if errors:
458 for error in errors:
  /external/chromium_org/components/policy/core/browser/
configuration_policy_handler.h 45 // ConfigurationPolicyHandler can be applied. Fills |errors| with error
46 // messages or warnings. |errors| may contain error messages even when
49 PolicyErrorMap* errors) = 0;
85 PolicyErrorMap* errors) OVERRIDE;
92 PolicyErrorMap* errors,
118 PolicyErrorMap* errors) OVERRIDE;
128 PolicyErrorMap* errors);
189 PolicyErrorMap* errors) OVERRIDE;
195 // returns false on errors.
198 PolicyErrorMap* errors);
    [all...]
  /external/junit/src/org/junit/experimental/theories/
Theories.java 29 protected void collectInitializationErrors(List<Throwable> errors) {
30 super.collectInitializationErrors(errors);
31 validateDataPointFields(errors);
34 private void validateDataPointFields(List<Throwable> errors) {
39 errors.add(new Error("DataPoint field " + each.getName() + " must be static"));
43 protected void validateConstructor(List<Throwable> errors) {
44 validateOnlyOneConstructor(errors);
48 protected void validateTestMethods(List<Throwable> errors) {
51 each.validatePublicVoid(false, errors);
53 each.validatePublicVoidNoArg(false, errors);
    [all...]
  /external/libsepol/src/
genbools.c 75 int errors = 0, changes = 0; local
94 errors++;
99 errors++;
124 errors++;
131 errors++;
143 if (errors)
146 return errors ? -1 : 0;
214 int rc, i, errors = 0; local
227 errors++;
233 errors++
    [all...]
  /external/chromium_org/components/sync_driver/
failed_data_types_handler.cc 15 const FailedDataTypesHandler::TypeErrorMap& errors) {
17 for (FailedDataTypesHandler::TypeErrorMap::const_iterator it = errors.begin();
18 it != errors.end(); ++it) {
33 bool FailedDataTypesHandler::UpdateFailedDataTypes(const TypeErrorMap& errors) {
34 if (errors.empty())
37 for (TypeErrorMap::const_iterator iter = errors.begin(); iter != errors.end();
133 // Note: persistence errors are not failed types. They just trigger automatic
  /external/chromium_org/extensions/common/permissions/
api_permission_set.cc 17 namespace errors = manifest_errors;
39 errors::kPermissionNotAllowedInManifest, permission_str);
50 errors::kInvalidPermission,
54 errors::kInvalidPermissionWithDetail,
86 errors::kInvalidPermission, base_name);
101 errors::kInvalidPermission,
149 errors::kInvalidPermission, base::IntToString(i));
  /external/protobuf/gtest/test/
gtest_xml_output_unittest.py 57 <testsuites tests="15" 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="*">
112 <testsuites tests="0" failures="0" disabled="0" errors="0" time="*" name="AllTests"
    [all...]
  /external/chromium_org/testing/gtest/test/
gtest_xml_output_unittest.py 61 <testsuites tests="23" failures="4" disabled="2" errors="0" time="*" timestamp="*" name="AllTests" ad_hoc_property="42">
62 <testsuite name="SuccessfulTest" tests="1" failures="0" disabled="0" errors="0" time="*">
65 <testsuite name="FailedTest" tests="1" failures="1" disabled="0" errors="0" time="*">
72 <testsuite name="MixedResultTest" tests="3" failures="1" disabled="1" errors="0" time="*">
84 <testsuite name="XmlQuotingTest" tests="1" failures="1" disabled="0" errors="0" time="*">
91 <testsuite name="InvalidCharactersTest" tests="1" failures="1" disabled="0" errors="0" time="*">
98 <testsuite name="DisabledTest" tests="1" failures="0" disabled="1" errors="0" time="*">
101 <testsuite name="PropertyRecordingTest" tests="4" failures="0" disabled="0" errors="0" time="*" SetUpTestCase="yes" TearDownTestCase="aye">
107 <testsuite name="NoFixtureTest" tests="3" failures="0" disabled="0" errors="0" time="*">
112 <testsuite name="Single/ValueParamTest" tests="4" failures="0" disabled="0" errors="0" time="*"
    [all...]
  /external/gtest/test/
gtest_xml_output_unittest.py 61 <testsuites tests="23" failures="4" disabled="2" errors="0" time="*" timestamp="*" name="AllTests" ad_hoc_property="42">
62 <testsuite name="SuccessfulTest" tests="1" failures="0" disabled="0" errors="0" time="*">
65 <testsuite name="FailedTest" tests="1" failures="1" disabled="0" errors="0" time="*">
72 <testsuite name="MixedResultTest" tests="3" failures="1" disabled="1" errors="0" time="*">
84 <testsuite name="XmlQuotingTest" tests="1" failures="1" disabled="0" errors="0" time="*">
91 <testsuite name="InvalidCharactersTest" tests="1" failures="1" disabled="0" errors="0" time="*">
98 <testsuite name="DisabledTest" tests="1" failures="0" disabled="1" errors="0" time="*">
101 <testsuite name="PropertyRecordingTest" tests="4" failures="0" disabled="0" errors="0" time="*" SetUpTestCase="yes" TearDownTestCase="aye">
107 <testsuite name="NoFixtureTest" tests="3" failures="0" disabled="0" errors="0" time="*">
112 <testsuite name="Single/ValueParamTest" tests="4" failures="0" disabled="0" errors="0" time="*"
    [all...]
  /external/chromium_org/chrome/common/extensions/api/extension_action/
action_info.cc 18 namespace errors = manifest_errors;
71 *error = base::ASCIIToUTF16(errors::kInvalidPageActionIconPath);
80 *error = base::ASCIIToUTF16(errors::kInvalidPageActionId);
108 *error = base::ASCIIToUTF16(errors::kInvalidPageActionIconPath);
118 *error = base::ASCIIToUTF16(errors::kInvalidPageActionDefaultTitle);
123 *error = base::ASCIIToUTF16(errors::kInvalidPageActionName);
137 errors::kInvalidPageActionOldAndNewKeys,
155 errors::kInvalidPageActionPopupPath, "<missing>");
159 *error = base::ASCIIToUTF16(errors::kInvalidPageActionPopup);
169 errors::kInvalidPageActionPopupPath, url_str)
    [all...]
  /external/chromium_org/third_party/WebKit/
PRESUBMIT.py 19 errors = []
22 errors.append(' %s:%d %s' % (f.LocalPath(), line_num, line))
23 return errors
28 errors = []
30 errors.extend(_CheckForVersionControlConflictsInFile(input_api, f))
33 if errors:
35 'Version control conflict markers found, please resolve.', errors))
41 errors = []
63 errors.append(output_api.PresubmitError(
66 return errors
    [all...]
  /external/protobuf/src/google/protobuf/
message_unittest.cc 182 vector<string> errors; local
187 errors = log.GetMessages(ERROR);
190 ASSERT_EQ(1, errors.size());
193 errors[0]);
236 vector<string> errors; local
237 message.FindInitializationErrors(&errors);
238 ASSERT_EQ(3, errors.size());
239 EXPECT_EQ("a", errors[0]);
240 EXPECT_EQ("b", errors[1]);
241 EXPECT_EQ("c", errors[2])
    [all...]

Completed in 6869 milliseconds

<<11121314151617181920>>