/external/libbrillo/brillo/dbus/ |
dbus_param_reader.h | 23 #include <brillo/errors/error.h> 24 #include <brillo/errors/error_codes.h> 80 Error::AddTo(error, FROM_HERE, errors::dbus::kDomain, 95 Error::AddTo(error, FROM_HERE, errors::dbus::kDomain, 152 Error::AddTo(error, FROM_HERE, errors::dbus::kDomain,
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
reverse_op.cc | 40 errors::InvalidArgument("axes must be a vector, not shape ", 43 errors::InvalidArgument("axes ", revd_shape.DebugString(), 81 errors::InvalidArgument("axes must be a vector, not shape ", 84 errors::InvalidArgument("axes ", axes_shape.DebugString(), 99 errors::InvalidArgument(axes[d], " is out of range [0, ",
|
/external/tensorflow/tensorflow/contrib/ffmpeg/ |
decode_video_op.cc | 41 errors::InvalidArgument("DecodeVideo requires exactly 1 input.")); 45 errors::InvalidArgument( 67 errors::Unavailable("FFmpeg must be installed to run this op. FFmpeg " 80 errors::Unknown("No output created by FFmpeg.")); 83 errors::Unknown("Output created by FFmpeg [", output_data.size(),
|
/external/tensorflow/tensorflow/core/kernels/ |
attention_ops.cc | 48 errors::InvalidArgument( 58 errors::InvalidArgument( 70 errors::InvalidArgument("input must be a matrix", 73 errors::InvalidArgument("first dimension should be batch", 77 errors::InvalidArgument("second dimension should be of size 2 (y,x)",
|
in_topk_op.cc | 45 errors::InvalidArgument("k must be 0-D, got shape ", 56 errors::InvalidArgument("predictions must be 2-dimensional")); 58 errors::InvalidArgument("targets must be 1-dimensional")); 60 errors::InvalidArgument("First dimension of predictions ", 78 errors::InvalidArgument("targets[", b, "] is out of range"));
|
random_crop_op.cc | 37 errors::InvalidArgument("input must be 3-dimensional", 41 errors::InvalidArgument("shape_t must be 1-dimensional", 44 errors::InvalidArgument("shape_t must have two elements", 72 errors::FailedPrecondition( 76 errors::FailedPrecondition(
|
sparse_split_op.cc | 39 errors::InvalidArgument( 43 errors::InvalidArgument( 47 errors::InvalidArgument( 54 errors::InvalidArgument( 61 errors::InvalidArgument("Input num_split should be between 1 "
|
spectrogram_op.cc | 42 errors::InvalidArgument("input must be 2-dimensional", 46 errors::InvalidArgument( 84 errors::InvalidArgument("Spectrogram compute failed")); 86 errors::InvalidArgument( 92 errors::InvalidArgument(
|
save_restore_v2_ops.cc | 48 errors::InvalidArgument("Input prefix should have a single element, got ", 53 errors::InvalidArgument( 60 errors::InvalidArgument("tensor_names and shape_and_slices " 67 errors::InvalidArgument("Too many inputs to the op")); 70 errors::InvalidArgument("Expected ", num_tensors, 75 errors::InvalidArgument( 79 errors::InvalidArgument( 125 errors::InvalidArgument("Slice in shape_and_slice " 154 errors::InvalidArgument("Got ", tensor_names.NumElements(), 207 errors::InvalidArgument [all...] |
data_format_ops.cc | 42 errors::InvalidArgument(strings::StrCat( 46 errors::InvalidArgument(strings::StrCat( 73 errors::InvalidArgument(strings::StrCat( 83 errors::InvalidArgument( 89 errors::InvalidArgument("1D input must be of size 4, but got shape ", 94 errors::InvalidArgument( 99 errors::InvalidArgument(
|
mkl_pooling_ops_common.cc | 35 errors::InvalidArgument("tensor_in must be 4-dimensional")); 98 errors::Unimplemented( 116 errors::InvalidArgument("output height is too large")); 120 errors::InvalidArgument("output width is too large")); 129 errors::Unimplemented("Depthwise max pooling requires the" 133 errors::Unimplemented("Depthwise max pooling requires the" 142 errors::Unimplemented("Depthwise max pooling is currently "
|
/external/vulkan-validation-layers/libs/vkjson/ |
vkjson_unittest.cc | 45 std::string errors; local 70 result = VkJsonInstanceFromJson(json, &instance2, &errors); 73 std::cout << "Error: " << errors << std::endl; 87 result = VkJsonImageFormatPropertiesFromJson(json, &props2, &errors); 90 std::cout << "Error: " << errors << std::endl;
|
/frameworks/native/vulkan/vkjson/ |
vkjson_unittest.cc | 45 std::string errors; local 70 result = VkJsonInstanceFromJson(json, &instance2, &errors); 73 std::cout << "Error: " << errors << std::endl; 87 result = VkJsonImageFormatPropertiesFromJson(json, &props2, &errors); 90 std::cout << "Error: " << errors << std::endl;
|
/prebuilts/go/darwin-x86/src/os/ |
error.go | 8 "errors" 12 // Portable analogs of some common system call errors. 14 ErrInvalid = errors.New("invalid argument") // methods on File will return this error when the receiver is nil 15 ErrPermission = errors.New("permission denied") 16 ErrExist = errors.New("file already exists") 17 ErrNotExist = errors.New("file does not exist") 18 ErrClosed = errors.New("file already closed") 67 // well as some syscall errors. 74 // ErrNotExist as well as some syscall errors. 81 // as some syscall errors [all...] |
/prebuilts/go/linux-x86/src/os/ |
error.go | 8 "errors" 12 // Portable analogs of some common system call errors. 14 ErrInvalid = errors.New("invalid argument") // methods on File will return this error when the receiver is nil 15 ErrPermission = errors.New("permission denied") 16 ErrExist = errors.New("file already exists") 17 ErrNotExist = errors.New("file does not exist") 18 ErrClosed = errors.New("file already closed") 67 // well as some syscall errors. 74 // ErrNotExist as well as some syscall errors. 81 // as some syscall errors [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/ |
multibytecodec.c | 25 "I.encode(unicode[, errors]) -> (string, length consumed)\n\
27 Return an encoded string version of `unicode'. errors may be given to\n\
29 encoding errors raise a UnicodeEncodeError. Other possible values are\n\
34 "I.decode(string[, errors]) -> (unicodeobject, length consumed)\n\
36 Decodes `string' using I, an MultibyteCodec instance. errors may be given\n\
38 that encoding errors raise a UnicodeDecodeError. Other possible values\n\
42 static char *codeckwarglist[] = {"input", "errors", NULL};
43 static char *incnewkwarglist[] = {"errors", NULL};
45 static char *streamkwarglist[] = {"stream", "errors", NULL};
79 internal_error_callback(const char *errors)
119 const char *errors; local 550 const char *errors = NULL; local 607 const char *data, *errors = NULL; local 919 char *errors = NULL; local 1128 char *errors = NULL; local 1444 char *errors = NULL; local 1646 char *errors = NULL; local [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/ |
multibytecodec.c | 25 "I.encode(unicode[, errors]) -> (string, length consumed)\n\
27 Return an encoded string version of `unicode'. errors may be given to\n\
29 encoding errors raise a UnicodeEncodeError. Other possible values are\n\
34 "I.decode(string[, errors]) -> (unicodeobject, length consumed)\n\
36 Decodes `string' using I, an MultibyteCodec instance. errors may be given\n\
38 that encoding errors raise a UnicodeDecodeError. Other possible values\n\
42 static char *codeckwarglist[] = {"input", "errors", NULL};
43 static char *incnewkwarglist[] = {"errors", NULL};
45 static char *streamkwarglist[] = {"stream", "errors", NULL};
79 internal_error_callback(const char *errors)
119 const char *errors; local 547 const char *errors = NULL; local 604 const char *data, *errors = NULL; local 916 char *errors = NULL; local 1125 char *errors = NULL; local 1441 char *errors = NULL; local 1643 char *errors = NULL; local [all...] |
/external/python/cpython2/Modules/cjkcodecs/ |
multibytecodec.c | 25 "I.encode(unicode[, errors]) -> (string, length consumed)\n\ 27 Return an encoded string version of `unicode'. errors may be given to\n\ 29 encoding errors raise a UnicodeEncodeError. Other possible values are\n\ 34 "I.decode(string[, errors]) -> (unicodeobject, length consumed)\n\ 36 Decodes `string' using I, an MultibyteCodec instance. errors may be given\n\ 38 that encoding errors raise a UnicodeDecodeError. Other possible values\n\ 42 static char *codeckwarglist[] = {"input", "errors", NULL}; 43 static char *incnewkwarglist[] = {"errors", NULL}; 45 static char *streamkwarglist[] = {"stream", "errors", NULL}; 79 internal_error_callback(const char *errors) 119 const char *errors; local 551 const char *errors = NULL; local 608 const char *data, *errors = NULL; local 920 char *errors = NULL; local 1129 char *errors = NULL; local 1445 char *errors = NULL; local 1647 char *errors = NULL; local [all...] |
/external/selinux/libsepol/src/ |
genbools.c | 85 int errors = 0, changes = 0; local 105 errors++; 110 errors++; 135 errors++; 142 errors++; 154 if (errors) 157 return errors ? -1 : 0; 225 int rc, i, errors = 0; local 238 errors++; 244 errors++ [all...] |
/external/guice/core/src/com/google/inject/internal/ |
EncounterImpl.java | 42 private final Errors errors; field in class:EncounterImpl 51 EncounterImpl(Errors errors, Lookups lookups) { 52 this.errors = errors; 114 errors.addMessage(message, arguments); 119 errors.errorInUserCode(t, "An exception was caught and reported. Message: %s", t.getMessage()); 124 errors.addMessage(message);
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
TransliterationRuleSet.java | 147 StringBuilder errors = null; local 162 if (errors == null) { 163 errors = new StringBuilder(); 165 errors.append("\n"); 167 errors.append("Rule " + r1 + " masks " + r2); 173 if (errors != null) { 174 throw new IllegalArgumentException(errors.toString());
|
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
TransliterationRuleSet.java | 146 StringBuilder errors = null; local 161 if (errors == null) { 162 errors = new StringBuilder(); 164 errors.append("\n"); 166 errors.append("Rule " + r1 + " masks " + r2); 172 if (errors != null) { 173 throw new IllegalArgumentException(errors.toString());
|
/external/protobuf/gtest/test/ |
gtest_xml_output_unittest.py | 57 <testsuites tests="15" failures="4" disabled="2" errors="0" time="*" name="AllTests"> 58 <testsuite name="SuccessfulTest" tests="1" failures="0" disabled="0" errors="0" time="*"> 61 <testsuite name="FailedTest" tests="1" failures="1" disabled="0" errors="0" time="*"> 68 <testsuite name="MixedResultTest" tests="3" failures="1" disabled="1" errors="0" time="*"> 80 <testsuite name="XmlQuotingTest" tests="1" failures="1" disabled="0" errors="0" time="*"> 87 <testsuite name="InvalidCharactersTest" tests="1" failures="1" disabled="0" errors="0" time="*"> 94 <testsuite name="DisabledTest" tests="1" failures="0" disabled="1" errors="0" time="*"> 97 <testsuite name="PropertyRecordingTest" tests="4" failures="0" disabled="0" errors="0" time="*"> 103 <testsuite name="NoFixtureTest" tests="3" failures="0" disabled="0" errors="0" time="*"> 112 <testsuites tests="0" failures="0" disabled="0" errors="0" time="*" name="AllTests" [all...] |
/external/tensorflow/tensorflow/contrib/rnn/kernels/ |
gru_ops.cc | 60 errors::InvalidArgument("h_prev.dims(0) != batch_size: ", 64 errors::InvalidArgument( 70 errors::InvalidArgument( 75 errors::InvalidArgument("w_ru.dim_size(1) != cell_size * 2: ", 81 errors::InvalidArgument( 86 errors::InvalidArgument( 92 errors::InvalidArgument("b_ru.dim_size(0) != cell_size * 2: ", 97 errors::InvalidArgument("Rank of b_ru must be 1", 101 errors::InvalidArgument( 105 errors::InvalidArgument("Rank of b_c must be 1" [all...] |
/external/tensorflow/tensorflow/core/framework/ |
tensor_util.cc | 50 return errors::InvalidArgument("Cannot concatenate zero tensors"); 55 return errors::InvalidArgument( 66 return errors::InvalidArgument( 89 return errors::Internal("Unexpected data type"); 112 return errors::InvalidArgument("Cannot split a zero-dimensional tensor"); 119 return errors::InvalidArgument( 146 return errors::Internal("Unexpected data type");
|