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

1 2 34 5 6 7 8 91011>>

  /external/llvm/test/MC/Mips/mips64r6/
invalid-mips4.s 8 bgezal $0, 21100 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
9 bgezal $6, 21100 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
10 bltzal $6, 21100 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
11 ldxc1 $f8,$s7($15) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
12 lwxc1 $f12,$s1($s8) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
13 sdxc1 $f11,$10($14) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
14 swxc1 $f19,$12($k0) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
  /external/llvm/test/MC/Mips/mips3/
invalid-mips5.s 10 ldxc1 $f8,$s7($t3) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
11 luxc1 $f19,$s6($s5) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
12 lwxc1 $f12,$s1($s8) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
13 movf $gp,$8,$fcc0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
15 movf.d $f6,$f11,$fcc0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
17 movf.s $f23,$f5,$fcc0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
19 movn $v1,$s1,$s0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
20 movn.d $f27,$f21,$k0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
21 movn.s $f12,$f0,$s7 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
22 movt $zero,$s4,$fcc0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enable
    [all...]
invalid-mips32.s 9 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/chromium_org/build/mac/
make_more_helpers.sh 29 local feature="${3}"
45 local feature_helper="${helper_stem} ${feature}.app"
49 local helper_feature="${helper_name} ${feature}"
63 feature_cfbundleid="${cfbundleid}.${feature}"
67 feature_cfbundlename="${cfbundlename} ${feature}"
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
mucroomdiscoverytask.cc 66 for (const XmlElement* feature = query->FirstNamed(QN_DISCO_FEATURE);
67 feature != NULL; feature = feature->NextNamed(QN_DISCO_FEATURE)) {
68 features.insert(feature->Attr(QN_VAR));
  /external/chromium_org/tools/json_schema_compiler/
features_cc_generator.py 48 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/extensions/common/features/
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...]
base_feature_provider.cc 22 SimpleFeature* feature) {
23 feature->set_name(name);
24 std::string error = feature->Parse(value);
38 linked_ptr<SimpleFeature> feature((*factory_)());
43 // Push parent features on the stack, starting with the current feature.
69 feature.get())) {
79 features_[iter.key()] = feature;
81 // This is a complex feature.
93 LOG(ERROR) << iter.key() << ": Feature rules must be dictionaries.";
97 scoped_ptr<SimpleFeature> feature((*factory_)())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontFeatureSettings.h 57 void append(const FontFeature& feature) { m_list.append(feature); }
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-shape.h 53 hb_feature_t *feature);
58 hb_feature_to_string (hb_feature_t *feature,
  /external/harfbuzz_ng/src/
hb-shape.h 53 hb_feature_t *feature);
58 hb_feature_to_string (hb_feature_t *feature,
hb-shape.cc 102 parse_feature_value_prefix (const char **pp, const char *end, hb_feature_t *feature)
105 feature->value = 0;
108 feature->value = 1;
115 parse_feature_tag (const char **pp, const char *end, hb_feature_t *feature)
134 feature->tag = hb_tag_from_string (p, *pp - p);
151 parse_feature_indices (const char **pp, const char *end, hb_feature_t *feature)
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->end)
    [all...]
  /external/lldb/scripts/Python/interface/
SBSourceManager.i 12 %feature("docstring",
SBProcess.i 12 %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("autodoc",
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
manifest_data_source.py 25 def coerce_example_to_feature(feature):
27 |feature| into the feature format, with a name and children, to be rendered
30 if not isinstance(feature.get('example'), dict):
31 if 'example' in feature:
32 feature['example'] = json.dumps(feature['example'])
35 for key, value in feature['example'].iteritems():
36 if not 'children' in feature:
37 feature['children'] = {
    [all...]
  /art/test/052-verifier-fun/src/
Main.java 111 BlahFeature feature = null; // interface ref local
115 feature = new BlahOne();
118 feature = new BlahTwo();
122 feature.doStuff();
  /external/chromium_org/third_party/webrtc/system_wrappers/interface/
cpu_features_wrapper.h 34 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/
invalid-mips32.s 9 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/
invalid-mips64.s 8 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/
invalid-mips64r2.s 8 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/
invalid-mips5.s 8 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/
invalid-mips32.s 9 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
invalid-mips5.s 8 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/
invalid-mips32.s 9 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/
cpu_features_wrapper.h 34 typedef int (*WebRtc_CPUInfo)(CPUFeature feature);
35 // returns true if the CPU supports the feature.
37 // No CPU feature is available => straight C path.

Completed in 630 milliseconds

1 2 34 5 6 7 8 91011>>