Home
last modified time | relevance | path

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

/external/rappor/tests/
Dgen_counts_test.R44 pvalues <- chisq.test(counts0[,1] / v, p = c(.5, .5))$p.value functionVar
46 pvalues <- c(pvalues,
56 pvalues <- c(pvalues,
69 pvalues <- c(pvalues,
73 checkTrue(min(pvalues) > 1E-9, "Chi-squared test failed")
/external/python/cpython2/Lib/ctypes/test/
Dtest_array_in_pointer.py26 c.pvalues = val_array
33 c.pvalues[i].val = i + 1
35 values = [c.pvalues[i].val for i in range(4)]
/external/python/cpython3/Lib/ctypes/test/
Dtest_array_in_pointer.py26 c.pvalues = val_array
33 c.pvalues[i].val = i + 1
35 values = [c.pvalues[i].val for i in range(4)]
/external/autotest/utils/frozen_chromite/third_party/googleapiclient/
Ddiscovery.py712 pvalues = [kwargs[name]]
714 pvalues = kwargs[name]
715 for pvalue in pvalues:
/external/python/google-api-python-client/googleapiclient/
Ddiscovery.py1039 pvalues = [kwargs[name]]
1041 pvalues = kwargs[name]
1042 for pvalue in pvalues: