HomeSort by: relevance | last modified time | path
    Searched refs:expected_string (Results 1 - 9 of 9) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/test/
x509_time_test.c 39 * setting -1 to expected_type and setting NULL to expected_string.
45 const char *expected_string; member in struct:__anon2293
331 /* if t is not NULL but expected_string is NULL, it is an 'OK' case too */
332 if (t != NULL && x509_format_tests[idx].expected_string) {
334 x509_format_tests[idx].expected_string,
335 strlen(x509_format_tests[idx].expected_string))) {
336 TEST_info("test_x509_time(%d) failed: expected_string %s, got %.*s\n",
337 idx, x509_format_tests[idx].expected_string, t->length,
  /src/crypto/external/apache2/openssl/dist/test/
x509_time_test.c 39 * setting -1 to expected_type and setting NULL to expected_string.
45 const char *expected_string; member in struct:__anon779
532 /* if t is not NULL but expected_string is NULL, it is an 'OK' case too */
533 if (t != NULL && x509_format_tests[idx].expected_string) {
535 x509_format_tests[idx].expected_string,
536 strlen(x509_format_tests[idx].expected_string))) {
537 TEST_info("test_x509_time(%d) failed: expected_string %s, got %.*s\n",
538 idx, x509_format_tests[idx].expected_string, t->length,
  /src/crypto/external/bsd/openssl/dist/test/
x509_time_test.c 39 * setting -1 to expected_type and setting NULL to expected_string.
45 const char *expected_string; member in struct:__anon1787
383 /* if t is not NULL but expected_string is NULL, it is an 'OK' case too */
384 if (t != NULL && x509_format_tests[idx].expected_string) {
386 x509_format_tests[idx].expected_string,
387 strlen(x509_format_tests[idx].expected_string))) {
388 TEST_info("test_x509_time(%d) failed: expected_string %s, got %.*s\n",
389 idx, x509_format_tests[idx].expected_string, t->length,
  /src/external/mit/isl/dist/
isl_test_cpp-generic.cc 187 const char *expected_string = "n"; local
188 assert(expected_string == expr.to_C_str());
191 expected_string = "n >= 0";
192 assert(expected_string == expr.to_C_str());
isl_test_python.py 144 expected_string = "n"
145 assert(expected_string == expr.to_C_str())
148 expected_string = "n >= 0"
149 assert(expected_string == expr.to_C_str())
  /src/external/gpl3/gcc/dist/libgcc/
libgcov-driver.c 223 char ver_string[128], expected_string[128]; local
231 gcov_version_string (expected_string, e), e,
  /src/external/gpl3/gcc.old/dist/libgcc/
libgcov-driver.c 223 char ver_string[128], expected_string[128]; local
231 gcov_version_string (expected_string, e), e,
  /src/external/gpl3/gdb/dist/gdb/testsuite/lib/
cp-support.exp 29 # EXPECTED_STRING is the string expected by the test.
37 # If there is a line for the given EXPECTED_STRING, and if the
41 proc cp_check_errata { expected_string actual_string errata_table } {
43 if { "$expected_string" == [lindex $erratum 0]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
cp-support.exp 29 # EXPECTED_STRING is the string expected by the test.
37 # If there is a line for the given EXPECTED_STRING, and if the
41 proc cp_check_errata { expected_string actual_string errata_table } {
43 if { "$expected_string" == [lindex $erratum 0]

Completed in 32 milliseconds