HomeSort by relevance Sort by last modified time
    Searched refs:trial (Results 26 - 50 of 58) sorted by null

12 3

  /external/chromium_org/components/metrics/
metrics_service.cc 269 SyntheticTrialGroup::SyntheticTrialGroup(uint32 trial, uint32 group) {
270 id.name = trial;
    [all...]
metrics_service.h 57 // A Field Trial and its selected group, which represent a particular
58 // Chrome configuration state. For example, the trial name could map to
68 // Synthetic field trial users:
76 SyntheticTrialGroup(uint32 trial, uint32 group);
204 // Registers a field trial name and group to be used to annotate a UMA report
206 // annotated with this trial group if and only if all events in the report
207 // were created after the trial is registered. Only one group name may be
209 // is registered for a given trial name will be recorded. The values passed
210 // in must not correspond to any real field trial in the code.
450 // Field trial groups that map to Chrome configuration states
    [all...]
  /external/chromium_org/third_party/icu/source/common/
caniter.cpp 566 UnicodeString trial; local
567 nfd.normalize(temp, trial, status);
568 if(U_FAILURE(status) || trial.compare(segment+segmentPos, segLen - segmentPos) != 0) {
uniset.cpp 662 const UnicodeString& trial = *(const UnicodeString*)strings->elementAt(i);
664 //if (trial.length() == 0) {
667 // assert(trial.length() != 0); // We ensure this elsewhere
669 UChar c = trial.charAt(forward ? 0 : trial.length() - 1);
676 int32_t matchLen = matchRest(text, offset, limit, trial);
686 if (matchLen == trial.length()) {
    [all...]
  /external/icu/icu4c/source/common/
caniter.cpp 566 UnicodeString trial; local
567 nfd.normalize(temp, trial, status);
568 if(U_FAILURE(status) || trial.compare(segment+segmentPos, segLen - segmentPos) != 0) {
uniset.cpp 662 const UnicodeString& trial = *(const UnicodeString*)strings->elementAt(i);
664 //if (trial.length() == 0) {
667 // assert(trial.length() != 0); // We ensure this elsewhere
669 UChar c = trial.charAt(forward ? 0 : trial.length() - 1);
676 int32_t matchLen = matchRest(text, offset, limit, trial);
686 if (matchLen == trial.length()) {
    [all...]
  /external/chromium_org/base/metrics/
field_trial.h 17 // the client for a field trial or not, for every run of the program on a
35 // // Note: This field trial will run in Chrome instances compiled through
37 // scoped_refptr<base::FieldTrial> trial(
43 // trial->AppendGroup("HighMem", 20); // 2% in HighMem group.
45 // trial->AppendGroup("LowMem", 20); // 2% in LowMem group.
47 // if (trial->group() == high_mem_group)
49 // else if (trial->group() == low_mem_group)
75 typedef int Probability; // Probability type for being selected in a trial.
77 // Specifies the persistence of the field trial group choice.
95 // the specified field trial. If |randomization_seed| is not 0, it will b
    [all...]
  /external/chromium_org/chrome/browser/net/
network_stats.cc 871 CR_DEFINE_STATIC_LOCAL(scoped_refptr<base::FieldTrial>, trial, ());
874 if (!trial.get()) {
875 // Set up a field trial to collect network stats for UDP.
    [all...]
  /external/ceres-solver/internal/ceres/
compressed_row_sparse_matrix_test.cc 508 for (int trial = 0; trial < kNumTrials; ++trial) {
rotation_test.cc 639 for (int trial = 0; trial < kNumTrials; ++trial) {
    [all...]
  /external/chromium_org/gpu/config/
gpu_info_collector_win.cc 622 // This is on a field trial so we can turn it off easily if it blows up
624 scoped_refptr<base::FieldTrial> trial(
629 trial->AppendGroup("Enabled", 0);
631 if (trial->group() == enabled_group) {
  /external/chromium_org/components/password_manager/core/browser/
password_manager.cc 527 scoped_refptr<base::FieldTrial> trial(
537 trial->AppendGroup("Enabled", enabled_probability);
  /external/aac/libAACdec/src/
aacdec_hcrs.cpp 127 UINT trial; local
215 for ( trial = *pNumSegment; trial > 0; trial-- ) {
299 } /* end of trial loop */
    [all...]
  /hardware/qcom/audio/hal/
audio_hw.c 2720 int trial; local
    [all...]
  /external/chromium_org/ppapi/tests/
test_websocket.cc     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_heapq.py 140 for trial in xrange(100):
143 if trial & 1: # Half of the time, use heapify
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_heapq.py 140 for trial in xrange(100):
143 if trial & 1: # Half of the time, use heapify
  /external/littlemock/src/com/google/testing/littlemock/
LittleMock.java 158 for (MethodCall trial : calls) {
159 if (mLastCall == null || mLastCall.mInvocationOrder < trial.mInvocationOrder) {
160 mLastCall = trial;
163 lastTrial = trial;
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
dtptngen.cpp 1024 DateTimeMatcher trial = it.next(); local
1281 UnicodeString trial = getBestPattern(current.getPattern(), status); local
    [all...]
  /external/icu/icu4c/source/i18n/
dtptngen.cpp 1025 DateTimeMatcher trial = it.next(); local
1282 UnicodeString trial = getBestPattern(current.getPattern(), status); local
    [all...]
  /external/chromium_org/chrome/browser/
io_thread.cc 129 // The SPDY trial composes two different trial plus control groups:
133 // trial runs continuously.
773 base::FieldTrial* trial = base::FieldTrialList::Find(kSpdyFieldTrialName); local
774 if (trial)
775 trial->Disable();
802 // No SPDY command-line flags have been specified. Examine trial groups.
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
aether-connector-wagon-0.9.0.M2.jar 
  /external/clang/tools/c-index-test/
c-index-test.c 1516 int trial; local
    [all...]
  /external/chromium_org/third_party/tlslite/tlslite/
messages.py 689 def write(self, trial=False):
  /external/chromium_org/chrome/browser/autocomplete/
search_provider_unittest.cc 239 // Create a field trial, with ZeroSuggest activation based on |enabled|.
551 base::FieldTrial* trial = base::FieldTrialList::CreateFieldTrial( local
553 trial->group();
    [all...]

Completed in 1364 milliseconds

12 3