Home
last modified time | relevance | path

Searched refs:test_hash (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/dist/Storable/t/
Dmalice.t61 sub test_hash { subroutine
130 test_hash ($clone);
162 test_hash ($clone);
257 test_hash ($clone);
285 test_hash ($clone);
/openbsd/src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/
Dsupport.py109 def test_hash(self): member in HashingMixin
/openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/
DAPItest.xs248 HV *test_hash = newHV(); in test_freeent() local
259 (void) hv_stores(test_hash, "", &PL_sv_yes); in test_freeent()
260 (void) hv_deletes(test_hash, "", 0); in test_freeent()
271 HvSHAREKEYS_on(test_hash); in test_freeent()
284 f(aTHX_ test_hash, victim); in test_freeent()