Searched defs:get (Results 1 - 10 of 10) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Denv_test.c54 ATF_TC(get); variable
55 ATF_TC_HEAD(get, tc)
59 ATF_TC_BODY(get, tc)
111 ATF_TP_ADD_TC(tp, get);
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dconfig.cpp75 atf::config::get(const std::string& varname) function in class:atf::config
H A Dconfig_test.cpp124 ATF_REQUIRE_EQ(atf::config::get(v->lc), test_value);
126 ATF_REQUIRE(atf::config::get(v->lc) != test_value);
134 ATF_TEST_CASE(get); variable
135 ATF_TEST_CASE_HEAD(get)
137 set_md_var("descr", "Tests the config::get function");
139 ATF_TEST_CASE_BODY(get)
146 ATF_REQUIRE(atf::config::get(v->lc) != test_value);
151 if (!atf::config::get(v->lc).empty()) {
155 ATF_REQUIRE(atf::config::get(v->lc).empty());
157 ATF_REQUIRE(!atf::config::get(
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Denv.cpp48 impl::get(const std::string& name) function in class:impl
H A Dauto_array.hpp64 T* get(void) throw();
65 const T* get(void) const throw();
107 auto_array< T >::get(void) function in class:atf::auto_array
115 auto_array< T >::get(void) function in class:atf::auto_array
/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dconfig_test.c100 ATF_TC(get); variable
101 ATF_TC_HEAD(get, tc)
105 ATF_TC_BODY(get, tc)
150 ATF_TP_ADD_TC(tp, get);
/bind-9.6-ESV-R11/bin/tests/
H A Dentropy2_test.c87 get(isc_entropysource_t *source, void *arg, isc_boolean_t blocking) { function
144 result = isc_entropy_createcallbacksource(ent, start, get, stop, &kbd,
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/util/
H A DSparseMap.pm126 sub get { subroutine
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dio.cpp117 impl::file_handle::get(void) function in class:impl::file_handle
294 const size_t nbytes = safe_read(fd, buffer.get(), m_bufsize - 1,
331 while (!terminate && (ret = safe_poll(poll_fds.get(), 2, 250)) == 0) {}
/bind-9.6-ESV-R11/lib/isc/
H A Dentropy.c294 * variable so the next value will get xored in rotated to
561 * get some, and fail if we can't, and partial returns
859 isc_entropyget_t get,
869 REQUIRE(get != NULL);
889 cbs->getfunc = get;
857 isc_entropy_createcallbacksource(isc_entropy_t *ent, isc_entropystart_t start, isc_entropyget_t get, isc_entropystop_t stop, void *arg, isc_entropysource_t **sourcep) argument

Completed in 19 milliseconds