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

  /external/rappor/client/java/com/google/android/rappor/
Encoder.java 68 * First (and only) byte of HMAC_DRBG personalization strings used to generate the cohort number.
140 * The number of cohorts used for cohort assignment.
145 * The cohort this user is assigned to for Bloom filter string encoding.
148 * encoders use the same userSecret but have different numCohorts values, the cohort assignment
149 * for the encoder with the smaller numCohorts value is a bitwise suffix of the cohort assignment
150 * for the encoder with the larger numCohorts value. It follows that, if you know maximum cohort
152 * you can deduce the cohort assignment for each encoder by taking the bitwise-and of the max
153 * cohort value and (numCohorts-1), noting that numCohorts is required to be a positive power of
156 private final int cohort; field in class:Encoder
205 * memoized cohort assignments and permanent randomized responses. Be aware that resettin
    [all...]
  /system/update_engine/
omaha_request_action_unittest.cc 87 ? "cohort=\"" + cohort + "\" cohorthint=\"" + cohorthint +
110 ? "cohort=\"" + cohort + "\" cohorthint=\"" + cohorthint +
149 (include_cohorts ? " cohort=\"cohort2\"" : "") +
195 string cohort = ""; member in struct:__anon3825::FakeUpdateResponse
561 // Omaha cohort attributes are not set in the response, so they should not be
    [all...]
omaha_request_action.cc 175 // Returns the cohort* argument to include in the <app> tag for the passed
181 // There's nothing wrong with not having a given cohort setting, so we check
192 LOG(WARNING) << "The omaha cohort setting " << arg_name
200 LOG(WARNING) << "The omaha cohort setting " << arg_name
272 "cohort", kPrefsOmahaCohort);
436 string cohort; member in struct:chromeos_update_engine::OmahaParserData::App
479 if (attrs.find("cohort") != attrs.end()) {
481 app.cohort = attrs["cohort"];
    [all...]

Completed in 84 milliseconds