HomeSort by relevance Sort by last modified time
    Searched refs:errors (Results 301 - 325 of 566) sorted by null

<<11121314151617181920>>

  /external/webkit/LayoutTests/dom/xhtml/level3/core/
documentnormalizedocument07.js 112 var errors = new Array();
146 errors = errorMonitor.allErrors;
147 for(var indexN100E0 = 0;indexN100E0 < errors.length; indexN100E0++) {
148 error = errors[indexN100E0];
documentnormalizedocument13.js 100 var errors = new Array();
132 errors = errorMonitor.allErrors;
133 for(var indexN100B6 = 0;indexN100B6 < errors.length; indexN100B6++) {
134 error = errors[indexN100B6];
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
watch.js 1 description("Tests that watchPosition correctly reports position updates and errors from the Geolocation service.");
  /external/webkit/LayoutTests/fast/encoding/resources/
invalid-xml.js 3 // this only tests one of a large number of conditions that should cause fatal errors
  /external/wpa_supplicant_6/wpa_supplicant/tests/
test_sha1.c 127 int errors = 0; local
136 errors++;
144 errors++;
152 errors++;
163 errors++;
171 errors++;
180 errors++;
183 return errors;
  /libcore/luni/src/test/java/libcore/java/io/
OldFileWriterTest.java 103 int errors = 0; local
111 assertEquals(0, errors);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/build/
AaptParserTest.java 35 // Test the "at 'property' with value 'value' range matching included with most aapt errors
166 List<String> errors = Collections.singletonList(originalError); local
177 AaptParser.parseOutput(errors, project);
  /external/chromium/chrome/browser/
page_info_model.cc 48 // Some of what IsCertStatusError classifies as errors we want to show as
133 // HTTP or HTTPS with errors (not warnings).
140 std::vector<SSLErrorInfo> errors; local
142 url, &errors);
143 for (size_t i = 0; i < errors.size(); ++i) {
145 description += errors[i].short_description();
  /external/chromium/chrome/browser/sync/sessions/
session_state.cc 108 const ErrorCounters& errors,
121 errors(errors),
144 value->Set("errors", errors.ToValue());
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_error_handler.js 7 * flag proxy errors in a visual way for the extension's user.
16 * non-fatal errors, red for fatal).
  /external/chromium/chrome/common/extensions/
extension_l10n_util.cc 26 namespace errors = extension_manifest_errors;
46 *error = errors::kInvalidDefaultLocale;
86 *error = errors::kInvalidName;
121 *error = errors::kInvalidFileBrowserHandler;
  /external/chromium/chrome/common/
libxml_utils.h 20 // libxml uses a global error function pointer for reporting errors.
93 // Returns the errors reported by libxml, if any.
94 // (libxml normally just dumps these errors to stderr.)
95 const std::string& errors() const { return errors_; } function in class:XmlReader
98 // A callback for libxml to report errors.
108 // to report errors into |errors_| for the lifetime of this object.
160 // Returns false on errors.
  /external/dbus/dbus/
dbus-auth.h 27 #include <dbus/dbus-errors.h>
dbus-credentials.h 27 #include <dbus/dbus-errors.h>
dbus-server.h 30 #include <dbus/dbus-errors.h>
  /external/e2fsprogs/lib/e2p/
e2p.h 33 void print_fs_errors (FILE * f, unsigned short errors);
  /external/qemu/proxy/
proxy_int.h 40 fd_set* errors; member in struct:__anon10137
  /external/wpa_supplicant_8/src/drivers/
driver_wext.h 54 int errors; member in struct:wpa_driver_wext_data
  /external/chromium/chrome/browser/ssl/
ssl_error_info.cc 236 std::vector<SSLErrorInfo>* errors) {
269 if (errors)
270 errors->push_back(SSLErrorInfo::CreateError(kErrorTypes[i], cert, url));
  /external/doclava/src/com/google/doclava/
Errors.java 22 public class Errors {
85 public static void printErrors(Set<ErrorMessage> errors) {
86 for (ErrorMessage m : errors) {
91 for (ErrorMessage m : errors) {
124 // Errors for API verification
151 // Errors in javadoc generation
171 public static final Error[] ERRORS =
183 for (Error e : ERRORS) {
PackageInfo.java 136 ClassInfo.makeLinkListHDF(data, base + ".errors", errors());
171 public ClassInfo[] errors() { method in class:PackageInfo
173 mErrors = ClassInfo.sortByName(filterHidden(Converter.convertClasses(mPackage.errors())));
278 Errors.error(Errors.REMOVED_CLASS, cInfo.position(), "Removed public class "
285 Errors.error(Errors.ADDED_CLASS, cInfo.position(), "Added class " + cInfo.name()
  /external/protobuf/src/google/protobuf/stubs/
strutil.cc 240 // The second call stores its errors in a supplied string vector.
241 // If the string vector pointer is NULL, it reports the errors with LOG().
257 // Protocol buffers doesn't ever care about errors, but I don't want to remove
266 vector<string> *errors) {
267 GOOGLE_DCHECK(errors == NULL) << "Error reporting not implemented.";
282 LOG_STRING(ERROR, errors) << "String cannot end with \\";
309 LOG_STRING(ERROR, errors) << "String cannot end with \\x";
311 LOG_STRING(ERROR, errors) <<
321 LOG_STRING(ERROR, errors) << "Value of " <<
335 LOG_STRING(ERROR, errors)
    [all...]
  /external/valgrind/main/none/tests/
cmdline2.stdout.exp 22 user options for Valgrind tools that report errors:
30 --error-limit=no|yes stop showing new errors if too many? [yes]
31 --error-exitcode=<number> exit code to return if errors found [0=disable]
33 --suppressions=<filename> suppress errors described in <filename>
34 --gen-suppressions=no|yes|all print suppressions for errors? [no]
35 --db-attach=no|yes start debugger when errors detected? [no]
114 debugging options for Valgrind tools that report errors
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/
TestSuiteBuilderTest.java 179 private Set<String> errors = new HashSet<String>();
183 errors.add(testName(test));
206 return errors.contains(testName);
  /external/wpa_supplicant/
config.c 386 int val = 0, last, errors = 0; local
412 errors++;
424 errors++;
429 return errors ? -1 : 0;
468 int val = 0, last, errors = 0; local
499 errors++;
511 errors++;
516 return errors ? -1 : 0;
760 int val = 0, last, errors = 0; local
787 errors++
858 int last, errors = 0; local
    [all...]

Completed in 1388 milliseconds

<<11121314151617181920>>