Searched refs:feature (Results 51 - 75 of 364) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/build/scripts/
H A Dname_utilities.py90 def enable_conditional_if_endif(code, feature):
91 # Jinja2 filter to generate if/endif directive blocks based on a feature
92 if not feature:
94 condition = 'ENABLE(%s)' % feature
H A Daudit_runtime_enabled_features.py43 return [feature['name'] for feature in in_file.name_dictionaries if feature['status'] == 'stable']
58 for feature in added_features:
59 print "+ %s" % feature
60 for feature in removed_features:
61 print "- %s" % feature
171 for feature in stale_features(historical_tuples):
172 print feature
/external/chromium_org/tools/json_schema_compiler/
H A Dfeatures_cc_generator.py48 for feature in self._feature_defs:
50 % (feature.name, cpp_util.ConstantName(feature.name)))
63 for feature in self._feature_defs:
65 (cpp_util.ConstantName(feature.name), feature.name))
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-shape.h53 hb_feature_t *feature);
58 hb_feature_to_string (hb_feature_t *feature,
H A Dhb-shape.cc102 parse_feature_value_prefix (const char **pp, const char *end, hb_feature_t *feature) argument
105 feature->value = 0;
108 feature->value = 1;
115 parse_feature_tag (const char **pp, const char *end, hb_feature_t *feature) argument
134 feature->tag = hb_tag_from_string (p, *pp - p);
151 parse_feature_indices (const char **pp, const char *end, hb_feature_t *feature) argument
157 feature->start = 0;
158 feature->end = (unsigned int) -1;
163 has_start = parse_uint (pp, end, &feature->start);
166 parse_uint (pp, end, &feature
176 parse_feature_value_postfix(const char **pp, const char *end, hb_feature_t *feature) argument
189 parse_one_feature(const char **pp, const char *end, hb_feature_t *feature) argument
212 hb_feature_from_string(const char *str, int len, hb_feature_t *feature) argument
243 hb_feature_to_string(hb_feature_t *feature, char *buf, unsigned int size) argument
[all...]
/external/harfbuzz_ng/src/
H A Dhb-shape.h53 hb_feature_t *feature);
58 hb_feature_to_string (hb_feature_t *feature,
H A Dhb-shape.cc102 parse_feature_value_prefix (const char **pp, const char *end, hb_feature_t *feature) argument
105 feature->value = 0;
108 feature->value = 1;
115 parse_feature_tag (const char **pp, const char *end, hb_feature_t *feature) argument
134 feature->tag = hb_tag_from_string (p, *pp - p);
151 parse_feature_indices (const char **pp, const char *end, hb_feature_t *feature) argument
157 feature->start = 0;
158 feature->end = (unsigned int) -1;
163 has_start = parse_uint (pp, end, &feature->start);
166 parse_uint (pp, end, &feature
176 parse_feature_value_postfix(const char **pp, const char *end, hb_feature_t *feature) argument
189 parse_one_feature(const char **pp, const char *end, hb_feature_t *feature) argument
212 hb_feature_from_string(const char *str, int len, hb_feature_t *feature) argument
243 hb_feature_to_string(hb_feature_t *feature, char *buf, unsigned int size) argument
[all...]
/external/lldb/scripts/Python/interface/
H A DSBSourceManager.i12 %feature("docstring",
H A DSBProcess.i12 %feature("docstring",
77 %feature("autodoc", "
84 %feature("autodoc", "
92 %feature("autodoc", "
109 %feature("docstring", "
120 %feature("docstring",
140 %feature("autodoc", "
149 %feature("autodoc", "
155 %feature("autodoc", "
161 %feature("autodo
[all...]
H A DSBEvent.i14 %feature("docstring",
118 %feature("autodoc",
H A DSBBlock.i12 %feature("docstring",
25 %feature("docstring",
34 %feature("docstring", "
41 %feature("docstring", "
48 %feature("docstring", "
55 %feature("docstring", "
62 %feature("docstring", "Get the parent block.") GetParent;
66 %feature("docstring", "Get the inlined block that is or contains this block.") GetContainingInlinedBlock;
70 %feature("docstring", "Get the sibling block for this block.") GetSibling;
74 %feature("docstrin
[all...]
/external/chromium_org/tools/usb_gadget/
H A Dhid_gadget.py9 own Report ID and will be called upon to answer get/set input/output/feature
127 for report_id, feature in self._features.iteritems():
128 feature.Connected(self, report_id)
132 for feature in self._features.itervalues():
133 feature.Disconnected()
219 feature = self._features.get(report_id, None)
220 if feature is None:
224 return feature.GetInputReport()[:length]
226 return feature.GetOutputReport()[:length]
228 return feature
[all...]
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dfeatures_bundle.py23 def HasParent(feature_name, feature, all_feature_names):
24 # A feature has a parent if it has a . in its name, its parent exists,
28 not feature.get('noparent'))
31 def GetParentName(feature_name, feature, all_feature_names):
32 '''Returns the name of the parent feature, or None if it does not have a
35 if not HasParent(feature_name, feature, all_feature_names):
41 '''Returns a dict of features. The value of each feature is a list with
45 '''Returns true if this feature should be ignored. Features are ignored if
76 '''Takes data from feature dict |parent| and copies/merges it
77 into feature dic
[all...]
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Dcpu_features_wrapper.h34 typedef int (*WebRtc_CPUInfo)(CPUFeature feature);
36 // Returns true if the CPU supports the feature.
39 // No CPU feature is available => straight C path.
/external/llvm/test/MC/Mips/mips1/
H A Dinvalid-mips32.s9 sync 0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
10 sync 1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
/external/llvm/test/MC/Mips/mips3/
H A Dinvalid-mips32.s9 sync 0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
10 sync 1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
/external/llvm/test/MC/Mips/mips32/
H A Dinvalid-mips64.s8 dclo $s2,$a2 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
9 dclz $s0,$t9 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
/external/llvm/test/MC/Mips/mips32r2/
H A Dinvalid-mips64r2.s8 dsbh $v1,$t6 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
9 dshd $v0,$sp # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
/external/llvm/test/MC/Mips/mips32r6/
H A Dinvalid-mips5.s8 luxc1 $f19,$s6($s5) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
9 suxc1 $f12,$k1($13) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
/external/llvm/test/MC/Mips/mips4/
H A Dinvalid-mips32.s9 sync 0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
10 sync 1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
H A Dinvalid-mips5.s8 luxc1 $f19,$s6($s5) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
9 suxc1 $f12,$k1($t1) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
/external/llvm/test/MC/Mips/mips5/
H A Dinvalid-mips32.s9 sync 0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
10 sync 1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
/external/webrtc/src/system_wrappers/interface/
H A Dcpu_features_wrapper.h34 typedef int (*WebRtc_CPUInfo)(CPUFeature feature);
35 // returns true if the CPU supports the feature.
37 // No CPU feature is available => straight C path.
/external/pixman/pixman/
H A Dpixman-x86.c110 pixman_cpuid (uint32_t feature, argument
119 : "a" (feature));
134 : "a" (feature));
140 __cpuid (info, feature);
160 /* Get feature bits */
204 have_feature (cpu_features_t feature) argument
215 return (features & feature) == feature;
/external/chromium_org/chrome/common/extensions/features/
H A Dchrome_channel_feature_filter_unittest.cc27 SimpleFeature* feature = new FeatureClass(); local
28 feature->AddFilter(
29 scoped_ptr<SimpleFeatureFilter>(new ChromeChannelFeatureFilter(feature)));
30 return feature;
38 SimpleFeature feature; local
39 feature.AddFilter(scoped_ptr<SimpleFeatureFilter>(
40 new ChromeChannelFeatureFilter(&feature)));
44 feature.Parse(&feature_value);
46 return feature.IsAvailableToManifest("random-extension",
67 // Tests that all combinations of feature channe
193 Feature* feature = provider->GetFeature("feature1"); local
[all...]

Completed in 441 milliseconds

1234567891011>>