HomeSort by relevance Sort by last modified time
    Searched refs:PROBABILITY_75 (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/components/rappor/
rappor_metric_unittest.cc 19 PROBABILITY_75 /* Fake data probability */,
21 PROBABILITY_75 /* One coin probability */,
28 PROBABILITY_75 /* Fake data probability */,
30 PROBABILITY_75 /* One coin probability */,
rappor_parameters.h 13 PROBABILITY_75, // 75%
rappor_service_unittest.cc 52 PROBABILITY_75 /* Fake data probability */,
54 PROBABILITY_75 /* One coin probability */,
byte_vector_utils_unittest.cc 62 ByteVector random_75 = generator.GetWeightedRandomByteVector(PROBABILITY_75);
72 ByteVector random_75 = generator.GetWeightedRandomByteVector(PROBABILITY_75);
110 ByteVector random = generator.GetWeightedRandomByteVector(PROBABILITY_75);
130 ByteVector random = generator.GetWeightedRandomByteVector(PROBABILITY_75);
byte_vector_utils.cc 134 case PROBABILITY_75:
rappor_service.cc 68 rappor::PROBABILITY_75 /* One coin probability */,

Completed in 53 milliseconds