Searched defs:ad_stat (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dsampler_test.cc203 double ad_stat = AndersonDarlingStatistic(n, random_sample.get()); local
204 LOG(INFO) << StringPrintf("Testing the AD test. n=%d, ad_stat = %f",
205 n, ad_stat);
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dsampler_test.cc203 double ad_stat = AndersonDarlingStatistic(n, random_sample.get()); local
204 LOG(INFO) << StringPrintf("Testing the AD test. n=%d, ad_stat = %f",
205 n, ad_stat);

Completed in 122 milliseconds