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

1 2 3 4

  /frameworks/wilhelm/tools/hashgen/
part8.c 5 SLInterfaceID trial = &SL_IID_array[MPH]; variable
6 if (!memcmp(iid, trial, sizeof(struct SLInterfaceID_)))
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
TrialResult.java 17 import com.google.caliper.model.Trial;
24 private final Trial trial; field in class:TrialResult
28 TrialResult(Trial trial, Experiment experiment, ImmutableList<String> trialMessages) {
29 this.trial = trial;
38 Trial getTrial() {
39 return trial;
ResultsUploader.java 25 import com.google.caliper.model.Trial;
94 @Override public final void processTrial(Trial trial) {
103 resource.type(APPLICATION_JSON_TYPE).post(gson.toJson(ImmutableList.of(trial)));
105 runId = Optional.of(trial.run().id());
108 logUploadFailure(trial, e);
110 logUploadFailure(trial, e);
118 private static void logUploadFailure(Trial trial, Exception e) {
120 "Could not upload trial %s. Consider uploading it manually.", trial.id()), e)
    [all...]
ConsoleOutput.java 23 import com.google.caliper.model.Trial;
68 * Prints a short message when we observe a trial failure.
72 // TODO(lukes): it would be nice to print which trial failed. Consider adding Experiment data
75 "ERROR: Trial failed to complete (its results will not be included in the run):\n"
81 * Prints a summary of a successful trial result.
85 stdout.printf("Trial Report (%d of %d):%n Experiment %s%n",
94 Trial trial = result.getTrial(); local
98 .putAll(Multimaps.index(trial.measurements(), new Function<Measurement, String>() {
131 instrumentSpecs.add(trial.instrumentSpec())
    [all...]
OutputFileDumper.java 26 import com.google.caliper.model.Trial;
96 @Override public void processTrial(Trial trial) {
107 "An error occured writing trial %s. Results in %s will be incomplete.", trial.id(),
112 gson.toJson(trial, Trial.class, writer.get());
  /external/fec/
sumsq_test.c 29 int i,d,trial,trials=10000; local
77 for(trial=0;trial<trials;trial++){
81 for(trial=0;trial<trials;trial++){
  /external/caliper/caliper/src/main/java/com/google/caliper/api/
ResultProcessor.java 19 import com.google.caliper.model.Trial;
30 void processTrial(Trial trial);
  /external/libchrome/base/metrics/
field_trial_unittest.cc 60 void OnFieldTrialGroupFinalized(const std::string& trial,
62 trial_name_ = trial;
154 scoped_refptr<FieldTrial> trial; local
158 std::string name = StringPrintf("trial%d", ++counter);
159 trial = CreateFieldTrial(name, 10, winner, &default_group_number);
160 trial->AppendGroup(loser, 5); // 50% chance of not being chosen.
162 } while (trial->group_ != FieldTrial::kNotFinalized);
165 EXPECT_EQ(default_group_number, trial->group());
168 EXPECT_EQ(winner, trial->group_name());
183 scoped_refptr<FieldTrial> trial local
208 scoped_refptr<FieldTrial> trial = local
232 scoped_refptr<FieldTrial> trial = local
264 FieldTrial* trial = FieldTrialList::FactoryGetFieldTrial( local
279 scoped_refptr<FieldTrial> trial = local
340 scoped_refptr<FieldTrial> trial = local
372 scoped_refptr<FieldTrial> trial = local
407 scoped_refptr<FieldTrial> trial = local
427 scoped_refptr<FieldTrial> trial = local
469 scoped_refptr<FieldTrial> trial = local
516 FieldTrial* trial = FieldTrialList::Find("Some_name"); local
517 ASSERT_NE(static_cast<FieldTrial*>(NULL), trial); local
522 ASSERT_NE(static_cast<FieldTrial*>(NULL), trial); local
531 FieldTrial* trial = FieldTrialList::Find("tname"); local
532 ASSERT_NE(static_cast<FieldTrial*>(NULL), trial); local
551 scoped_refptr<FieldTrial> trial = local
655 FieldTrial* trial = FieldTrialList::Find("Foo"); local
656 ASSERT_NE(static_cast<FieldTrial*>(NULL), trial); local
661 ASSERT_NE(static_cast<FieldTrial*>(NULL), trial); local
671 FieldTrial* trial = FieldTrialList::Find("Some_name"); local
672 ASSERT_NE(static_cast<FieldTrial*>(NULL), trial); local
689 scoped_refptr<FieldTrial> trial = local
704 scoped_refptr<FieldTrial> trial = local
712 scoped_refptr<FieldTrial> trial = local
799 scoped_refptr<FieldTrial> trial = local
813 scoped_refptr<FieldTrial> trial = local
928 scoped_refptr<FieldTrial> trial = local
947 scoped_refptr<FieldTrial> trial = local
971 scoped_refptr<FieldTrial> trial = local
995 scoped_refptr<FieldTrial> trial = local
1017 scoped_refptr<FieldTrial> trial = local
1101 scoped_refptr<FieldTrial> trial = local
1290 FieldTrial* trial = local
    [all...]
field_trial.cc 37 // Define a marker character to be used as a prefix to a trial name on the
41 // Use shared memory to communicate field trial (experiment) state. Set to false
51 // Constants for the field trial allocator.
54 // We allocate 128 KiB to hold all the field trial data. This should be enough,
74 // Writes out the field trial's contents (via trial_state) to the pickle. The
84 // Get field trial params.
170 // Verify if the trial should be activated or not.
271 // Skip reading trial and group name.
308 // the trial to the default group.
326 // forced trial, it will not have the same value as the default grou
663 FieldTrial::State trial; local
762 FieldTrial* trial = CreateFieldTrial(trial_name, group_name); local
1095 FieldTrial* trial = global_->PreLockedFind(trial_name.as_string()); local
    [all...]
  /external/tensorflow/tensorflow/contrib/boosted_trees/lib/utils/
random_test.cc 26 for (int trial = 0; trial < 10; ++trial) {
  /external/tensorflow/tensorflow/core/platform/posix/
net.cc 96 int trial = 0; local
99 trial++;
100 CHECK_LE(trial, kMaximumTrials)
102 if (trial == 1) {
104 } else if (trial <= kNumRandomPortsToPick) {
  /external/tensorflow/tensorflow/core/platform/windows/
net.cc 113 int trial = 0; local
116 trial++;
117 CHECK_LE(trial, kMaximumTrials)
119 if (trial == 1) {
121 } else if (trial <= kNumRandomPortsToPick) {
  /external/caliper/caliper/src/test/java/com/google/caliper/runner/
InMemoryResultsUploader.java 22 import com.google.caliper.model.Trial;
35 static ImmutableList<Trial> trials() {
39 private static List<Trial> trials;
51 @Override public void processTrial(Trial trial) {
53 trials.add(trial);
ResultProcessorCreatorTest.java 24 import com.google.caliper.model.Trial;
56 public void processTrial(Trial trial) {
85 public void processTrial(Trial trial) {
103 public void processTrial(Trial trial) {
AllocationInstrumentTest.java 23 import com.google.caliper.model.Trial;
73 Trial trial = Iterables.getOnlyElement(runner.trials()); local
75 Measurement.indexByDescription(trial.measurements());
  /external/autotest/client/cros/chameleon/
chameleon_bluetooth_audio.py 17 # When device is busy, a trial may take more than 15 seconds.
125 @param timeout: Timeout in seconds to pair bluetooth module in a trial.
133 for trial in xrange(retries):
138 elif trial == retries - 1:
  /frameworks/wilhelm/src/autogen/
IID_to_MPH.cpp 254 SLInterfaceID trial = &SL_IID_array[MPH];
255 if (!memcmp(iid, trial, sizeof(struct SLInterfaceID_)))
  /external/icu/icu4c/source/test/perf/howExpensiveIs/
howExpensiveIs.cpp 182 fprintf(stderr, "trial: %d/%d = %.9fs\n", i, ITERATIONS,times[i]);
308 double trial = unum_parseDouble(fFmt,fStr,fLen, NULL, &setupStatus); local
309 if(U_SUCCESS(setupStatus) && trial!=fExpect) {
312 fFile,fLine,getName(),trial,fExpect);
317 double trial=0.0; local
320 trial = unum_parse(fFmt,fStr,fLen, NULL, &setupStatus);
437 int32_t trial = unum_formatDouble(fFmt,fExpect, buf, 100, NULL, &setupStatus); local
439 || trial!=fLen
440 ||trial<=0
441 || u_strncmp(fStr,buf,trial) ) {
451 int32_t trial; local
561 int32_t trial = unum_formatInt64(fFmt,fExpect, buf, 100, NULL, &setupStatus); local
575 int32_t trial; local
668 int32_t trial; local
    [all...]
  /external/libchrome/base/
feature_list_unittest.cc 165 // Initially, neither trial should be active.
197 // Initially, neither trial should be active.
224 FieldTrial* trial = FieldTrialList::CreateFieldTrial("TrialExample2", "A"); local
226 kFeatureOffByDefaultName, FeatureList::OVERRIDE_DISABLE_FEATURE, trial);
229 EXPECT_FALSE(FieldTrialList::IsTrialActive(trial->trial_name()));
233 // field trial, the field trial should not be activated (since the Associate*
235 EXPECT_FALSE(FieldTrialList::IsTrialActive(trial->trial_name()));
263 // Register a field trial to associate with the feature and ensure that the
273 // Now, register a field trial to override |kFeatureOnByDefaultName| stat
363 FieldTrial* trial = FieldTrialList::CreateFieldTrial("Trial", "Group"); local
384 FieldTrial* trial = FieldTrialList::CreateFieldTrial("Trial", "Group"); local
401 FieldTrial* trial = FieldTrialList::CreateFieldTrial("Trial", "Group"); local
    [all...]
feature_list.cc 32 // followed by a base::Pickle object that contains the feature and trial name.
47 // Reads the feature and trial name from the pickle. Calling this is only
60 // Return true because we are not guaranteed to have a trial name anyways.
68 // field trial names, as they are used as special characters for command-line
111 FieldTrial* trial = FieldTrialList::Find(trial_name.as_string()); local
112 RegisterOverride(feature_name, override_state, trial);
131 // Only one associated field trial is supported per feature. This is generally
136 << " already has trial: " << entry->field_trial->trial_name()
137 << ", associating trial: " << field_trial->trial_name();
151 << " has conflicting field trial overrides:
344 base::FieldTrial* trial = nullptr; local
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
DfpMath.java 177 int trial = 1; local
181 prevtrial = trial;
182 trial = trial * 2;
183 if (trial > a) {
189 trial = prevtrial;
191 a -= trial;
231 int trial = 1; local
236 prevtrial = trial;
238 trial = trial * 2
    [all...]
  /external/guava/guava-tests/test/com/google/common/base/
Utf8Test.java 67 for (int trial = 0; trial < 100; trial++) {
  /external/webp/src/enc/
alpha_enc.c 252 FilterTrial trial; local
255 &trial);
256 if (ok && trial.score < best.score) {
258 best = trial;
260 VP8BitWriterWipeOut(&trial.bw);
  /external/ltp/testcases/kernel/security/tomoyo/
tomoyo_new_test.c 618 int trial; local
619 for (trial = 0; trial < 2; trial++) {
  /prebuilts/go/darwin-x86/test/chan/
sieve1.go 11 // equivalent to trial-dividing each n by all primes p ? n.

Completed in 427 milliseconds

1 2 3 4