/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/ |
full_test.py | 35 from closure_linter import errors namespace 110 checker.GJsLintRunner(), errors.ByName))
|
not_strict_test.py | 19 Tests errors that can be thrown by gjslint when not in strict mode. 32 from closure_linter import errors namespace 70 errors.ByName))
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
configuration_policy_handler_chromeos_unittest.cc | 49 PolicyErrorMap errors; local 50 EXPECT_TRUE(handler->CheckPolicySettings(policy_map, &errors)); 51 EXPECT_TRUE(errors.GetErrors(key::kOpenNetworkConfiguration).empty()); 77 PolicyErrorMap errors; local 78 EXPECT_TRUE(handler->CheckPolicySettings(policy_map, &errors)); 79 EXPECT_TRUE(errors.GetErrors(key::kOpenNetworkConfiguration).empty()); 91 PolicyErrorMap errors; local 92 EXPECT_FALSE(handler->CheckPolicySettings(policy_map, &errors)); 93 EXPECT_FALSE(errors.GetErrors(key::kOpenNetworkConfiguration).empty()); 106 PolicyErrorMap errors; local 134 PolicyErrorMap errors; local 174 PolicyErrorMap errors; local 187 PolicyErrorMap errors; local 200 PolicyErrorMap errors; local 215 PolicyErrorMap errors; local [all...] |
/external/chromium_org/chrome/browser/extensions/error_console/ |
error_console.h | 31 // The ErrorConsole is a central object to which all extension errors are 32 // reported. This includes errors detected in extensions core, as well as 33 // runtime Javascript errors. 60 // Get a collection of weak pointers to all errors relating to the extension 64 // Add or remove observers of the ErrorConsole to be notified of any errors 69 const ErrorMap& errors() { return errors_; } function in class:extensions::ErrorConsole 74 // Remove all errors which happened while incognito; we have to do this once 78 // Remove all errors relating to a particular |extension_id|. 81 // Remove all errors for all extensions. 95 // The errors which we have received so far [all...] |
/external/chromium_org/chrome/browser/media_galleries/ |
media_galleries_test_util.cc | 49 std::string errors; local 53 extensions::Extension::NO_FLAGS, &errors); 54 EXPECT_TRUE(extension.get() != NULL) << errors;
|
/external/chromium_org/chrome/browser/policy/ |
configuration_policy_handler_unittest.cc | 33 PolicyErrorMap errors; local 40 errors.Clear(); 41 EXPECT_TRUE(handler.CheckPolicySettings(policy_map, &errors)); 42 EXPECT_TRUE(errors.empty()); 47 errors.Clear(); 48 EXPECT_TRUE(handler.CheckPolicySettings(policy_map, &errors)); 49 EXPECT_TRUE(errors.empty()); 54 errors.Clear(); 55 EXPECT_TRUE(handler.CheckPolicySettings(policy_map, &errors)); 56 EXPECT_FALSE(errors.empty()) 102 PolicyErrorMap errors; local 153 PolicyErrorMap errors; local 293 PolicyErrorMap errors; local 344 PolicyErrorMap errors; local 488 PolicyErrorMap errors; local 552 PolicyErrorMap errors; local 632 PolicyErrorMap errors; local [all...] |
/external/chromium_org/chrome/browser/signin/ |
signin_ui_util.cc | 31 std::vector<GlobalError*> errors = GetSignedInServiceErrors(profile); local 32 if (errors.empty()) 34 return errors[0]; 38 std::vector<GlobalError*> errors; local 40 // Auth errors have the highest priority - after that, individual service 41 // errors. 44 errors.push_back(signin_error); 54 errors.push_back(error); 57 return errors; 65 // No errors, so just display the signed in user, if any [all...] |
/external/chromium_org/media/audio/ |
simple_sources.h | 39 int errors() { return errors_; } function in class:media::SineWaveAudioSource
|
/external/chromium_org/testing/gtest/src/ |
gtest-typed-test.cc | 60 Message errors; local 66 errors << "Test " << name << " is listed more than once.\n"; 83 errors << "No test named " << name 92 errors << "You forgot to list test " << *it << ".\n"; 96 const std::string& errors_str = errors.GetString();
|
/external/chromium_org/third_party/android_testrunner/ |
run_command.py | 27 import errors namespace 57 except errors.WaitForResponseTimedOutError: 78 errors.WaitForResponseTimedOutError if command did not complete within 80 errors.AbortError is command returned error code and SetAbortOnError is on. 137 raise errors.WaitForResponseTimedOutError 141 raise errors.AbortError(msg=output)
|
/external/chromium_org/third_party/closure_linter/closure_linter/ |
full_test.py | 35 from closure_linter import errors namespace 110 checker.GJsLintRunner(), errors.ByName))
|
not_strict_test.py | 19 Tests errors that can be thrown by gjslint when not in strict mode. 32 from closure_linter import errors namespace 70 errors.ByName))
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
idna.h | 90 * The label might be modified according to the types of errors. 91 * Labels with severe errors will be left in (or turned into) their Unicode form. 113 * The label might be modified according to the types of errors. 136 * The domain name might be modified according to the types of errors. 137 * Labels with severe errors will be left in (or turned into) their Unicode form. 159 * The domain name might be modified according to the types of errors. 260 * Output container for IDNA processing errors. 270 IDNAInfo() : errors(0), labelErrors(0), isTransDiff(FALSE), isBiDi(FALSE), isOkBiDi(TRUE) {} 272 * Were there IDNA processing errors? 273 * @return TRUE if there were processing errors 312 uint32_t errors, labelErrors; member in class:IDNAInfo [all...] |
/external/chromium_org/third_party/leveldatabase/src/db/ |
filename_test.cc | 45 // Errors 46 static const char* errors[] = { local 70 for (int i = 0; i < sizeof(errors) / sizeof(errors[0]); i++) { 71 std::string f = errors[i];
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/ |
fakevideotrackrenderer.h | 55 int errors() const { return fake_renderer_.errors(); } function in class:webrtc::FakeVideoTrackRenderer
|
/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/ |
pp.c | 156 int errors; local 172 errors = parser->error; 174 return errors;
|
/external/chromium_org/third_party/mesa/src/src/gtest/src/ |
gtest-typed-test.cc | 60 Message errors; local 66 errors << "Test " << name << " is listed more than once.\n"; 83 errors << "No test named " << name 92 errors << "You forgot to list test " << *it << ".\n"; 96 const String& errors_str = errors.GetString();
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
reflection_ops_unittest.cc | 358 vector<string> errors; local 359 ReflectionOps::FindInitializationErrors(message, "", &errors); 360 return JoinStrings(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/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/ |
yasm-options.c | 48 int errors = 0, warnings = 0; local 66 errors++; 68 return errors; 88 errors++; 112 errors++; 127 errors++; 152 errors++; 157 return errors;
|
/external/chromium_org/v8/tools/ |
run-valgrind.py | 50 errors = process.stderr.readlines(); variable 54 sys.stderr.writelines(errors) 63 for line in errors: 67 sys.stderr.writelines(errors) 72 sys.stderr.writelines(errors)
|
/external/gtest/src/ |
gtest-typed-test.cc | 60 Message errors; local 66 errors << "Test " << name << " is listed more than once.\n"; 83 errors << "No test named " << name 92 errors << "You forgot to list test " << *it << ".\n"; 96 const String& errors_str = errors.GetString();
|
/external/icu4c/common/unicode/ |
idna.h | 96 * The label might be modified according to the types of errors. 97 * Labels with severe errors will be left in (or turned into) their Unicode form. 119 * The label might be modified according to the types of errors. 142 * The domain name might be modified according to the types of errors. 143 * Labels with severe errors will be left in (or turned into) their Unicode form. 165 * The domain name might be modified according to the types of errors. 262 * Output container for IDNA processing errors. 272 IDNAInfo() : errors(0), labelErrors(0), isTransDiff(FALSE), isBiDi(FALSE), isOkBiDi(TRUE) {} 274 * Were there IDNA processing errors? 275 * @return TRUE if there were processing errors 314 uint32_t errors, labelErrors; member in class:IDNAInfo [all...] |
/external/junit/src/org/junit/internal/runners/statements/ |
RunAfters.java | 28 List<Throwable> errors = new ArrayList<Throwable>(); local 32 errors.add(e); 38 errors.add(e); 41 MultipleFailureException.assertEmpty(errors);
|
/external/libvorbis/test/ |
test.c | 40 int errors = 0 ; local 63 errors ++ ; 73 if (errors)
|