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

<<11121314151617181920>>

  /external/clang/test/CodeGen/
arm64_vget.c 1 // RUN: %clang_cc1 -O1 -triple arm64-apple-ios7 -target-feature +neon -ffreestanding -S -o - -emit-llvm %s | FileCheck %s
pclmul-builtins.c 1 // RUN: %clang_cc1 %s -O3 -triple=x86_64-apple-darwin -target-feature +pclmul -emit-llvm -o - | FileCheck %s
prefetchw-builtins.c 1 // RUN: %clang_cc1 -triple x86_64-unknown-unknown -target-feature +prfchw -emit-llvm -o - %s | FileCheck %s
struct-matching-constraint.c 2 // RUN: %clang_cc1 -S -emit-llvm -triple armv7a-apple-darwin -target-feature +neon %s -o /dev/null
  /external/clang/test/CodeGenCXX/
debug-info-friend.cpp 18 // known benefit or debugger feature that requires it. Re-enable this is a
  /external/clang/test/Driver/
analyze.c 8 // CHECK: "-target-feature" "+sse"
mips-features.c 7 // CHECK-MIPS16: "-target-feature" "+mips16"
13 // CHECK-NOMIPS16: "-target-feature" "-mips16"
19 // CHECK-MICROMIPS: "-target-feature" "+micromips"
25 // CHECK-NOMICROMIPS: "-target-feature" "-micromips"
31 // CHECK-MDSP: "-target-feature" "+dsp"
37 // CHECK-NOMDSP: "-target-feature" "-dsp"
43 // CHECK-MDSPR2: "-target-feature" "+dspr2"
49 // CHECK-NOMDSPR2: "-target-feature" "-dspr2"
55 // CHECK-MMSA: "-target-feature" "+msa"
61 // CHECK-NOMMSA: "-target-feature" "-msa
    [all...]
  /external/e2fsprogs/tests/f_hurd/
expect.1 1 The Hurd does not support the filetype feature.
  /external/guava/guava-testlib/src/com/google/common/collect/testing/features/
ListFeature.java 36 public enum ListFeature implements Feature<List> {
56 private final Set<Feature<? super List>> implied;
58 ListFeature(Feature<? super List> ... implied) {
63 public Set<Feature<? super List>> getImpliedFeatures() {
ConflictingRequirementsException.java 30 private Set<Feature<?>> conflicts;
34 String message, Set<Feature<?>> conflicts, Object source) {
40 public Set<Feature<?>> getConflicts() {
  /external/skia/tools/
gcov_shim 4 # This shim strips out that flag (a minor feature) so we can run gcov.
  /libcore/luni/src/main/java/org/apache/harmony/xml/
ExpatReader.java 55 private static class Feature {
73 if (name.equals(Feature.VALIDATION)
74 || name.equals(Feature.EXTERNAL_GENERAL_ENTITIES)
75 || name.equals(Feature.EXTERNAL_PARAMETER_ENTITIES)) {
79 if (name.equals(Feature.NAMESPACES)) {
83 if (name.equals(Feature.NAMESPACE_PREFIXES)) {
87 if (name.equals(Feature.STRING_INTERNING)) {
100 if (name.equals(Feature.VALIDATION)
101 || name.equals(Feature.EXTERNAL_GENERAL_ENTITIES)
102 || name.equals(Feature.EXTERNAL_PARAMETER_ENTITIES))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
virtio_console.h 9 /* Feature bits */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
virtio_console.h 9 /* Feature bits */
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyabc.i 2 %feature("python:abc", #Abc) Type;
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_var.h 50 #define sctp_feature_on(inp, feature) (inp->sctp_features |= feature)
51 #define sctp_feature_off(inp, feature) (inp->sctp_features &= ~feature)
52 #define sctp_is_feature_on(inp, feature) ((inp->sctp_features & feature) == feature)
53 #define sctp_is_feature_off(inp, feature) ((inp->sctp_features & feature) == 0)
55 #define sctp_stcb_feature_on(inp, stcb, feature) {\
    [all...]
  /external/chromium_org/chrome/common/extensions/features/
feature_channel.h 12 // Gets the current channel as seen by the Feature system.
15 // Sets the current channel as seen by the Feature system. In the browser
20 // Gets the default channel as seen by the Feature system.
  /external/chromium_org/components/password_manager/core/browser/
password_generation_manager.h 21 // Per-tab manager for password generation. Will enable this feature only if
27 // is controlled by a switch (--enable-password-generation) so this feature will
41 // and the feature is enabled.
  /external/chromium_org/content/browser/resources/gpu/
info_view.css 54 #info-view .feature-green {
58 #info-view .feature-yellow {
62 #info-view .feature-red {
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
LocationProviderTest.java 12 import org.chromium.base.test.util.Feature;
33 @Feature({"Location"})
46 @Feature({"Location"})
  /external/chromium_org/extensions/common/
feature_switch.h 18 // A switch that can turn a feature on or off. Typically controlled via
47 ScopedOverride(FeatureSwitch* feature, bool override_value);
55 // |switch_name| can be NULL, in which case the feature is controlled solely
  /external/chromium_org/extensions/common/features/
manifest_feature.cc 17 Feature::Availability ManifestFeature::IsAvailableToContext(
19 Feature::Context context,
21 Feature::Platform platform) const {
permission_feature.cc 18 Feature::Availability PermissionFeature::IsAvailableToContext(
20 Feature::Context context,
22 Feature::Platform platform) const {
  /external/chromium_org/native_client_sdk/src/examples/tutorial/multi_platform/
README 13 Starting with Chrome 28, the Chrome Web Store includes a feature called
14 **multi-platform zip files.** This feature lets you structure your application
16 package. Here's how this feature works:
  /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.

Completed in 1594 milliseconds

<<11121314151617181920>>