/external/oprofile/libregex/tests/ |
java_test.cpp | 26 void check_result(string const & input, string const & output, function in namespace:__anon8959 60 check_result(cur->mangled, cur->expect, result);
|
/external/oprofile/libutil++/tests/ |
file_manip_tests.cpp | 30 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,
|
string_manip_tests.cpp | 30 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_cast()", cur->output, cur->input [all...] |
/external/opencv/cvaux/src/ |
cvsubdiv2.cpp | 48 int check_result = 0; local 97 check_result = 1; 101 return check_result;
|
/external/openssl/crypto/dh/ |
dh_key.c | 180 int check_result; local 212 if (!DH_check_pub_key(dh, pub_key, &check_result) || check_result)
|
/external/v8/src/ |
runtime.cc | [all...] |