HomeSort by relevance Sort by last modified time
    Searched full:feature (Results 26 - 50 of 6147) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/extensions/common/features/
feature_provider.h 13 class Feature;
21 // Returns the feature with the specified name.
22 virtual Feature* GetFeature(const std::string& name) const = 0;
24 // Returns the parent feature of |feature|, or NULL if there isn't one.
25 virtual Feature* GetParent(Feature* feature) const = 0;
28 virtual std::vector<Feature*> GetChildren(const Feature& parent) const = 0
    [all...]
complex_feature_unittest.cc 41 scoped_ptr<ComplexFeature> feature(new ComplexFeature(features.Pass()));
45 Feature::IS_AVAILABLE,
46 feature->IsAvailableToManifest(kIdFoo,
49 Feature::UNSPECIFIED_PLATFORM,
50 Feature::GetCurrentPlatform()).result());
54 Feature::IS_AVAILABLE,
55 feature->IsAvailableToManifest(kIdBar,
58 Feature::UNSPECIFIED_PLATFORM,
59 Feature::GetCurrentPlatform()).result());
63 Feature::IS_AVAILABLE
    [all...]
simple_feature_filter.h 10 #include "extensions/common/features/feature.h"
27 explicit SimpleFeatureFilter(SimpleFeature* feature);
30 SimpleFeature* feature() const { return feature_; } function in class:extensions::SimpleFeatureFilter
32 // Parses any additional feature data that may be used by this filter.
37 // Indicates whether or not the owning feature is available within a given
39 virtual Feature::Availability IsAvailableToContext(
41 Feature::Context context,
43 Feature::Platform platform) const;
45 // Indicates whether or not the owning feature is available to a given
47 virtual Feature::Availability IsAvailableToManifest
    [all...]
feature.cc 5 #include "extensions/common/features/feature.h"
18 Feature::Platform Feature::GetCurrentPlatform() {
33 Feature::Availability Feature::CreateAvailability(AvailabilityResult result,
38 Feature::Availability Feature::IsAvailableToExtension(
46 Feature::Feature() : no_parent_(false) {}
48 Feature::~Feature() {
    [all...]
simple_feature_filter.cc 11 SimpleFeatureFilter::SimpleFeatureFilter(SimpleFeature* feature)
12 : feature_(feature) {}
20 Feature::Availability SimpleFeatureFilter::IsAvailableToContext(
22 Feature::Context context,
24 Feature::Platform platform) const {
25 return Feature::CreateAvailability(Feature::IS_AVAILABLE, std::string());
28 Feature::Availability SimpleFeatureFilter::IsAvailableToManifest(
33 Feature::Platform platform) const {
34 return Feature::CreateAvailability(Feature::IS_AVAILABLE, std::string())
    [all...]
base_feature_provider_unittest.cc 11 #include "extensions/common/features/feature.h"
19 // Tests that a real manifest feature is available for the correct types of
23 // NOTE: This feature cannot have multiple rules, otherwise it is not a
25 SimpleFeature* feature = local
27 ASSERT_TRUE(feature);
28 std::set<Manifest::Type>* extension_types = feature->extension_types();
52 Feature* feature = provider->GetFeature("description"); local
53 EXPECT_EQ(Feature::IS_AVAILABLE,
54 feature->IsAvailableToContext(extension.get()
82 SimpleFeature* feature = local
114 Feature* feature = provider->GetFeature("power"); local
    [all...]
base_feature_provider.h 25 // provider create plain old Feature instances.
30 // Gets the feature |feature_name|, if it exists.
31 virtual Feature* GetFeature(const std::string& feature_name) const OVERRIDE;
32 virtual Feature* GetParent(Feature* feature) const OVERRIDE;
33 virtual std::vector<Feature*> GetChildren(const Feature& parent) const
39 typedef std::map<std::string, linked_ptr<Feature> > FeatureMap;
  /sdk/eclipse/artifacts/bundles/
monitor.product 38 <feature id="com.android.ide.eclipse.ddms.feature"/>
39 <feature id="com.android.ide.eclipse.gldebugger.feature"/>
40 <feature id="com.android.ide.eclipse.hierarchyviewer.feature"/>
41 <feature id="com.android.ide.eclipse.traceview.feature"/>
42 <feature id="com.android.ide.eclipse.monitor.feature"/>
    [all...]
category.xml 6 <feature url="features/com.android.ide.eclipse.ddms_23.0.2.qualifier.jar" id="com.android.ide.eclipse.ddms.feature" version="23.0.2.qualifier">
8 </feature>
9 <feature url="features/com.android.ide.eclipse.hierarchyviewer_23.0.2.qualifier.jar" id="com.android.ide.eclipse.hierarchyviewer.feature" version="23.0.2.qualifier">
11 </feature>
12 <feature url="features/com.android.ide.eclipse.traceview_23.0.2.qualifier.jar" id="com.android.ide.eclipse.traceview.feature" version="23.0.2.qualifier">
14 </feature>
15 <feature url="features/com.android.ide.eclipse.gldebugger_23.0.2.qualifier.jar" id="com.android.ide.eclipse (…)
    [all...]
  /external/e2fsprogs/tests/m_uninit/
script 1 DESCRIPTION="uninitialized group feature"
  /device/google/atv/
tv_core_hardware.xml 23 <feature name="android.hardware.audio.output" />
24 <feature name="android.hardware.location" />
25 <feature name="android.hardware.location.network" />
26 <feature name="android.hardware.screen.landscape" />
27 <feature name="android.hardware.type.television" />
29 <feature name="android.software.app_widgets" />
30 <feature name="android.software.backup" />
31 <feature name="android.software.leanback" />
32 <feature name="android.software.leanback_only" />
33 <feature name="android.software.live_tv" /
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/features/
FeatureSummaryActivity.java 48 * Simple storage class for data about an Android feature.
50 static class Feature {
52 * The name of the feature. Should be one of the PackageManager.FEATURE*
74 public Feature(String name, boolean required) {
84 } else if (o == null || !(o instanceof Feature)) {
87 Feature feature = (Feature) o; local
88 return name.equals(feature.name)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
ElementParser.java 12 * Parses feature.xml, plugin.xml, and fragment.xml files
52 // instantiate vectors that will hold lists of plugins and features read from feature.xml
74 if (type.equals("feature"))
75 xmlFile=install+"/features/"+id+"/"+"feature.xml";
95 if (local.equals("feature"))
96 add(atts.getValue("id")+"-feature", features);
107 xmlParser.parse("l:/vabase/team/sonia", "feature", "org.eclipse.platform-feature");
108 xmlParser.parse("l:/vabase/team/sonia", "feature", "org.eclipse.platform.win32-feature");
    [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/gmaven/feature/gmaven-feature-support/1.5/
gmaven-feature-support-1.5.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/gmaven/feature/gmaven-feature-api/1.5/
gmaven-feature-api-1.5.jar 
  /external/clang/test/Preprocessor/
microsoft-import.c 3 #import "pp-record.h" // expected-error {{#import of type library is an unsupported Microsoft feature}}
6 #import "pp-record.h" no_namespace, auto_rename // expected-error {{#import of type library is an unsupported Microsoft feature}}
11 // expected-error@-3 {{#import of type library is an unsupported Microsoft feature}}
  /external/clang/test/SemaCXX/
c99.cpp 5 struct Point { int x; int y; int z[]; }; // expected-warning{{flexible array members are a C99 feature}}
7 Point p1 = { .x = 17, // expected-warning{{designated initializers are a C99 feature}}
8 y: 25 }; // expected-warning{{designated initializers are a C99 feature}} \
  /external/valgrind/main/coregrind/m_gdbserver/
32bit-linux-valgrind-s1.xml 8 <!DOCTYPE feature SYSTEM "gdb-target.dtd">
9 <feature name="org.gnu.gdb.i386.linux.valgrind.s1">
11 </feature>
32bit-linux-valgrind-s2.xml 8 <!DOCTYPE feature SYSTEM "gdb-target.dtd">
9 <feature name="org.gnu.gdb.i386.linux.valgrind.s2">
11 </feature>
32bit-linux.xml 8 <!DOCTYPE feature SYSTEM "gdb-target.dtd">
9 <feature name="org.gnu.gdb.i386.linux">
11 </feature>
64bit-linux-valgrind-s1.xml 8 <!DOCTYPE feature SYSTEM "gdb-target.dtd">
9 <feature name="org.gnu.gdb.i386.linux.valgrind.s1">
11 </feature>
64bit-linux-valgrind-s2.xml 8 <!DOCTYPE feature SYSTEM "gdb-target.dtd">
9 <feature name="org.gnu.gdb.i386.linux.valgrind.s2">
11 </feature>
64bit-linux.xml 8 <!DOCTYPE feature SYSTEM "gdb-target.dtd">
9 <feature name="org.gnu.gdb.i386.linux">
11 </feature>
  /external/e2fsprogs/tests/m_meta_bg/
script 1 DESCRIPTION="meta blockgroup feature"
  /external/llvm/test/MC/Mips/mips5/
invalid-mips64r2.s 8 clo $11,$a1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
9 clz $sp,$gp # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
10 dclo $s2,$a2 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
11 dclz $s0,$25 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
12 deret # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
13 di $s8 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
14 drotr $1,15 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
15 drotr $1,$14,15 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
16 drotr32 $1,15 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
17 drotr32 $1,$14,15 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enable
    [all...]

Completed in 433 milliseconds

12 3 4 5 6 7 8 91011>>