HomeSort by relevance Sort by last modified time
    Searched refs:Baseline (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 772 LazyValueInfo::Tristate Baseline =
775 if (Baseline != LazyValueInfo::Unknown) {
781 if (Ret != Baseline) break;
786 unsigned ToRemove = Baseline == LazyValueInfo::True ? 1 : 0;
787 unsigned ToKeep = Baseline == LazyValueInfo::True ? 0 : 1;
    [all...]
  /external/chromium_org/chrome/browser/content_settings/
content_settings_browsertest.cc 641 // A sanity check to verify that the plugin that is used as a baseline below
643 IN_PROC_BROWSER_TEST_F(PepperContentSettingsSpecialCasesTest, Baseline) {
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/ttsdebug/
ttsdebug.js 50 name: 'Baseline',
52 'end events, and establishes a baseline time to speak a ' +
101 description: 'Speaks twice as fast and compares the time to the baseline.',
102 dependencies: ['Baseline'],
122 var relative = delta / resultMap['Baseline'];
136 description: 'Speaks twice as slow and compares the time to the baseline.',
137 dependencies: ['Baseline'],
157 var relative = delta / resultMap['Baseline'];
172 'the baseline utterance, to make sure that speech after ' +
174 dependencies: ['Baseline'],
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
prefix_set_unittest.cc 215 TEST_F(PrefixSetTest, Baseline) {

Completed in 257 milliseconds