HomeSort by relevance Sort by last modified time
    Searched refs:feature (Results 226 - 250 of 1313) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/lib/e2p/
feature.c 2 * feature.c --- convert between features and strings
23 struct feature { struct
29 static struct feature feature_list[] = {
113 static struct feature jrnl_feature_list[] = {
132 struct feature *f;
163 struct feature *f;
206 struct feature *f;
237 struct feature *f;
292 * Edit a feature set array as requested by the user. The ok_array,
295 * then use it tell whether or not it is OK to clear a filesystem feature
    [all...]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
FeatureList.java 19 private Feature[] features;
24 features = new Feature[10];
28 public void addFeature(Feature feature)
31 Feature[] newFeatures = new Feature[features.length + 5];
37 features[featureCount++] = feature;
51 System.out.print("writing feature list...");
ScriptList.java 20 private Feature[] features;
27 features = new Feature[10];
31 public void addFeature(Feature feature)
34 Feature[] newFeatures = new Feature[features.length + 5];
40 features[featureCount++] = feature;
166 public void addFeature(String scriptTag, String languageTag, Feature feature)
170 langSysRecord.addFeature(feature);
    [all...]
  /external/llvm/test/MC/Mips/micromips-dsp/
invalid-wrong-error.s 6 wrdsp $5, 128 # CHECK: :[[@LINE]]:3: error: instruction requires a CPU feature not currently enabled
  /external/tensorflow/tensorflow/contrib/tensor_forest/hybrid/core/ops/
utils.cc 69 const int32 feature = (rand[0] + rand[1]) % num_features; local
70 features->push_back(feature);
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/
CameraBinderTestUtils.java 71 final static public boolean isFeatureAvailable(Context context, String feature) {
75 if (f.name != null && f.name.equals(feature)) {
  /hardware/qcom/display/msm8909/sdm/libs/core/drm/
hw_color_manager_drm.cpp 66 void HWColorManagerDrm::FreeDrmFeatureData(DRMPPFeatureInfo *feature) {
67 if (feature->payload)
68 free(feature->payload);
71 uint32_t HWColorManagerDrm::GetFeatureVersion(const DRMPPFeatureInfo &feature) {
74 switch (feature.id) {
80 if (feature.version == 1)
90 if (feature.version == 1)
92 else if (feature.version == 4)
167 /* feature disable case */
235 /* feature disable case *
    [all...]
  /hardware/qcom/display/msm8909w_3100/sdm/libs/core/drm/
hw_color_manager_drm.cpp 66 void HWColorManagerDrm::FreeDrmFeatureData(DRMPPFeatureInfo *feature) {
67 if (feature->payload)
68 free(feature->payload);
71 uint32_t HWColorManagerDrm::GetFeatureVersion(const DRMPPFeatureInfo &feature) {
74 switch (feature.id) {
80 if (feature.version == 1)
90 if (feature.version == 1)
92 else if (feature.version == 4)
167 /* feature disable case */
235 /* feature disable case *
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/core/drm/
hw_color_manager_drm.cpp 66 void HWColorManagerDrm::FreeDrmFeatureData(DRMPPFeatureInfo *feature) {
67 if (feature->payload)
68 free(feature->payload);
71 uint32_t HWColorManagerDrm::GetFeatureVersion(const DRMPPFeatureInfo &feature) {
74 switch (feature.id) {
80 if (feature.version == 1)
90 if (feature.version == 1)
92 else if (feature.version == 4)
167 /* feature disable case */
235 /* feature disable case *
    [all...]
  /libcore/luni/src/test/java/tests/org/w3c/dom/
DOMDocumentBuilderFactory.java 51 public boolean hasFeature(String feature, String version) {
52 return builder.getDOMImplementation().hasFeature(feature, version);
  /packages/apps/Settings/src/com/android/settings/development/featureflags/
FeatureFlagsPreferenceController.java 70 for (String feature : featureMap.keySet()) {
71 mScreen.addPreference(new FeatureFlagPreference(prefContext, feature));
  /prebuilts/misc/common/swig/include/2.0.11/
shared_ptr.i 49 %feature("smartptr", noblock=1) TYPE { SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< TYPE > }
  /system/extras/simpleperf/
record_file.h 54 bool WriteFeatureString(int feature, const std::string& s);
63 bool WriteFeature(int feature, const std::vector<char>& data);
79 bool WriteFeatureBegin(int feature);
80 bool WriteFeatureEnd(int feature);
121 bool HasFeature(int feature) const {
122 return feature_section_descriptors_.find(feature) != feature_section_descriptors_.end();
124 bool ReadFeatureSection(int feature, std::vector<char>* data);
143 std::string ReadFeatureString(int feature);
145 // File feature section contains many file information. This function reads
  /external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/
input_data.cc 86 int32 feature; local
87 safe_strto32(feature_id.id().value(), &feature);
88 if (feature >= input_spec_.dense_features_size()) {
89 return FindSparseValue(*sparse_indices_, *sparse_values_, example, feature);
91 return (*dense_data_)(example, feature);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
ImsServiceControllerCompat.java 29 import android.telephony.ims.compat.feature.ImsFeature;
30 import android.telephony.ims.compat.feature.MMTelFeature;
173 IImsMMTelFeature feature = mServiceController.createMMTelFeature(slotId, c); local
174 if (feature == null) {
178 return new MmTelInterfaceAdapter(slotId, feature.asBinder());
MmTelInterfaceAdapter.java 122 IImsMMTelFeature feature = IImsMMTelFeature.Stub.asInterface(mBinder); local
123 if (feature == null) {
126 return feature;
  /external/harfbuzz_ng/src/
hb-uniscribe.cc 280 active_feature_t feature; member in struct:feature_event_t
287 active_feature_t::cmp (&a->feature, &b->feature);
632 active_feature_t feature; local
633 feature.rec.tagFeature = hb_uint32_swap (features[i].tag);
634 feature.rec.lParameter = features[i].value;
635 feature.order = i;
644 event->feature = feature;
651 event->feature = feature
656 active_feature_t feature; local
690 OPENTYPE_FEATURE_RECORD *feature = feature_records.push (); local
713 active_feature_t *feature = active_features.push (); local
718 active_feature_t *feature = active_features.find (&event->feature); local
    [all...]
  /frameworks/base/telephony/java/android/telephony/ims/stub/
ImsFeatureConfiguration.java 22 import android.telephony.ims.feature.ImsFeature;
29 * Container class for IMS Feature configuration. This class contains the features that the
41 * SIM slot that this feature is associated with.
45 * The feature that this slotId supports. Supported values are
52 * A mapping from slotId to IMS Feature type.
53 * @param slotId the SIM slot ID associated with this feature.
54 * @param featureType The feature that this slotId supports. Supported values are
102 * Adds an IMS feature associated with a SIM slot ID.
103 * @param slotId The slot ID associated with the IMS feature.
104 * @param featureType The feature that the slot ID supports. Supported values ar
    [all...]
  /packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/suggestions/ranking/
SuggestionRanker.java 103 for (String feature : WEIGHTS.keySet()) {
104 sum += WEIGHTS.get(feature) * features.get(feature);
  /cts/tests/app/src/android/app/cts/
SystemFeaturesTest.java 78 for (FeatureInfo feature : mPackageManager.getSystemAvailableFeatures()) {
79 mAvailableFeatures.add(feature.name);
178 // Capabilities don't have a matching system feature
204 "the FEATURE_CAMERA_FRONT or FEATURE_CAMERA_EXTERNAL feature",
209 "the FEATURE_CAMERA_FRONT or FEATURE_CAMERA_EXTERNAL feature",
382 /** Get a list of feature constants in PackageManager matching a prefix. */
389 String feature = (String) field.get(null); local
390 features.add(feature);
420 * Check that if the PackageManager declares a sensor feature that the device has at least
421 * one sensor that matches that feature. Also check that if a PackageManager does not declar
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/NoRestartApp/feature/
Android.mk 37 LOCAL_AAPT_FLAGS += --feature-of $(featureOfApk)
  /cts/hostsidetests/appsecurity/test-apps/SplitApp/feature/
Android.mk 40 LOCAL_AAPT_FLAGS += --feature-of $(featureOfApk)
  /cts/hostsidetests/tv/src/com/android/cts/tv/
TvInputManagerHostTest.java 139 for (String feature: commandOutput.split("\\s+")) {
140 // Each line in the output of the command has the format "feature:{FEATURE_VALUE}".
141 String[] tokens = feature.split(":");
142 assertTrue("\"" + feature + "\" expected to have format feature:{FEATURE_VALUE}",
144 assertEquals(feature, "feature", tokens[0]);
150 CLog.logAndDisplay(LogLevel.INFO, "Device doesn't have required feature "
  /device/google/marlin/power/
Power.h 31 using ::android::hardware::power::V1_0::Feature;
44 Return<void> setFeature(Feature feature, bool activate) override;
  /external/deqp/scripts/opengl/
src_util.py 149 for feature in registry.getFeatures('gl'):
150 spec.addFeature(feature, 'gl', 'core')
152 for feature in registry.getFeatures('gles2'):
153 spec.addFeature(feature, 'gles2')

Completed in 588 milliseconds

1 2 3 4 5 6 7 8 91011>>