Home
last modified time | relevance | path

Searched refs:actual_name (Results 1 - 5 of 5) sorted by relevance

/third_party/jerryscript/tests/unit-ext/
H A Dtest-ext-module-canonical.c81 jerry_value_t actual_name = jerry_create_string ((jerry_char_t *) ACTUAL_NAME); in main() local
86 jerry_value_t result1 = jerryx_module_resolve (actual_name, &resolver, 1); in main()
87 jerry_release_value (actual_name); in main()
/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_vfy.c141 /* Return 0 if expect_name != NULL and there is no matching actual_name */
143 const char *actual_desc, const X509_NAME *actual_name, in check_name()
152 if (actual_name == NULL) { in check_name()
156 str = X509_NAME_oneline(actual_name, NULL, 0); in check_name()
157 if (X509_NAME_cmp(actual_name, expect_name) == 0) { in check_name()
142 check_name(const OSSL_CMP_CTX *ctx, int log_success, const char *actual_desc, const X509_NAME *actual_name, const char *expect_desc, const X509_NAME *expect_name) check_name() argument
/third_party/openssl/crypto/cmp/
H A Dcmp_vfy.c141 /* Return 0 if expect_name != NULL and there is no matching actual_name */
143 const char *actual_desc, const X509_NAME *actual_name, in check_name()
152 if (actual_name == NULL) { in check_name()
156 str = X509_NAME_oneline(actual_name, NULL, 0); in check_name()
157 if (X509_NAME_cmp(actual_name, expect_name) == 0) { in check_name()
142 check_name(const OSSL_CMP_CTX *ctx, int log_success, const char *actual_desc, const X509_NAME *actual_name, const char *expect_desc, const X509_NAME *expect_name) check_name() argument
/third_party/skia/tests/
H A DAnimatedImageTest.cpp206 SkString actual_name = SkStringPrintf("actual_%c", '0' + expectedFrame); in compare_bitmaps() local
208 write_bm(actual_name.c_str(), actualBm); in compare_bitmaps()
/third_party/node/test/fixtures/wpt/resources/
H A Dtestharness.js2098 "${func} threw ${actual} (${actual_name}) expected instance of ${expected} (${expected_name})",
2099 {func:func, actual:e, actual_name:e.name,

Completed in 8 milliseconds