Home
last modified time | relevance | path

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

/external/oprofile/libutil++/tests/
Dfile_manip_tests.cpp30 static void check_result(char const * fct_name, Input const & input, in check_result() function
43 static void check_result(char const * fct_name, Input const & input1, in check_result() function
83 check_result("dirname", cur->input, cur->output, result); in dirname_tests()
111 check_result("basename", cur->input, cur->output, result); in basename_tests()
133 check_result("is_directory", cur->input, cur->output, result); in is_directory_tests()
151 check_result("is_files_identical", prog_name, prog_name, in is_files_identical_tests()
158 check_result("is_files_identical", cur->input.first, in is_files_identical_tests()
183 check_result("op_file_readable", cur->input, cur->output, result); in op_file_readable_tests()
211 check_result("op_realpath", cur->input, in realpath_tests()
Dstring_manip_tests.cpp30 static void check_result(char const * fct_name, Input const & input, in check_result() function
58 check_result("erase_to_last_of()", cur->input, cur->output, in erase_to_last_of_tests()
85 check_result("split()", cur->input, cur->output.first, temp); in split_tests()
86 check_result("split()", cur->input, cur->output.second, result); in split_tests()
188 check_result("rtrim()", cur->input, cur->output, result); in rtrim_tests()
210 check_result("ltrim()", cur->input, cur->output, result); in ltrim_tests()
232 check_result("trim()", cur->input, cur->output, result); in trim_tests()
255 check_result("format_percent()", cur->input, cur->output, in format_percent_tests()
274 check_result("op_lexical_cast()", cur->input, in tostr_tests()
286 check_result("op_lexical_cast()", cur->output, cur->input, in touint_tests()
[all …]
/external/oprofile/libregex/tests/
Djava_test.cpp26 void check_result(string const & input, string const & output, in check_result() function
60 check_result(cur->mangled, cur->expect, result); in main()
/external/opencv/cvaux/src/
Dcvsubdiv2.cpp48 int check_result = 0; in icvSubdiv2DCheck() local
97 check_result = 1; in icvSubdiv2DCheck()
101 return check_result; in icvSubdiv2DCheck()
/external/openssl/crypto/dh/
Ddh_key.c180 int check_result; in compute_key() local
212 if (!DH_check_pub_key(dh, pub_key, &check_result) || check_result) in compute_key()
/external/v8/src/
Druntime.cc10551 Object* check_result; in RUNTIME_FUNCTION() local
10554 if (!maybe_check_result->ToObject(&check_result)) { in RUNTIME_FUNCTION()
10678 Object* check_result; in RUNTIME_FUNCTION() local
10681 if (!maybe_check_result->ToObject(&check_result)) { in RUNTIME_FUNCTION()