HomeSort by relevance Sort by last modified time
    Searched refs:Features (Results 1 - 25 of 561) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webview_support_interfaces/src/org/chromium/support_lib_boundary/util/
Features.java 8 * Class containing all the features the support library can support.
12 public class Features {
13 // This class just contains constants representing features.
14 private Features() {}
  /external/jsoncpp/include/json/
features.h 19 class JSON_API Features {
21 /** \brief A configuration that allows all features and assumes all strings
27 static Features all();
35 static Features strictMode();
39 Features();
forwards.h 22 // features.h
23 class Features;
  /external/llvm/lib/Target/AVR/MCTargetDesc/
AVRELFStreamer.cpp 10 static unsigned getEFlagsForFeatureSet(const FeatureBitset &Features) {
14 if (Features[AVR::ELFArchAVR1])
16 else if (Features[AVR::ELFArchAVR2])
18 else if (Features[AVR::ELFArchAVR25])
20 else if (Features[AVR::ELFArchAVR3])
22 else if (Features[AVR::ELFArchAVR31])
24 else if (Features[AVR::ELFArchAVR35])
26 else if (Features[AVR::ELFArchAVR4])
28 else if (Features[AVR::ELFArchAVR5])
30 else if (Features[AVR::ELFArchAVR51]
    [all...]
  /frameworks/support/webkit/src/main/java/androidx/webkit/
WebViewFeature.java 29 import org.chromium.support_lib_boundary.util.Features;
38 * Utility class for checking which WebView Support Library features are supported on the device.
85 public static final String VISUAL_STATE_CALLBACK = Features.VISUAL_STATE_CALLBACK;
93 public static final String OFF_SCREEN_PRERASTER = Features.OFF_SCREEN_PRERASTER;
101 public static final String SAFE_BROWSING_ENABLE = Features.SAFE_BROWSING_ENABLE;
110 Features.DISABLED_ACTION_MODE_MENU_ITEMS;
117 public static final String START_SAFE_BROWSING = Features.START_SAFE_BROWSING;
124 public static final String SAFE_BROWSING_WHITELIST = Features.SAFE_BROWSING_WHITELIST;
132 Features.SAFE_BROWSING_PRIVACY_POLICY_URL;
139 public static final String SERVICE_WORKER_BASIC_USAGE = Features.SERVICE_WORKER_BASIC_USAGE
    [all...]
  /external/llvm/lib/Object/
ELFObjectFile.cpp 61 SubtargetFeatures Features;
69 Features.AddFeature("mips2");
72 Features.AddFeature("mips3");
75 Features.AddFeature("mips4");
78 Features.AddFeature("mips5");
81 Features.AddFeature("mips32");
84 Features.AddFeature("mips64");
87 Features.AddFeature("mips32r2");
90 Features.AddFeature("mips64r2");
93 Features.AddFeature("mips32r6")
    [all...]
  /external/llvm/lib/Support/
Host.cpp 300 unsigned int Brand_id, unsigned int Features,
478 if (Features & (1 << FEATURE_AVX512)) {
483 if (Features & (1 << FEATURE_ADX)) {
488 if (Features & (1 << FEATURE_AVX2)) {
493 if (Features & (1 << FEATURE_AVX)) {
498 if (Features & (1 << FEATURE_SSE4_2)) {
499 if (Features & (1 << FEATURE_MOVBE)) {
508 if (Features & (1 << FEATURE_SSE4_1)) {
513 if (Features & (1 << FEATURE_SSSE3)) {
514 if (Features & (1 << FEATURE_MOVBE))
    [all...]
TargetParser.cpp 1 //===-- TargetParser - Parser for target features ---------------*- C++ -*-===//
10 // This file implements a target parser to recognise hardware features such as
29 // features they correspond to (use getFPUFeatures).
107 // features they correspond to (use getHWDivFeatures).
196 std::vector<const char *> &Features) {
202 Features.push_back("+hwdiv-arm");
204 Features.push_back("-hwdiv-arm");
207 Features.push_back("+hwdiv");
209 Features.push_back("-hwdiv");
215 std::vector<const char *> &Features) {
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Host.cpp 334 unsigned int Brand_id, unsigned int Features,
512 if (Features & (1 << FEATURE_AVX512)) {
517 if (Features & (1 << FEATURE_ADX)) {
522 if (Features & (1 << FEATURE_AVX2)) {
527 if (Features & (1 << FEATURE_AVX)) {
532 if (Features & (1 << FEATURE_SSE4_2)) {
533 if (Features & (1 << FEATURE_MOVBE)) {
542 if (Features & (1 << FEATURE_SSE4_1)) {
547 if (Features & (1 << FEATURE_SSSE3)) {
548 if (Features & (1 << FEATURE_MOVBE))
    [all...]
TargetParser.cpp 1 //===-- TargetParser - Parser for target features ---------------*- C++ -*-===//
10 // This file implements a target parser to recognise hardware features such as
29 // features they correspond to (use getFPUFeatures).
111 // features they correspond to (use getHWDivFeatures).
203 std::vector<StringRef> &Features) {
209 Features.push_back("+hwdiv-arm");
211 Features.push_back("-hwdiv-arm");
214 Features.push_back("+hwdiv");
216 Features.push_back("-hwdiv");
222 std::vector<StringRef> &Features) {
    [all...]
  /packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/
RootsList.java 23 import com.android.documentsui.base.Features;
32 private final Features mFeatures;
38 mFeatures = Features.create(getContext());
43 mFeatures = Features.create(getContext());
48 mFeatures = Features.create(getContext());
53 mFeatures = Features.create(getContext());
  /external/tensorflow/tensorflow/core/example/
feature_util.cc 28 bool HasFeature<>(const string& key, const Features& features) {
29 return (features.feature().find(key) != features.feature().end());
33 bool HasFeature<protobuf_int64>(const string& key, const Features& features) {
34 auto it = features.feature().find(key);
35 return (it != features.feature().end()) &&
40 bool HasFeature<float>(const string& key, const Features& features) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
MCSubtargetInfo.cpp 39 SubtargetFeatures Features(FS);
40 FeatureBits = Features.getFeatureBits(CPU, ProcDesc, NumProcs,
48 SubtargetFeatures Features(FS);
49 FeatureBits = Features.getFeatureBits(CPU, ProcDesc, NumProcs,
64 SubtargetFeatures Features;
65 FeatureBits = Features.ToggleFeature(FeatureBits, FS,
  /frameworks/support/webkit/src/main/java/androidx/webkit/internal/
ServiceWorkerClientAdapter.java 25 import org.chromium.support_lib_boundary.util.Features;
46 return new String[] { Features.SERVICE_WORKER_SHOULD_INTERCEPT_REQUEST };
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
Host.h 52 /// getHostCPUFeatures - Get the LLVM names for the host CPU features.
56 /// \param Features - A string mapping feature names to either
58 /// about exactly which features may appear in this map, except that they are
62 bool getHostCPUFeatures(StringMap<bool> &Features);
  /external/llvm/lib/Target/AMDGPU/Utils/
AMDGPUBaseInfo.cpp 30 IsaVersion getIsaVersion(const FeatureBitset &Features) {
32 if (Features.test(FeatureISAVersion7_0_0))
35 if (Features.test(FeatureISAVersion7_0_1))
38 if (Features.test(FeatureISAVersion8_0_0))
41 if (Features.test(FeatureISAVersion8_0_1))
44 if (Features.test(FeatureISAVersion8_0_3))
51 const FeatureBitset &Features) {
53 IsaVersion ISA = getIsaVersion(Features);
AMDGPUBaseInfo.h 33 IsaVersion getIsaVersion(const FeatureBitset &Features);
35 const FeatureBitset &Features);
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
TestFeatures.java 20 import com.android.documentsui.base.Features;
22 public class TestFeatures implements Features {
  /external/llvm/include/llvm/Support/
Host.h 60 /// getHostCPUFeatures - Get the LLVM names for the host CPU features.
64 /// \param Features - A string mapping feature names to either
66 /// about exactly which features may appear in this map, except that they are
70 bool getHostCPUFeatures(StringMap<bool> &Features);
TargetParser.h 1 //===-- TargetParser - Parser for target features ---------------*- C++ -*-===//
10 // This file implements a target parser to recognise hardware features such as
114 bool getFPUFeatures(unsigned FPUKind, std::vector<const char *> &Features);
115 bool getHWDivFeatures(unsigned HWDivKind, std::vector<const char *> &Features);
117 std::vector<const char*> &Features);
170 bool getFPUFeatures(unsigned FPUKind, std::vector<const char *> &Features);
172 std::vector<const char*> &Features);
173 bool getArchFeatures(unsigned ArchKind, std::vector<const char *> &Features);
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Host.h 62 /// getHostCPUFeatures - Get the LLVM names for the host CPU features.
66 /// \param Features - A string mapping feature names to either
68 /// about exactly which features may appear in this map, except that they are
72 bool getHostCPUFeatures(StringMap<bool> &Features);
TargetParser.h 1 //===-- TargetParser - Parser for target features ---------------*- C++ -*-===//
10 // This file implements a target parser to recognise hardware features such as
114 bool getFPUFeatures(unsigned FPUKind, std::vector<StringRef> &Features);
115 bool getHWDivFeatures(unsigned HWDivKind, std::vector<StringRef> &Features);
117 std::vector<StringRef> &Features);
178 bool getFPUFeatures(unsigned FPUKind, std::vector<StringRef> &Features);
180 std::vector<StringRef> &Features);
181 bool getArchFeatures(unsigned ArchKind, std::vector<StringRef> &Features);
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
TargetSelect.cpp 28 /// arch. Add any CPU features specified via -mcpu or -mattr.
78 // Package up features to be passed to target/subtarget
81 SubtargetFeatures Features;
83 Features.AddFeature(MAttrs[i]);
84 FeaturesStr = Features.getString();
  /packages/apps/DocumentsUI/src/com/android/documentsui/
SharedInputHandler.java 24 import com.android.documentsui.base.Features;
36 private final Features mFeatures;
44 Features features) {
49 mFeatures = features;
  /external/clang/lib/Basic/
Targets.cpp 852 // Target cpu features.
973 initFeatureMap(llvm::StringMap<bool> &Features, DiagnosticsEngine &Diags,
977 bool handleTargetFeatures(std::vector<std::string> &Features,
980 void setFeatureEnabled(llvm::StringMap<bool> &Features, StringRef Name
    [all...]

Completed in 924 milliseconds

1 2 3 4 5 6 7 8 91011>>