Searched refs:feature (Results 101 - 125 of 364) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDOMImplementation.h57 static bool hasFeature(const String& feature, const String& version);
58 bool hasFeatureForBindings(const String& feature, const String& version);
/external/e2fsprogs/lib/e2p/
H A Dfeature.c2 * feature.c --- convert between features and strings
22 struct feature { struct
28 static struct feature feature_list[] = {
100 static struct feature jrnl_feature_list[] = {
115 struct feature *f;
146 struct feature *f;
189 struct feature *f;
220 struct feature *f;
275 * Edit a feature set array as requested by the user. The ok_array,
278 * then use it tell whether or not it is OK to clear a filesystem feature
[all...]
/external/lldb/scripts/Python/interface/
H A DSBAddress.i12 %feature("docstring",
56 %feature("docstring", "
99 %feature("docstring", "
112 %feature("docstring", "
H A DSBBroadcaster.i12 %feature("docstring",
H A DSBTypeNameSpecifier.i12 %feature("docstring",
H A DSBValue.i12 %feature("docstring",
175 %feature("docstring", "
255 %feature("docstring", "
275 %feature("docstring", "
297 %feature("docstring", "Expands nested expressions like .a->b[0].c[1]->d."
335 %feature("docstring", "
342 %feature("docstring", "
355 %feature("docstring", "
382 %feature("docstring", "
406 %feature("docstrin
[all...]
H A DSBThread.i12 %feature("docstring",
68 %feature("docstring", "
75 %feature("docstring", "
98 %feature("autodoc", "
149 %feature("docstring", "
H A DSBCommandInterpreter.i12 %feature("docstring",
H A DSBCommandReturnObject.i12 %feature("docstring",
H A DSBDeclaration.i12 %feature("docstring",
H A DSBError.i12 %feature("docstring",
H A DSBTypeFilter.i12 %feature("docstring",
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dapi_models.py88 # no parent feature (e.g. app, app.window, and devtools.inspectedWindow are
91 return [name for name, feature in api_features.iteritems()
92 if not HasParent(name, feature, api_features)]
154 for name, feature in api_features.iteritems():
155 if 'content_script' not in feature.get('contexts', ()):
157 parent = GetParentName(name, feature, api_features)
/external/smack/src/org/jivesoftware/smackx/packet/
H A DDiscoverInfo.java81 * Adds a new feature to the discovered information.
83 * @param feature the discovered feature
85 public void addFeature(String feature) { argument
86 addFeature(new Feature(feature));
96 for (String feature : featuresToAdd) {
97 addFeature(feature);
101 private void addFeature(Feature feature) { argument
103 features.add(feature);
179 * Returns true if the specified feature i
184 containsFeature(String feature) argument
[all...]
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-uniscribe.cc275 active_feature_t feature; member in struct:feature_event_t
280 active_feature_t::cmp (&a->feature, &b->feature);
611 active_feature_t feature; local
612 feature.rec.tagFeature = hb_uint32_swap (features[i].tag);
613 feature.rec.lParameter = features[i].value;
614 feature.order = i;
623 event->feature = feature;
630 event->feature
635 active_feature_t feature; local
669 OPENTYPE_FEATURE_RECORD *feature = feature_records.push (); local
692 active_feature_t *feature = active_features.push (); local
697 active_feature_t *feature = active_features.find (&event->feature); local
[all...]
/external/harfbuzz_ng/src/
H A Dhb-uniscribe.cc275 active_feature_t feature; member in struct:feature_event_t
280 active_feature_t::cmp (&a->feature, &b->feature);
610 active_feature_t feature; local
611 feature.rec.tagFeature = hb_uint32_swap (features[i].tag);
612 feature.rec.lParameter = features[i].value;
613 feature.order = i;
622 event->feature = feature;
629 event->feature
634 active_feature_t feature; local
668 OPENTYPE_FEATURE_RECORD *feature = feature_records.push (); local
691 active_feature_t *feature = active_features.push (); local
696 active_feature_t *feature = active_features.find (&event->feature); local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
H A DFetchValidator.java21 * Uses an ElementParser to read a list of feature.xml files and to determine
50 "org.eclipse.platform-feature,org.eclipse.platform.win32-feature,org.eclipse.platform.linux.motif-feature";
95 "feature",
123 String feature = (String) enumeration.nextElement();
124 if (new File(install + "/features/" + feature).exists())
127 missingFeatures.add(feature);
/external/oprofile/daemon/
H A Dopd_extended.c19 * if extended feature is enabled */
43 for (i = 0 ; ext_feature_table[i].feature != NULL ; i++ ) {
44 if(!strncmp(name, ext_feature_table[i].feature,
45 strlen(ext_feature_table[i].feature))) {
79 * <feature name>:<param1>:<param2>:<param3>:.....
95 /* Parse feature name*/
107 fprintf(stderr,"opd_ext_initialize: Invalid extended feature option: %s\n", value);
141 /* Creating ext sfile only if extended feature is enable*/
150 /* Duplicate ext sfile only if extended feature is enable*/
159 /* Close ext sfile only if extended feature i
[all...]
H A Dopd_extended.h27 const char* feature; member in struct:opd_ext_feature
61 * Parse the specified extended feature
73 * Print out extended feature statistics in oprofiled.log file
/external/pixman/pixman/
H A Dpixman-arm.c190 have_feature (arm_cpu_features_t feature) argument
201 return (features & feature) == feature;
/external/chromium_org/extensions/common/features/
H A Dbase_feature_provider.h30 // Gets the feature |feature_name|, if it exists.
32 virtual Feature* GetParent(Feature* feature) const OVERRIDE;
/external/chromium_org/extensions/common/manifest_handlers/
H A Drequirements_info.cc118 std::string feature; local
119 if ((*feature_iter)->GetAsString(&feature)) {
120 if (feature == "webgl") {
122 } else if (feature == "css3d") {
/external/chromium_org/ppapi/thunk/
H A Dppb_pdf_api.h30 virtual PP_Bool IsFeatureEnabled(PP_PDFFeature feature) = 0;
/external/chromium_org/tools/json_schema_compiler/
H A Dfeatures_compiler.py23 # Load in the feature permissions from the JSON file.
32 for feature_def, feature in feature_defs.iteritems():
33 feature_list.append(CreateFeature(feature_def, feature))
H A Dfeatures_h_generator.py95 for feature in self._feature_defs:
96 c.Append('%s,' % cpp_util.ConstantName(feature.name))

Completed in 521 milliseconds

1234567891011>>