/external/chromium_org/chrome/common/extensions/api/input_ime/ |
input_components_handler.cc | 21 namespace errors = manifest_errors; 54 *error = ASCIIToUTF16(errors::kInvalidInputComponents); 72 *error = ASCIIToUTF16(errors::kInvalidInputComponents); 79 errors::kInvalidInputComponentName, 91 errors::kInvalidInputComponentType, 97 errors::kInvalidInputComponentType, 110 errors::kInvalidInputComponentDescription, 142 errors::kInvalidInputComponentLayoutName, 155 errors::kInvalidInputComponentShortcutKey, 163 errors::kInvalidInputComponentShortcutKeycode [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/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/chrome/common/extensions/ |
manifest_url_handler.cc | 34 namespace errors = manifest_errors; 123 *error = ASCIIToUTF16(errors::kInvalidDevToolsPage); 148 *error = ErrorUtils::FormatErrorMessageUTF16(errors::kInvalidHomepageURL, 156 errors::kInvalidHomepageURL, homepage_url_str); 178 *error = ErrorUtils::FormatErrorMessageUTF16(errors::kInvalidUpdateURL, 187 errors::kInvalidUpdateURL, tmp_update_url); 209 *error = ASCIIToUTF16(errors::kInvalidOptionsPage); 218 *error = ASCIIToUTF16(errors::kInvalidOptionsPageInHostedApp); 225 *error = ASCIIToUTF16(errors::kInvalidOptionsPageExpectUrlInPackage); 230 *error = ASCIIToUTF16(errors::kInvalidOptionsPage) [all...] |
mime_types_handler.cc | 22 namespace errors = extensions::manifest_errors; 93 *error = ASCIIToUTF16(errors::kInvalidMimeTypesHandler); 102 *error = ASCIIToUTF16(errors::kInvalidMIMETypes);
|
/external/chromium_org/chrome/common/extensions/api/extension_action/ |
action_info.cc | 18 namespace errors = manifest_errors; 72 *error = ASCIIToUTF16(errors::kInvalidPageActionIconPath); 81 *error = ASCIIToUTF16(errors::kInvalidPageActionId); 109 *error = ASCIIToUTF16(errors::kInvalidPageActionIconPath); 119 *error = ASCIIToUTF16(errors::kInvalidPageActionDefaultTitle); 124 *error = ASCIIToUTF16(errors::kInvalidPageActionName); 138 errors::kInvalidPageActionOldAndNewKeys, 156 errors::kInvalidPageActionPopupPath, "<missing>"); 160 *error = ASCIIToUTF16(errors::kInvalidPageActionPopup); 170 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...] |
/external/chromium_org/chrome/common/extensions/manifest_handlers/ |
app_launch_info.cc | 22 namespace errors = manifest_errors; 35 errors::kInvalidLaunchValueContainer, 42 errors::kInvalidLaunchValue, 121 *error = ASCIIToUTF16(errors::kLaunchPathAndURLAreExclusive); 126 *error = ASCIIToUTF16(errors::kLaunchPathAndExtentAreExclusive); 133 errors::kInvalidLaunchValue, 142 errors::kInvalidLaunchValue, 152 errors::kInvalidLaunchValue, 162 errors::kInvalidLaunchValue, 169 *error = ASCIIToUTF16(errors::kLaunchURLRequired) [all...] |
/external/chromium_org/tools/checkperms/ |
checkperms.py | 347 errors = [] 354 errors.append(error) 356 return errors 381 errors = [] 391 errors.extend(self.check_dir(rel_path)) 395 errors.append(error) 396 return errors 517 errors = check_files(options.root, options.files, options.bare) 518 print '\n'.join(errors) 519 return bool(errors) [all...] |
/external/chromium/chrome/browser/sync/engine/ |
all_status.cc | 50 status.conflicting_count += snapshot->errors.num_conflicting_commits; 60 const sessions::ErrorCounters& errors(snapshot->errors); 61 if (errors.consecutive_errors > status.max_consecutive_errors) 62 status.max_consecutive_errors = errors.consecutive_errors; 65 if (errors.consecutive_transient_error_commits > 100)
|
/external/chromium-trace/trace-viewer/third_party/web_dev_style/web_dev_style/ |
css_checker.py | 52 errors = [] 58 errors.append(' %s;\n' % (';\n '.join(rules))) 59 return errors 104 errors = [] 106 errors.append(' ' + b.group(1).strip().splitlines()[-1:][0]) 107 return errors 131 errors = [] 135 errors.append(' ' + first_line) 136 return errors
|
/external/chromium_org/extensions/common/permissions/ |
api_permission_set.cc | 17 namespace errors = manifest_errors; 39 errors::kPermissionNotAllowedInManifest, permission_str); 47 errors::kInvalidPermission, permission_info->name()); 76 errors::kInvalidPermission, base_name); 91 errors::kInvalidPermission, 138 errors::kInvalidPermission, base::IntToString(i));
|
/external/chromium_org/tools/check_ecs_deps/ |
check_ecs_deps.py | 80 def stdmsg(_final, errors): 81 if errors: 82 for message in errors: 85 def bbmsg(final, errors): 86 if errors: 87 for message in errors:
|
/external/chromium_org/v8/test/mjsunit/ |
error-constructors.js | 69 // compiler errors. This is not specified, but allowing interception 72 var errors = [SyntaxError, ReferenceError, TypeError]; variable 73 for (var i in errors) { 74 var name = errors[i].prototype.toString(); 78 errors[i].prototype.__defineGetter__(props[j], fail); 81 var e = new errors[i]; 88 // Monkey-patching non-static errors should still be observable. 91 var errors = [Error, RangeError, EvalError, URIError, MyError]; variable 92 for (var i in errors) { 93 errors[i].prototype.__defineGetter__("name", function() { return "my"; }) [all...] |
/external/linux-tools-perf/scripts/perl/ |
rw-by-pid.pl | 36 $reads{$common_pid}{errors}{$ret}++; 58 $writes{$common_pid}{errors}{$ret}++; 95 printf("%6s %20s %6s %10s\n", "pid", "comm", "error #", "# errors"); 102 foreach my $error (keys %{$reads{$pid}{errors}}) { 104 my $errcount = $reads{$pid}{errors}{$error} || 0; 135 printf("%6s %20s %6s %10s\n", "pid", "comm", "error #", "# errors"); 142 foreach my $error (keys %{$writes{$pid}{errors}}) { 144 my $errcount = $writes{$pid}{errors}{$error} || 0;
|
/external/openssh/ |
entropy.c | 76 int fd, addr_len, rval, errors; local 109 errors = 0; 134 if (errno == EPIPE && errors < 10) { 136 errors++; 145 if (errno == EPIPE && errors < 10) { 147 errors++;
|
/external/valgrind/main/memcheck/tests/ |
addressable.stderr.exp | 9 For counts of detected and suppressed errors, rerun with: -v 10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) 38 For counts of detected and suppressed errors, rerun with: -v 39 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) 47 For counts of detected and suppressed errors, rerun with: -v 48 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) 61 For counts of detected and suppressed errors, rerun with: -v 62 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) 80 For counts of detected and suppressed errors, rerun with: -v 82 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0 [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/ |
hp_roman8.py | 16 def encode(self,input,errors='strict'): 17 return codecs.charmap_encode(input,errors,encoding_map) 19 def decode(self,input,errors='strict'): 20 return codecs.charmap_decode(input,errors,decoding_map) 24 return codecs.charmap_encode(input,self.errors,encoding_map)[0] 28 return codecs.charmap_decode(input,self.errors,decoding_map)[0]
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/ |
hp_roman8.py | 16 def encode(self,input,errors='strict'): 17 return codecs.charmap_encode(input,errors,encoding_map) 19 def decode(self,input,errors='strict'): 20 return codecs.charmap_decode(input,errors,decoding_map) 24 return codecs.charmap_encode(input,self.errors,encoding_map)[0] 28 return codecs.charmap_decode(input,self.errors,decoding_map)[0]
|
/external/chromium_org/chrome/browser/policy/ |
url_blacklist_policy_handler.cc | 23 PolicyErrorMap* errors) { 29 errors->AddError(key::kDisabledSchemes, 35 errors->AddError(key::kURLBlacklist,
|
/external/chromium_org/testing/gtest/test/ |
gtest_xml_output_unittest.py | 60 <testsuites tests="23" failures="4" disabled="2" errors="0" time="*" timestamp="*" name="AllTests"> 61 <testsuite name="SuccessfulTest" tests="1" failures="0" disabled="0" errors="0" time="*"> 64 <testsuite name="FailedTest" tests="1" failures="1" disabled="0" errors="0" time="*"> 71 <testsuite name="MixedResultTest" tests="3" failures="1" disabled="1" errors="0" time="*"> 83 <testsuite name="XmlQuotingTest" tests="1" failures="1" disabled="0" errors="0" time="*"> 90 <testsuite name="InvalidCharactersTest" tests="1" failures="1" disabled="0" errors="0" time="*"> 97 <testsuite name="DisabledTest" tests="1" failures="0" disabled="1" errors="0" time="*"> 100 <testsuite name="PropertyRecordingTest" tests="4" failures="0" disabled="0" errors="0" time="*"> 106 <testsuite name="NoFixtureTest" tests="3" failures="0" disabled="0" errors="0" time="*"> 111 <testsuite name="Single/ValueParamTest" tests="4" failures="0" disabled="0" errors="0" time="*" [all...] |
/external/junit/src/org/junit/runners/ |
ParentRunner.java | 105 * Adds to {@code errors} a throwable for each problem noted with the test class (available from {@link #getTestClass()}). 110 protected void collectInitializationErrors(List<Throwable> errors) { 111 validatePublicVoidNoArgMethods(BeforeClass.class, true, errors); 112 validatePublicVoidNoArgMethods(AfterClass.class, true, errors); 113 validateClassRules(errors); 117 * Adds to {@code errors} if any method in this class is annotated with 127 boolean isStatic, List<Throwable> errors) { 131 eachTestMethod.validatePublicVoidNoArg(isStatic, errors); 134 private void validateClassRules(List<Throwable> errors) { 135 CLASS_RULE_VALIDATOR.validate(getTestClass(), errors); local [all...] |
/ndk/sources/third_party/googletest/googletest/test/ |
gtest_xml_output_unittest.py | 60 <testsuites tests="23" failures="4" disabled="2" errors="0" time="*" timestamp="*" name="AllTests" ad_hoc_property="42"> 61 <testsuite name="SuccessfulTest" tests="1" failures="0" disabled="0" errors="0" time="*"> 64 <testsuite name="FailedTest" tests="1" failures="1" disabled="0" errors="0" time="*"> 71 <testsuite name="MixedResultTest" tests="3" failures="1" disabled="1" errors="0" time="*"> 83 <testsuite name="XmlQuotingTest" tests="1" failures="1" disabled="0" errors="0" time="*"> 90 <testsuite name="InvalidCharactersTest" tests="1" failures="1" disabled="0" errors="0" time="*"> 97 <testsuite name="DisabledTest" tests="1" failures="0" disabled="1" errors="0" time="*"> 100 <testsuite name="PropertyRecordingTest" tests="4" failures="0" disabled="0" errors="0" time="*" SetUpTestCase="yes" TearDownTestCase="aye"> 106 <testsuite name="NoFixtureTest" tests="3" failures="0" disabled="0" errors="0" time="*"> 111 <testsuite name="Single/ValueParamTest" tests="4" failures="0" disabled="0" errors="0" time="*" [all...] |