Searched refs:check_result (Results 1 - 6 of 6) sorted by relevance

/external/oprofile/libregex/tests/
H A Djava_test.cpp26 void check_result(string const & input, string const & output, function in namespace:__anon9982
60 check_result(cur->mangled, cur->expect, result);
/external/oprofile/libutil++/tests/
H A Dfile_manip_tests.cpp30 static void check_result(char const * fct_name, Input const & input, function
43 static void check_result(char const * fct_name, Input const & input1, function
83 check_result("dirname", cur->input, cur->output, result);
111 check_result("basename", cur->input, cur->output, result);
133 check_result("is_directory", cur->input, cur->output, result);
151 check_result("is_files_identical", prog_name, prog_name,
158 check_result("is_files_identical", cur->input.first,
183 check_result("op_file_readable", cur->input, cur->output, result);
211 check_result("op_realpath", cur->input,
H A Dstring_manip_tests.cpp30 static void check_result(char const * fct_name, Input const & input, function
58 check_result("erase_to_last_of()", cur->input, cur->output,
85 check_result("split()", cur->input, cur->output.first, temp);
86 check_result("split()", cur->input, cur->output.second, result);
188 check_result("rtrim()", cur->input, cur->output, result);
210 check_result("ltrim()", cur->input, cur->output, result);
232 check_result("trim()", cur->input, cur->output, result);
255 check_result("format_percent()", cur->input, cur->output,
274 check_result("op_lexical_cast()", cur->input,
286 check_result("op_lexical_cas
[all...]
/external/opencv/cvaux/src/
H A Dcvsubdiv2.cpp48 int check_result = 0; local
97 check_result = 1;
101 return check_result;
/external/openssl/crypto/dh/
H A Ddh_key.c209 int check_result; local
241 if (!DH_check_pub_key(dh, pub_key, &check_result) || check_result)
/external/v8/src/
H A Druntime.cc11782 Object* check_result;
11785 if (!maybe_check_result->ToObject(&check_result)) {
11921 Object* check_result;
11924 if (!maybe_check_result->ToObject(&check_result)) {

Completed in 130 milliseconds