Searched defs:get (Results 1 - 10 of 10) sorted by relevance
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/ |
H A D | env_test.c | 54 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 D | config.cpp | 75 atf::config::get(const std::string& varname) function in class:atf::config
|
H A D | config_test.cpp | 124 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 D | env.cpp | 48 impl::get(const std::string& name) function in class:impl
|
H A D | auto_array.hpp | 64 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 D | config_test.c | 100 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 D | entropy2_test.c | 87 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 D | SparseMap.pm | 126 sub get { subroutine
|
/bind-9.6-ESV-R11/unit/atf-src/atf-run/ |
H A D | io.cpp | 117 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 D | entropy.c | 294 * 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