/external/grpc-grpc-java/examples/android/routeguide/app/src/main/java/io/grpc/routeguideexample/ |
RouteGuideUtil.java | 34 /** Indicates whether the given feature exists (i.e. has a valid name). */ 35 public static boolean exists(Feature feature) { 36 return feature != null && !feature.getName().isEmpty();
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/ |
CollectionFeature.java | 38 public enum CollectionFeature implements Feature<Collection> { 64 * tests and sorted-collection tests automatically specify this feature. 114 private final Set<Feature<? super Collection>> implied; 116 CollectionFeature(Feature<? super Collection> ... implied) { 121 public Set<Feature<? super Collection>> getImpliedFeatures() {
|
CollectionSize.java | 32 * com.google.common.collect.testing.FeatureSpecificTestSuiteBuilder#withFeatures(Feature...)}), 50 public enum CollectionSize implements Feature<Collection>, 69 private final Set<Feature<? super Collection>> implied; 77 CollectionSize(Feature<? super Collection> ... implied) { 85 public Set<Feature<? super Collection>> getImpliedFeatures() {
|
ListFeature.java | 36 public enum ListFeature implements Feature<List> { 54 private final Set<Feature<? super List>> implied; 56 ListFeature(Feature<? super List> ... implied) { 61 public Set<Feature<? super List>> getImpliedFeatures() {
|
MapFeature.java | 36 public enum MapFeature implements Feature<Map> { 86 private final Set<Feature<? super Map>> implied; 88 MapFeature(Feature<? super Map> ... implied) { 93 public Set<Feature<? super Map>> getImpliedFeatures() {
|
/external/grpc-grpc-java/examples/src/test/java/io/grpc/examples/routeguide/ |
RouteGuideServerTest.java | 65 private Collection<Feature> features; 91 Feature unnamedFeature = Feature.newBuilder() 95 // feature not found in the server 96 Feature feature = stub.getFeature(point); local 98 assertEquals(unnamedFeature, feature); 100 // feature found in the server 101 Feature namedFeature = Feature.newBuilder( [all...] |
/external/epid-sdk/ext/ipp/sources/ippcp/ |
cpinit.c | 89 int cpGetFeature( Ipp64u Feature ) 91 if(( cpFeaturesMask & Feature ) == Feature ){ 98 int k0_cpGetFeature( Ipp64u Feature ){ 99 if(( cpFeaturesMask & Feature ) == Feature ) return 1; 101 int n0_cpGetFeature( Ipp64u Feature ){ 102 if(( cpFeaturesMask & Feature ) == Feature ) return 1; 104 int l9_cpGetFeature( Ipp64u Feature ){ [all...] |
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
MapTestSuiteBuilder.java | 25 import com.google.common.collect.testing.features.Feature; 149 private static Set<Feature<?>> computeReserializedMapFeatures( 150 Set<Feature<?>> mapFeatures) { 151 Set<Feature<?>> derivedFeatures = Helpers.copyToSet(mapFeatures); 157 private static Set<Feature<?>> computeEntrySetFeatures( 158 Set<Feature<?>> mapFeatures) { 159 Set<Feature<?>> entrySetFeatures = 167 private static Set<Feature<?>> computeKeySetFeatures( 168 Set<Feature<?>> mapFeatures) { 169 Set<Feature<?>> keySetFeatures [all...] |
CollectionTestSuiteBuilder.java | 20 import com.google.common.collect.testing.features.Feature; 95 private static Set<Feature<?>> computeReserializedCollectionFeatures(Set<Feature<?>> features) { 96 Set<Feature<?>> derivedFeatures = new HashSet<Feature<?>>();
|
FeatureSpecificTestSuiteBuilder.java | 23 import com.google.common.collect.testing.features.Feature; 103 private Set<Feature<?>> features = new LinkedHashSet<Feature<?>>(); 110 public B withFeatures(Feature<?>... features) { 114 public B withFeatures(Iterable<? extends Feature<?>> features) { 115 for (Feature<?> feature : features) { 116 this.features.add(feature); 121 public Set<Feature<?>> getFeatures() { 247 Set<Feature<?>> missingFeatures [all...] |
PerCollectionSizeTestSuiteBuilder.java | 20 import com.google.common.collect.testing.features.Feature; 35 * by {@link #withFeatures(Feature...)}. 67 Set<Feature<?>> features = Helpers.copyToSet(getFeatures()); 73 Set<Feature<?>> sizesToTest = 74 Helpers.<Feature<?>>copyToSet(CollectionSize.values()); 91 for (Feature<?> collectionSize : sizesToTest) { 96 Set<Feature<?>> oneSizeFeatures = Helpers.copyToSet(features);
|
SortedMapTestSuiteBuilder.java | 22 import com.google.common.collect.testing.features.Feature; 54 List<Feature<?>> features = Helpers.copyToList(getFeatures()); 86 enum NoRecurse implements Feature<Void> { 91 public Set<Feature<? super Void>> getImpliedFeatures() { 109 List<Feature<?>> features = new ArrayList<Feature<?>>();
|
/device/generic/goldfish/power/ |
Power.h | 31 using ::android::hardware::power::V1_0::Feature; 44 Return<void> setFeature(Feature feature, bool activate) override;
|
/device/google/marlin/power/ |
Power.h | 31 using ::android::hardware::power::V1_0::Feature; 44 Return<void> setFeature(Feature feature, bool activate) override;
|
/device/linaro/hikey/power/ |
Power.h | 31 using ::android::hardware::power::V1_0::Feature; 44 Return<void> setFeature(Feature feature, bool activate) override;
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
Feature.java | 13 class Feature extends TaggedRecord 19 public Feature(String theFeatureTag)
|
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/google/ |
BiMapTestSuiteBuilder.java | 27 import com.google.common.collect.testing.features.Feature; 68 enum NoRecurse implements Feature<Void> { 72 public Set<Feature<? super Void>> getImpliedFeatures() { 118 private static Set<Feature<?>> computeInverseFeatures(Set<Feature<?>> mapFeatures) { 119 Set<Feature<?>> inverseFeatures = new HashSet<Feature<?>>(mapFeatures); 140 private static Set<Feature<?>> computeValuesSetFeatures( 141 Set<Feature<?>> mapFeatures) { 142 Set<Feature<?>> valuesCollectionFeatures [all...] |
/external/libpng/contrib/arm-neon/ |
linux.c | 32 * it gets a match on the 'neon' feature or reaches the end of the stream. 39 StartLine, Feature, Colon, StartTag, Neon, HaveNeon, SkipTag, SkipLine 64 state = Feature; 67 case Feature: 68 /* Match 'FEATURE', ASCII case insensitive. */ 76 /* did not match 'feature' */ 100 /* Either a bad line format or a 'feature' prefix followed by
|
/external/libchrome/base/test/ |
scoped_feature_list.cc | 24 const std::vector<Feature>& features) { 26 for (const Feature& feature : features) { 27 output.push_back(feature.name); 33 // Extracts a feature name from a feature state string. For example, given 35 StringPiece GetFeatureName(StringPiece feature) { 36 StringPiece feature_name = feature; 55 // Merges previously-specified feature overrides with those passed into one of 66 for (StringPiece feature : features_list) [all...] |
/external/tensorflow/tensorflow/core/example/ |
feature_util.h | 16 // A set of lightweight wrappers which simplify access to Feature protos. 20 // So accessing feature values is not very convenient. 22 // For example, to read a first value of integer feature "tag": 23 // int id = example.features().feature().at("tag").int64_list().value(0) 39 // To copy multiple values into a feature: 46 // NOTE: Due to the nature of oneof proto fields setting a feature of one type 47 // automatically clears all values stored as another type with the same feature 62 // This will create a feature list keyed as "images" with two features: 67 // feature { float_list { value: [4.0] } } 68 // feature { float_list { value: [5.0, 3.0] } 230 ::tensorflow::Feature& feature = local [all...] |
/external/fonttools/Snippets/ |
layout-features.py | 46 requiredfeature.Feature = record.Feature 48 for feature in features: 49 print(" Feature:", feature.FeatureTag) 50 lookups = feature.Feature.LookupListIndex
|
/external/grpc-grpc/examples/cpp/route_guide/ |
route_guide_client.cc | 41 using routeguide::Feature; 54 Feature MakeFeature(const std::string& name, 56 Feature f; 79 Feature feature; local 81 GetOneFeature(point, &feature); 83 GetOneFeature(point, &feature); 88 Feature feature; local 98 std::unique_ptr<ClientReader<Feature> > reader [all...] |
/external/grpc-grpc/examples/python/multiplex/ |
route_guide_pb2_grpc.py | 20 response_deserializer=route__guide__pb2.Feature.FromString, 25 response_deserializer=route__guide__pb2.Feature.FromString, 46 Obtains the feature at a given position. 48 A feature with an empty name is returned if there's no feature at the given 93 response_serializer=route__guide__pb2.Feature.SerializeToString, 98 response_serializer=route__guide__pb2.Feature.SerializeToString,
|
/external/grpc-grpc/examples/python/route_guide/ |
route_guide_pb2_grpc.py | 20 response_deserializer=route__guide__pb2.Feature.FromString, 25 response_deserializer=route__guide__pb2.Feature.FromString, 46 Obtains the feature at a given position. 48 A feature with an empty name is returned if there's no feature at the given 93 response_serializer=route__guide__pb2.Feature.SerializeToString, 98 response_serializer=route__guide__pb2.Feature.SerializeToString,
|