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

  /src/external/bsd/atf/dist/atf-c++/
macros_test.cpp 597 std::string exp_result = std::string("^failed: .*") + t->msg; local
598 ATF_REQUIRE(atf::utils::grep_file(exp_result.c_str(), "result"));
649 std::string exp_result = std::string("^failed: .*") + t->msg; local
650 ATF_REQUIRE(atf::utils::grep_file(exp_result.c_str(), "result"));
698 std::string exp_result = "macros_test.cpp:[0-9]+: " + local
700 ATF_REQUIRE(atf::utils::grep_file(exp_result.c_str(), "stderr"));
743 std::string exp_result = "^failed: .*macros_test.cpp:[0-9]+: " + local
745 ATF_REQUIRE(atf::utils::grep_file(exp_result.c_str(), "result"));
  /src/crypto/external/apache2/openssl/dist/test/
bntest.c 3124 BIGNUM *exp_result = NULL; local
3128 if (!TEST_ptr(exp_result = BN_new())
3145 if (!TEST_int_eq(BN_mod_exp2_mont(exp_result, exp_a1, exp_p1, exp_a2,
3153 BN_free(exp_result);
  /src/crypto/external/bsd/openssl/dist/test/
bntest.c 2901 BIGNUM *exp_result = NULL; local
2905 if (!TEST_ptr(exp_result = BN_new())
2922 if (!TEST_int_eq(BN_mod_exp2_mont(exp_result, exp_a1, exp_p1, exp_a2,
2929 BN_free(exp_result);
  /src/crypto/external/bsd/openssl.old/dist/test/
bntest.c 2817 BIGNUM *exp_result = NULL; local
2821 if (!TEST_ptr(exp_result = BN_new())
2838 if (!TEST_int_eq(BN_mod_exp2_mont(exp_result, exp_a1, exp_p1, exp_a2,
2845 BN_free(exp_result);
  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 17040 dw_loc_descr_ref exp_result = NULL;
17055 exp_result
17060 exp_result
17065 mem_loc_result = exp_result;
17067 add_loc_descr (&mem_loc_result, exp_result);
17027 dw_loc_descr_ref exp_result = NULL; local
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 16954 dw_loc_descr_ref exp_result = NULL;
16969 exp_result
16974 exp_result
16979 mem_loc_result = exp_result;
16981 add_loc_descr (&mem_loc_result, exp_result);
16941 dw_loc_descr_ref exp_result = NULL; local

Completed in 79 milliseconds