HomeSort by relevance Sort by last modified time
    Searched defs:error_message (Results 51 - 75 of 80) sorted by null

1 23 4

  /external/opencv3/modules/core/src/
lda.cpp 45 String error_message = "Wrong shape of input matrix! Expected a matrix with one row or column."; local
46 CV_Error(Error::StsBadArg, error_message);
57 String error_message = "The data is expected as InputArray::STD_VECTOR_MAT (a std::vector<Mat>) or _InputArray::STD_VECTOR_VECTOR (a std::vector< std::vector<...> >)."; local
58 CV_Error(Error::StsBadArg, error_message);
73 String error_message = format("Wrong number of elements in matrix #%d! Expected %d was %d.", i, (int)d, (int)src.getMat(i).total()); local
74 CV_Error(Error::StsBadArg, error_message);
181 String error_message = format("Wrong shapes for given matrices. Was size(src) = (%d,%d), size(W) = (%d,%d).", src.rows, src.cols, W.rows, W.cols); local
182 CV_Error(Error::StsBadArg, error_message);
186 String error_message = format("Wrong mean shape for the given data matrix. Expected %d, but was %d.", d, mean.total()); local
187 CV_Error(Error::StsBadArg, error_message);
219 String error_message = format("Wrong shapes for given matrices. Was size(src) = (%d,%d), size(W) = (%d,%d).", src.rows, src.cols, W.rows, W.cols); local
224 String error_message = format("Wrong mean shape for the given eigenvector matrix. Expected %d, but was %d.", W.cols, mean.total()); local
1015 String error_message = "At least two classes are needed to perform a LDA. Reason: Only one class was given!"; local
1020 String error_message = format("The number of samples must equal the number of labels. Given %d labels, %d samples. ", labels.size(), N); local
1103 String error_message= format("InputArray Datatype %d is not supported.", _src.kind()); local
    [all...]
  /external/vixl/src/vixl/a64/
instrument-a64.cc 233 static const char* error_message = local
235 fprintf(stderr, error_message, name);
236 fprintf(output_stream_, error_message, name);
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
tree.rb 167 def error_message( e ) method in class:ANTLR3.AST.TreeParser
    [all...]
  /external/google-breakpad/src/testing/gtest/src/
gtest-death-test.cc 532 const String error_message = GetCapturedStderr(); local
541 << " Error msg:\n" << FormatDeathTestOutput(error_message);
545 << " Error msg:\n" << FormatDeathTestOutput(error_message);
549 << " Error msg:\n" << FormatDeathTestOutput(error_message);
553 const bool matched = RE::PartialMatch(error_message.c_str(), *regex());
559 << "Actual msg:\n" << FormatDeathTestOutput(error_message);
564 << "Actual msg:\n" << FormatDeathTestOutput(error_message);
    [all...]
  /external/gtest/src/
gtest-death-test.cc 534 const std::string error_message = GetCapturedStderr(); local
543 << " Error msg:\n" << FormatDeathTestOutput(error_message);
547 << " Error msg:\n" << FormatDeathTestOutput(error_message);
551 << " Error msg:\n" << FormatDeathTestOutput(error_message);
555 const bool matched = RE::PartialMatch(error_message.c_str(), *regex());
561 << "Actual msg:\n" << FormatDeathTestOutput(error_message);
566 << "Actual msg:\n" << FormatDeathTestOutput(error_message);
    [all...]
  /external/libweave/src/
device_registration_info.cc 75 std::string error_code, error_message; local
77 error_object->GetString("message", &error_message)) {
78 Error::AddTo(error, FROM_HERE, error_code, error_message);
205 std::string error_message; local
207 nullptr, &error_message);
211 error_message.c_str(), json.c_str());
343 std::string error_code, error_message; local
352 if (!resp->GetString("error_description", &error_message)) {
353 error_message = "Unexpected OAuth error";
355 return Error::AddTo(error, FROM_HERE, error_code, error_message);
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest-death-test.cc 497 const String error_message = GetCapturedStderr(); local
506 << " Error msg:\n" << FormatDeathTestOutput(error_message);
510 << " Error msg:\n" << FormatDeathTestOutput(error_message);
514 << " Error msg:\n" << FormatDeathTestOutput(error_message);
518 const bool matched = RE::PartialMatch(error_message.c_str(), *regex());
524 << "Actual msg:\n" << FormatDeathTestOutput(error_message);
529 << "Actual msg:\n" << FormatDeathTestOutput(error_message);
    [all...]
  /external/mesa3d/src/gtest/src/
gtest-death-test.cc 494 const String error_message = GetCapturedStderr(); local
503 << " Error msg:\n" << FormatDeathTestOutput(error_message);
507 << " Error msg:\n" << FormatDeathTestOutput(error_message);
511 << " Error msg:\n" << FormatDeathTestOutput(error_message);
515 const bool matched = RE::PartialMatch(error_message.c_str(), *regex());
521 << "Actual msg:\n" << FormatDeathTestOutput(error_message);
526 << "Actual msg:\n" << FormatDeathTestOutput(error_message);
    [all...]
  /external/protobuf/gtest/src/
gtest-death-test.cc 451 const String error_message = GetCapturedStderr(); local
460 << " Error msg: " << error_message; local
464 << " Error msg: " << error_message; local
468 const bool matched = RE::PartialMatch(error_message.c_str(), *regex());
474 << "Actual msg: " << error_message;
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-death-test.cc 534 const std::string error_message = GetCapturedStderr(); local
543 << " Error msg:\n" << FormatDeathTestOutput(error_message);
547 << " Error msg:\n" << FormatDeathTestOutput(error_message);
551 << " Error msg:\n" << FormatDeathTestOutput(error_message);
555 const bool matched = RE::PartialMatch(error_message.c_str(), *regex());
561 << "Actual msg:\n" << FormatDeathTestOutput(error_message);
566 << "Actual msg:\n" << FormatDeathTestOutput(error_message);
    [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest-death-test.cc 534 const std::string error_message = GetCapturedStderr(); local
543 << " Error msg:\n" << FormatDeathTestOutput(error_message);
547 << " Error msg:\n" << FormatDeathTestOutput(error_message);
551 << " Error msg:\n" << FormatDeathTestOutput(error_message);
555 const bool matched = RE::PartialMatch(error_message.c_str(), *regex());
561 << "Actual msg:\n" << FormatDeathTestOutput(error_message);
566 << "Actual msg:\n" << FormatDeathTestOutput(error_message);
    [all...]
  /system/update_engine/
update_attempter.cc 410 string error_message; local
412 &error_message)) {
413 LOG(ERROR) << "Setting the channel failed: " << error_message;
1104 string error_message; local
    [all...]
  /external/dbus/dbus/
dbus-sysdeps-unix.c 3391 DBusString error_message; local
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor_unittest.cc 5264 << error_message; local
    [all...]
  /system/connectivity/shill/wifi/
wifi.cc 727 const string error_message = local
729 LOG(WARNING) << error_message;
730 error->Populate(Error::kInvalidArguments, error_message);
1103 const string error_message = local
1127 const string error_message = local
1160 const string error_message = local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-msp430.c 1816 const char * error_message; local
    [all...]
tc-sparc.c 1549 char *error_message = ""; local
    [all...]
tc-hppa.c 3200 char *error_message = ""; local
    [all...]
  /external/v8/src/debug/
liveedit.cc 1742 const char* error_message = local
1895 const char* error_message = DropActivationsInActiveThread( local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-tic6x.c 2698 const char *error_message; local
    [all...]
elf32-ppc.c 2624 const char *error_message = NULL; local
    [all...]
elfnn-aarch64.c 5062 char *error_message = NULL; local
    [all...]
  /external/v8/src/regexp/
jsregexp.h 1501 const char* error_message() { function in class:v8::internal::Analysis
1550 const char* error_message; member in struct:v8::internal::RegExpEngine::CompilationResult
    [all...]
jsregexp.cc 369 Handle<String> error_message(String::cast(error_string));
370 ThrowRegExpException(re, error_message);
390 if (result.error_message != NULL) {
392 Handle<String> error_message = isolate->factory()->NewStringFromUtf8( local
393 CStrVector(result.error_message)).ToHandleChecked();
394 ThrowRegExpException(re, error_message);
6696 const char* error_message = analysis.error_message(); local
    [all...]
  /external/v8/src/
builtins.cc 2177 Handle<Object> error_message = local
    [all...]

Completed in 982 milliseconds

1 23 4