OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:experiments
(Results
1 - 25
of
30
) sorted by null
1
2
/packages/apps/TV/src/com/android/tv/experiments/
Experiments.java
17
package com.android.tv.
experiments
;
19
import static com.android.tv.
experiments
.ExperimentFlag.createFlag;
24
* Set of
experiments
visible in AOSP.
29
public final class
Experiments
{
41
private
Experiments
() {}
ExperimentFlag.java
17
package com.android.tv.
experiments
;
21
*
Experiments
return values based on user, device and other criteria.
/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/autotest/client/bin/
kernel_versions_unittest.py
70
experiments
= ['2.6.1-patch', '2.6.1-rc1_patch', '2.6.18-smp-220.0_patch',
variable in class:kernel_versions_test
76
for v in self.candidates + self.
experiments
:
83
for v in self.
experiments
:
/packages/apps/Contacts/src-bind/com/android/contactsbind/experiments/
Flags.java
16
package com.android.contactsbind.
experiments
;
/packages/apps/TV/src/com/android/tv/ui/
AppLayerTvView.java
25
import com.android.tv.
experiments
.
Experiments
;
58
((SurfaceView) child).setSecure(!
Experiments
.ENABLE_DEVELOPER_FEATURES.get());
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
FullCartesianExperimentSelector.java
37
* A set of {@link Experiment
experiments
} constructed by taking all possible combinations of
74
List<Experiment>
experiments
= Lists.newArrayList();
80
experiments
.add(new Experiment(instrumentation, theseUserParams, vm));
84
return ImmutableSet.copyOf(
experiments
);
ExperimentingCaliperRun.java
127
"There were no
experiments
to be performed for the class %s using the instruments %s",
131
stdout.format("This selection yields %s
experiments
.%n", allExperiments.size());
137
stdout.format("%d
experiments
were skipped.%n",
142
throw new InvalidBenchmarkException("All
experiments
were skipped.");
262
ImmutableSet<Experiment> dryRun(Iterable<Experiment>
experiments
)
265
for (Experiment experiment :
experiments
) {
/external/toolchain-utils/bestflags/
example_algorithms.py
139
experiments
= json.load(open(file_name))
141
for experiment in
experiments
:
144
_ProcessGA(
experiments
[experiment])
/frameworks/av/media/libmediaplayerservice/nuplayer/
Android.mk
31
# enable
experiments
only in userdebug and eng builds
/packages/apps/Contacts/src/com/android/contacts/model/
DeviceLocalAccountLocator.java
22
import com.android.contacts.
Experiments
;
26
import com.android.contactsbind.
experiments
.Flags;
54
if (Flags.getInstance().getBoolean(
Experiments
.CP2_DEVICE_ACCOUNT_DETECTION_ENABLED)) {
68
if (Flags.getInstance().getBoolean(
Experiments
.CP2_DEVICE_ACCOUNT_DETECTION_ENABLED)) {
AccountTypeManager.java
40
import com.android.contacts.
Experiments
;
52
import com.android.contactsbind.
experiments
.Flags;
407
if (Flags.getInstance().getBoolean(
Experiments
.CP2_DEVICE_ACCOUNT_DETECTION_ENABLED)) {
/packages/apps/TV/src/com/android/tv/ui/sidepanel/
DeveloperOptionFragment.java
31
import com.android.tv.
experiments
.
Experiments
;
98
return
Experiments
.ENABLE_DEVELOPER_FEATURES.get() || BuildConfig.ENG;
/prebuilts/go/darwin-x86/src/cmd/internal/obj/
go.go
21
// Toolchain
experiments
.
/prebuilts/go/linux-x86/src/cmd/internal/obj/
go.go
21
// Toolchain
experiments
.
/packages/apps/TV/src/com/android/tv/
SetupPassthroughActivity.java
29
import com.android.tv.
experiments
.
Experiments
;
87
if (Utils.isInternalTvInput(this, mTvInputInfo.getId()) &&
Experiments
.CLOUD_EPG.get()) {
95
&&
Experiments
.CLOUD_EPG.get()) {
/frameworks/av/media/libstagefright/
Android.mk
131
# enable
experiments
only in userdebug and eng builds
/packages/apps/TV/src/com/android/tv/util/
SetupUtils.java
41
import com.android.tv.
experiments
.
Experiments
;
389
== PackageManager.PERMISSION_GRANTED &&
Experiments
.CLOUD_EPG.get()) {
/packages/apps/Contacts/src/com/android/contacts/
DynamicShortcuts.java
57
import com.android.contactsbind.
experiments
.Flags;
131
.getInteger(
Experiments
.DYNAMIC_MIN_CONTENT_CHANGE_UPDATE_DELAY_MILLIS);
133
.getInteger(
Experiments
.DYNAMIC_MAX_CONTENT_CHANGE_UPDATE_DELAY_MILLIS);
500
flags.getInteger(
Experiments
.DYNAMIC_MIN_CONTENT_CHANGE_UPDATE_DELAY_MILLIS) +
502
flags.getInteger(
Experiments
.DYNAMIC_MAX_CONTENT_CHANGE_UPDATE_DELAY_MILLIS));
/packages/apps/TV/src/com/android/tv/data/
ProgramDataManager.java
39
import com.android.tv.
experiments
.
Experiments
;
178
if (mEpgFetcher != null &&
Experiments
.CLOUD_EPG.get()) {
/packages/apps/TV/src/com/android/tv/dvr/
SeriesRecordingScheduler.java
42
import com.android.tv.
experiments
.
Experiments
;
250
if (
Experiments
.CLOUD_EPG.get()) {
/external/owasp/sanitizer/empiricism/
html-containment.js
4
* The questions above are answered by running a bunch of
experiments
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
config.go
307
c.sparsePhiCutoff = 2500000 // 0 for testing. // 2500000 determined with crude
experiments
w/ make.bash
/prebuilts/go/darwin-x86/src/runtime/
hash_test.go
446
// More precisely, we did N = k.bits() * hashSize
experiments
where
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
config.go
307
c.sparsePhiCutoff = 2500000 // 0 for testing. // 2500000 determined with crude
experiments
w/ make.bash
Completed in 973 milliseconds
1
2