Searched defs:Feature (Results 1 - 25 of 32) sorted by relevance

12

/external/chromium_org/extensions/common/features/
H A Dfeature.cc18 Feature::Platform Feature::GetCurrentPlatform() {
33 Feature::Availability Feature::CreateAvailability(AvailabilityResult result,
38 Feature::Availability Feature::IsAvailableToExtension(
46 Feature::Feature() : no_parent_(false) {} function in class:extensions::Feature
48 Feature::~Feature() {}
[all...]
H A Dfeature.h25 class Feature { class in namespace:extensions
85 friend class Feature;
87 // Instances should be created via Feature::CreateAvailability.
95 Feature();
96 virtual ~Feature();
/external/chromium_org/base/test/android/javatests/src/org/chromium/base/test/util/
H A DFeature.java17 * @Feature({"Foo", "Bar"})
24 public @interface Feature { interface
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
H A DFeature.java29 public interface Feature<T> { interface
31 Set<Feature<? super T>> getImpliedFeatures();
/external/chromium_org/build/android/pylib/host_driven/
H A Dtests_annotations.py89 def Feature(feature_list): function
92 AnnotatedFunctions._AddFunction('Feature:%s' % feature, function)
93 return AnnotatedFunctions._AddFunction('Feature', function)
/external/libpng/contrib/arm-neon/
H A Dlinux.c39 StartLine, Feature, Colon, StartTag, Neon, HaveNeon, SkipTag, SkipLine enumerator in enum:__anon23806
64 state = Feature;
67 case Feature:
/external/chromium_org/remoting/webapp/
H A Dclient_plugin.js104 remoting.ClientPlugin.Feature = {
414 * @param {remoting.ClientPlugin.Feature} feature The feature to test for.
561 if (!this.hasFeature(remoting.ClientPlugin.Feature.SEND_CLIPBOARD_ITEM))
577 if (this.hasFeature(remoting.ClientPlugin.Feature.NOTIFY_CLIENT_RESOLUTION)) {
594 if (this.hasFeature(remoting.ClientPlugin.Feature.VIDEO_CONTROL)) {
597 } else if (this.hasFeature(remoting.ClientPlugin.Feature.PAUSE_VIDEO)) {
610 if (!this.hasFeature(remoting.ClientPlugin.Feature.PAUSE_AUDIO)) {
624 if (!this.hasFeature(remoting.ClientPlugin.Feature.VIDEO_CONTROL)) {
638 if (!this.hasFeature(remoting.ClientPlugin.Feature.VIDEO_CONTROL)) {
652 if (!this.hasFeature(remoting.ClientPlugin.Feature
[all...]
H A Dhost_controller.js95 remoting.HostController.Feature = {
101 * @param {remoting.HostController.Feature} feature The feature to test for.
325 remoting.HostController.Feature.OAUTH_CLIENT,
/external/clang/lib/Basic/
H A DModule.cpp59 static bool hasFeature(StringRef Feature, const LangOptions &LangOpts, argument
61 return llvm::StringSwitch<bool>(Feature)
70 .Default(Target.hasFeature(Feature));
156 void Module::addRequirement(StringRef Feature, bool RequiredState, argument
159 Requirements.push_back(Requirement(Feature, RequiredState));
162 if (hasFeature(Feature, LangOpts, Target) == RequiredState)
/external/llvm/lib/MC/
H A DSubtargetFeature.cpp30 static inline bool hasFlag(const StringRef Feature) { argument
31 assert(!Feature.empty() && "Empty string");
33 char Ch = Feature[0];
40 static inline std::string StripFlag(const StringRef Feature) { argument
41 return hasFlag(Feature) ? Feature.substr(1) : Feature;
46 static inline bool isEnabled(const StringRef Feature) { argument
47 assert(!Feature.empty() && "Empty string");
49 char Ch = Feature[
184 ToggleFeature(uint64_t Bits, const StringRef Feature, ArrayRef<SubtargetFeatureKV> FeatureTable) argument
[all...]
/external/smack/src/org/jivesoftware/smackx/packet/
H A DDiscoverInfo.java46 private final List<Feature> features = new CopyOnWriteArrayList<Feature>();
67 for (Feature f : d.features) {
86 addFeature(new Feature(feature));
101 private void addFeature(Feature feature) {
112 public Iterator<Feature> getFeatures() {
185 for (Iterator<Feature> it = getFeatures(); it.hasNext();) {
207 for (Feature feature : features) {
240 List<Feature> checkedFeatures = new LinkedList<Feature>();
460 public static class Feature { class in class:DiscoverInfo
469 public Feature(String variable) { method in class:DiscoverInfo.Feature
[all...]
H A DStreamInitiation.java41 private Feature featureNegotiation;
117 this.featureNegotiation = new Feature(form);
380 public class Feature implements PacketExtension { class in class:StreamInitiation
389 public Feature(final DataForm data) { method in class:StreamInitiation.Feature
/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dttgsubtable.cpp115 if(GetVerticalGlyphSub(glyphnum, vglyphnum, &FeatureList.FeatureRecord[value].Feature)) {
124 struct TFeature *Feature)
126 for(int i = 0; i < Feature->LookupCount; i++) {
127 int index = Feature->LookupListIndex[i];
276 &rec->FeatureRecord[i].Feature);
121 GetVerticalGlyphSub( TT_uint32_t glyphnum, TT_uint32_t *vglyphnum, struct TFeature *Feature) argument
H A Dttgsubtable.h122 struct TFeature Feature; member in struct:CFX_CTTGSUBTable::TFeatureRecord
365 struct TFeature *Feature);
/external/chromium_org/third_party/skia/third_party/harfbuzz/src/
H A Dharfbuzz-open.h47 HB_UShort FeatureCount; /* number of Feature indices */
48 HB_UShort* FeatureIndex; /* array of Feature indices */
91 /* Feature list related structures */
106 HB_Feature Feature; /* Feature table */ member in struct:HB_FeatureRecord_
/external/libnfc-nci/src/udrv/include/
H A Ducodec.h205 tUCODEC_FEATURE Feature; member in struct:tUCODEC_CNF_TAG
/external/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp193 Record *Feature = FeatureList[i]; local
195 const std::string &Name = Feature->getName();
196 const std::string &CommandLineName = Feature->getValueAsString("Name");
197 const std::string &Desc = Feature->getValueAsString("Desc");
208 Feature->getValueAsListOfDefs("Implies");
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-common-private.hh54 * Script, ScriptList, LangSys, Feature, FeatureList, Lookup, LookupList
178 struct Feature;
269 * Feature implementation. But we still need to be able to tell junk from
291 * beginning of the 'size' Feature table.
382 * added to the end of this Feature Parameters
392 * Feature Parameters specification. The
473 struct Feature struct in namespace:OT
488 const Record<Feature>::sanitize_closure_t *closure) {
531 featureParams; /* Offset to Feature Parameters table (if one
533 * to the beginning of the Feature Tabl
[all...]
/external/clang/lib/Lex/
H A DModuleMap.cpp1586 std::string Feature = Tok.getString(); local
1590 ActiveModule->addRequirement(Feature, RequiredState,
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-common-private.hh54 * Script, ScriptList, LangSys, Feature, FeatureList, Lookup, LookupList
179 struct Feature;
270 * Feature implementation. But we still need to be able to tell junk from
292 * beginning of the 'size' Feature table.
383 * added to the end of this Feature Parameters
393 * Feature Parameters specification. The
474 struct Feature struct in namespace:OT
489 const Record<Feature>::sanitize_closure_t *closure) {
532 featureParams; /* Offset to Feature Parameters table (if one
534 * to the beginning of the Feature Tabl
[all...]
/external/clang/lib/AST/
H A DVTableBuilder.cpp2564 void ErrorUnsupported(StringRef Feature, SourceLocation Location) { argument
2568 Diags.Report(Context.getFullLoc(Location), DiagID) << Feature;
/external/deqp/modules/gles2/functional/
H A Des2fUniformApiTests.cpp751 enum Feature enum in class:deqp::UniformCase
2347 UniformCase::Feature arrayAssignMode;
2358 UniformCase::Feature arrayAssignMode = arrayAssignGroups[arrayAssignGroupNdx].arrayAssignMode;
/external/deqp/modules/gles31/functional/
H A Des31fProgramUniformTests.cpp806 enum Feature enum in class:deqp::gles31::Functional::UniformCase
2020 UniformCase::Feature arrayAssignMode;
2031 UniformCase::Feature arrayAssignMode = arrayAssignGroups[arrayAssignGroupNdx].arrayAssignMode;
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DUseCounter.h61 enum Feature { enum in class:WebCore::UseCounter
481 static void count(const Document&, Feature);
484 static void count(const ExecutionContext*, Feature);
486 void count(Feature);
497 static void countDeprecation(const LocalDOMWindow*, Feature);
498 static void countDeprecation(ExecutionContext*, Feature);
499 static void countDeprecation(const Document&, Feature);
500 String deprecationMessage(Feature);
516 bool recordMeasurement(Feature feature)
/external/deqp/modules/gles3/functional/
H A Des3fUniformApiTests.cpp912 enum Feature enum in class:deqp::UniformCase
2882 UniformCase::Feature arrayAssignMode;
2893 UniformCase::Feature arrayAssignMode = arrayAssignGroups[arrayAssignGroupNdx].arrayAssignMode;

Completed in 4825 milliseconds

12