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

<<11121314151617181920>>

  /external/guava/guava-testlib/src/com/google/common/collect/testing/features/
Feature.java 29 public interface Feature<T> {
30 /** Returns the set of features that are implied by this feature. */
31 Set<Feature<? super T>> getImpliedFeatures();
  /external/llvm/test/MC/Mips/mips32r6/
invalid.s 12 ldc2 $8,-21181($at) # ASM: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
13 sdc2 $20,23157($s2) # ASM: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
14 swc2 $25,24880($s0) # ASM: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
  /external/qemu/gdb-xml/
arm-core.xml 8 <!DOCTYPE feature SYSTEM "gdb-target.dtd">
9 <feature name="org.gnu.gdb.arm.core">
31 </feature>
cf-core.xml 7 <!DOCTYPE feature SYSTEM "gdb-target.dtd">
8 <feature name="org.gnu.gdb.coldfire.core">
29 </feature>
cf-fp.xml 7 <!DOCTYPE feature SYSTEM "gdb-target.dtd">
8 <feature name="org.gnu.gdb.coldfire.fp">
22 </feature>
  /external/valgrind/main/coregrind/m_gdbserver/
64bit-avx-valgrind-s1.xml 8 <!DOCTYPE feature SYSTEM "gdb-target.dtd">
9 <feature name="org.gnu.gdb.i386.avx.valgrind.s1">
26 </feature>
64bit-avx-valgrind-s2.xml 8 <!DOCTYPE feature SYSTEM "gdb-target.dtd">
9 <feature name="org.gnu.gdb.i386.avx.valgrind.s2">
26 </feature>
64bit-avx.xml 8 <!DOCTYPE feature SYSTEM "gdb-target.dtd">
9 <feature name="org.gnu.gdb.i386.avx">
26 </feature>
arm-core-valgrind-s1.xml 8 <!DOCTYPE feature SYSTEM "gdb-target.dtd">
9 <feature name="org.gnu.gdb.arm.core.valgrind.s1">
31 </feature>
arm-core-valgrind-s2.xml 8 <!DOCTYPE feature SYSTEM "gdb-target.dtd">
9 <feature name="org.gnu.gdb.arm.core.valgrind.s2">
31 </feature>
arm-core.xml 8 <!DOCTYPE feature SYSTEM "gdb-target.dtd">
9 <feature name="org.gnu.gdb.arm.core">
31 </feature>
  /external/valgrind/main/none/tests/s390x/
fpext_warn.stderr.exp 4 feature requires the floating point extension facility.
10 feature requires the floating point extension facility.
16 feature requires the floating point extension facility.
  /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.
  /frameworks/base/libs/androidfw/tests/data/basic/
R.h 42 test3 = 0x7f080000, // default (in feature)
43 test4 = 0x7f080001, // default (in feature)
52 test3 = 0x7f090000, // default (in feature)
  /frameworks/base/wifi/java/android/net/wifi/
package.html 20 href="{@docRoot}guide/topics/manifest/uses-feature-element.html">{@code &lt;uses-feature&gt;}</a>
24 &lt;uses-feature android:name="android.hardware.wifi" />
  /frameworks/native/data/etc/
android.hardware.faketouch.multitouch.distinct.xml 20 <feature name="android.hardware.faketouch.multitouch" />
21 <feature name="android.hardware.faketouch.multitouch.distinct" />
22 <feature name="android.hardware.faketouch" />
android.hardware.touchscreen.multitouch.xml 21 <feature name="android.hardware.touchscreen" />
22 <feature name="android.hardware.touchscreen.multitouch" />
23 <feature name="android.hardware.faketouch" />
  /ndk/sources/android/crazy_linker/src/
crazy_linker_error.h 15 // error = "Unimplemented feature";
16 // error->Set("Unimplemented feature");
17 // error->Format("Feature %s is not implemented", feature_name);
  /packages/wallpapers/LivePicker/
android.software.live_wallpaper.xml 17 <!-- This feature should be defined for devices that support live wallpapers.
19 feature: robust multiple GL context support, fast enough CPU, enough
22 <feature name="android.software.live_wallpaper" />
  /sdk/eclipse/buildConfig/
buildUpdateSite.xml 3 <!-- Extracts feature zip for update site -->
5 <!-- id - feature id to extract -->
8 <!-- updateSiteRoot - where to extract feature zip -->
  /external/chromium_org/extensions/common/features/
simple_feature.cc 26 Feature::Availability IsAvailableToManifestForBind(
31 Feature::Platform platform,
32 const Feature* feature) {
33 return feature->IsAvailableToManifest(
37 Feature::Availability IsAvailableToContextForBind(const Extension* extension,
38 Feature::Context context,
40 Feature::Platform platform,
41 const Feature* feature) {
    [all...]
  /external/chromium_org/tools/usb_gadget/
hid_gadget.py 9 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]
227 elif report_type == hid_constants.ReportType.FEATURE
    [all...]
  /external/clang/test/Driver/
ppc-features.cpp 18 // target feature on powerpc.
21 // CHECK-1: "-target-feature" "-altivec"
24 // CHECK-2: "-target-feature" "-altivec"
27 // CHECK-3: "-target-feature" "-altivec"
30 // CHECK-4: "-target-feature" "-altivec"
33 // CHECK-5-NOT: "-target-feature" "-altivec"
36 // CHECK-6-NOT: "-target-feature" "-altivec"
39 // CHECK-7: "-target-feature" "-altivec"
42 // CHECK-8: "-target-feature" "-altivec"
45 // CHECK-9: "-target-feature" "-altivec
    [all...]
  /external/chromium_org/build/android/pylib/host_driven/
tests_annotations.py 89 def Feature(feature_list):
91 for feature in feature_list:
92 AnnotatedFunctions._AddFunction('Feature:%s' % feature, function)
93 return AnnotatedFunctions._AddFunction('Feature', function)
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/omaha/
ResponseParserTest.java 11 import org.chromium.base.test.util.Feature;
229 @Feature({"Omaha"})
235 @Feature({"Omaha"})
241 @Feature({"Omaha"})
247 @Feature({"Omaha"})
253 @Feature({"Omaha"})
259 @Feature({"Omaha"})
265 @Feature({"Omaha"})
271 @Feature({"Omaha"})
277 @Feature({"Omaha"}
    [all...]

Completed in 2018 milliseconds

<<11121314151617181920>>