HomeSort by relevance Sort by last modified time
    Searched refs:errors (Results 651 - 675 of 5875) sorted by null

<<21222324252627282930>>

  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
training_ops.cc 41 errors::InvalidArgument("alpha is not a scalar: ",
47 errors::InvalidArgument("var and delta do not have the same shape: ",
76 errors::InvalidArgument(
82 errors::InvalidArgument("lr is not a scalar: ",
87 errors::InvalidArgument(
93 errors::InvalidArgument("momentum is not a scalar: ",
134 errors::InvalidArgument(
140 errors::InvalidArgument("lr is not a scalar: ",
145 errors::InvalidArgument(
185 errors::InvalidArgument("beta1_power is not a scalar: "
    [all...]
  /bionic/libc/dns/resolv/
res_stats.c 58 android_net_res_stats_aggregate(struct __res_stats* stats, int* successes, int* errors,
62 int e = 0; // errors
64 int ie = 0; // internal errors
75 // as well as unknown codes as errors.
99 *errors = e;
122 int errors = -1; local
127 android_net_res_stats_aggregate(stats, &successes, &errors, &timeouts, &internal_errors,
129 if (successes >= 0 && errors >= 0 && timeouts >= 0) {
130 int total = successes + errors + timeouts;
133 "= %d, rtt = %d, min_samples = %d\n", successes, errors, timeouts, internal_errors
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
unicodeobject.h 142 produce different external names and thus cause import errors in
444 decoding if the errors argument is set to "replace". Note: the
536 const char *errors /* error handling */
624 Many of these APIs take two arguments encoding and errors. These
625 parameters encoding and errors have the same semantics as the ones
630 Error handling is set by errors which may also be set to NULL
689 const char *errors /* error handling */
699 const char *errors /* error handling */
708 const char *errors /* error handling */
717 const char *errors /* error handling */
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/
raw_unicode_escape.py 22 return codecs.raw_unicode_escape_encode(input, self.errors)[0]
26 return codecs.raw_unicode_escape_decode(input, self.errors)[0]
string_escape.py 17 return codecs.escape_encode(input, self.errors)[0]
21 return codecs.escape_decode(input, self.errors)[0]
undefined.py 18 def encode(self,input,errors='strict'):
21 def decode(self,input,errors='strict'):
unicode_escape.py 22 return codecs.unicode_escape_encode(input, self.errors)[0]
26 return codecs.unicode_escape_decode(input, self.errors)[0]
unicode_internal.py 22 return codecs.unicode_internal_encode(input, self.errors)[0]
26 return codecs.unicode_internal_decode(input, self.errors)[0]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
unicodeobject.h 142 produce different external names and thus cause import errors in
444 decoding if the errors argument is set to "replace". Note: the
536 const char *errors /* error handling */
624 Many of these APIs take two arguments encoding and errors. These
625 parameters encoding and errors have the same semantics as the ones
630 Error handling is set by errors which may also be set to NULL
689 const char *errors /* error handling */
699 const char *errors /* error handling */
708 const char *errors /* error handling */
717 const char *errors /* error handling */
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/
raw_unicode_escape.py 22 return codecs.raw_unicode_escape_encode(input, self.errors)[0]
26 return codecs.raw_unicode_escape_decode(input, self.errors)[0]
string_escape.py 17 return codecs.escape_encode(input, self.errors)[0]
21 return codecs.escape_decode(input, self.errors)[0]
undefined.py 18 def encode(self,input,errors='strict'):
21 def decode(self,input,errors='strict'):
unicode_escape.py 22 return codecs.unicode_escape_encode(input, self.errors)[0]
26 return codecs.unicode_escape_decode(input, self.errors)[0]
unicode_internal.py 22 return codecs.unicode_internal_encode(input, self.errors)[0]
26 return codecs.unicode_internal_decode(input, self.errors)[0]
  /external/antlr/antlr-3.4/runtime/Python/tests/
t015calc.py 10 def _evaluate(self, expr, expected, errors=[]):
17 assert len(parser.reportedErrors) == len(errors), parser.reportedErrors
39 # FIXME: most parse errors result in TypeErrors in action code, because
  /external/junit/src/main/java/org/junit/runners/parameterized/
BlockJUnit4ClassRunnerWithParameters.java 87 protected void validateConstructor(List<Throwable> errors) {
88 validateOnlyOneConstructor(errors);
90 validateZeroArgConstructor(errors);
95 protected void validateFields(List<Throwable> errors) {
96 super.validateFields(errors);
104 errors.add(new Exception("Invalid @Parameter value: "
116 errors.add(new Exception("@Parameter(" + index
119 errors.add(new Exception("@Parameter(" + index
  /external/parameter-framework/upstream/parameter/
SystemClass.cpp 111 core::Results errors; local
112 bool bLoadPluginsSuccess = loadSubsystemsFromSharedLibraries(errors, pSubsystemPlugins);
116 strError = utility::asString(errors);
121 bool CSystemClass::loadSubsystemsFromSharedLibraries(core::Results &errors,
161 if (!loadPlugins(lstrPluginFiles, errors)) {
170 errors.push_back("Unable to load the following plugins: " +
179 bool CSystemClass::loadPlugins(list<string> &lstrPluginFiles, core::Results &errors)
205 errors.push_back(e.what());
  /external/python/cpython2/Include/
unicodeobject.h 142 produce different external names and thus cause import errors in
444 decoding if the errors argument is set to "replace". Note: the
536 const char *errors /* error handling */
624 Many of these APIs take two arguments encoding and errors. These
625 parameters encoding and errors have the same semantics as the ones
630 Error handling is set by errors which may also be set to NULL
689 const char *errors /* error handling */
699 const char *errors /* error handling */
708 const char *errors /* error handling */
717 const char *errors /* error handling *
    [all...]
  /external/python/cpython2/Lib/encodings/
raw_unicode_escape.py 22 return codecs.raw_unicode_escape_encode(input, self.errors)[0]
26 return codecs.raw_unicode_escape_decode(input, self.errors)[0]
string_escape.py 17 return codecs.escape_encode(input, self.errors)[0]
21 return codecs.escape_decode(input, self.errors)[0]
undefined.py 18 def encode(self,input,errors='strict'):
21 def decode(self,input,errors='strict'):
unicode_escape.py 22 return codecs.unicode_escape_encode(input, self.errors)[0]
26 return codecs.unicode_escape_decode(input, self.errors)[0]
unicode_internal.py 22 return codecs.unicode_internal_encode(input, self.errors)[0]
26 return codecs.unicode_internal_decode(input, self.errors)[0]
  /external/python/cpython3/Lib/encodings/
raw_unicode_escape.py 22 return codecs.raw_unicode_escape_encode(input, self.errors)[0]
26 return codecs.raw_unicode_escape_decode(input, self.errors)[0]
undefined.py 18 def encode(self,input,errors='strict'):
21 def decode(self,input,errors='strict'):

Completed in 942 milliseconds

<<21222324252627282930>>