/external/oprofile/libutil++/tests/ |
D | file_manip_tests.cpp | 30 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()
|
D | string_manip_tests.cpp | 30 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/ |
D | java_test.cpp | 26 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/ |
D | cvsubdiv2.cpp | 48 int check_result = 0; in icvSubdiv2DCheck() local 97 check_result = 1; in icvSubdiv2DCheck() 101 return check_result; in icvSubdiv2DCheck()
|
/external/chromium_org/webkit/browser/appcache/ |
D | appcache_service.cc | 414 AppCacheHistograms::CheckResponseResultType check_result; in OnReadDataComplete() local 416 check_result = AppCacheHistograms::READ_DATA_ERROR; in OnReadDataComplete() 419 check_result = AppCacheHistograms::UNEXPECTED_DATA_SIZE; in OnReadDataComplete() 421 check_result = AppCacheHistograms::RESPONSE_OK; in OnReadDataComplete() 422 AppCacheHistograms::CountCheckResponseResult(check_result); in OnReadDataComplete() 424 if (check_result != AppCacheHistograms::RESPONSE_OK) in OnReadDataComplete()
|
/external/chromium_org/third_party/openssl/openssl/crypto/dh/ |
D | dh_key.c | 209 int check_result; in compute_key() local 241 if (!DH_check_pub_key(dh, pub_key, &check_result) || check_result) in compute_key()
|
/external/openssl/crypto/dh/ |
D | dh_key.c | 209 int check_result; in compute_key() local 241 if (!DH_check_pub_key(dh, pub_key, &check_result) || check_result) in compute_key()
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
D | integration_test.py | 144 def check_result(response): function 152 check_result(Handler(Request.ForTest(path)).Get()) 171 check_result(Handler(Request.ForTest(
|
/external/eigen/bench/btl/actions/ |
D | action_hessenberg.hh | 100 void check_result( void ){ in check_result() function in Action_hessenberg 203 void check_result( void ){ in check_result() function in Action_tridiagonalization
|
D | action_lu_decomp.hh | 94 void check_result( void ){ in check_result() function in Action_lu_decomp
|
D | action_partial_lu.hh | 96 void check_result( void ){ in check_result() function in Action_partial_lu
|
D | action_rot.hh | 85 BTL_DONT_INLINE void check_result( void ){ in check_result() function in Action_rot
|
D | action_cholesky.hh | 101 void check_result( void ){ in check_result() function in Action_cholesky
|
D | action_aat_product.hh | 106 void check_result( void ){ in check_result() function in Action_aat_product
|
D | action_ata_product.hh | 106 void check_result( void ){ in check_result() function in Action_ata_product
|
D | action_axpby.hh | 93 void check_result( void ){ in check_result() function in Action_axpby
|
D | action_axpy.hh | 104 void check_result( void ){ in check_result() function in Action_axpy
|
D | action_trisolve.hh | 105 void check_result(){ in check_result() function in Action_trisolve
|
D | action_trisolve_matrix.hh | 123 void check_result( void ){ in check_result() function in Action_trisolve_matrix
|
D | action_trmm.hh | 123 void check_result( void ){ in check_result() function in Action_trmm
|
D | action_ger.hh | 93 BTL_DONT_INLINE void check_result( void ){ in check_result() function in Action_ger
|
/external/eigen/bench/btl/generic_bench/static/ |
D | intel_bench_fixed_size.hh | 58 action.check_result(); in bench_fixed_size()
|
/external/eigen/bench/btl/generic_bench/timers/ |
D | x86_perf_analyzer.hh | 67 if (j==0) action.check_result(); in eval_mflops()
|
D | portable_perf_analyzer.hh | 71 action.check_result(); in eval_mflops()
|
D | portable_perf_analyzer_old.hh | 77 action.check_result(); in eval_mflops()
|