Home
last modified time | relevance | path

Searched refs:count_B (Results 1 – 7 of 7) sorted by relevance

/dports/java/java-subversion/subversion-1.14.1/subversion/tests/libsvn_delta/
H A Dvdelta-test.c95 int count_B = 0; in do_one_test_cycle() local
115 &count_B, &len_B, quiet, pool, "B ", stdout); in do_one_test_cycle()
139 for (count_AB = 0; count_AB < count_B; ++count_AB) in do_one_test_cycle()
/dports/devel/py-subversion/subversion-1.14.1/subversion/tests/libsvn_delta/
H A Dvdelta-test.c95 int count_B = 0; in do_one_test_cycle() local
115 &count_B, &len_B, quiet, pool, "B ", stdout); in do_one_test_cycle()
139 for (count_AB = 0; count_AB < count_B; ++count_AB) in do_one_test_cycle()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/tests/libsvn_delta/
H A Dvdelta-test.c95 int count_B = 0; in do_one_test_cycle() local
115 &count_B, &len_B, quiet, pool, "B ", stdout); in do_one_test_cycle()
139 for (count_AB = 0; count_AB < count_B; ++count_AB) in do_one_test_cycle()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/tests/libsvn_delta/
H A Dvdelta-test.c95 int count_B = 0; in do_one_test_cycle() local
115 &count_B, &len_B, quiet, pool, "B ", stdout); in do_one_test_cycle()
139 for (count_AB = 0; count_AB < count_B; ++count_AB) in do_one_test_cycle()
/dports/www/node10/node-v10.24.1/test/cctest/
H A Dtest_aliased_buffer.cc102 size_t count_B, in SharedBufferTest() argument
110 size_t sizeInBytes_B = count_B * sizeof(NativeT_B); in SharedBufferTest()
118 isolate, sizeInBytes_A, count_B, rootBuffer); in SharedBufferTest()
123 std::vector<NativeT_B> oracle_B(count_B); in SharedBufferTest()
/dports/biology/mothur/mothur-1.46.1/source/chimera/
H A Dslayer.cpp251 int count_B = 0; // sceneario QLB,QRA supported in bootstrapSNPS() local
299 count_B++; in bootstrapSNPS()
304 BSB = (float) count_B / (float) numIters * 100; in bootstrapSNPS()
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/groupby/
H A Dtest_counting.py312 count_B = df.groupby("A")["B"].count()
313 tm.assert_series_equal(count_B, expected["B"])