HomeSort by relevance Sort by last modified time
    Searched full:feature1 (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/chrome/common/extensions/features/
base_feature_provider_unittest.cc 107 base::DictionaryValue* feature1 = new base::DictionaryValue(); local
108 feature1->SetString("channel", "trunk");
109 value->Set("feature1", feature1);
124 // feature1 won't validate because it lacks an extension type.
125 EXPECT_FALSE(provider->GetFeature("feature1"));
128 feature1->Set("extension_types", extension_types->DeepCopy());
130 EXPECT_TRUE(provider->GetFeature("feature1"));
132 // Remove the channel, and feature1 won't validate.
133 feature1->Remove("channel", NULL)
    [all...]
  /external/chromium_org/chrome/renderer/safe_browsing/
scorer_unittest.cc 28 model_.add_hashes("feature1");
39 rule->add_feature(0); // feature1
43 rule->add_feature(0); // feature1
117 EXPECT_TRUE(features.AddRealFeature("feature1", 0.15));
122 // 3.0 (rule weight) * 0.15 (feature1 weight) * 1.0 (feature2) weight = 9.8
  /external/chromium_org/gpu/config/
gpu_util.h 33 // |str| is in the format of "feature1,feature2,...,featureN".
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
mucroomconfigtask_unittest.cc 86 room_features.push_back("feature1");
104 "<value>feature1</value>"
mucroomdiscoverytask_unittest.cc 125 " <info:feature var='feature1'/>"
140 EXPECT_EQ(1U, listener->last_features.count("feature1"));
  /external/chromium_org/chrome/common/extensions/api/commands/
commands_manifest_unittest.cc 45 ASSERT_STREQ("feature1", named_command->command_name().c_str());
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoInstrument.java 232 * name and availability pairs like "feature1:sdk:true;feature2:sdk:false;feature3:other:true;".
  /external/llvm/lib/MC/
SubtargetFeature.cpp 170 "For example, llc -mcpu=mycpu -mattr=+feature1,-feature2\n";
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar 

Completed in 293 milliseconds