HomeSort by relevance Sort by last modified time
    Searched full:experiment (Results 1 - 25 of 143) sorted by null

1 2 3 4 5 6

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/
Terminator.java 20 * Interface passed to each Experiment.
24 * Indicate that the experiment has finished.
26 * @param aborted is true if the experiment terminated abnormally.
VerifierExperiments.java 37 private static ArrayList<Experiment> mExperiments = null;
42 public static ArrayList<Experiment> getExperiments(Context context) {
44 mExperiments = new ArrayList<Experiment>();
54 for (Experiment exp : mExperiments) {
AudioQualityVerifierActivity.java 89 private ArrayList<Experiment> mExperiments;
160 // Called when an experiment has completed
173 // OK, experiment is running
177 // Otherwise, loop back and try the next experiment
194 // Begin an experiment. Returns false if the experiment is not enabled.
196 Experiment exp = mExperiments.get(which);
233 for (Experiment exp : mExperiments) {
249 Experiment exp = mExperiments.get(position);
265 for (Experiment exp : mExperiments)
    [all...]
ExperimentService.java 31 * Launch an experiment.
41 private ArrayList<Experiment> mExperiments;
42 private Experiment mExp;
70 * Implements Terminator, to clean up when the experiment indicates it
ViewResultsActivity.java 45 private ArrayList<Experiment> mExperiments;
82 for (Experiment exp : mExperiments) {
Experiment.java 29 public class Experiment implements Runnable {
47 public Experiment(boolean enable) {
  /external/skia/src/animator/
SkDisplayable.h 34 class SkOpArray; // compiled scripting experiment
35 union SkOperand2; // compiled scripting experiment
66 SkOpArray* params , SkDisplayTypes , SkOperand2* ); // compiled scripting experiment
75 virtual bool getProperty2(int index, SkOperand2* value) const; // compiled scripting experiment
SkDisplayTypes.h 25 class SkOpArray; // compiled script experiment
100 SkDisplayArray(SkOpArray& ); // compiled script experiment
  /external/chromium/net/disk_cache/
histogram_macros.h 47 #define CACHE_UMA(type, name, experiment, sample) {\
48 const std::string my_name = BACKEND_OBJ->HistogramName(name, experiment);\
backend_impl.h 151 // Returns the full histogram name, for the given base |name| and experiment,
153 // is the cache type and e the provided |experiment|.
154 std::string HistogramName(const char* name, int experiment) const;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/experiments/
SoundLevelExperiment.java 28 * Experiment to verify that the sound level has been correctly set.
30 * This experiment should be run first; if it fails the others may
OverflowExperiment.java 28 * Experiment to test the clipping behaviour of the microphone.
31 * part of the waveform. The experiment looks for strange clipping behaviour
BiasExperiment.java 27 * Experiment to look for excessive DC bias in the recordings.
SequenceExperiment.java 27 * the experiment outcome may depend on the whole sequence of recordings.
WarmLatencyExperiment.java 21 import com.android.cts.verifier.audioquality.Experiment;
42 * {@link Experiment} that measures how long it takes for a stimulus emitted
46 public class WarmLatencyExperiment extends Experiment {
51 /** Target RMS value to detect before quitting the experiment. */
ColdLatencyExperiment.java 21 import com.android.cts.verifier.audioquality.Experiment;
38 * {@link Experiment} that measures how long it takes for an initialized
41 public class ColdLatencyExperiment extends Experiment {
GainLinearityExperiment.java 26 * Experiment to test the linearity of the microphone gain response.
SpectrumShapeExperiment.java 27 * Experiment to check that the frequency profile of the recorded signal
LoopbackExperiment.java 21 import com.android.cts.verifier.audioquality.Experiment;
36 public class LoopbackExperiment extends Experiment {
  /external/dropbear/
SMALL 47 You can also experiment with optimisation flags such as -Os, note that in some
48 cases these flags actually seem to increase size, so experiment before
  /external/chromium/net/http/
http_network_session.h 70 // Default to allow up to 6 connections per host. Experiment and tuning may
  /external/webkit/WebCore/manual-tests/
input-starved-by-timers.html 47 UI freeze. Refresh the page to repeat the experiment.<br>Try to click at this
  /cts/apps/CtsVerifier/res/values/
strings.xml 169 <!-- Experiment names -->
170 <string name="aq_default_exp">Unnamed experiment</string>
180 <!-- Experiment outcomes -->
185 <!-- Experiment reports -->
186 <string name="aq_loopback_report">Experiment ran successfully.</string>
192 <string name="aq_linearity_report_error">Experiment failed, error code %1$g</string>
204 <!-- General experiment messages -->
  /external/chromium/base/
field_trial.h 9 // The simplest example is an experiment to see whether one of two options
12 // manages the state of each such experiment (state == which option was
24 // Example: Suppose we have an experiment involving memory, such as determining
45 // We then modify any histograms we wish to correlate with our experiment to
105 // experiment.
108 // If the field trial is not in an experiment, this returns the empty string.
124 // This is empty of the trial is not in the experiment.
  /libcore/luni/src/main/java/org/apache/xpath/functions/
FuncGenerateId.java 55 // to experiment with balancing document and node numbers within

Completed in 553 milliseconds

1 2 3 4 5 6