Searched defs:trial (Results 1 - 9 of 9) sorted by relevance

/external/icu4c/layout/
H A DLookupTables.cpp34 const LookupSegment *trial = (const LookupSegment *) ((char *) entry + extra); local
36 if (SWAPW(trial->lastGlyph) <= ttGlyph) {
37 entry = trial;
42 trial = (const LookupSegment *) ((char *) entry + probe);
44 if (SWAPW(trial->lastGlyph) <= ttGlyph) {
45 entry = trial;
63 const LookupSingle *trial = (const LookupSingle *) ((char *) entry + extra); local
65 if (SWAPW(trial->glyph) <= ttGlyph) {
66 entry = trial;
71 trial
[all...]
/external/chromium/base/metrics/
H A Dfield_trial_unittest.cc104 scoped_refptr<FieldTrial> trial; local
107 std::string name = StringPrintf("trial%d", ++counter);
108 trial = new FieldTrial(name, 10, winner, next_year_, 12, 31);
109 trial->AppendGroup(loser, 5); // 50% chance of not being chosen.
111 } while (trial->group_ != FieldTrial::kNotFinalized);
114 EXPECT_EQ(FieldTrial::kDefaultGroupNumber, trial->group());
117 EXPECT_EQ(winner, trial->group_name());
132 scoped_refptr<FieldTrial> trial(
134 trial->AppendGroup("first", 1); // 50% chance of being chosen.
136 if (trial
156 FieldTrial* trial = local
179 FieldTrial* trial = local
208 scoped_refptr<FieldTrial> trial; local
223 FieldTrial* trial = local
254 FieldTrial* trial = FieldTrialList::Find("Some_name"); local
255 ASSERT_NE(static_cast<FieldTrial*>(NULL), trial); local
260 ASSERT_NE(static_cast<FieldTrial*>(NULL), trial); local
275 FieldTrial* trial = local
291 FieldTrial* trial = local
[all...]
H A Dfield_trial.cc157 void FieldTrialList::Register(FieldTrial* trial) { argument
163 DCHECK(!global_->PreLockedFind(trial->name()));
164 trial->AddRef();
165 global_->registered_[trial->name()] = trial;
203 // No definitive winner in this trial, use default_group_name as the
244 // In single process mode, we may have already created the field trial.
/external/icu4c/common/
H A Dcaniter.cpp565 UnicodeString trial; local
566 nfd.normalize(temp, trial, status);
567 if(U_FAILURE(status) || trial.compare(segment+segmentPos, segLen - segmentPos) != 0) {
/external/aac/libAACdec/src/
H A Daacdec_hcrs.cpp127 UINT trial; local
215 for ( trial = *pNumSegment; trial > 0; trial-- ) {
299 } /* end of trial loop */
/external/chromium/net/spdy/
H A Dspdy_session.cc1445 // field trial policy.
1447 base::FieldTrial* trial = base::FieldTrialList::Find("SpdyCwnd"); local
1448 if (!trial) {
1452 if (trial->group_name() == "cwnd10")
1454 else if (trial->group_name() == "cwnd16")
1456 else if (trial->group_name() == "cwndMin16")
1458 else if (trial->group_name() == "cwndMin10")
1460 else if (trial->group_name() == "cwndDynamic")
1468 // the settings for the field trial. When removing the field trial, mak
[all...]
/external/icu4c/i18n/
H A Ddtptngen.cpp972 DateTimeMatcher trial = it.next(); local
973 if (trial.equals(skipMatcher)) {
976 int32_t distance=source.getDistance(trial, includeMask, tempInfo);
979 bestPattern=patternMap->getPatternFromSkeleton(*trial.getSkeletonPtr(), &specifiedSkeleton);
1225 UnicodeString trial = getBestPattern(current.getPattern(), status); local
1226 if (trial == *pattern) {
/external/clang/tools/c-index-test/
H A Dc-index-test.c1270 int trial; local
1304 for (trial = 0; trial < trials; ++trial) {
1306 trial >= remap_after_trial ? num_unsaved_files : 0,
1307 trial >= remap_after_trial ? unsaved_files : 0,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 256 milliseconds