/external/grpc-grpc-java/examples/src/main/java/io/grpc/examples/routeguide/ |
RouteGuideServer.java | 61 public RouteGuideServer(ServerBuilder<?> serverBuilder, int port, Collection<Feature> features) { 113 private final Collection<Feature> features; 117 RouteGuideService(Collection<Feature> features) { 122 * Gets the {@link Feature} at the requested {@link Point}. If no feature at that location 123 * exists, an unnamed feature is returned at the provided location. 125 * @param request the requested location for the feature. 126 * @param responseObserver the observer that will receive the feature at the requested point. 129 public void getFeature(Point request, StreamObserver<Feature> responseObserver) { 141 public void listFeatures(Rectangle request, StreamObserver<Feature> responseObserver) [all...] |
RouteGuideUtil.java | 58 public static List<Feature> parseFeatures(URL file) throws IOException { 75 * Indicates whether the given feature exists (i.e. has a valid name). 77 public static boolean exists(Feature feature) { 78 return feature != null && !feature.getName().isEmpty();
|
/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")
|
/external/grpc-grpc-java/examples/src/test/java/io/grpc/examples/routeguide/ |
RouteGuideClientTest.java | 113 final Feature responseFeature = 114 Feature.newBuilder().setName("dummyFeature").setLocation(responsePoint).build(); 120 public void getFeature(Point point, StreamObserver<Feature> responseObserver) { 148 public void getFeature(Point point, StreamObserver<Feature> responseObserver) { 168 final Feature responseFeature1 = Feature.newBuilder().setName("feature 1").build(); 169 final Feature responseFeature2 = Feature.newBuilder().setName("feature 2").build() [all...] |
/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/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...] |
/device/linaro/hikey/power/ |
Power.cpp | 39 using ::android::hardware::power::V1_0::Feature; 63 Return<void> Power::setFeature(Feature /*feature*/, bool /*activate*/) {
|
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/zip/ |
EncryptedArchiveTest.java | 47 assertSame(UnsupportedZipFeatureException.Feature.ENCRYPTION, 72 assertSame(UnsupportedZipFeatureException.Feature.ENCRYPTION,
|
/external/grpc-grpc/examples/node/static_codegen/route_guide/ |
route_guide_pb.js | 12 goog.exportSymbol('proto.routeguide.Feature', null, global); 416 proto.routeguide.Feature = function(opt_data) { 419 goog.inherits(proto.routeguide.Feature, jspb.Message); 421 proto.routeguide.Feature.displayName = 'proto.routeguide.Feature'; 436 proto.routeguide.Feature.prototype.toObject = function(opt_includeInstance) { 437 return proto.routeguide.Feature.toObject(opt_includeInstance, this); 446 * @param {!proto.routeguide.Feature} msg The msg instance to transform. 449 proto.routeguide.Feature.toObject = function(includeInstance, msg) { 466 * @return {!proto.routeguide.Feature} [all...] |
/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...] |
ObjectGraphMeasurer.java | 19 import com.google.caliper.memory.ObjectExplorer.Feature; 183 EnumSet.of(Feature.VISIT_PRIMITIVES, Feature.VISIT_NULL));
|
/external/grpc-grpc/examples/cpp/route_guide/ |
route_guide_server.cc | 42 using routeguide::Feature; 75 const std::vector<Feature>& feature_list) { 76 for (const Feature& f : feature_list) { 92 Feature* feature) override { 93 feature->set_name(GetFeatureName(*point, feature_list_)); 94 feature->mutable_location()->CopyFrom(*point); 100 ServerWriter<Feature>* writer) override { 107 for (const Feature& f : feature_list_) { 167 std::vector<Feature> feature_list_ [all...] |
helper.cc | 75 bool TryParseOne(Feature* feature) { 84 feature->mutable_location()->set_latitude(temp); 89 feature->mutable_location()->set_longitude(temp); 99 feature->set_name(db_.substr(name_start, current_-name_start-1)); 140 void ParseDb(const std::string& db, std::vector<Feature>* feature_list) { 148 Feature feature; local 150 feature_list->push_back(Feature());
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
SystemZTargetMachine.cpp | 41 // overridden via "[+-]vector" feature string elements. 49 for (auto &Feature : Features) { 50 if (Feature == "vector" || Feature == "+vector") 52 if (Feature == "-vector")
|
/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(
|
/external/python/setuptools/setuptools/tests/ |
test_setuptools.py | 17 from setuptools import Feature 218 'foo': Feature("foo", standard=True, require_features=['baz', self.req]), 219 'bar': Feature("bar", standard=True, packages=['pkg.bar'], 222 'baz': Feature( 227 'dwim': Feature("DWIM", available=False, remove='bazish'), 236 assert not Feature( 239 assert Feature("test", standard=True, remove='x').include_by_default() 240 # Feature must have either kwargs, removes, or require_features 242 Feature("test") 287 makeSetup(features={'x': Feature('x', remove='y')} [all...] |
/external/clang/lib/Basic/ |
Targets.cpp | 1 //===--- Targets.cpp - Implement target feature support -------------------===// 979 bool hasFeature(StringRef Feature) const override; [all...] |