HomeSort by relevance Sort by last modified time
    Searched full:feature (Results 176 - 200 of 6147) sorted by null

1 2 3 4 5 6 78 91011>>

  /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/valgrind/main/coregrind/m_gdbserver/
mips64-linux.xml 15 <feature name="org.gnu.gdb.mips.linux">
17 </feature>
s390x-linux64-valgrind-s1.xml 11 <feature name="org.gnu.gdb.s390.linux-valgrind-s1">
13 </feature>
s390x-linux64-valgrind-s2.xml 11 <feature name="org.gnu.gdb.s390.linux-valgrind-s2">
13 </feature>
s390x-linux64.xml 11 <feature name="org.gnu.gdb.s390.linux">
13 </feature>
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyuserdir.swg 15 Use the "nondynamic" feature to make a wrapped class behave as a "nondynamic"
34 Since nondynamic is a feature, if you use it like
49 #define %pythonnondynamic %feature("python:nondynamic", "1")
50 #define %nopythonnondynamic %feature("python:nondynamic", "0")
51 #define %clearpythonnondynamic %feature("python:nondynamic", "")
65 #define %pythonmaybecall %feature("python:maybecall", "1")
66 #define %nopythonmaybecall %feature("python:maybecall", "0")
67 #define %clearpythonmaybecall %feature("python:maybecall", "")
71 The %pythoncallback feature produce a more natural callback wrapper
111 #define %pythoncallback %feature("python:callback"
    [all...]
  /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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/
notice.html 33 <li>A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material. Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;. Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version numbers of the Plug-ins
34 and/or Fragments associated with that Feature.</li>
35 <li>Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.</li>
39 Included Features should be contained in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature Licenses may be located in any directory of a Download or Module
47 <li>Feature directories</li
    [all...]
  /external/icu/icu4c/source/layout/
LookupProcessor.cpp 201 // one feature.
205 for (le_uint32 feature = 0; LE_SUCCESS(success)&&(feature < featureCount); feature += 1) {
206 le_uint16 featureIndex = SWAPW(featureIndexArray.getObject(feature, success));
236 // If this is the required feature, add its lookups
242 // If we added lookups from the required feature, sort them
247 for (le_uint16 feature = 0; feature < featureCount; feature += 1)
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
features_bundle.py 23 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 dict |child|. Two passes are run over the features
    [all...]
  /external/chromium_org/chrome/common/extensions/features/
chrome_channel_feature_filter.cc 56 ChromeChannelFeatureFilter::ChromeChannelFeatureFilter(SimpleFeature* feature)
57 : SimpleFeatureFilter(feature),
75 if (!channel_has_been_set_ && !feature()->HasDependencies()) {
76 return feature()->name() +
83 Feature::Availability ChromeChannelFeatureFilter::IsAvailableToManifest(
88 Feature::Platform platfortm) const {
90 return Feature::CreateAvailability(
91 Feature::UNSUPPORTED_CHANNEL,
95 feature()->name().c_str(),
99 return Feature::CreateAvailability(Feature::IS_AVAILABLE, std::string())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/build/scripts/
make_runtime_features.py 67 for feature in self._features:
68 feature['first_lowered_name'] = lower_first(feature['name'])
69 feature['status'] = self._status_aliases.get(feature['status'], feature['status'])
72 enabled_condition = 'is%sEnabled' % feature['name']
73 for dependant_name in feature['depends_on']:
75 feature['enabled_condition'] = enabled_condition
76 self._non_custom_features = filter(lambda feature: not feature['custom'], self._features
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/scripts/productBuild/
allElements.xml 21 <property name="type" value="feature" />
22 <property name="id" value="org.eclipse.pde.build.container.feature" />
46 <target name="assemble.org.eclipse.pde.build.container.feature">
52 <property name="assemble.org.eclipse.pde.build.container.feature.win32.win32.x86" value="true" />
53 <target name="assemble.org.eclipse.pde.build.container.feature.win32.win32.x86">
59 <property name="assemble.org.eclipse.pde.build.container.feature.win32.win32.x86_64" value="true" />
60 <target name="assemble.org.eclipse.pde.build.container.feature.win32.win32.x86_64">
66 <property name="assemble.org.eclipse.pde.build.container.feature.linux.gtk.ppc" value="true" />
67 <target name="assemble.org.eclipse.pde.build.container.feature.linux.gtk.ppc">
73 <property name="assemble.org.eclipse.pde.build.container.feature.linux.gtk.x86" value="true" /
    [all...]
  /development/samples/AndroidBeamDemo/
_index.html 1 <p>Android Beam Demo shows how to use the Android Beam feature introduced in API level 14. This
  /development/samples/BluetoothLeGatt/
_index.jd 6 a Bluetooth SMART (Low Energy) device. This feature is available on
  /development/samples/browseable/AppRestrictionSchema/
_index.jd 8 restriction with a key \"can_say_hello\" that defines whether the only feature of this
  /external/chromium_org/base/test/android/javatests/src/org/chromium/base/test/util/
Feature.java 17 * @Feature({"Foo", "Bar"})
20 * feature Foo).
24 public @interface Feature {
26 * @return A list of feature names.
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/identity/
UniqueIdentificationGeneratorFactoryTest.java 10 import org.chromium.base.test.util.Feature;
17 @Feature({"ChromeToMobile", "Omaha", "Sync"})
26 @Feature({"ChromeToMobile", "Omaha", "Sync"})
41 @Feature({"ChromeToMobile", "Omaha", "Sync"})
  /external/chromium_org/chrome/renderer/safe_browsing/
features.h 6 // client-side phishing detection model. A feature is simply a string and an
9 // feature or combination of features. These values can then be summed to
22 // just a thin wrapper around a map of feature name to value. The entire set
41 // Adds a boolean feature to a FeatureMap with a value of 1.0.
42 // Returns true on success, or false if the feature map exceeds
46 // Adds a real-valued feature to a FeatureMap with the given value.
48 // success, or false if the feature map exceeds kMaxFeatureMapSize
72 // Constants for the various feature names that we use.
75 // chrome/browser/safe_browsing/client_side_detection_service.cc if the feature
84 // Token feature containing the portion of the hostname controlled by
    [all...]
  /external/chromium_org/components/translate/core/common/
translate_pref_names.cc 9 // Boolean that is true when the translate feature is enabled.
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
ClickListenerTest.java 9 import org.chromium.base.test.util.Feature;
17 @Feature({"ContentDetection", "TabContents"})
28 @Feature({"ContentDetection", "TabContents"})
40 @Feature({"ContentDetection", "TabContents"})

Completed in 821 milliseconds

1 2 3 4 5 6 78 91011>>