HomeSort by: relevance | last modified time | path
    Searched defs:test_value (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/atf/dist/atf-c/
config_test.c 40 static const char *test_value = "env-value"; variable
86 ATF_CHECK_STREQ(atf_config_get(v->lc), test_value);
88 ATF_CHECK(strcmp(atf_config_get(v->lc), test_value) != 0);
110 ATF_CHECK(strcmp(atf_config_get(v->lc), test_value) != 0);
128 RE(atf_env_set(v->uc, test_value));
130 compare_one(v->lc, test_value);
  /src/external/bsd/atf/dist/atf-c++/
config_test.cpp 40 static const char *test_value = "env-value"; variable
120 ATF_REQUIRE_EQ(atf::config::get(v->lc), test_value);
122 ATF_REQUIRE(atf::config::get(v->lc) != test_value);
142 ATF_REQUIRE(atf::config::get(v->lc) != test_value);
160 set_env_var(v->uc, test_value);
162 compare_one(v->lc, test_value);
  /src/external/bsd/atf/dist/tools/
config_test.cpp 39 static const char *test_value = "env-value"; variable
123 ATF_REQUIRE_EQ(tools::config::get(v->lc), test_value);
125 ATF_REQUIRE(tools::config::get(v->lc) != test_value);
145 ATF_REQUIRE(tools::config::get(v->lc) != test_value);
163 set_env_var(v->uc, test_value);
165 compare_one(v->lc, test_value);
  /src/external/lgpl3/mpfr/dist/tests/
trandom_deviate.c 225 test_value (long nbtests, mpfr_prec_t prec, mpfr_rnd_t rnd, function
314 test_value (nbtests, 2, MPFR_RNDD, verbose);
315 test_value (nbtests, 5, MPFR_RNDU, verbose);
316 test_value (nbtests, 24, MPFR_RNDN, verbose);
317 test_value (nbtests, 53, MPFR_RNDZ, verbose);
318 test_value (nbtests, 64, MPFR_RNDA, verbose);
  /src/crypto/external/bsd/openssl/dist/test/
evp_extra_test.c 3677 const int test_value = 32; local
3684 && TEST_int_gt(EVP_PKEY_CTX_set_rsa_pss_saltlen(pkey_ctx, test_value), 0)
3686 && TEST_int_eq(saltlen, test_value);
  /src/crypto/external/apache2/openssl/dist/test/
evp_extra_test.c 4773 const int test_value = 32; local
4780 && TEST_int_gt(EVP_PKEY_CTX_set_rsa_pss_saltlen(pkey_ctx, test_value), 0)
4782 && TEST_int_eq(saltlen, test_value);

Completed in 72 milliseconds