| /external/google-cloud-java/java-optimization/proto-google-cloud-optimization-v1/src/main/java/com/google/cloud/optimization/v1/ |
| D | VehicleOrBuilder.java | 23 // @@protoc_insertion_point(interface_extends:google.cloud.optimization.v1.Vehicle) 30 * The travel mode which affects the roads usable by the vehicle and its 34 * <code>.google.cloud.optimization.v1.Vehicle.TravelMode travel_mode = 1;</code> 43 * The travel mode which affects the roads usable by the vehicle and its 47 * <code>.google.cloud.optimization.v1.Vehicle.TravelMode travel_mode = 1;</code> 51 com.google.cloud.optimization.v1.Vehicle.TravelMode getTravelMode(); in getTravelMode() 57 * Geographic location where the vehicle starts before picking up any 58 * shipments. If not specified, the vehicle starts at its first pickup. 72 * Geographic location where the vehicle starts before picking up any 73 * shipments. If not specified, the vehicle starts at its first pickup. [all …]
|
| D | Vehicle.java | 25 * Models a vehicle in a shipment problem. Solving a shipment problem will 27 * for this vehicle. A route is a sequence of visits (see `ShipmentRoute`). 30 * Protobuf type {@code google.cloud.optimization.v1.Vehicle} 32 public final class Vehicle extends com.google.protobuf.GeneratedMessageV3 class 34 // @@protoc_insertion_point(message_implements:google.cloud.optimization.v1.Vehicle) 37 // Use Vehicle.newBuilder() to construct. 38 private Vehicle(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Vehicle() method in Vehicle 42 private Vehicle() { in Vehicle() method in Vehicle 59 return new Vehicle(); in newInstance() 91 com.google.cloud.optimization.v1.Vehicle.class, in internalGetFieldAccessorTable() [all …]
|
| D | ShipmentModelOrBuilder.java | 85 * <code>repeated .google.cloud.optimization.v1.Vehicle vehicles = 2;</code> 87 java.util.List<com.google.cloud.optimization.v1.Vehicle> getVehiclesList(); in getVehiclesList() 95 * <code>repeated .google.cloud.optimization.v1.Vehicle vehicles = 2;</code> 97 com.google.cloud.optimization.v1.Vehicle getVehicles(int index); in getVehicles() 105 * <code>repeated .google.cloud.optimization.v1.Vehicle vehicles = 2;</code> 115 * <code>repeated .google.cloud.optimization.v1.Vehicle vehicles = 2;</code> 126 * <code>repeated .google.cloud.optimization.v1.Vehicle vehicles = 2;</code> 134 * Constrains the maximum number of active vehicles. A vehicle is active if 151 * Constrains the maximum number of active vehicles. A vehicle is active if 292 * * 1 vehicle starting its route at locA and ending it at locA. [all …]
|
| D | ShipmentRouteOrBuilder.java | 30 * Vehicle performing the route, identified by its index in the source 44 * Label of the vehicle performing this route, equal to 57 * Label of the vehicle performing this route, equal to 71 * Time at which the vehicle starts its route. 83 * Time at which the vehicle starts its route. 95 * Time at which the vehicle starts its route. 106 * Time at which the vehicle finishes its route. 118 * Time at which the vehicle finishes its route. 130 * Time at which the vehicle finishes its route. 143 * If this field is empty, the vehicle is considered as unused. [all …]
|
| D | TransitionAttributesOrBuilder.java | 31 * A source visit or vehicle start matches iff its 33 * or [Vehicle.start_tags][google.cloud.optimization.v1.Vehicle.start_tags] 48 * A source visit or vehicle start matches iff its 50 * or [Vehicle.start_tags][google.cloud.optimization.v1.Vehicle.start_tags] 92 * A destination visit or vehicle end matches iff its 94 * or [Vehicle.end_tags][google.cloud.optimization.v1.Vehicle.end_tags] either 108 * A destination visit or vehicle end matches iff its 110 * or [Vehicle.end_tags][google.cloud.optimization.v1.Vehicle.end_tags] either 169 * [Vehicle.cost_per_kilometer][google.cloud.optimization.v1.Vehicle.cost_per_kilometer]
|
| D | Shipment.java | 26 * deliveries. For the shipment to be considered as performed, a unique vehicle 101 * The geo-location where the vehicle arrives when performing this 115 * The geo-location where the vehicle arrives when performing this 129 * The geo-location where the vehicle arrives when performing this 142 * The waypoint where the vehicle arrives when performing this 156 * The waypoint where the vehicle arrives when performing this 170 * The waypoint where the vehicle arrives when performing this 183 * The geo-location where the vehicle departs after completing this 198 * The geo-location where the vehicle departs after completing this 213 * The geo-location where the vehicle departs after completing this [all …]
|
| D | ShipmentOrBuilder.java | 31 * the vehicle only needs to visit a location corresponding to the deliveries. 42 * the vehicle only needs to visit a location corresponding to the deliveries. 53 * the vehicle only needs to visit a location corresponding to the deliveries. 64 * the vehicle only needs to visit a location corresponding to the deliveries. 76 * the vehicle only needs to visit a location corresponding to the deliveries. 88 * the vehicle only needs to visit a location corresponding to the pickups. 99 * the vehicle only needs to visit a location corresponding to the pickups. 110 * the vehicle only needs to visit a location corresponding to the pickups. 121 * the vehicle only needs to visit a location corresponding to the pickups. 133 * the vehicle only needs to visit a location corresponding to the pickups. [all …]
|
| /external/googleapis/google/maps/fleetengine/v1/ |
| D | vehicle_api.proto | 41 // Vehicle management service. 47 // Instantiates a new vehicle associated with an on-demand rideshare or 48 // deliveries provider. Each `Vehicle` must have a unique vehicle ID. 50 // The following `Vehicle` fields are required when creating a `Vehicle`: 57 // The following `Vehicle` fields are ignored when creating a `Vehicle`: 75 rpc CreateVehicle(CreateVehicleRequest) returns (Vehicle) { 78 body: "vehicle" 88 // Returns a vehicle from the Fleet Engine. 89 rpc GetVehicle(GetVehicleRequest) returns (Vehicle) { 101 // Writes updated vehicle data to the Fleet Engine. [all …]
|
| D | vehicles.proto | 32 // Vehicle metadata. 33 message Vehicle { message 35 type: "fleetengine.googleapis.com/Vehicle" 36 pattern: "providers/{provider}/vehicles/{vehicle}" 39 // The type of vehicle. 41 // Vehicle type categories 43 // Default, used for unspecified or unrecognized vehicle categories. 49 // Any vehicle that acts as a taxi (typically licensed or regulated). 52 // Generally, a vehicle with a large storage capacity. 55 // A motorcycle, moped, or other two-wheeled vehicle [all …]
|
| D | fleetengine.proto | 62 // Deprecated: `Vehicle.waypoint` will have this data. 66 // Describes a stopping point on a vehicle's route or an ending point on a 67 // vehicle's trip. 111 // The trip may share a vehicle with other trips. 114 // The trip is exclusive to a vehicle. 146 // The vehicle's navigation status. 158 // The vehicle has gone off the suggested route. 161 // The vehicle is within approximately 50m of the destination. 165 // Describes a vehicle attribute as a key-value pair. The "key:value" string 193 // The location, speed, and heading of a vehicle at a point in time. [all …]
|
| /external/cronet/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
| D | NestedBuildersTest.java | 36 import protobuf_unittest.Vehicle; 53 Vehicle.Builder vehicleBuilder = Vehicle.newBuilder(); in testMessagesAndBuilders() 60 Vehicle vehicle = vehicleBuilder.build(); in testMessagesAndBuilders() local 61 assertThat(vehicle.getWheelCount()).isEqualTo(4); in testMessagesAndBuilders() 63 Wheel wheel = vehicle.getWheel(i); in testMessagesAndBuilders() 67 assertThat(vehicle.getEngine().getLiters()).isEqualTo(10); in testMessagesAndBuilders() 74 vehicle = vehicleBuilder.build(); in testMessagesAndBuilders() 76 Wheel wheel = vehicle.getWheel(i); in testMessagesAndBuilders() 80 assertThat(vehicle.getEngine().getLiters()).isEqualTo(20); in testMessagesAndBuilders() 81 assertThat(vehicle.hasEngine()).isTrue(); in testMessagesAndBuilders() [all …]
|
| /external/protobuf/java/core/src/test/java/com/google/protobuf/ |
| D | NestedBuildersTest.java | 37 import protobuf_unittest.Vehicle; 54 Vehicle.Builder vehicleBuilder = Vehicle.newBuilder(); in test3LayerPropagationWithIntermediateClear() 75 Vehicle.Builder vehicleBuilder = Vehicle.newBuilder(); in testMessagesAndBuilders() 82 Vehicle vehicle = vehicleBuilder.build(); in testMessagesAndBuilders() local 83 assertThat(vehicle.getWheelCount()).isEqualTo(4); in testMessagesAndBuilders() 85 Wheel wheel = vehicle.getWheel(i); in testMessagesAndBuilders() 89 assertThat(vehicle.getEngine().getLiters()).isEqualTo(10); in testMessagesAndBuilders() 96 vehicle = vehicleBuilder.build(); in testMessagesAndBuilders() 98 Wheel wheel = vehicle.getWheel(i); in testMessagesAndBuilders() 102 assertThat(vehicle.getEngine().getLiters()).isEqualTo(20); in testMessagesAndBuilders() [all …]
|
| /external/googleapis/google/cloud/optimization/v1/ |
| D | fleet_routing.proto | 33 // A service for optimizing vehicle tours. 60 // carried out and `Vehicle`s that can be used to transport the `Shipment`s. 61 // The `ShipmentRoute`s assign `Shipment`s to `Vehicle`s. More specifically, 62 // they assign a series of `Visit`s to each vehicle, where a `Visit` 66 // The goal is to provide an assignment of `ShipmentRoute`s to `Vehicle`s that 80 // Optimizes vehicle tours for one or more `OptimizeToursRequest` 199 // * a shipment may only be performed on a vehicle that is allowed. A 200 // vehicle is allowed if 233 // `Shipment.ignore` and `Vehicle.ignore` have no effect on the behavior. 266 // It can be used when shipment or vehicle indices in the request have [all …]
|
| /external/google-cloud-java/java-optimization/proto-google-cloud-optimization-v1/src/main/proto/google/cloud/optimization/v1/ |
| D | fleet_routing.proto | 33 // A service for optimizing vehicle tours. 60 // carried out and `Vehicle`s that can be used to transport the `Shipment`s. 61 // The `ShipmentRoute`s assign `Shipment`s to `Vehicle`s. More specifically, 62 // they assign a series of `Visit`s to each vehicle, where a `Visit` 66 // The goal is to provide an assignment of `ShipmentRoute`s to `Vehicle`s that 80 // Optimizes vehicle tours for one or more `OptimizeToursRequest` 200 // * a shipment may only be performed on a vehicle that is allowed. A 201 // vehicle is allowed if 234 // `Shipment.ignore` and `Vehicle.ignore` have no effect on the behavior. 267 // It can be used when shipment or vehicle indices in the request have [all …]
|
| /external/llvm/test/Transforms/LICM/ |
| D | 2004-11-17-UndefIndexCrash.ll | 2 ….roadlet = type { i8*, %struct.vehicle*, [8 x %struct.roadlet*], [8 x %struct.roadlet* (%struct.ro… 3 %struct.vehicle = type { %struct.roadlet*, i8*, i32, i32, %union.._631., i32 } 6 …ruct.roadlet* @_Z11return_nullP7roadletP7vehicle9direction(%struct.roadlet*, %struct.vehicle*, i32) 8 …t.roadlet* @_Z14lane_switch_okP7roadletP7vehicle9direction(%struct.roadlet*, %struct.vehicle*, i32) 14 …ull, i32 0, i32 3, i32 7 ; <%struct.roadlet* (%struct.roadlet*, %struct.vehicle*, i32)**> [#uses=… 15 …t.roadlet*, %struct.vehicle*, i32)* @_Z11return_nullP7roadletP7vehicle9direction, %struct.roadlet*… 16 …roadlet*, %struct.vehicle*, i32)* @_Z14lane_switch_okP7roadletP7vehicle9direction, %struct.roadlet… 17 … i32 0, i32 3, i32 undef ; <%struct.roadlet* (%struct.roadlet*, %struct.vehicle*, i32)**> [#uses=… 18 …t.roadlet*, %struct.vehicle*, i32)* @_Z11return_nullP7roadletP7vehicle9direction, %struct.roadlet*…
|
| /external/googleapis/google/maps/fleetengine/delivery/v1/ |
| D | delivery_vehicles.proto | 33 // The `DeliveryVehicle` message. A delivery vehicle transports shipments from a 45 pattern: "providers/{provider}/deliveryVehicles/{vehicle}" 48 // The type of delivery vehicle. 56 // A motorcycle, moped, or other two-wheeled vehicle 67 // The unique name of this Delivery Vehicle. 68 // The format is `providers/{provider}/deliveryVehicles/{vehicle}`. 71 // The last reported location of the Delivery Vehicle. 74 // The Delivery Vehicle's navigation status. 83 // (REST) for all active Tasks assigned to the Vehicle. 98 // `current_route_segment` is stale, and points to a previous vehicle stop. [all …]
|
| D | tasks.proto | 38 // For example, one vehicle could handle the pickup, driving the shipment to the 39 // hub, while another vehicle drives the same shipment from the hub to the 58 // customer. Depot or feeder vehicle pickups should use the `SCHEDULED_STOP` 63 // customer. Depot or feeder vehicle dropoffs should use the 73 // A Task that means the Vehicle is not available for service. For example, 74 // this can happen when the driver takes a break, or when the vehicle 84 // Either the Task has not yet been assigned to a delivery vehicle, or the 85 // delivery vehicle has not yet passed the `Task`'s assigned vehicle stop. 88 // When the vehicle passes the vehicle stop for this Task. 114 // used the last known vehicle location. [all …]
|
| D | common.proto | 31 // Describes a vehicle attribute as a key-value pair. The "key:value" string 59 // The location, speed, and heading of a vehicle at a point in time. 61 // The location of the vehicle. 62 // When it is sent to Fleet Engine, the vehicle's location is a GPS location. 63 // When you receive it in a response, the vehicle's location can be either a 74 // Direction the vehicle is moving in degrees. 0 represents North. 93 // Speed of the vehicle in kilometers per hour. 97 // Speed of the vehicle in meters/second 133 // Raw vehicle location (unprocessed by road-snapper). 199 // The vehicle's navigation status. [all …]
|
| /external/jackson-databind/src/test/java/com/fasterxml/jackson/failing/ |
| D | InnerClassNonStaticCore384Test.java | 17 private List<Vehicle> vehicles; 19 public List<Vehicle> getVehicles() { in getVehicles() 23 public void setVehicles(List<Vehicle> vehicles) { in setVehicles() 41 static abstract class Vehicle { class in InnerClassNonStaticCore384Test 45 protected Vehicle(String make, String model) { in Vehicle() method in InnerClassNonStaticCore384Test.Vehicle 50 public Vehicle() { in Vehicle() method in InnerClassNonStaticCore384Test.Vehicle 72 if (!(o instanceof Vehicle)) return false; in equals() 73 Vehicle vehicle = (Vehicle) o; in equals() 74 return Objects.equals(make, vehicle.make) && in equals() 75 Objects.equals(model, vehicle.model); in equals() [all …]
|
| /external/aws-sdk-java-v2/services/iotfleetwise/src/main/resources/codegen-resources/ |
| D | service-2.json | 32 "documentation":"<p> Adds, or associates, a vehicle with a fleet. </p>" 49 …<note> <p> You must specify a decoder manifest and a vehicle model (model manifest) for each vehic… 65 …<note> <p> You must specify a decoder manifest and a vehicle model (model manifest) for each vehic… 146 …vehicle model (model manifest) that specifies signals (attributes, branches, sensors, and actuator… 167 …<p> Creates a collection of standardized signals that can be reused to create vehicle models.</p>", 187 …vehicle, which is an instance of a vehicle model (model manifest). Vehicles created from the same … 258 …"documentation":"<p> Deletes a vehicle model (model manifest).</p> <note> <p>If the vehicle model … 293 …"documentation":"<p> Deletes a vehicle and removes it from any campaigns.</p> <note> <p>If the veh… 311 … disassociates, a vehicle from a fleet. Disassociating a vehicle from a fleet doesn't delete the v… 411 "documentation":"<p> Retrieves information about a vehicle model (model manifest). </p>" [all …]
|
| /external/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/test/java/software/amazon/awssdk/enhanced/dynamodb/converters/attribute/ |
| D | EnumAttributeConverterTest.java | 28 … EnumAttributeConverter<Vehicle> vehicleConverter = EnumAttributeConverter.create(Vehicle.class); in transformFromDefault_returnsToString() 29 AttributeValue attribute = vehicleConverter.transformFrom(Vehicle.TRUCK); in transformFromDefault_returnsToString() 36 … EnumAttributeConverter<Vehicle> vehicleConverter = EnumAttributeConverter.create(Vehicle.class); in transformToDefault_returnsEnum() 38 Vehicle bike = vehicleConverter.transformTo(AttributeValue.fromS("BIKE")); in transformToDefault_returnsEnum() 40 assertThat(bike).isEqualTo(Vehicle.BIKE); in transformToDefault_returnsEnum() 81 private static enum Vehicle { enum in EnumAttributeConverterTest
|
| /external/googleapis/google/maps/routing/v2/ |
| D | transit.proto | 70 // The type of vehicle that operates on this transit line. 71 TransitVehicle vehicle = 8; field 83 // Information about a vehicle used in transit routes. 93 // A vehicle that operates on a cable, usually on the ground. Aerial cable 103 // A vehicle that is pulled up a steep incline by a cable. A Funicular 149 // The name of this vehicle, capitalized. 152 // The type of vehicle used. 155 // The URI for an icon associated with this vehicle type. 158 // The URI for the icon associated with this vehicle type, based on the local
|
| /external/google-cloud-java/java-optimization/grpc-google-cloud-optimization-v1/src/main/java/com/google/cloud/optimization/v1/ |
| D | FleetRoutingGrpc.java | 24 * A service for optimizing vehicle tours. 190 * A service for optimizing vehicle tours. 217 * carried out and `Vehicle`s that can be used to transport the `Shipment`s. 218 * The `ShipmentRoute`s assign `Shipment`s to `Vehicle`s. More specifically, 219 * they assign a series of `Visit`s to each vehicle, where a `Visit` 222 * The goal is to provide an assignment of `ShipmentRoute`s to `Vehicle`s that 239 * Optimizes vehicle tours for one or more `OptimizeToursRequest` 262 * A service for optimizing vehicle tours. 292 * A service for optimizing vehicle tours. 328 * carried out and `Vehicle`s that can be used to transport the `Shipment`s. [all …]
|
| /external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/objectid/ |
| D | PolymorphicWithObjectId1551Test.java | 14 static abstract class Vehicle { class in PolymorphicWithObjectId1551Test 18 static class Car extends Vehicle { 25 public Vehicle ownedVehicle; 31 public Vehicle ownedVehicle; 39 // both owners own the same vehicle (car sharing ;-)) in testWithAbstractUsingProp() 60 // both owners own the same vehicle (car sharing ;-)) in testFailingAbstractUsingProp() 86 assertEquals(Vehicle.class, e.getType().getRawClass()); in testFailingAbstractUsingProp()
|
| /external/google-cloud-java/java-maps-routing/proto-google-maps-routing-v2/src/main/java/com/google/maps/routing/v2/ |
| D | VehicleEmissionType.java | 25 * A set of values describing the vehicle's emission type. 47 * Gasoline/petrol fueled vehicle. 57 * Electricity powered vehicle. 67 * Hybrid fuel (such as gasoline + electric) vehicle. 77 * Diesel fueled vehicle. 100 * Gasoline/petrol fueled vehicle. 110 * Electricity powered vehicle. 120 * Hybrid fuel (such as gasoline + electric) vehicle. 130 * Diesel fueled vehicle.
|