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

<<11121314151617181920>>

  /external/chromium_org/ui/android/java/src/org/chromium/ui/base/
WindowAndroid.java 30 // A string used as a key to store intent errors in a bundle
162 Object errors = bundle.getSerializable(WINDOW_CALLBACK_ERRORS);
163 if (errors instanceof HashMap) {
165 HashMap<Integer, String> intentErrors = (HashMap<Integer, String>) errors;
  /external/icu4c/i18n/
regexcst.pl 192 $errors++;
196 $errors++;
200 die if ($errors>0);
  /external/mesa3d/src/glsl/glcpp/
pp.c 156 int errors; local
172 errors = parser->error;
174 return errors;
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/
InstrumentationTestSuiteBuilderTest.java 77 private Set<String> errors = new HashSet<String>(); field in class:InstrumentationTestSuiteBuilderTest.SuiteExecutionRecorder
81 errors.add(testName(test));
104 return errors.contains(testName);
UnitTestSuiteBuilderTest.java 70 private Set<String> errors = new HashSet<String>(); field in class:UnitTestSuiteBuilderTest.SuiteExecutionRecorder
74 errors.add(testName(test));
97 return errors.contains(testName);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
wire_format_unittest.cc 858 vector<string> errors; local
862 errors = log.GetMessages(ERROR);
865 ASSERT_EQ(1, errors.size());
866 EXPECT_TRUE(StartsWith(errors[0],
871 ASSERT_EQ(0, errors.size());
880 vector<string> errors; local
884 errors = log.GetMessages(ERROR);
887 ASSERT_EQ(1, errors.size());
888 EXPECT_TRUE(StartsWith(errors[0],
894 ASSERT_EQ(0, errors.size())
901 vector<string> errors; local
915 vector<string> errors; local
929 vector<string> errors; local
943 vector<string> errors; local
961 vector<string> errors; local
    [all...]
  /development/testrunner/
run_command.py 26 import errors namespace
56 except errors.WaitForResponseTimedOutError:
77 errors.WaitForResponseTimedOutError if command did not complete within
79 errors.AbortError is command returned error code and SetAbortOnError is on.
138 raise errors.WaitForResponseTimedOutError
145 raise errors.AbortError(msg=output)
  /external/chromium/chrome/browser/ssl/
ssl_error_info.h 46 // Populates the specified |errors| vector with the errors contained in
47 // |cert_status|. Returns the number of errors found.
48 // Callers only interested in the error count can pass NULL for |errors|.
52 std::vector<SSLErrorInfo>* errors);
  /external/chromium_org/chrome/browser/extensions/api/streams_private/
streams_private_manifest_unittest.cc 16 namespace errors = extensions::manifest_errors;
  /external/chromium_org/chrome/browser/ui/webui/ntp/
ntp_user_data_logger.h 50 // Returns the percent error given |events| occurrences and |errors| errors.
51 virtual size_t GetPercentError(size_t errors, size_t events) const;
63 // Total number of errors that occurred when trying to load thumbnail images
64 // for this NTP session. When these errors occur a grey tile is shown instead
72 // Total number of errors that occurred while trying to load the primary
  /external/chromium_org/chrome/common/extensions/api/extension_action/
script_badge_manifest_unittest.cc 19 namespace errors = manifest_errors;
27 if (install_warnings[i].message != errors::kScriptBadgeRequiresFlag)
102 InstallWarning(errors::kScriptBadgeTitleIgnored,
104 InstallWarning(errors::kScriptBadgeIconIgnored,
  /external/chromium_org/chrome/common/extensions/docs/server2/
mock_file_system.py 110 errors = []
116 errors.append('%s: expected %s got %s' % (desc, expected, actual))
118 return (len(errors) == 0, ', '.join(errors))
  /external/chromium_org/chrome/common/extensions/
update_manifest.h 79 // errors().
83 const std::string& errors() { return errors_; } function in class:UpdateManifest
  /external/chromium_org/ppapi/generators/
idl_ast.py 106 # Track the file node to update errors
145 # tree including versions, types, etc... Errors counts will be collected
173 errors = filenode.GetProperty('ERRORS')
174 if errors:
175 self.errors += errors
  /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/mesa/src/src/gallium/state_trackers/xorg/
Makefile 12 $(shell $(PKG_CONFIG) libkms --silence-errors --cflags-only-I) \
  /external/chromium_org/third_party/opus/src/celt/
opus_custom_demo.c 141 /* This is for simulating bit errors */
143 int errors = 0;
152 errors++;
158 if (errors == 1)
160 else if (errors%2 == 1)
167 /*if (errors && (errors%2==0))*/
  /external/chromium_org/tools/gyp/test/small/
gyptest-small.py 52 if result.failures or result.errors:
  /external/chromium_org/v8/tools/
nacl-run.py 39 def Check(output, errors):
57 errors = file(errname).read()
61 sys.stderr.write(errors)
62 return exit_code or Check(output, errors)
  /external/compiler-rt/make/
options.mk 35 # FIXME: Remove these pipes once ranlib errors are fixed.
41 # FIXME: Remove these pipes once ranlib errors are fixed.
  /external/mesa3d/src/gallium/state_trackers/xorg/
Makefile 12 $(shell $(PKG_CONFIG) libkms --silence-errors --cflags-only-I) \
  /external/valgrind/main/gdbserver_tests/
mssnapshot.stderrB.exp 6 v.info all_errors : show all errors found so far
8 v.info n_errs_found : show the nr of errors found so far
  /external/valgrind/main/memcheck/tests/
badjump.stderr.exp 24 For counts of detected and suppressed errors, rerun with: -v
25 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
noisy_child.stderr.exp 22 For counts of detected and suppressed errors, rerun with: -v
23 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
  /external/valgrind/main/memcheck/tests/darwin/
aio.stderr.exp 21 For counts of detected and suppressed errors, rerun with: -v
23 ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)

Completed in 1408 milliseconds

<<11121314151617181920>>