Home
last modified time | relevance | path

Searched refs:test_id (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/tre/dist/tests/
H A Dbench.c153 int test_id = -1; in main() local
158 test_id = atoi(optarg); in main()
182 switch (test_id) { in main()
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Devp_libctx_test.c314 static int test_cipher_reinit(int test_id) in test_cipher_reinit() argument
341 const char *name = sk_OPENSSL_STRING_value(cipher_names, test_id); in test_cipher_reinit()
403 static int test_cipher_reinit_partialupdate(int test_id) in test_cipher_reinit_partialupdate() argument
432 const char *name = sk_OPENSSL_STRING_value(cipher_names, test_id); in test_cipher_reinit_partialupdate()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-internal-inl.h273 int total_shards, int shard_index, int test_id);
H A Dgtest.cc5481 bool ShouldRunTestOnShard(int total_shards, int shard_index, int test_id) { in ShouldRunTestOnShard() argument
5482 return (test_id % total_shards) == shard_index; in ShouldRunTestOnShard()
/netbsd-src/usr.sbin/sysinst/
H A Ddisks.c2381 const struct disk_partitions *test, part_id test_id) in selection_has_partition() argument
2387 sel->selection[i].id == test_id) in selection_has_partition()