HomeSort by relevance Sort by last modified time
    Searched refs:errors (Results 226 - 250 of 2571) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/guice/core/src/com/google/inject/internal/
MembersInjectorStore.java 43 @Override protected MembersInjectorImpl<?> create(TypeLiteral<?> type, Errors errors)
45 return createWithListeners(type, errors);
67 public <T> MembersInjectorImpl<T> get(TypeLiteral<T> key, Errors errors) throws ErrorsException {
68 return (MembersInjectorImpl<T>) cache.get(key, errors);
87 private <T> MembersInjectorImpl<T> createWithListeners(TypeLiteral<T> type, Errors errors)
89 int numErrorsBefore = errors.size();
95 errors.merge(e.getErrorMessages())
    [all...]
FactoryProxy.java 44 public void notify(final Errors errors) {
46 targetFactory = injector.getInternalFactory(targetKey, errors.withSource(source), JitLimitation.NEW_OR_EXISTING_JIT);
48 errors.merge(e.getErrors());
52 public T get(Errors errors, InternalContext context, Dependency<?> dependency, boolean linked)
56 return targetFactory.get(errors.withSource(targetKey), context, dependency, true);
UntargettedBindingProcessor.java 29 UntargettedBindingProcessor(Errors errors, ProcessedBindingData bindingData) {
30 super(errors, bindingData);
44 errors.missingImplementation(key);
52 key, scoping, source, errors, false);
56 errors.merge(e.getErrors());
  /toolchain/binutils/binutils-2.25/libiberty/
gather-docs 54 $errors = 0;
60 $errors ++;
101 exit $errors if $errors;
105 $errors ++;
123 $errors ++;
128 exit $errors;
  /system/extras/libfec/test/
test_rs.c 39 int i, rc, neras, errors; local
56 printf("%d errors\n", neras);
69 errors = 0;
73 ++errors;
76 printf("\t\t%d errors in output\n", errors);
82 errors = 0;
86 ++errors;
89 printf("\t\t%d errors in output\n", errors);
    [all...]
  /external/fec/
rstest.c 72 int errors; local
83 for(errors=0;errors<=(nn-kk)/2;errors++){
91 /* Make temp copy, seed with errors */
96 for(i=0;i<errors;i++){
117 if(derrors != errors){
118 printf("(%d,%d) decoder says %d errors, true number is %d\n",nn,kk,derrors,errors);
128 printf("(%d,%d) decoder uncorrected errors! output ^ input:",nn,kk)
144 int errors; local
225 int errors; local
    [all...]
  /development/testrunner/
android_build.py 26 import errors namespace
47 raise errors.AbortError
66 raise errors.AbortError
90 raise errors.AbortError
126 raise errors.AbortError
148 raise errors.AbortError
167 raise errors.AbortError
188 raise errors.AbortError
208 raise errors.AbortError
  /external/autotest/client/cros/cellular/
scpi.py 14 errors when we take the first ref or drop the last ref.
20 On first entry, we check for errors, but do not stop if we find
21 them; these are errors that were accumulated on the device before
34 errors = self.scpi._WaitAndFetchErrors(
35 raise_on_error=False) # Never raise when clearing old errors
81 errors = []
102 errors.append(error)
105 errors.reverse()
106 return errors
109 """Waits for command completion, returns errors.""
    [all...]
  /external/autotest/utils/
build_externals.py 84 errors = fetch_errors + install_errors
85 for error_msg in errors:
88 return len(errors)
104 errors = []
120 errors.append(msg)
124 return fetched_packages, errors
136 errors = []
149 errors.append(msg)
150 return errors
  /external/opencv3/modules/videostab/src/
optical_flow.cpp 59 OutputArray status, OutputArray errors)
61 calcOpticalFlowPyrLK(frame0, frame1, points0, points1, status, errors, winSize_, maxLevel_);
76 OutputArray status, OutputArray errors)
82 if (errors.needed())
85 errors_.download(errors.getMatRef());
97 cuda::GpuMat &points1, cuda::GpuMat &status, cuda::GpuMat &errors)
101 optFlowEstimator_->calc(frame0, frame1, points0, points1, status, errors);
124 OutputArray errors)
132 if (errors.needed())
134 CV_Error(Error::StsNotImplemented, "DensePyrLkOptFlowEstimatorGpu doesn't support errors calculation")
    [all...]
  /external/autotest/client/site_tests/platform_PartitionCheck/
platform_PartitionCheck.py 68 errors = []
87 errors.append(errmsg)
89 # If self.error is not zero, there were errors.
90 if errors:
91 raise error.TestFail('There were %d partition errors: %s' %
92 (len(errors), ': '.join(errors)))
  /external/autotest/client/site_tests/security_ChromiumOSLSM/
security_ChromiumOSLSM.py 38 errors = 0
49 errors += self._check_mount(mnt_target, True,
53 errors += self._check_mount(sym_target, False,
57 # If self.error is not zero, there were errors.
58 if errors > 0:
59 raise error.TestFail('Failed %d tests' % errors)
  /external/google-breakpad/src/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 String& errors_str = errors.GetString();
  /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 std::string& errors_str = errors.GetString();
  /external/llvm/utils/unittest/googletest/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/mesa3d/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/opencv3/modules/flann/test/
test_lshtable_badarg.cpp 75 int errors = 0; local
77 errors += run_test_case(Error::StsBadArg, "key_size is zero", caller);
80 errors += run_test_case(Error::StsBadArg, "key_size is too big", caller);
83 errors += run_test_case(Error::StsBadArg, "key_size is too big", caller);
85 if (errors != 0)
  /external/protobuf/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/vulkan-validation-layers/tests/gtest-1.7.0/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();
  /ndk/sources/third_party/googletest/googletest/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();
  /prebuilts/gdb/darwin-x86/lib/python2.7/
codecs.py 97 handling schemes by providing the errors argument. These
114 def encode(self, input, errors='strict'):
119 errors defines the error handling to apply. It defaults to
133 def decode(self, input, errors='strict'):
142 errors defines the error handling to apply. It defaults to
162 def __init__(self, errors='strict'):
167 providing the errors keyword argument. See the module docstring
170 self.errors = errors
202 def __init__(self, errors='strict')
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
codecs.py 97 handling schemes by providing the errors argument. These
114 def encode(self, input, errors='strict'):
119 errors defines the error handling to apply. It defaults to
133 def decode(self, input, errors='strict'):
142 errors defines the error handling to apply. It defaults to
162 def __init__(self, errors='strict'):
167 providing the errors keyword argument. See the module docstring
170 self.errors = errors
202 def __init__(self, errors='strict')
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
codecs.py 97 handling schemes by providing the errors argument. These
114 def encode(self, input, errors='strict'):
119 errors defines the error handling to apply. It defaults to
133 def decode(self, input, errors='strict'):
142 errors defines the error handling to apply. It defaults to
162 def __init__(self, errors='strict'):
167 providing the errors keyword argument. See the module docstring
170 self.errors = errors
202 def __init__(self, errors='strict')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
codecs.py 97 handling schemes by providing the errors argument. These
114 def encode(self, input, errors='strict'):
119 errors defines the error handling to apply. It defaults to
133 def decode(self, input, errors='strict'):
142 errors defines the error handling to apply. It defaults to
162 def __init__(self, errors='strict'):
167 providing the errors keyword argument. See the module docstring
170 self.errors = errors
202 def __init__(self, errors='strict')
    [all...]
  /external/autotest/frontend/
frontend_unittest.py 27 errors = doctest_runner.run_tests()
28 self.assert_(errors == 0, '%s failures in frontend unit tests' % errors)

Completed in 1084 milliseconds

1 2 3 4 5 6 7 8 91011>>