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

  /hardware/ril/mock-ril/src/cpp/
experiments.h 22 void experiments(v8::Handle<v8::Context> context);
experiments.cpp 34 #include "experiments.h"
274 void experiments(v8::Handle<v8::Context> context) { function
275 ALOGD("experiments E: ********");
280 ALOGD("experiments X: ********\n");
mock_ril.cpp 39 #include "experiments.h"
341 experiments(context);
  /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::__anon2830
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/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...]
  /hardware/ril/mock-ril/
Android.mk 22 $(src_cpp)/experiments.cpp \
  /external/chromium/chrome/browser/resources/net_internals/
testview.js 10 * - Shows the set of experiments that have been run so far, and their

Completed in 117 milliseconds