OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Experiment
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/common/
attrition_experiments.h
14
enum
Experiment
{
/external/chromium/chrome/browser/
about_flags.h
23
//
Experiment
is used internally by about_flags to describe an
experiment
(and
26
struct
Experiment
{
28
// An
experiment
with a single value. This is typically what you want.
31
// The
experiment
has multiple values only one of which is ever enabled.
34
// command_line of the
Experiment
is not used. If the
experiment
is enabled
51
// The internal name of the
experiment
. This is never shown to the user.
56
// String id of the message containing the
experiment
's name.
59
// String id of the message containing the
experiment
's description
[
all
...]
/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
...]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/
Experiment.java
29
public class
Experiment
implements Runnable {
47
public
Experiment
(boolean enable) {
Completed in 390 milliseconds