HomeSort by relevance Sort by last modified time
    Searched full:error_type (Results 1 - 25 of 123) sorted by null

1 2 3 4 5

  /external/opencv3/modules/imgproc/perf/
perf_pyramids.cpp 18 perf::ERROR_TYPE error_type = CV_MAT_DEPTH(matType) <= CV_32S ? ERROR_ABSOLUTE : ERROR_RELATIVE; local
27 SANITY_CHECK(dst, eps, error_type);
39 perf::ERROR_TYPE error_type = CV_MAT_DEPTH(matType) <= CV_32S ? ERROR_ABSOLUTE : ERROR_RELATIVE; local
48 SANITY_CHECK(dst, eps, error_type);
61 perf::ERROR_TYPE error_type = CV_MAT_DEPTH(matType) <= CV_32S ? ERROR_ABSOLUTE : ERROR_RELATIVE; local
71 SANITY_CHECK(dst0, eps, error_type);
72 SANITY_CHECK(dst1, eps, error_type);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
regex_error.h 49 enum error_type enum in namespace:regex_constants
68 constexpr error_type error_collate(_S_error_collate);
71 constexpr error_type error_ctype(_S_error_ctype);
77 constexpr error_type error_escape(_S_error_escape);
80 constexpr error_type error_backref(_S_error_backref);
83 constexpr error_type error_brack(_S_error_brack);
86 constexpr error_type error_paren(_S_error_paren);
89 constexpr error_type error_brace(_S_error_brace);
92 constexpr error_type error_badbrace(_S_error_badbrace);
98 constexpr error_type error_range(_S_error_range)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
regex_error.h 49 enum error_type enum in namespace:regex_constants
68 constexpr error_type error_collate(_S_error_collate);
71 constexpr error_type error_ctype(_S_error_ctype);
77 constexpr error_type error_escape(_S_error_escape);
80 constexpr error_type error_backref(_S_error_backref);
83 constexpr error_type error_brack(_S_error_brack);
86 constexpr error_type error_paren(_S_error_paren);
89 constexpr error_type error_brace(_S_error_brace);
92 constexpr error_type error_badbrace(_S_error_badbrace);
98 constexpr error_type error_range(_S_error_range)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
regex_error.h 49 enum error_type enum in namespace:regex_constants
68 constexpr error_type error_collate(_S_error_collate);
71 constexpr error_type error_ctype(_S_error_ctype);
77 constexpr error_type error_escape(_S_error_escape);
80 constexpr error_type error_backref(_S_error_backref);
83 constexpr error_type error_brack(_S_error_brack);
86 constexpr error_type error_paren(_S_error_paren);
89 constexpr error_type error_brace(_S_error_brace);
92 constexpr error_type error_badbrace(_S_error_badbrace);
98 constexpr error_type error_range(_S_error_range)
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
regex_error.h 49 enum error_type enum in namespace:regex_constants
67 constexpr error_type error_collate(_S_error_collate);
70 constexpr error_type error_ctype(_S_error_ctype);
76 constexpr error_type error_escape(_S_error_escape);
79 constexpr error_type error_backref(_S_error_backref);
82 constexpr error_type error_brack(_S_error_brack);
85 constexpr error_type error_paren(_S_error_paren);
88 constexpr error_type error_brace(_S_error_brace);
91 constexpr error_type error_badbrace(_S_error_badbrace);
97 constexpr error_type error_range(_S_error_range)
    [all...]
  /external/v8/src/
pending-compilation-error-handler.h 36 ParseErrorType error_type = kSyntaxError) {
44 error_type_ = error_type;
50 ParseErrorType error_type = kSyntaxError) {
58 error_type_ = error_type;
63 ParseErrorType error_type = kSyntaxError) {
72 error_type_ = error_type;
  /system/connectivity/shill/
testing.h 58 MATCHER_P2(ErrorIs, error_type, error_message, "") {
59 return error_type == arg.type() && error_message == arg.message();
62 MATCHER_P(ErrorTypeIs, error_type, "") {
63 return error_type == arg.type();
94 SetErrorTypeInArgumentAction(Error::Type error_type, bool warn_default)
95 : error_type_(error_type),
139 SetErrorTypeInArgument(Error::Type error_type) {
141 SetErrorTypeInArgumentAction<error_argument_index>(error_type, false));
result_aggregator_unittest.cc 88 void GenerateResult(const Error::Type error_type) {
89 aggregator_->ReportResult(Error(error_type));
  /external/fio/
td_error.h 14 enum error_type { enum
  /external/v8/src/parsing/
preparse-data.h 64 ParseErrorType error_type) = 0;
96 const char* argument_opt, ParseErrorType error_type) {
103 error_type_ = error_type;
130 ParseErrorType error_type() const { function in class:v8::internal::SingletonLogger
186 const char* argument_opt, ParseErrorType error_type);
preparse-data.cc 34 ParseErrorType error_type) {
45 function_store_.Add(error_type);
  /external/wpa_supplicant_8/src/eap_peer/
ikev2.h 49 u16 error_type; member in struct:ikev2_responder_data
  /external/wpa_supplicant_8/src/ap/
peerkey_auth.c 52 u16 mui, u16 error_type)
70 error.error_type = host_to_be16(error_type);
333 u16 mui, error_type; local
359 error_type = be_to_host16(error.error_type);
363 MAC2STR(kde.mac_addr), mui, error_type);
365 wpa_smk_send_error(wpa_auth, search.sm, sm->addr, mui, error_type);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common_libcdep.cc 49 void ReportErrorSummary(const char *error_type, StackTrace *stack) {
54 ReportErrorSummary(error_type);
61 ReportErrorSummary(error_type, frame->info);
  /system/core/crash_reporter/
user_collector.h 103 // Returns an error type signature for a given |error_type| value,
106 std::string GetErrorTypeSignature(ErrorType error_type) const;
130 void EnqueueCollectionErrorLog(pid_t pid, ErrorType error_type,
user_collector.cc 102 std::string UserCollector::GetErrorTypeSignature(ErrorType error_type) const {
103 switch (error_type) {
179 ErrorType error_type,
188 AddCrashMetaData("error_type", GetErrorTypeSignature(error_type));
531 ErrorType error_type = local
533 if (error_type != kErrorNone) {
536 return error_type;
658 ErrorType error_type = local
660 if (error_type != kErrorNone)
    [all...]
crash_sender 412 local error_type="$(get_key_value "${meta_path}" "error_type")"
413 [ "${error_type}" = "undefined" ] && error_type=
439 [ -n "${error_type}" ] && lecho " Error type: ${error_type}"
480 ${error_type:+-F "error_type=${error_type}"} \
  /external/wpa_supplicant_8/src/rsn_supp/
peerkey.c 64 u16 mui, u16 error_type, int ver)
105 error.error_type = host_to_be16(error_type);
110 MACSTR " mui %d error_type %d)",
111 MAC2STR(peer), mui, error_type);
114 "(mui %d error_type %d)", mui, error_type);
599 u16 error_type; local
625 error_type = be_to_host16(error.error_type);
    [all...]
  /external/autotest/client/site_tests/logging_CrashSender/
logging_CrashSender.py 274 dmp_file = self.write_crash_dir_entry('error_type.dmp', '')
275 meta_file = self.write_fake_meta('error_type.meta', 'fake', dmp_file,
277 utils.write_keyval(meta_file, {"error_type": "system-issue"})
282 if not result['error_type']:
284 if result['error_type'] != 'system-issue':
286 result['error_type'])
  /external/mesa3d/src/glsl/
glsl_types.h 152 static const glsl_type *const error_type; member in struct:glsl_type
416 * If the type is not a matrix, \c glsl_type::error_type is returned.
423 : error_type;
430 * If the type is not a matrix, \c glsl_type::error_type is returned.
437 : error_type;
446 * or the named field does not exist, \c glsl_type::error_type is returned.
ir_visitor.h 47 virtual void visit(class ir_rvalue *) { assert(!"unhandled error_type"); }
ast_to_hir.cpp 181 return glsl_type::error_type;
194 return glsl_type::error_type;
211 return glsl_type::error_type;
254 return glsl_type::error_type;
303 assert(type != glsl_type::error_type);
320 assert(type != glsl_type::error_type);
339 assert(type != glsl_type::error_type);
346 return glsl_type::error_type;
353 return glsl_type::error_type;
372 return glsl_type::error_type;
    [all...]
glsl_types.cpp 322 return error_type;
402 return error_type;
417 return error_type;
421 return error_type;
444 default: return error_type;
449 return error_type;
563 return error_type;
570 return error_type;
  /external/libcxx/test/std/re/re.badexp/
regex_error.pass.cpp 17 // explicit regex_error(regex_constants::error_type ecode);
18 // regex_constants::error_type code() const;
  /external/opencv3/modules/ts/include/opencv2/ts/
ts_perf.hpp 160 enum ERROR_TYPE
169 static Regression& add(TestBase* test, const std::string& name, cv::InputArray array, double eps = DBL_EPSILON, ERROR_TYPE err = ERROR_ABSOLUTE);
170 static Regression& addMoments(TestBase* test, const std::string& name, const cv::Moments & array, double eps = DBL_EPSILON, ERROR_TYPE err = ERROR_ABSOLUTE);
171 static Regression& addKeypoints(TestBase* test, const std::string& name, const std::vector<cv::KeyPoint>& array, double eps = DBL_EPSILON, ERROR_TYPE err = ERROR_ABSOLUTE);
172 static Regression& addMatches(TestBase* test, const std::string& name, const std::vector<cv::DMatch>& array, double eps = DBL_EPSILON, ERROR_TYPE err = ERROR_ABSOLUTE);
175 Regression& operator() (const std::string& name, cv::InputArray array, double eps = DBL_EPSILON, ERROR_TYPE err = ERROR_ABSOLUTE);
203 void verify(cv::FileNode node, cv::InputArray array, double eps, ERROR_TYPE err);
204 void verify(cv::FileNode node, cv::Mat actual, double eps, std::string argname, ERROR_TYPE err);

Completed in 258 milliseconds

1 2 3 4 5