Home
last modified time | relevance | path

Searched defs:classes (Results 1 – 17 of 17) sorted by path

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp4854 Class* classes = (CATCH_UNSAFE_UNRETAINED Class *)malloc( sizeof(Class) * noClasses); in registerTestMethods() local
/freebsd/contrib/googletest/docs/reference/
H A Dmocking.md413 ### DefaultValue {#DefaultValue}
437 ### NiceMock {#NiceMock}
468 ### NaggyMock {#NaggyMock}
495 ### StrictMock {#StrictMock}
527 ### Sequence {#Sequence}
534 ### InSequence {#InSequence}
559 ### Expectation {#Expectation}
574 ### ExpectationSet {#ExpectationSet}
/freebsd/contrib/libxo/xohtml/external/
H A Djquery.qtip.js380 opts.style = { classes: opts.style }; property in opts.style
1908 classes: '', property in QTIP.defaults.style
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenSchedule.h462 iterator_range<class_iterator> classes() { in classes() function
465 iterator_range<const_class_iterator> classes() const { in classes() function
/freebsd/contrib/pam_modules/pam_passwdqc/
H A Dpasswdqc_check.c65 int length, classes, words, chars; in is_simple() local
/freebsd/contrib/wpa/src/p2p/
H A Dp2p_utils.c384 int p2p_channel_select(struct p2p_channels *chans, const int *classes, in p2p_channel_select()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dop_classes.c520 int *classes; in wpas_supp_op_classes() local
/freebsd/crypto/heimdal/kadmin/
H A Drandom_password.c118 } *classes; in generate_password() local
/freebsd/crypto/heimdal/lib/kadm5/
H A Dpassword_quality.c90 const char *classes[] = { in char_class_passwd_quality() local
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp1369 swig_lua_class **classes; in SWIG_Lua_add_namespace_classes() local
/freebsd/lib/libc/net/
H A Dhesiod.c63 int classes[2]; /* The class search order. */ member
/freebsd/sbin/pfctl/
H A Dpfctl_osfp.c67 static struct name_list classes = LIST_HEAD_INITIALIZER(&classes); variable
/freebsd/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c2873 uint64_t classes; in userspace_cb() local
/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data.c154 struct bhnd_nvram_io *io, bhnd_nvram_data_class *classes[], in bhnd_nvram_data_probe_classes()
/freebsd/sys/dev/hwpmc/
H A Dhwpmc_arm64.c509 int classes, idcode, impcode; in pmc_arm64_initialize() local
/freebsd/sys/kern/
H A Dkern_khelp.c148 khelp_init_osd(uint32_t classes, struct osd *hosd) in khelp_init_osd()
H A Dkern_linker.c116 static linker_class_list_t classes; variable