HomeSort by relevance Sort by last modified time
    Searched refs:TS (Results 1 - 25 of 243) sorted by null

1 2 3 4 5 6 7 8 910

  /external/clang/test/Index/skip-parsed-bodies/
pragma_once.h 6 struct TS {
  /external/opencv3/modules/videoio/test/
test_basic_props.cpp 45 #include "opencv2/ts.hpp"
63 const string src_dir = TS::ptr()->get_data_path();
65 TS::ptr()->printf(cvtest::TS::LOG, "\n\nSource files directory: %s\n", (src_dir+"video/").c_str());
73 TS::ptr()->printf(cvtest::TS::LOG, "\nFile information (video %d): \n\nName: big_buck_bunny.%s\nFAILED\n\n", i+1, ext[i].c_str());
74 TS::ptr()->printf(cvtest::TS::LOG, "Error: cannot read source video file.\n");
75 TS::ptr()->set_failed_test_info(cvtest::TS::FAIL_INVALID_TEST_DATA)
    [all...]
test_framecount.cpp 64 const string src_dir = ts->get_data_path();
66 ts->printf(cvtest::TS::LOG, "\n\nSource files directory: %s\n", (src_dir+"video/").c_str());
77 ts->printf(cvtest::TS::LOG, "\nFile information (video %d): \n\nName: big_buck_bunny.%s\nFAILED\n\n", i+1, ext[i].c_str());
78 ts->printf(cvtest::TS::LOG, "Error: cannot read source video file.\n");
79 ts->set_failed_test_info(cvtest::TS::FAIL_INVALID_TEST_DATA);
96 ts->printf(cvtest::TS::LOG, "\nFile information (video %d): \n"
    [all...]
test_positioning.cpp 121 const string& src_dir = ts->get_data_path();
123 ts->printf(cvtest::TS::LOG, "\n\nSource files directory: %s\n", (src_dir+"video/").c_str());
138 ts->printf(cvtest::TS::LOG, "\nReading video file in %s...\n", file_path.c_str());
144 ts->printf(cvtest::TS::LOG, "\nFile information (video %d): \n\nName: big_buck_bunny.%s\nFAILED\n\n", i+1, ext[i].c_str());
145 ts->printf(cvtest::TS::LOG, "Error: cannot read source video file.\n");
146 ts->set_failed_test_info(cvtest::TS::FAIL_INVALID_TEST_DATA)
    [all...]
  /external/clang/test/PCH/
chain-staticvar-instantiation.cpp 14 struct TS
20 const _Tp TS<_Tp, __v>::value;
22 TS<int, 2> g1;
33 int g2 = NS::TS<int, 2>::value;
42 int g3 = NS::TS<int, 2>::value;
  /external/clang/test/Index/
index-file.cpp 10 struct TS {};
11 struct TS<int> {};
35 // CHECK: [indexDeclaration]: kind: struct-template-spec | name: TS | {{.*}} | loc: 11:8
annotate-tokens.cpp 24 struct TS {
29 void TS<tfn>::foo() {}
140 // CHECK: Keyword: "template" [23:1 - 23:9] ClassTemplate=TS:24:8 (Definition)
141 // CHECK: Punctuation: "<" [23:10 - 23:11] ClassTemplate=TS:24:8 (Definition)
151 // CHECK: Punctuation: ">" [23:26 - 23:27] ClassTemplate=TS:24:8 (Definition)
152 // CHECK: Keyword: "struct" [24:1 - 24:7] ClassTemplate=TS:24:8 (Definition)
153 // CHECK: Identifier: "TS" [24:8 - 24:10] ClassTemplate=TS:24:8 (Definition)
154 // CHECK: Punctuation: "{" [24:11 - 24:12] ClassTemplate=TS:24:8 (Definition)
159 // CHECK: Punctuation: ";" [25:13 - 25:14] ClassTemplate=TS:24:8 (Definition
    [all...]
index-refs.cpp 47 struct TS { };
50 struct TS<T, int> {
55 TS<int, int> s;
103 // CHECK: [indexDeclaration]: kind: c++-class-template | name: TS | {{.*}} | loc: 47:8
104 // CHECK-NEXT: [indexDeclaration]: kind: struct-template-partial-spec | name: TS | USR: c:@SP>1#T@TS>#t0.0#I | {{.*}} | loc: 50:8
105 // CHECK-NEXT: [indexDeclaration]: kind: typedef | name: MyInt | USR: c:index-refs.cpp@SP>1#T@TS>#t0.0#I@T@MyInt | {{.*}} | loc: 51:15 | semantic-container: [TS:50:8] | lexical-container: [TS:50:8]
107 [indexDeclaration]: kind: struct-template-spec | name: TS | USR: c:@S@TS>#I | {{.*}} | loc: 50:
    [all...]
  /external/clang/test/SemaCXX/
warn-large-by-value-copy.cpp 30 struct TS {
35 void tf(TS<size> ts) {} // expected-warning {{ts' is a large (300 bytes) pass-by-value argument}}
38 TS<300> ts; local
39 tf<300>(ts); // expected-note {{instantiation}}
  /external/opencv3/modules/ml/test/
test_gbttest.cpp 80 int code = cvtest::TS::OK;
96 ts->printf( cvtest::TS::LOG, "Bad test_num value in CV_GBTreesTest::TestTrainPredict(..) function." );
97 return cvtest::TS::FAIL_BAD_ARG_CHECK;
109 ts->printf( cvtest::TS::LOG, "File reading error." );
110 return cvtest::TS::FAIL_INVALID_TEST_DATA;
142 ts->printf( cvtest::TS::LOG, "Model training was failed.");
143 return cvtest::TS::FAIL_INVALID_OUTPUT
    [all...]
test_mltests.cpp 54 int code = cvtest::TS::OK;
57 if (code == cvtest::TS::OK)
107 ts->printf( cvtest::TS::LOG, "Test case = %d; test error = %f; mean error = %f (diff=%f), %d*sigma = %f\n",
111 ts->printf( cvtest::TS::LOG, "abs(%f - %f) > %f - OUT OF RANGE!\n", curErr, mean, coeff*sigma, coeff );
112 return cvtest::TS::FAIL_BAD_ACCURACY;
115 ts->printf( cvtest::TS::LOG, ".\n" );
120 ts->printf( cvtest::TS::LOG, "validation info is not suitable" )
    [all...]
test_lr.cpp 95 string dataFileName = ts->get_data_path() + "iris.data";
112 int test_code = cvtest::TS::OK;
116 ts->printf(cvtest::TS::LOG, "Bad prediction labels\n" );
117 test_code = cvtest::TS::FAIL_INVALID_OUTPUT;
121 ts->printf(cvtest::TS::LOG, "Bad accuracy of (%f)\n", error);
122 test_code = cvtest::TS::FAIL_BAD_ACCURACY;
133 ts->set_failed_test_info(test_code);
148 int code = cvtest::TS::OK
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
memmove_arm.s 28 // TE or TS are spilled to the stack during bulk register moves.
29 #define TS R0
43 #define BR0 R0 /* shared with TS */
63 MOVW to+0(FP), TS
67 ADD N, TS, TE /* to end pointer */
69 CMP FROM, TS
89 ADD $31, TS, TMP /* do 32-byte chunks if possible */
90 MOVW TS, savedts-4(SP)
100 MOVW savedts-4(SP), TS
101 ADD $3, TS, TM
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
memmove_arm.s 28 // TE or TS are spilled to the stack during bulk register moves.
29 #define TS R0
43 #define BR0 R0 /* shared with TS */
63 MOVW to+0(FP), TS
67 ADD N, TS, TE /* to end pointer */
69 CMP FROM, TS
89 ADD $31, TS, TMP /* do 32-byte chunks if possible */
90 MOVW TS, savedts-4(SP)
100 MOVW savedts-4(SP), TS
101 ADD $3, TS, TM
    [all...]
  /external/opencv3/modules/features2d/test/
test_detectors_regression.cpp 86 ts->printf( cvtest::TS::LOG, "detect() on empty image must not generate exception (1).\n" );
87 ts->set_failed_test_info( cvtest::TS::FAIL_INVALID_OUTPUT );
92 ts->printf( cvtest::TS::LOG, "detect() on empty image must return empty keypoints vector (1).\n" );
93 ts->set_failed_test_info( cvtest::TS::FAIL_INVALID_OUTPUT );
106 ts->printf( cvtest::TS::LOG, "detect() on empty image vector must not generate exception (2).\n" )
    [all...]
test_descriptors_regression.cpp 117 ts->printf(cvtest::TS::LOG, "Valid and computed descriptors matrices must have the same size and type.\n");
118 ts->set_failed_test_info( cvtest::TS::FAIL_INVALID_TEST_DATA );
140 ts->set_failed_test_info( cvtest::TS::FAIL_BAD_ACCURACY );
142 ts->printf(cvtest::TS::LOG, ss.str().c_str() );
160 ts->printf( cvtest::TS::LOG, "compute() on empty image and empty keypoints must not generate exception (1).\n")
    [all...]
test_keypoints.cpp 66 string imgFilename = string(ts->get_data_path()) + FEATURES2D_DIR + "/" + IMAGE_FILENAME;
72 ts->printf(cvtest::TS::LOG, "Image %s can not be read.\n", imgFilename.c_str());
73 ts->set_failed_test_info(cvtest::TS::FAIL_INVALID_TEST_DATA);
82 ts->printf(cvtest::TS::LOG, "Detector can't find keypoints in image.\n");
83 ts->set_failed_test_info(cvtest::TS::FAIL_INVALID_OUTPUT);
94 ts->printf(cvtest::TS::LOG, "KeyPoint::pt is out of image (x=%f, y=%f).\n", kp.pt.x, kp.pt.y)
    [all...]
test_matchers_algorithmic.cpp 95 ts->printf( cvtest::TS::LOG, "match() on empty descriptors must not generate exception (1).\n" );
96 ts->set_failed_test_info( cvtest::TS::FAIL_INVALID_OUTPUT );
105 ts->printf( cvtest::TS::LOG, "knnMatch() on empty descriptors must not generate exception (1).\n" );
106 ts->set_failed_test_info( cvtest::TS::FAIL_INVALID_OUTPUT );
115 ts->printf( cvtest::TS::LOG, "radiusMatch() on empty descriptors must not generate exception (1).\n" )
    [all...]
  /external/opencv3/modules/imgproc/test/
test_connectedcomponents.cpp 63 string exp_path = string(ts->get_data_path()) + "connectedcomponents/ccomp_exp.png";
65 Mat orig = imread(string(ts->get_data_path()) + "connectedcomponents/concentric_circles.png", 0);
69 ts->set_failed_test_info( cvtest::TS::FAIL_INVALID_TEST_DATA );
82 ts->set_failed_test_info( cvtest::TS::FAIL_INVALID_OUTPUT );
96 ts->set_failed_test_info( cvtest::TS::FAIL_MISMATCH );
101 ts->set_failed_test_info( cvtest::TS::FAIL_MISMATCH )
    [all...]
test_emd.cpp 64 int code = cvtest::TS::OK;
84 ts->printf( cvtest::TS::LOG,
86 code = cvtest::TS::FAIL_BAD_ACCURACY;
90 ts->set_failed_test_info( code );
  /external/expat/tests/
xmltest.sh 28 TS="$MYDIR/XML-Test-Suite"
30 OUTPUT="$TS/out/"
87 cd "$TS/xmlconf"
97 cd "$TS/xmlconf/$xmldir"
106 cd "$TS/xmlconf/oasis"
118 cd "$TS/xmlconf"
126 cd "$TS/xmlconf/$xmldir"
134 cd "$TS/xmlconf/oasis"
  /external/opencv3/modules/video/test/
test_optflowpyrlk.cpp 60 int code = cvtest::TS::OK;
82 sprintf( filename, "%soptflow/%s", ts->get_data_path().c_str(), "lk_prev.dat" );
87 ts->printf( cvtest::TS::LOG, "could not read %s\n", filename );
88 code = cvtest::TS::FAIL_MISSING_TEST_DATA;
92 sprintf( filename, "%soptflow/%s", ts->get_data_path().c_str(), "lk_next.dat" );
97 ts->printf( cvtest::TS::LOG, "could not read %s\n", filename );
98 code = cvtest::TS::FAIL_MISSING_TEST_DATA;
105 ts->printf( cvtest::TS::LOG, "the loaded matrices of points are not valid\n" )
    [all...]
  /external/selinux/policycoreutils/mcstrans/share/examples/urcsts-via-include/setrans.d/
ts.conf 6 s9=TS
  /external/opencv3/modules/calib3d/test/
test_chesscorners_timing.cpp 62 int code = cvtest::TS::OK;
78 filepath = cv::format("%scv/cameracalibration/", ts->get_data_path().c_str() );
86 ts->printf( cvtest::TS::LOG, "chessboard_timing_list.dat can not be readed or is not valid" );
87 code = cvtest::TS::FAIL_MISSING_TEST_DATA;
105 ts->update_context( this, idx-1, true );
115 ts->printf( cvtest::TS::LOG, "one of chessboard images can't be read: %s\n", filename.c_str() );
118 code = cvtest::TS::FAIL_MISSING_TEST_DATA;
124 ts->printf(cvtest::TS::LOG, "%s: chessboard %d:\n", imgname, is_chessboard)
    [all...]
  /external/opencv3/modules/ts/src/
ts.cpp 80 TS::FailureCode code = TS::FAIL_EXCEPTION;
89 code = TS::FAIL_MEMORY_EXCEPTION;
99 code = TS::FAIL_ARITHM_EXCEPTION;
107 code = TS::FAIL_EXCEPTION;
124 TS::FailureCode code = TS::FAIL_EXCEPTION;
128 code = TS::FAIL_ARITHM_EXCEPTION;
132 code = TS::FAIL_ARITHM_EXCEPTION;
135 code = TS::FAIL_EXCEPTION
583 TS ts; member in namespace:cvtest
    [all...]

Completed in 493 milliseconds

1 2 3 4 5 6 7 8 910