HomeSort by relevance Sort by last modified time
    Searched refs:feature (Results 151 - 175 of 882) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/extensions/browser/
file_highlighter.h 20 // three portions: the portion before the highlighted feature, the highlighted
21 // feature, and the portion following the highlighted feature.
29 // before the feature.
32 // Get the feature portion of the manifest, which should be highlighted.
36 // after the feature.
49 // The start of the feature.
52 // The end of the feature.
58 // Use the ManifestHighlighter class to find the bounds of a feature in the
60 // A feature can be at any level in the hierarchy. The "start" of a feature i
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DOMImplementation.h 57 static bool hasFeature(const String& feature, const String& version);
58 bool hasFeatureForBindings(const String& feature, const String& version);
DOMImplementation.idl 29 boolean hasFeature(DOMString feature, [TreatNullAs=NullString] DOMString version);
  /external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
SelectRuleFeatureSet.h 71 void setSelectRuleFeature(AffectedSelectorType feature) { m_featureFlags |= feature; }
  /external/e2fsprogs/lib/e2p/
feature.c 2 * 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/
SBAddress.i 12 %feature("docstring",
56 %feature("docstring", "
99 %feature("docstring", "
112 %feature("docstring", "
SBBroadcaster.i 12 %feature("docstring",
SBDeclaration.i 12 %feature("docstring",
SBTypeFilter.i 12 %feature("docstring",
SBTypeFormat.i 12 %feature("docstring",
SBTypeNameSpecifier.i 12 %feature("docstring",
SBValue.i 12 %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("docstring", "Returns an expression path for this value.
    [all...]
SBThread.i 12 %feature("docstring",
68 %feature("docstring", "
75 %feature("docstring", "
98 %feature("autodoc", "
149 %feature("docstring", "
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/
CameraBinderTestUtils.java 75 final static public boolean isFeatureAvailable(Context context, String feature) {
79 if (f.name != null && f.name.equals(feature)) {
  /libcore/luni/src/test/java/tests/org/w3c/dom/
DOMDocumentBuilderFactory.java 51 public boolean hasFeature(String feature, String version) {
52 return builder.getDOMImplementation().hasFeature(feature, version);
  /prebuilts/misc/common/swig/include/2.0.11/
shared_ptr.i 49 %feature("smartptr", noblock=1) TYPE { SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< TYPE > }
  /cts/tests/tests/app/src/android/app/cts/
SystemFeaturesTest.java 71 for (FeatureInfo feature : mPackageManager.getSystemAvailableFeatures()) {
72 mAvailableFeatures.add(feature.name);
140 "the FEATURE_CAMERA_FRONT or FEATURE_CAMERA_EXTERNAL feature",
145 "the FEATURE_CAMERA_FRONT or FEATURE_CAMERA_EXTERNAL feature",
259 /** Get a list of feature constants in PackageManager matching a prefix. */
266 String feature = (String) field.get(null); local
267 features.add(feature);
297 * Check that if the PackageManager declares a sensor feature that the device has at least
298 * one sensor that matches that feature. Also check that if a PackageManager does not declare
390 private void assertAvailable(String feature) {
    [all...]
  /external/smack/src/org/jivesoftware/smackx/packet/
DiscoverInfo.java 46 private final List<Feature> features = new CopyOnWriteArrayList<Feature>();
67 for (Feature f : d.features) {
81 * Adds a new feature to the discovered information.
83 * @param feature the discovered feature
85 public void addFeature(String feature) {
86 addFeature(new Feature(feature));
96 for (String feature : featuresToAdd)
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-uniscribe.cc 278 active_feature_t feature; member in struct:feature_event_t
283 active_feature_t::cmp (&a->feature, &b->feature);
613 active_feature_t feature; local
614 feature.rec.tagFeature = hb_uint32_swap (features[i].tag);
615 feature.rec.lParameter = features[i].value;
616 feature.order = i;
625 event->feature = feature;
632 event->feature = feature
637 active_feature_t feature; local
671 OPENTYPE_FEATURE_RECORD *feature = feature_records.push (); local
694 active_feature_t *feature = active_features.push (); local
699 active_feature_t *feature = active_features.find (&event->feature); local
    [all...]
  /external/harfbuzz_ng/src/
hb-uniscribe.cc 275 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 = 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/chromium_org/extensions/common/
feature_switch.cc 93 FeatureSwitch::ScopedOverride::ScopedOverride(FeatureSwitch* feature,
95 : feature_(feature),
96 previous_value_(feature->GetOverrideValue()) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
FetchValidator.java 21 * 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(); local
124 if (new File(install + "/features/" + feature).exists())
127 missingFeatures.add(feature);
  /external/oprofile/daemon/
opd_extended.c 3 * OProfile Extended Feature
19 * if extended feature is enabled */
25 * OProfile Extended Feature Table
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);
130 printf("\n-- OProfile Extended-Feature Statistics --\n")
    [all...]
  /external/pixman/pixman/
pixman-arm.c 190 have_feature (arm_cpu_features_t feature)
201 return (features & feature) == feature;
  /cts/hostsidetests/appsecurity/test-apps/SplitApp/feature/
Android.mk 36 LOCAL_AAPT_FLAGS += --feature-of $(featureOfApk)

Completed in 393 milliseconds

1 2 3 4 5 67 8 91011>>