HomeSort by relevance Sort by last modified time
    Searched refs:errors (Results 376 - 400 of 1521) sorted by null

<<11121314151617181920>>

  /external/chromium/chrome/browser/diagnostics/
sqlite_diagnostics.cc 47 int errors = 0; local
70 ++errors;
74 if (errors != 0) {
76 str += base::IntToString16(errors) + ASCIIToUTF16(" errors");
  /external/chromium/chrome/common/extensions/
update_manifest.h 65 // errors().
69 const std::string& errors() { return errors_; } function in class:UpdateManifest
  /external/chromium_org/chrome/browser/sync/glue/
failed_data_types_handler.h 24 bool UpdateFailedDataTypes(const TypeErrorMap& errors);
26 // Resets the current set of data type errors.
29 // Resets the set of types with cryptographer errors.
32 // Resets those persistence errors that intersect with |purged_types|.
35 // Returns a list of all the errors this class has recorded.
38 // Returns all types with errors.
41 // Returns the types that are failing due to startup or runtime errors.
44 // Returns the types that are failing due to cryptographer errors.
47 // Returns the types that are failing due to persistence errors.
51 // Returns true if there are any types with errors
    [all...]
  /external/chromium_org/chrome/common/extensions/api/i18n/
default_locale_handler.cc 24 namespace errors = manifest_errors;
70 *error = errors::kLocalesTreeMissing;
92 "%s %s", errors::kLocalesMessagesFileMissing,
103 *error = errors::kLocalesNoDefaultMessages;
  /external/chromium_org/chrome/common/extensions/docs/server2/
fake_url_fetcher.py 71 errors = []
78 errors.append('%s: expected %s got %s' % (desc, expected, actual))
80 return (len(errors) == 0, ', '.join(errors))
128 errors = []
135 errors.append('%s: expected %s got %s' % (desc, expected, actual))
137 return (len(errors) == 0, ', '.join(errors))
  /external/chromium_org/chrome/common/extensions/manifest_tests/
extension_manifests_background_unittest.cc 20 namespace errors = manifest_errors;
28 errors::kBackgroundPermissionNeeded);
53 errors::kInvalidBackgroundCombination);
108 errors::kWebRequestConflictsWithLazyBackground);
  /external/chromium_org/media/audio/
simple_sources.h 39 int errors() { return errors_; } function in class:media::SineWaveAudioSource
  /external/chromium_org/third_party/leveldatabase/src/db/
filename_test.cc 46 // Errors
47 static const char* errors[] = { local
71 for (int i = 0; i < sizeof(errors) / sizeof(errors[0]); i++) {
72 std::string f = errors[i];
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
reflection_ops.h 70 vector<string>* errors);
  /external/chromium_org/tools/telemetry/telemetry/page/
gtest_test_results.py 23 return len(self.errors) + len(self.failures)
74 if self.errors or self.failures:
75 all_errors = self.errors[:]
85 count = len(self.errors) + len(self.failures)
  /external/chromium_org/v8/tools/
android-run.py 44 def Check(output, errors):
62 errors = file(errname).read()
66 sys.stderr.write(errors)
67 return exit_code or Check(output, errors)
  /external/stressapptest/src/
main.cc 48 } else if (sat->errors() != 0) {
  /external/valgrind/main/gdbserver_tests/
mcsignopass.stderr.exp 21 For counts of detected and suppressed errors, rerun with: -v
22 ERROR SUMMARY: 11 errors from 1 contexts (suppressed: 0 from 0)
mcsigpass.stderr.exp 21 For counts of detected and suppressed errors, rerun with: -v
22 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
mcwatchpoints.stderr.exp 26 For counts of detected and suppressed errors, rerun with: -v
27 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
  /external/valgrind/main/memcheck/tests/
partiallydefinedeq.stderr.exp 17 For counts of detected and suppressed errors, rerun with: -v
19 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_util.py 6 from distutils.errors import DistutilsPlatformError, DistutilsByteCompileError
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_util.py 6 from distutils.errors import DistutilsPlatformError, DistutilsByteCompileError
  /external/chromium_org/tools/site_compare/commands/
maskmaker.py 83 ["--er", "--errors"],
102 __slots__ = ['url', 'consecutive_successes', 'errors']
106 self.errors = 0
124 errors = command["--errors"]
135 # a successful mask or too many errors, or we've exceeded the giveup limit
187 url.errors += 1
188 if url.errors >= errors:
244 [url for url in url_list if url.errors >= errors]
    [all...]
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
javascriptlintrules.py 31 from closure_linter import errors namespace
47 """JavaScript lint rules that catch JavaScript specific style errors."""
58 """Handle errors associated with a parameter missing a param tag."""
59 self._HandleError(errors.MISSING_PARAMETER_DOCUMENTATION,
79 """Checks a token, given the current parser_state, for warnings and errors.
140 self._HandleError(errors.JSDOC_MISSING_OPTIONAL_PREFIX,
146 self._HandleError(errors.JSDOC_MISSING_OPTIONAL_TYPE,
157 self._HandleError(errors.MISSING_JSDOC_TAG_TYPE,
163 errors.OUT_OF_ORDER_JSDOC_TAG_TYPE,
176 errors.UNNECESSARY_DOUBLE_QUOTED_STRING
    [all...]
full_test.py 35 from closure_linter import errors namespace
110 checker.GJsLintRunner(), errors.ByName))
  /external/chromium_org/third_party/closure_linter/closure_linter/
javascriptlintrules.py 31 from closure_linter import errors namespace
47 """JavaScript lint rules that catch JavaScript specific style errors."""
58 """Handle errors associated with a parameter missing a param tag."""
59 self._HandleError(errors.MISSING_PARAMETER_DOCUMENTATION,
79 """Checks a token, given the current parser_state, for warnings and errors.
140 self._HandleError(errors.JSDOC_MISSING_OPTIONAL_PREFIX,
146 self._HandleError(errors.JSDOC_MISSING_OPTIONAL_TYPE,
157 self._HandleError(errors.MISSING_JSDOC_TAG_TYPE,
163 errors.OUT_OF_ORDER_JSDOC_TAG_TYPE,
176 errors.UNNECESSARY_DOUBLE_QUOTED_STRING
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config_winreg.c 53 int errors = 0; local
98 errors++;
105 errors++;
116 return errors ? -1 : 0;
204 int errors = 0; local
227 errors++;
236 errors++;
249 errors++;
255 errors++;
279 return errors ? -1 : 0
290 int errors = 0; local
376 int errors = 0; local
441 int errors = 0; local
633 int i, errors = 0; local
830 int i, errors = 0; local
980 int errors = 0; local
    [all...]
  /development/testrunner/
adb_interface.py 29 import errors namespace
239 raise errors.InstrumentationError("no test results... device setup "
247 raise errors.InstrumentationError(short_msg_result)
251 raise errors.DeviceUnresponsiveError
335 except errors.WaitForResponseTimedOutError:
336 raise errors.WaitForResponseTimedOutError(
346 except errors.AbortError:
411 except errors.AbortError, e:
421 raise errors.WaitForResponseTimedOutError()
449 raise errors.WaitForResponseTimedOutError
    [all...]
  /external/chromium_org/third_party/android_testrunner/
adb_interface.py 29 import errors namespace
233 raise errors.InstrumentationError("no test results... device setup "
241 raise errors.InstrumentationError(long_msg_result)
245 raise errors.DeviceUnresponsiveError
327 except errors.WaitForResponseTimedOutError:
328 raise errors.WaitForResponseTimedOutError(
348 except errors.WaitForResponseTimedOutError :
416 except errors.AbortError, e:
426 raise errors.WaitForResponseTimedOutError()
454 raise errors.WaitForResponseTimedOutError
    [all...]

Completed in 1077 milliseconds

<<11121314151617181920>>