/external/chromium_org/chrome/browser/signin/ |
signin_ui_util.cc | 41 std::vector<GlobalError*> errors = GetSignedInServiceErrors(profile); local 42 if (errors.empty()) 44 return errors[0]; 48 std::vector<GlobalError*> errors; local 50 // may use these services to show auth and sync errors in the toolbar menu. 52 // Auth errors have the highest priority - after that, individual service 53 // errors. 57 errors.push_back(signin_error); 65 errors.push_back(error); 69 return errors; [all...] |
/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));
|
manifest_permission_set.cc | 21 namespace errors = extensions::manifest_errors; 44 errors::kInvalidPermission, permission_name); 74 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); 115 *error = base::ASCIIToUTF16(errors::kInvalidPageActionIconPath); 125 *error = base::ASCIIToUTF16(errors::kInvalidPageActionDefaultTitle); 130 *error = base::ASCIIToUTF16(errors::kInvalidPageActionName); 144 errors::kInvalidPageActionOldAndNewKeys, 162 errors::kInvalidPageActionPopupPath, "<missing>"); 166 *error = base::ASCIIToUTF16(errors::kInvalidPageActionPopup); 176 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_url_handler.cc | 35 namespace errors = manifest_errors; 132 *error = base::ASCIIToUTF16(errors::kInvalidDevToolsPage); 156 *error = ErrorUtils::FormatErrorMessageUTF16(errors::kInvalidHomepageURL, 164 errors::kInvalidHomepageURL, homepage_url_str); 186 *error = ErrorUtils::FormatErrorMessageUTF16(errors::kInvalidUpdateURL, 195 errors::kInvalidUpdateURL, tmp_update_url); 217 *error = base::ASCIIToUTF16(errors::kInvalidAboutPage); 223 *error = base::ASCIIToUTF16(errors::kInvalidAboutPageExpectRelativePath); 228 *error = base::ASCIIToUTF16(errors::kInvalidAboutPage); 268 *error = base::ASCIIToUTF16(errors::kInvalidChromeURLOverrides) [all...] |
/external/wpa_supplicant_8/src/utils/ |
xml_libxml2.c | 62 struct str_buf errors; local 77 os_memset(&errors, 0, sizeof(errors)); 82 &errors); local 89 &errors); local 97 os_free(errors.buf); 101 *ret_err = errors.buf; 103 os_free(errors.buf); 107 *ret_err = errors.buf; 109 os_free(errors.buf) 123 struct str_buf errors; local [all...] |
/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/chrome/common/extensions/docs/server2/ |
gcs_file_system.py | 7 from third_party.cloudstorage import errors namespace 35 except errors.Error: 48 except errors.Error: 63 except (TypeError, errors.Error): 95 except errors.AuthorizationError: 108 except errors.AuthorizationError:
|
/external/chromium_org/tools/check_ecs_deps/ |
check_ecs_deps.py | 83 def stdmsg(_final, errors): 84 if errors: 85 for message in errors: 88 def bbmsg(final, errors): 89 if errors: 90 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/perf-3.12.0/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/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]
|
/system/core/toolbox/upstream-netbsd/bin/kill/ |
kill.c | 74 int errors; local 148 for (errors = 0; argc; argc--, argv++) { 155 errors = 1; 167 errors = 1; 173 errors = 1; 183 exit(errors);
|
/external/chromium_org/cc/ |
PRESUBMIT.py | 134 errors = [] 140 errors.append(f.LocalPath()) 142 if errors: 146 items=errors)] 154 errors = [] 159 errors.append(f.LocalPath()) 160 if errors: 163 items=errors)] 210 errors = [] 221 errors.append(f.LocalPath() [all...] |
/external/chromium_org/chrome/browser/download/ |
download_dir_policy_handler.cc | 43 policy::PolicyErrorMap* errors) { 45 if (!CheckAndGetValue(policies, errors, &value)) 53 errors->AddError(policy_name(), IDS_POLICY_SCOPE_ERROR);
|
/external/chromium_org/components/policy/core/browser/ |
url_blacklist_policy_handler.cc | 23 PolicyErrorMap* errors) { 29 errors->AddError(key::kDisabledSchemes, 35 errors->AddError(key::kURLBlacklist,
|
/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...] |