HomeSort by relevance Sort by last modified time
    Searched refs:Feature (Results 51 - 75 of 552) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
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/guava/guava-testlib/src/com/google/common/collect/testing/
SortedSetTestSuiteBuilder.java 22 import com.google.common.collect.testing.features.Feature;
53 List<Feature<?>> features = Helpers.copyToList(getFeatures());
87 List<Feature<?>> features = new ArrayList<Feature<?>>();
SetTestSuiteBuilder.java 20 import com.google.common.collect.testing.features.Feature;
116 private static Set<Feature<?>> computeReserializedCollectionFeatures(
117 Set<Feature<?>> features) {
118 Set<Feature<?>> derivedFeatures = new HashSet<Feature<?>>();
ListTestSuiteBuilder.java 20 import com.google.common.collect.testing.features.Feature;
146 private static Set<Feature<?>> computeReserializedCollectionFeatures(
147 Set<Feature<?>> features) {
148 Set<Feature<?>> derivedFeatures = new HashSet<Feature<?>>();
  /external/llvm/lib/Target/SystemZ/
SystemZTargetMachine.cpp 30 // overridden via "[+-]vector" feature string elements.
38 for (auto &Feature : Features) {
39 if (Feature == "vector" || Feature == "+vector")
41 if (Feature == "-vector")
  /packages/apps/TV/common/src/com/android/tv/common/feature/
PropertyFeature.java 17 package com.android.tv.common.feature;
23 * Feature controlled by system property.
27 public final class PropertyFeature implements Feature {
36 * Create System Property backed feature.
PackageVersionFeature.java 17 package com.android.tv.common.feature;
25 * A feature controlled by package version.
27 public class PackageVersionFeature implements Feature {
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultisetTestSuiteBuilder.java 33 import com.google.common.collect.testing.features.Feature;
63 public enum NoRecurse implements Feature<Void> {
67 public Set<Feature<? super Void>> getImpliedFeatures() {
91 private static Set<Feature<?>> computeEntrySetFeatures(
92 Set<Feature<?>> features) {
93 Set<Feature<?>> derivedFeatures = new HashSet<Feature<?>>();
105 static Set<Feature<?>> computeElementSetFeatures(
106 Set<Feature<?>> features) {
107 Set<Feature<?>> derivedFeatures = new HashSet<Feature<?>>()
    [all...]
MultimapTestSuiteBuilder.java 40 import com.google.common.collect.testing.features.Feature;
175 Set<Feature<?>> features = computeMultimapAsMapGetFeatures(parentBuilder.getFeatures());
199 static Set<Feature<?>> computeDerivedCollectionFeatures(Set<Feature<?>> multimapFeatures) {
200 Set<Feature<?>> derivedFeatures = Helpers.copyToSet(multimapFeatures);
210 static Set<Feature<?>> computeEntriesFeatures(
211 Set<Feature<?>> multimapFeatures) {
212 Set<Feature<?>> result = computeDerivedCollectionFeatures(multimapFeatures);
219 static Set<Feature<?>> computeValuesFeatures(
220 Set<Feature<?>> multimapFeatures)
    [all...]
ListMultimapTestSuiteBuilder.java 28 import com.google.common.collect.testing.features.Feature;
82 Set<Feature<?>> features = computeMultimapAsMapGetFeatures(parentBuilder.getFeatures());
96 Set<Feature<?>> computeMultimapGetFeatures(
97 Set<Feature<?>> multimapFeatures) {
98 Set<Feature<?>> derivedFeatures = super.computeMultimapGetFeatures(multimapFeatures);
SortedMultisetTestSuiteBuilder.java 31 import com.google.common.collect.testing.features.Feature;
97 enum NoRecurse implements Feature<Void> {
101 public Set<Feature<? super Void>> getImpliedFeatures() {
153 Set<Feature<?>> features = new HashSet<Feature<?>>();
252 Set<Feature<?>> features = new HashSet<Feature<?>>();
283 Set<Feature<?>> features = new HashSet<Feature<?>>();
  /device/google/wahoo/power-libperfmgr/
Power.h 35 using ::android::hardware::power::V1_0::Feature;
54 Return<void> setFeature(Feature feature, bool activate) override;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
UsbEnumer.h 70 IN EFI_USB_PORT_FEATURE Feature
78 IN EFI_USB_PORT_FEATURE Feature
UsbHub.c 19 // Array that maps the change bit to feature value which is
80 USB hub control transfer to clear the hub feature.
83 @param Feature The feature to clear.
85 @retval EFI_SUCCESS Feature of the hub is cleared.
86 @retval Others Failed to clear the feature.
92 IN UINT16 Feature
103 Feature,
114 Clear the feature of the device's port.
117 @param Port The port to clear feature.
    [all...]
  /hardware/interfaces/power/1.0/default/
Power.h 30 using ::android::hardware::power::V1_0::Feature;
46 Return<void> setFeature(Feature feature, bool activate) override;
  /hardware/interfaces/power/1.0/
types.hal 82 enum Feature : uint32_t {
84 * Enabling/Disabling this feature will allow/disallow the system
  /external/caliper/caliper/src/main/java/com/google/caliper/memory/
ObjectExplorer.java 55 * EnumSet.noneOf(Feature.class))}.
68 return exploreObject(rootObject, visitor, EnumSet.noneOf(Feature.class));
79 * <li>If {@link Feature#VISIT_PRIMITIVES} is contained in features,
81 * <li>If {@link Feature#VISIT_NULL} is contained in features, the visitor
99 ObjectVisitor<T> visitor, EnumSet<Feature> features) {
125 if (features.contains(Feature.VISIT_PRIMITIVES)) {
129 if (features.contains(Feature.VISIT_NULL)) {
152 if (features.contains(Feature.VISIT_NULL)) {
159 if (features.contains(Feature.VISIT_PRIMITIVES)) {
249 public enum Feature {
    [all...]
  /external/tensorflow/tensorflow/contrib/slim/python/slim/data/
test_utils.py 34 return feature_pb2.Feature(int64_list=feature_pb2.Int64List(
44 return feature_pb2.Feature(bytes_list=string_to_bytes(encoded))
49 return feature_pb2.Feature(bytes_list=feature_pb2.BytesList(value=[value]))
74 example: a TF-example with a feature key 'image/encoded' set to the
75 serialized image and a feature key 'image/format' set to the image
80 example = example_pb2.Example(features=feature_pb2.Features(feature={
  /external/libmojo/base/android/javatests/src/org/chromium/base/
CommandLineTest.java 15 import org.chromium.base.test.util.Feature;
92 @Feature({"Android-AppBase"})
101 @Feature({"Android-AppBase"})
110 @Feature({"Android-AppBase"})
  /external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/
io_ops_test.py 37 example_pb2.Example(features=feature_pb2.Features(feature={
39 feature_pb2.Feature(
42 feature_pb2.Feature(
45 example_pb2.Example(features=feature_pb2.Features(feature={
47 feature_pb2.Feature(
50 feature_pb2.Feature(
  /test/vts/utils/python/web/
feature_utils.py 23 class Feature(object):
24 """Configuration object for a feature.
29 enabled: boolean, True if the feature is enabled, False otherwise
36 """Creates a feature configuration object.
39 toggle_param_name: String, The name of the parameter used to toggle the feature
49 logging.info("Feature disabled in configuration: %s=False", toggle_param_name)
  /external/tensorflow/tensorflow/core/util/
example_proto_fast_parsing_test.cc 18 #include "tensorflow/core/example/feature.pb.h"
154 // is and Servo team requested to replicate this 'feature'.
190 " 'feature': {'age': {'int64_list': {'value': [0]} }}, "
191 " 'feature': {'flo': {'float_list': {'value': [1.1]} }}, "
192 " 'feature': {'byt': {'bytes_list': {'value': ['WW8='] }}}"
199 " 'feature': {'age': {'int64_list': {'value': [0, 13, 23]} }}, "
200 " 'feature': {'flo': {'float_list': {'value': [1.1, 1.2, 1.3]} }}, "
201 " 'feature': {'byt': {'bytes_list': {'value': ['WW8=', 'WW8K'] }}}"
275 std::vector<Feature::KindCase> feat_types(
276 {Feature::kBytesList, Feature::kFloatList, Feature::kInt64List})
    [all...]
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
AndroidCameraSettings.java 52 if (capabilities.supports(CameraCapabilities.Feature.ZOOM)) {
63 if (capabilities.supports(CameraCapabilities.Feature.VIDEO_STABILIZATION)) {
CameraCapabilities.java 56 protected final EnumSet<Feature> mSupportedFeatures = EnumSet.noneOf(Feature.class);
284 public enum Feature {
623 public final Set<Feature> getSupportedFeature() {
624 return new HashSet<Feature>(mSupportedFeatures);
627 public boolean supports(Feature ft) {
681 if (!supports(Feature.ZOOM)) {
753 if (!settings.isVideoStabilizationEnabled() || supports(Feature.VIDEO_STABILIZATION)) {
  /hardware/interfaces/power/1.0/vts/functional/
VtsHalPowerV1_0TargetTest.cpp 32 using ::android::hardware::power::V1_0::Feature;
168 ret = power->setFeature(Feature::POWER_FEATURE_DOUBLE_TAP_TO_WAKE, true);
170 ret = power->setFeature(Feature::POWER_FEATURE_DOUBLE_TAP_TO_WAKE, false);
173 Feature badFeature = static_cast<Feature>(0x2);

Completed in 2344 milliseconds

1 23 4 5 6 7 8 91011>>