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

  /external/chromium_org/components/rappor/
rappor_metric_unittest.cc 20 PROBABILITY_50 /* Fake one probability */,
22 PROBABILITY_50 /* Zero coin probability */};
29 PROBABILITY_50 /* Fake one probability */,
31 PROBABILITY_50 /* Zero coin probability */};
rappor_parameters.h 14 PROBABILITY_50, // 50%
byte_vector_utils_unittest.cc 60 ByteVector random_50 = generator.GetWeightedRandomByteVector(PROBABILITY_50);
69 ByteVector random_50 = generator.GetWeightedRandomByteVector(PROBABILITY_50);
91 generator.GetWeightedRandomByteVector(PROBABILITY_50);
93 ByteVector random_50 = generator2.GetWeightedRandomByteVector(PROBABILITY_50);
101 ByteVector random = generator.GetWeightedRandomByteVector(PROBABILITY_50);
120 ByteVector random = generator.GetWeightedRandomByteVector(PROBABILITY_50);
rappor_service_unittest.cc 53 PROBABILITY_50 /* Fake one probability */,
55 PROBABILITY_50 /* Zero coin probability */};
rappor_service.cc 66 rappor::PROBABILITY_50 /* Fake data probability */,
67 rappor::PROBABILITY_50 /* Fake one probability */,
byte_vector_utils.cc 136 case PROBABILITY_50:

Completed in 323 milliseconds