HomeSort by relevance Sort by last modified time
    Searched refs:experiments (Results 1 - 25 of 28) sorted by null

1 2

  /external/libvpx/libvpx/tools/
all_builds.py 18 experiments = []
30 experiments.append(experiment)
31 return experiments
53 experiments = list_of_experiments()
56 configs += ["%s --enable-%s" % (base_command, e) for e in experiments]
  /external/chromium_org/chrome/browser/sync/glue/
sync_frontend.h 104 const syncer::Experiments& experiments) = 0;
autofill_data_type_controller_unittest.cc 282 // Set up the experiments state.
285 syncer::Experiments experiments; local
286 experiments.autofill_culling = true;
287 sync->OnExperimentsChanged(experiments);
sync_backend_host_impl.cc 28 #include "sync/internal_api/public/util/experiments.h"
541 syncer::Experiments experiments; local
542 if (core_->sync_manager()->ReceivedExperiment(&experiments))
543 frontend_->OnExperimentsChanged(experiments);
  /external/chromium/chrome/browser/
about_flags.cc 38 // Names for former Chrome OS Labs experiments, shared with prefs migration
65 // distinct types of experiments:
300 const Experiment* experiments = kExperiments; member in namespace:about_flags::__anon1536
327 // Extracts the list of enabled lab experiments from preferences and stores them
347 // Takes a set of enabled lab experiments
400 // Removes all experiments from prefs::kEnabledLabsExperiments that are
401 // unknown, to prevent this list to become very long as experiments are added
406 DCHECK(ValidateExperiment(experiments[i]));
407 AddInternalName(experiments[i], &known_experiments);
434 // Filter out any experiments that aren't enabled on the current platform. W
    [all...]
about_flags_unittest.cc 37 // The experiments that are set for these tests. The 3rd experiment is not
124 // Add two experiments, check they're there.
153 // Add two experiments, check the pref exists.
212 // Tests enabling experiments that aren't supported on the current platform.
214 // Enable experiments 1 and 3.
236 // Enable experiments 1 and 2.
284 // Tests multi-value type experiments.
324 const Experiment* experiments = testing::GetExperiments(&count); local
326 std::string name = experiments->internal_name;
  /external/chromium_org/chrome/browser/resources/
flags.js 12 * the current experiments and populates the html jstemplate with that data.
14 * @param {Object} experimentsData Information about all experiments.
78 * Asks the C++ FlagsDOMHandler to get details about the available experiments
104 * current state of all experiments.
105 * @param {Object} experimentsData Information about all experiments.
flags.css 117 /* Disabled and unsupported experiments display grey text on a grey background.
153 .no-experiments {
  /external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/
Stripifier.java 913 // Works by setting runnning a number of experiments in different areas of
923 // the experiments
934 // PHASE 1: Set up numSamples * numEdges experiments
936 StripInfoVec[] experiments = new StripInfoVec[numSamples * 6]; local
937 for (int i = 0; i < experiments.length; i++)
938 experiments[i] = new StripInfoVec();
952 // slew of experiments, then skip going any further
960 // otherwise, we shall now try experiments for starting on the
968 experiments[experimentIndex++].add(strip01);
975 experiments[experimentIndex++].add(strip10);
    [all...]
  /external/chromium_org/sync/internal_api/public/
sync_manager.h 39 struct Experiments;
410 virtual bool ReceivedExperiment(Experiments* experiments) = 0;
  /external/chromium_org/sync/internal_api/public/test/
fake_sync_manager.h 120 virtual bool ReceivedExperiment(Experiments* experiments) OVERRIDE;
  /external/chromium_org/chrome/browser/
about_flags.cc 378 // distinct types of experiments:
928 "enable-devtools-experiments",
1926 const Experiment* experiments = kExperiments; member in namespace:about_flags::__anon3972
    [all...]
about_flags_unittest.cc 43 // The experiments that are set for these tests. The 3rd experiment is not
168 // Add two experiments, check they're there.
197 // Add two experiments, check the pref exists.
294 // Tests enabling experiments that aren't supported on the current platform.
296 // Enable experiments 1 and 3.
325 // Enable experiments 1 and 2.
379 // Tests multi-value type experiments.
460 const Experiment* experiments = testing::GetExperiments(&count); local
462 std::string name = experiments->internal_name;
  /external/chromium/chrome/browser/resources/net_internals/
testview.js 10 * - Shows the set of experiments that have been run so far, and their
  /external/chromium_org/sync/internal_api/
sync_manager_impl.h 112 virtual bool ReceivedExperiment(Experiments* experiments) OVERRIDE;
base_node.cc 333 DCHECK_EQ(GetModelType(), EXPERIMENTS);
334 return GetEntitySpecifics().experiments();
sync_manager_impl.cc 32 #include "sync/internal_api/public/util/experiments.h"
    [all...]
  /external/chromium_org/sync/internal_api/test/
fake_sync_manager.cc 225 bool FakeSyncManager::ReceivedExperiment(Experiments* experiments) {
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
SettingsScreen.js 54 this._tabbedPane.appendTab(WebInspector.SettingsScreen.Tabs.Experiments, WebInspector.UIString("Experiments"), new WebInspector.ExperimentsSettingsTab());
98 Experiments: "experiments",
677 WebInspector.SettingsTab.call(this, WebInspector.UIString("Experiments"), "experiments-tab-content");
679 var experiments = WebInspector.experimentsSettings.experiments;
680 if (experiments.length) {
683 for (var i = 0; i < experiments.length; ++i
    [all...]
Settings.js 264 this._setting = WebInspector.settings.createSetting("experiments", {});
268 // Add currently running experiments here.
288 get experiments()
298 return Preferences.experimentsEnabled || ("experiments" in WebInspector.queryParamsObject);
  /external/chromium_org/sync/protocol/
proto_value_conversions_unittest.cc 271 SET_FIELD(experiments);
  /external/chromium_org/third_party/sqlite/src/test/
fuzz_common.tcl 39 'The' 'first' 'experiments' 'in' 'hardware' 'fault' 'injection'
  /external/chromium_org/sync/engine/
apply_control_data_updates_unittest.cc     [all...]
  /external/chromium_org/chrome/browser/sync/
profile_sync_service.h 46 #include "sync/internal_api/public/util/experiments.h"
387 const syncer::Experiments& experiments) OVERRIDE;
671 // The set of currently enabled sync experiments.
672 const syncer::Experiments& current_experiments() const;
    [all...]
profile_sync_service.cc 78 #include "sync/internal_api/public/util/experiments.h"
    [all...]

Completed in 721 milliseconds

1 2