HomeSort by relevance Sort by last modified time
    Searched defs:trial (Results 1 - 10 of 10) sorted by null

  /frameworks/wilhelm/tools/hashgen/
part8.c 5 SLInterfaceID trial = &SL_IID_array[MPH]; variable
6 if (!memcmp(iid, trial, sizeof(struct SLInterfaceID_)))
  /frameworks/wilhelm/src/autogen/
IID_to_MPH.c 254 SLInterfaceID trial = &SL_IID_array[MPH]; local
255 if (!memcmp(iid, trial, sizeof(struct SLInterfaceID_)))
  /external/icu4c/layout/
LookupTables.cpp 34 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 = (const LookupSingle *) ((char *) entry + probe)
    [all...]
  /external/chromium/base/metrics/
field_trial_unittest.cc 104 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->group_ != FieldTrial::kNotFinalized)
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...]
  /external/icu4c/common/
caniter.cpp 565 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/
aacdec_hcrs.cpp 127 UINT trial; local
215 for ( trial = *pNumSegment; trial > 0; trial-- ) {
299 } /* end of trial loop */
    [all...]
  /external/chromium/net/spdy/
spdy_session.cc 1447 base::FieldTrial* trial = base::FieldTrialList::Find("SpdyCwnd"); local
    [all...]
  /external/icu4c/i18n/
dtptngen.cpp 972 DateTimeMatcher trial = it.next(); local
1225 UnicodeString trial = getBestPattern(current.getPattern(), status); local
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 813 int trial; local
847 for (trial = 0; trial < trials; ++trial) {
849 trial >= remap_after_trial ? num_unsaved_files : 0,
850 trial >= remap_after_trial ? unsaved_files : 0,
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 533 milliseconds