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

1 2 3 4 56 7 8 91011>>

  /packages/apps/TV/common/src/com/android/tv/common/feature/
SystemAppFeature.java 17 package com.android.tv.common.feature;
22 /** A feature that is for system App. */
23 public final class SystemAppFeature implements Feature {
24 public static final Feature SYSTEM_APP_FEATURE = new SystemAppFeature();
  /packages/apps/TV/tuner/src/com/android/tv/tuner/
TunerFeatures.java 19 import static com.android.tv.common.feature.FeatureUtils.OFF;
26 import com.android.tv.common.feature.CommonFeatures;
27 import com.android.tv.common.feature.Feature;
28 import com.android.tv.common.feature.Model;
29 import com.android.tv.common.feature.PropertyFeature;
35 * List of {@link Feature} for Tuner.
37 * <p>Remove the {@code Feature} once it is launched.
44 public static final Feature NETWORK_TUNER =
45 new Feature() {
    [all...]
  /external/valgrind/tests/
s390x_features.c 17 // - 0 if the machine provides the asked-for feature and the cpu
19 // - 1 the machine does not provide the asked-for feature or the
22 // - 2 if the asked-for feature isn't recognised (this will be the case for
23 // any feature if run on a non-s390x machine).
28 // s390x_features <feature> [<machine-model>]
202 static int go(char *feature, char *cpu)
211 if (strcmp(feature, "s390x-zarch") == 0 ) {
213 } else if (strcmp(feature, "s390x-n3") == 0 ) {
215 } else if (strcmp(feature, "s390x-stfle") == 0 ) {
217 } else if (strcmp(feature, "s390x-ldisp") == 0 )
    [all...]
  /external/tensorflow/tensorflow/python/ops/
parsing_ops.py 50 """Configuration for parsing a variable-length input feature.
63 """Configuration for parsing a sparse input feature from an `Example`.
72 * `value_key`: The name of key for a `Feature` in the `Example` whose parsed
78 the Feature with key named `index_key[dim]` in the `Example`.
94 feature { key: "val" value { float_list { value: [ 0.5, -1.0 ] } } }
95 feature { key: "ix0" value { int64_list { value: [ 3, 20 ] } } }
96 feature { key: "ix1" value { int64_list { value: [ 1, 0 ] } } }
111 For each key the underlying feature's type must be `int64` and its length
112 must always match that of the `value_key` feature.
115 value_key: Name of value feature. The underlying feature's type mus
    [all...]
  /art/runtime/arch/x86/
instruction_set_features_x86.cc 32 // Feature-support arrays.
165 // the kernel puts the appropriate feature flags in here. Sometimes it doesn't.
300 std::string feature = android::base::Trim(*i); local
301 if (feature == "ssse3") {
303 } else if (feature == "-ssse3") {
305 } else if (feature == "sse4.1") {
307 } else if (feature == "-sse4.1") {
309 } else if (feature == "sse4.2") {
311 } else if (feature == "-sse4.2") {
313 } else if (feature == "avx")
    [all...]
  /external/f2fs-tools/mkfs/
f2fs_format_main.c 52 MSG(0, " -O [feature list] e.g. \"encrypt\"\n");
85 c.feature |= cpu_to_le32(F2FS_FEATURE_ENCRYPT);
87 c.feature |= cpu_to_le32(F2FS_FEATURE_VERITY);
89 c.feature |= cpu_to_le32(F2FS_FEATURE_EXTRA_ATTR);
91 c.feature |= cpu_to_le32(F2FS_FEATURE_PRJQUOTA);
93 c.feature |= cpu_to_le32(F2FS_FEATURE_INODE_CHKSUM);
95 c.feature |= cpu_to_le32(F2FS_FEATURE_FLEXIBLE_INLINE_XATTR);
97 c.feature |= cpu_to_le32(F2FS_FEATURE_QUOTA_INO);
99 c.feature |= cpu_to_le32(F2FS_FEATURE_INODE_CRTIME);
182 if (!(c.feature & cpu_to_le32(F2FS_FEATURE_EXTRA_ATTR)))
    [all...]
  /external/tensorflow/tensorflow/contrib/boosted_trees/python/kernel_tests/
stats_accumulator_ops_test.py 109 num_updates, partition, feature, grads, hessians = accumulator.flush(
111 num_updates, partition, feature, grads, hessians = sess.run(
112 [num_updates, partition, feature, grads, hessians])
114 result = _AccumulatorResultToDict(partition, feature, grads, hessians)
186 num_updates, partition, feature, grads, hessians = accumulator.flush(
188 num_updates, partition, feature, grads, hessians = sess.run(
189 [num_updates, partition, feature, grads, hessians])
191 result = _AccumulatorResultToDict(partition, feature, grads,
204 partition, feature, grads, hessians = accumulator._make_summary(
209 partition, feature, grads, hessians = sess.run
    [all...]
  /compatibility/cdd/3_software/
3_16_companion_device_pairing.md 6 API for apps to access this feature.
8 If device implementations support the companion device pairing feature, they:
10 * [C-1-1] MUST declare the feature flag [`FEATURE_COMPANION_DEVICE_SETUP`
  /packages/apps/DocumentsUI/src/com/android/documentsui/base/
Features.java 27 * Provides access to feature flags configured in config.xml.
53 * Call this to force-enable any particular feature known by this instance.
54 * Note that all feature may not support being enabled at runtime as
55 * they may depend on runtime initialization guarded by feature check.
57 * <p>Feature changes will be persisted across activities, but not app restarts.
59 * @param feature int reference to a boolean feature resource.
61 void forceFeature(@BoolRes int feature, boolean enabled);
80 public void forceFeature(@BoolRes int feature, boolean enabled) {
81 mDebugEnabled.put(feature, enabled)
    [all...]
  /build/make/core/combo/arch/x86/
silvermont.mk 1 # This file contains feature macro definitions specific to the
  /build/make/core/combo/arch/x86_64/
silvermont.mk 1 # This file contains feature macro definitions specific to the
  /external/llvm/test/MC/Mips/mips32r5/
invalid-mips32.s 8 eretnc # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
invalid-mips32r2.s 8 eretnc # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
invalid-mips32r3.s 8 eretnc # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
  /external/llvm/test/MC/Mips/mips64r5/
invalid-mips64.s 8 eretnc # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
invalid-mips64r2.s 8 eretnc # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
invalid-mips64r3.s 8 eretnc # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_screen.h 40 /* Enum with indices for each of the feature words */
54 #define VIV_FEATURE(screen, word, feature) \
55 ((screen->features[viv_ ## word] & (word ## _ ## feature)) != 0)
  /frameworks/base/libs/androidfw/tests/data/feature/
build 23 aapt2 link -o feature.apk \
  /frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/
TestImsFeature.java 20 import android.telephony.ims.feature.CapabilityChangeRequest;
21 import android.telephony.ims.feature.ImsFeature;
TestImsService.java 22 import android.telephony.ims.feature.MmTelFeature;
23 import android.telephony.ims.feature.RcsFeature;
  /hardware/qcom/display/msm8909/sdm/libs/core/drm/
hw_color_manager_drm.h 45 static void FreeDrmFeatureData(DRMPPFeatureInfo *feature);
46 static uint32_t GetFeatureVersion(const DRMPPFeatureInfo &feature);
  /hardware/qcom/display/msm8909w_3100/sdm/libs/core/drm/
hw_color_manager_drm.h 45 static void FreeDrmFeatureData(DRMPPFeatureInfo *feature);
46 static uint32_t GetFeatureVersion(const DRMPPFeatureInfo &feature);
  /hardware/qcom/display/msm8998/sdm/libs/core/drm/
hw_color_manager_drm.h 45 static void FreeDrmFeatureData(DRMPPFeatureInfo *feature);
46 static uint32_t GetFeatureVersion(const DRMPPFeatureInfo &feature);
  /libcore/dom/src/test/java/org/w3c/domts/
DOMTestIncompatibleException.java 50 public static DOMTestIncompatibleException incompatibleFeature(String feature,
53 "Implementation does not support feature \"");
54 buf.append(feature);

Completed in 641 milliseconds

1 2 3 4 56 7 8 91011>>