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

  /external/chromium/chrome/browser/net/
connection_tester.h 77 // The "Experiment" structure describes an individual test to run.
78 struct Experiment {
79 Experiment(const GURL& url,
97 typedef std::vector<Experiment> ExperimentList;
111 // Called when an individual experiment is about to be started.
113 const Experiment& experiment) = 0;
115 // Called when an individual experiment has completed.
116 // |experiment| - the experiment that has completed
    [all...]
connection_tester.cc 38 // An instance of ExperimentURLRequestContext is created for each experiment
40 // to the specified "experiment".
47 int Init(const ConnectionTester::Experiment& experiment) {
50 // Create a custom HostResolver for this experiment.
52 rv = CreateHostResolver(experiment.host_resolver_experiment,
58 // Create a custom ProxyService for this this experiment.
60 rv = CreateProxyService(experiment.proxy_settings_experiment,
67 // experiment being run.
104 // Creates a host resolver for |experiment|. On success returns net::OK an
    [all...]
connection_tester_unittest.cc 42 const ConnectionTester::Experiment& experiment) {
47 const ConnectionTester::Experiment& experiment,
  /external/chromium/chrome/browser/resources/net_internals/
testview.js 48 thead.innerHTML = '<tr><th>Result</th><th>Experiment</th>' +
57 TestView.prototype.onStartedConnectionTestExperiment = function(experiment) {
81 addTextNode(experimentCell, 'Fetch ' + experiment.url);
83 if (experiment.proxy_settings_experiment ||
84 experiment.host_resolver_experiment) {
87 if (experiment.proxy_settings_experiment) {
89 addTextNode(li, experiment.proxy_settings_experiment);
92 if (experiment.host_resolver_experiment) {
94 addTextNode(li, experiment.host_resolver_experiment);
103 experiment, result)
    [all...]
main.js 503 experiment) {
506 experiment);
514 info.experiment, info.result);
739 * observer.onStartedConnectionTestExperiment(experiment);
740 * observer.onCompletedConnectionTestExperiment(experiment, result);
    [all...]
  /external/chromium/chrome/browser/
about_flags.cc 28 Experiment::SINGLE_VALUE, command_line_switch, switch_value, NULL, 0
32 Experiment::MULTI_VALUE, "", "", choices, arraysize(choices)
46 // The first line of the experiment is the internal name. If you'd like to
64 // To add a new experiment add to the end of kExperiments. There are two
66 // . SINGLE_VALUE: experiment is either on or off. Use the SINGLE_VALUE_TYPE
70 // this type of experiment use the macro MULTI_VALUE_TYPE supplying it the
72 // See the documentation of Experiment for details on the fields.
75 const Experiment kExperiments[] = {
300 const Experiment* experiments = kExperiments;
362 std::string NameForChoice(const Experiment& e, int index)
485 const Experiment& experiment = experiments[i]; local
    [all...]
  /external/chromium/net/disk_cache/
histogram_macros.h 18 // whenever the name changes (the experiment group changes), the histrogram
104 #define CACHE_UMA(type, name, experiment, sample) {\
105 const std::string my_name = BACKEND_OBJ->HistogramName(name, experiment);\
disk_format.h 94 int32 experiment; // Id of an ongoing test. member in struct:disk_cache::IndexHeader
backend_impl.cc 150 // Sets group for the current experiment. Returns false if the files should be
153 if (header->experiment == disk_cache::EXPERIMENT_OLD_FILE1 ||
154 header->experiment == disk_cache::EXPERIMENT_OLD_FILE2) {
160 if (header->experiment >= disk_cache::EXPERIMENT_DELETED_LIST_OUT)
163 // The experiment is closed.
164 header->experiment = disk_cache::EXPERIMENT_DELETED_LIST_OUT;
455 if (data_->header.experiment != NO_EXPERIMENT &&
457 // No experiment for other caches.
1028 std::string BackendImpl::HistogramName(const char* name, int experiment) const {
1029 if (!experiment)
    [all...]
backend_impl.h 172 // Returns the full histogram name, for the given base |name| and experiment,
174 // is the cache type and e the provided |experiment|.
175 std::string HistogramName(const char* name, int experiment) const;
eviction.cc 86 in_experiment_ = (header_->experiment == EXPERIMENT_DELETED_LIST_IN);
483 // Normally we use 25% for each list. The experiment doubles the number of
  /external/chromium/chrome/browser/first_run/
try_chrome_dialog_view.cc 132 // Find out what experiment we are conducting.
138 BrowserDistribution::UserExperiment experiment; local
139 if (!dist->GetExperimentDetails(&experiment, version_) ||
140 !experiment.heading) {
144 string16 heading = l10n_util::GetStringUTF16(experiment.heading);
  /external/chromium/chrome/browser/ui/webui/
net_internals_ui.cc 109 Value* ExperimentToValue(const ConnectionTester::Experiment& experiment) {
112 if (experiment.url.is_valid())
113 dict->SetString("url", experiment.url.spec());
117 experiment.proxy_settings_experiment));
120 experiment.host_resolver_experiment));
307 const ConnectionTester::Experiment& experiment);
309 const ConnectionTester::Experiment& experiment,
    [all...]
  /external/chromium/net/tools/dump_cache/
dump_files.cc 67 printf("experiment: %d\n", header.experiment);
  /external/iproute2/doc/
ip-cref.tex 663 It would be best not to repeat this experiment.
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 391 milliseconds