/external/chromium_org/chrome/browser/net/spdyproxy/ |
data_reduction_proxy_settings.h | 78 // is not part of the field trial, or if the proxy name is not configured 85 // trial that governs the use of the promotion. 89 // flag or Finch trial.
|
/external/chromium_org/chrome/browser/ |
io_thread.h | 265 // well as the QUIC field trial group. 269 // of a field trial or a command line flag. 274 // of a field trial or a command line flag. 279 // |command_line| or the field trial. Returns 0 if there is an error
|
/external/chromium_org/chrome/browser/metrics/ |
metrics_service.h | 74 // A Field Trial and its selected group, which represent a particular 75 // Chrome configuration state. For example, the trial name could map to 91 SyntheticTrialGroup(uint32 trial, uint32 group, base::TimeTicks start); 250 // Registers a field trial name and group to be used to annotate a UMA report 252 // annotated with this trial group if and only if all events in the report 253 // were created after the trial is registered. Only one group name may be 255 // is registered for a given trial name will be recorded. The values passed 256 // in must not correspond to any real field trial in the code. 583 // Field trial groups that map to Chrome configuration states.
|
/external/chromium_org/chrome/browser/prerender/ |
prerender_field_trial.h | 17 // field trial.
|
prerender_util.h | 47 // control group, regardless of the field trial. This function will return true
|
/external/chromium_org/chrome/browser/resources/safe_browsing/ |
malware_block_v2.js | 41 /* This sets up 4 conditions for the Field Trial.
|
/external/chromium_org/chrome/browser/search/ |
search.h | 212 // Returns true if the field trial flag is enabled to prefetch results on SRP. 225 // Finds the active field trial group name and parses out the configuration 226 // flags. On success, |flags| will be filled with the field trial flags. |flags| 227 // must not be NULL. Returns true iff the active field trial is successfully
|
search.cc | 50 // the experiment configuration from the trial's group name in order to give 52 // Field trial groups should be named things like "Group7 espv:2 instant:1". 77 // Constants for the field trial name and group prefix. 78 // Note in M30 and below this field trial was named "InstantExtended" and in 87 // If the field trial's group name ends with this string its configuration will 694 // Get the group name. If the EmbeddedSearch trial doesn't exist, look for 706 // We have a valid trial that isn't disabled. Extract the flags.
|
/external/chromium_org/chrome/common/net/ |
net_error_info.h | 25 // turned off, or if probes are disabled by the field trial.)
|
/external/chromium_org/third_party/tlslite/tlslite/utils/ |
codec.py | 7 #If length is zero, then this is just a "trial run" to determine length
|
cryptomath.py | 339 #Trial division with sieve 343 #Passed trial division, proceed to Rabin-Miller 406 #Do trial division on p and q before Rabin-Miller
|
/frameworks/wilhelm/src/autogen/ |
IID_to_MPH.c | 254 SLInterfaceID trial = &SL_IID_array[MPH]; local 255 if (!memcmp(iid, trial, sizeof(struct SLInterfaceID_)))
|
/external/chromium_org/chrome/common/metrics/proto/ |
system_profile.proto | 426 // Description of a field trial or experiment that the user is currently 429 // field trial. 431 // The name of the field trial, as a 32-bit identifier. 432 // Currently, the identifier is a hash of the field trial's name. 435 // The user's group within the field trial, as a 32-bit identifier.
|
/external/chromium_org/chrome/browser/extensions/api/serial/ |
serial_port_enumerator_posix.cc | 51 // (a single trial of SerialPortEnumeratorTest.ValidPortNames took 6ms to run).
|
/external/chromium_org/chrome/renderer/ |
chrome_render_process_observer.cc | 402 base::FieldTrial* trial = local 404 // Ensure the trial is marked as "used" by calling group() on it. This is 405 // needed to ensure the trial is properly reported in renderer crash reports. 406 trial->group();
|
/external/chromium_org/net/dns/ |
host_cache.cc | 86 // Cache capacity is determined by the field trial.
|
/frameworks/base/docs/html/google/play/billing/ |
versions.jd | 38 <li>Adds support for subscriptions, including free trial period.</li>
|
/external/chromium_org/ppapi/tests/ |
test_websocket.cc | [all...] |
/external/chromium_org/chrome/browser/history/ |
scored_history_match.h | 131 // trial state. 195 // This variable is set in the constructor by examining the field trial
|
/external/chromium_org/components/variations/proto/ |
study.proto | 24 // a corresponding hardcoded field trial in the client. 172 // not specified, randomization will be done using the trial name.
|
/external/chromium_org/media/audio/pulse/ |
pulse_util.cc | 273 // settings below are mostly found through trial and error. Essentially we 286 // huge impact on the performance of the stream and were chosen through trial
|
/external/chromium_org/third_party/tlslite/patches/ |
ca_request.patch | 142 trial) 153 return HandshakeMsg.postWrite(self, w, trial)
|
channel_id.patch | 186 return HandshakeMsg.postWrite(self, w, trial) 191 return HandshakeMsg.postWrite(self, w, trial)
|
/external/chromium_org/chrome/browser/spellchecker/ |
feedback_sender_unittest.cc | 83 // Enables the "SpellingServiceFeedback.Enabled" field trial. 85 // The field trial is temporary. 86 // TODO(rouslan): Remove the field trial. http://crbug.com/247726 461 // The API version should not change for field-trial participants that do not 475 // the user is not participating in the field-trial. 487 // The API version should be different for field-trial participants that also
|
/external/chromium/net/spdy/ |
spdy_session.cc | 1447 base::FieldTrial* trial = base::FieldTrialList::Find("SpdyCwnd"); local [all...] |