Home
last modified time | relevance | path

Searched full:maps (Results 1 – 25 of 12324) sorted by relevance

12345678910>>...493

/aosp_15_r20/system/unwinding/libunwindstack/tests/
H A DMapsTest.cpp24 #include <unwindstack/Maps.h>
29 BufferMaps maps(line.c_str()); in VerifyLine() local
32 ASSERT_FALSE(maps.Parse()) << "Failed on: " + line; in VerifyLine()
34 ASSERT_TRUE(maps.Parse()) << "Failed on: " + line; in VerifyLine()
35 MapInfo* element = maps.Get(0).get(); in VerifyLine()
47 Maps maps; in TEST() local
49 maps.Add(0x1000, 0x2000, 0, PROT_READ, "fake_map", 0); in TEST()
50 maps.Add(0x3000, 0x4000, 0, 0, "", 0x1234); in TEST()
51 maps.Add(0x5000, 0x6000, 1, 2, "fake_map", static_cast<uint64_t>(-1)); in TEST()
53 ASSERT_EQ(3U, maps.Total()); in TEST()
[all …]
/aosp_15_r20/external/google-cloud-java/java-maps-addressvalidation/proto-google-maps-addressvalidation-v1/src/main/java/com/google/maps/addressvalidation/v1/
H A DValidationResult.java17 // source: google/maps/addressvalidation/v1/address_validation_service.proto
19 package com.google.maps.addressvalidation.v1;
28 * Protobuf type {@code google.maps.addressvalidation.v1.ValidationResult}
32 … // @@protoc_insertion_point(message_implements:google.maps.addressvalidation.v1.ValidationResult)
54 return com.google.maps.addressvalidation.v1.AddressValidationServiceProto in getDescriptor()
61 return com.google.maps.addressvalidation.v1.AddressValidationServiceProto in internalGetFieldAccessorTable()
64 com.google.maps.addressvalidation.v1.ValidationResult.class, in internalGetFieldAccessorTable()
65 com.google.maps.addressvalidation.v1.ValidationResult.Builder.class); in internalGetFieldAccessorTable()
69 private com.google.maps.addressvalidation.v1.Verdict verdict_;
77 * <code>.google.maps.addressvalidation.v1.Verdict verdict = 1;</code>
[all …]
H A DVerdict.java17 // source: google/maps/addressvalidation/v1/address_validation_service.proto
19 package com.google.maps.addressvalidation.v1;
28 * Protobuf type {@code google.maps.addressvalidation.v1.Verdict}
32 // @@protoc_insertion_point(message_implements:google.maps.addressvalidation.v1.Verdict)
58 return com.google.maps.addressvalidation.v1.AddressValidationServiceProto in getDescriptor()
65 return com.google.maps.addressvalidation.v1.AddressValidationServiceProto in internalGetFieldAccessorTable()
68 com.google.maps.addressvalidation.v1.Verdict.class, in internalGetFieldAccessorTable()
69 com.google.maps.addressvalidation.v1.Verdict.Builder.class); in internalGetFieldAccessorTable()
86 * Protobuf enum {@code google.maps.addressvalidation.v1.Verdict.Granularity}
308 return com.google.maps.addressvalidation.v1.Verdict.getDescriptor().getEnumTypes().get(0); in getDescriptor()
[all …]
/aosp_15_r20/out/soong/raw-aosp_shiba/93/
D93e6054c466e715fcd550771b9a3da1b739965ec1maps-placeholder/res/drawable-hdpi/logo_my_maps.png packages/services/Car/car-maps-placeholder/res…
/aosp_15_r20/external/google-cloud-java/java-maps-routing/proto-google-maps-routing-v2/src/main/java/com/google/maps/routing/v2/
H A DGeocodingResults.java17 // source: google/maps/routing/v2/geocoding_results.proto
19 package com.google.maps.routing.v2;
25 * Contains [GeocodedWaypoints][google.maps.routing.v2.GeocodedWaypoint] for
30 * Protobuf type {@code google.maps.routing.v2.GeocodingResults}
34 // @@protoc_insertion_point(message_implements:google.maps.routing.v2.GeocodingResults)
58 return com.google.maps.routing.v2.GeocodingResultsProto in getDescriptor()
65 return com.google.maps.routing.v2.GeocodingResultsProto in internalGetFieldAccessorTable()
68 com.google.maps.routing.v2.GeocodingResults.class, in internalGetFieldAccessorTable()
69 com.google.maps.routing.v2.GeocodingResults.Builder.class); in internalGetFieldAccessorTable()
73 private com.google.maps.routing.v2.GeocodedWaypoint origin_;
[all …]
H A DRouteLegStep.java17 // source: google/maps/routing/v2/route.proto
19 package com.google.maps.routing.v2;
25 * Encapsulates a segment of a [RouteLeg][google.maps.routing.v2.RouteLeg]. A
30 * Protobuf type {@code google.maps.routing.v2.RouteLegStep}
34 // @@protoc_insertion_point(message_implements:google.maps.routing.v2.RouteLegStep)
56 return com.google.maps.routing.v2.RouteProto in getDescriptor()
63 return com.google.maps.routing.v2.RouteProto in internalGetFieldAccessorTable()
66 com.google.maps.routing.v2.RouteLegStep.class, in internalGetFieldAccessorTable()
67 com.google.maps.routing.v2.RouteLegStep.Builder.class); in internalGetFieldAccessorTable()
146 private com.google.maps.routing.v2.Polyline polyline_;
[all …]
H A DComputeRoutesResponse.java17 // source: google/maps/routing/v2/routes_service.proto
19 package com.google.maps.routing.v2;
28 * Protobuf type {@code google.maps.routing.v2.ComputeRoutesResponse}
32 // @@protoc_insertion_point(message_implements:google.maps.routing.v2.ComputeRoutesResponse)
56 return com.google.maps.routing.v2.RoutesServiceProto in getDescriptor()
63 return com.google.maps.routing.v2.RoutesServiceProto in internalGetFieldAccessorTable()
66 com.google.maps.routing.v2.ComputeRoutesResponse.class, in internalGetFieldAccessorTable()
67 com.google.maps.routing.v2.ComputeRoutesResponse.Builder.class); in internalGetFieldAccessorTable()
73 private java.util.List<com.google.maps.routing.v2.Route> routes_;
85 * <code>repeated .google.maps.routing.v2.Route routes = 1;</code>
[all …]
H A DRouteLeg.java17 // source: google/maps/routing/v2/route.proto
19 package com.google.maps.routing.v2;
28 * Protobuf type {@code google.maps.routing.v2.RouteLeg}
32 // @@protoc_insertion_point(message_implements:google.maps.routing.v2.RouteLeg)
56 return com.google.maps.routing.v2.RouteProto in getDescriptor()
63 return com.google.maps.routing.v2.RouteProto in internalGetFieldAccessorTable()
66 com.google.maps.routing.v2.RouteLeg.class, in internalGetFieldAccessorTable()
67 com.google.maps.routing.v2.RouteLeg.Builder.class); in internalGetFieldAccessorTable()
200 private com.google.maps.routing.v2.Polyline polyline_;
209 * <code>.google.maps.routing.v2.Polyline polyline = 4;</code>
[all …]
H A DRouteMatrixOrigin.java17 // source: google/maps/routing/v2/routes_service.proto
19 package com.google.maps.routing.v2;
28 * Protobuf type {@code google.maps.routing.v2.RouteMatrixOrigin}
32 // @@protoc_insertion_point(message_implements:google.maps.routing.v2.RouteMatrixOrigin)
54 return com.google.maps.routing.v2.RoutesServiceProto in getDescriptor()
61 return com.google.maps.routing.v2.RoutesServiceProto in internalGetFieldAccessorTable()
64 com.google.maps.routing.v2.RouteMatrixOrigin.class, in internalGetFieldAccessorTable()
65 com.google.maps.routing.v2.RouteMatrixOrigin.Builder.class); in internalGetFieldAccessorTable()
69 private com.google.maps.routing.v2.Waypoint waypoint_;
77 * <code>.google.maps.routing.v2.Waypoint waypoint = 1 [(.google.api.field_behavior) = REQUIRED];
[all …]
H A DRouteLegStepTravelAdvisory.java17 // source: google/maps/routing/v2/route.proto
19 package com.google.maps.routing.v2;
29 * Protobuf type {@code google.maps.routing.v2.RouteLegStepTravelAdvisory}
33 … // @@protoc_insertion_point(message_implements:google.maps.routing.v2.RouteLegStepTravelAdvisory)
57 return com.google.maps.routing.v2.RouteProto in getDescriptor()
64 return com.google.maps.routing.v2.RouteProto in internalGetFieldAccessorTable()
67 com.google.maps.routing.v2.RouteLegStepTravelAdvisory.class, in internalGetFieldAccessorTable()
68 com.google.maps.routing.v2.RouteLegStepTravelAdvisory.Builder.class); in internalGetFieldAccessorTable()
74 private java.util.List<com.google.maps.routing.v2.SpeedReadingInterval> speedReadingIntervals_;
82 * <code>repeated .google.maps.routing.v2.SpeedReadingInterval speed_reading_intervals = 1;</code>
[all …]
H A DComputeRoutesRequest.java17 // source: google/maps/routing/v2/routes_service.proto
19 package com.google.maps.routing.v2;
28 * Protobuf type {@code google.maps.routing.v2.ComputeRoutesRequest}
32 // @@protoc_insertion_point(message_implements:google.maps.routing.v2.ComputeRoutesRequest)
65 return com.google.maps.routing.v2.RoutesServiceProto in getDescriptor()
72 return com.google.maps.routing.v2.RoutesServiceProto in internalGetFieldAccessorTable()
75 com.google.maps.routing.v2.ComputeRoutesRequest.class, in internalGetFieldAccessorTable()
76 com.google.maps.routing.v2.ComputeRoutesRequest.Builder.class); in internalGetFieldAccessorTable()
86 * Protobuf enum {@code google.maps.routing.v2.ComputeRoutesRequest.ReferenceRoute}
192 return com.google.maps.routing.v2.ComputeRoutesRequest.getDescriptor().getEnumTypes().get(0); in getDescriptor()
[all …]
H A DRouteModifiers.java17 // source: google/maps/routing/v2/route_modifiers.proto
19 package com.google.maps.routing.v2;
29 * Protobuf type {@code google.maps.routing.v2.RouteModifiers}
33 // @@protoc_insertion_point(message_implements:google.maps.routing.v2.RouteModifiers)
57 return com.google.maps.routing.v2.RouteModifiersProto in getDescriptor()
64 return com.google.maps.routing.v2.RouteModifiersProto in internalGetFieldAccessorTable()
67 com.google.maps.routing.v2.RouteModifiers.class, in internalGetFieldAccessorTable()
68 com.google.maps.routing.v2.RouteModifiers.Builder.class); in internalGetFieldAccessorTable()
79 * `TWO_WHEELER` [RouteTravelMode][google.maps.routing.v2.RouteTravelMode].
99 * `TWO_WHEELER` [RouteTravelMode][google.maps.routing.v2.RouteTravelMode].
[all …]
H A DRouteLegTravelAdvisory.java17 // source: google/maps/routing/v2/route.proto
19 package com.google.maps.routing.v2;
29 * Protobuf type {@code google.maps.routing.v2.RouteLegTravelAdvisory}
33 // @@protoc_insertion_point(message_implements:google.maps.routing.v2.RouteLegTravelAdvisory)
57 return com.google.maps.routing.v2.RouteProto in getDescriptor()
64 return com.google.maps.routing.v2.RouteProto in internalGetFieldAccessorTable()
67 com.google.maps.routing.v2.RouteLegTravelAdvisory.class, in internalGetFieldAccessorTable()
68 com.google.maps.routing.v2.RouteLegTravelAdvisory.Builder.class); in internalGetFieldAccessorTable()
72 private com.google.maps.routing.v2.TollInfo tollInfo_;
84 * <code>.google.maps.routing.v2.TollInfo toll_info = 1;</code>
[all …]
H A DRouteMatrixDestination.java17 // source: google/maps/routing/v2/routes_service.proto
19 package com.google.maps.routing.v2;
28 * Protobuf type {@code google.maps.routing.v2.RouteMatrixDestination}
32 // @@protoc_insertion_point(message_implements:google.maps.routing.v2.RouteMatrixDestination)
54 return com.google.maps.routing.v2.RoutesServiceProto in getDescriptor()
61 return com.google.maps.routing.v2.RoutesServiceProto in internalGetFieldAccessorTable()
64 com.google.maps.routing.v2.RouteMatrixDestination.class, in internalGetFieldAccessorTable()
65 com.google.maps.routing.v2.RouteMatrixDestination.Builder.class); in internalGetFieldAccessorTable()
69 private com.google.maps.routing.v2.Waypoint waypoint_;
77 * <code>.google.maps.routing.v2.Waypoint waypoint = 1 [(.google.api.field_behavior) = REQUIRED];
[all …]
H A DRouteTravelAdvisory.java17 // source: google/maps/routing/v2/route.proto
19 package com.google.maps.routing.v2;
29 * Protobuf type {@code google.maps.routing.v2.RouteTravelAdvisory}
33 // @@protoc_insertion_point(message_implements:google.maps.routing.v2.RouteTravelAdvisory)
57 return com.google.maps.routing.v2.RouteProto in getDescriptor()
64 return com.google.maps.routing.v2.RouteProto in internalGetFieldAccessorTable()
67 com.google.maps.routing.v2.RouteTravelAdvisory.class, in internalGetFieldAccessorTable()
68 com.google.maps.routing.v2.RouteTravelAdvisory.Builder.class); in internalGetFieldAccessorTable()
72 private com.google.maps.routing.v2.TollInfo tollInfo_;
84 * <code>.google.maps.routing.v2.TollInfo toll_info = 2;</code>
[all …]
H A DFallbackInfo.java17 // source: google/maps/routing/v2/fallback_info.proto
19 package com.google.maps.routing.v2;
30 * Protobuf type {@code google.maps.routing.v2.FallbackInfo}
34 // @@protoc_insertion_point(message_implements:google.maps.routing.v2.FallbackInfo)
59 return com.google.maps.routing.v2.FallbackInfoProto in getDescriptor()
66 return com.google.maps.routing.v2.FallbackInfoProto in internalGetFieldAccessorTable()
69 com.google.maps.routing.v2.FallbackInfo.class, in internalGetFieldAccessorTable()
70 com.google.maps.routing.v2.FallbackInfo.Builder.class); in internalGetFieldAccessorTable()
84 * <code>.google.maps.routing.v2.FallbackRoutingMode routing_mode = 1;</code>
101 * <code>.google.maps.routing.v2.FallbackRoutingMode routing_mode = 1;</code>
[all …]
H A DComputeRouteMatrixRequest.java17 // source: google/maps/routing/v2/routes_service.proto
19 package com.google.maps.routing.v2;
28 * Protobuf type {@code google.maps.routing.v2.ComputeRouteMatrixRequest}
32 // @@protoc_insertion_point(message_implements:google.maps.routing.v2.ComputeRouteMatrixRequest)
62 return com.google.maps.routing.v2.RoutesServiceProto in getDescriptor()
69 return com.google.maps.routing.v2.RoutesServiceProto in internalGetFieldAccessorTable()
72 com.google.maps.routing.v2.ComputeRouteMatrixRequest.class, in internalGetFieldAccessorTable()
73 com.google.maps.routing.v2.ComputeRouteMatrixRequest.Builder.class); in internalGetFieldAccessorTable()
83 * Protobuf enum {@code google.maps.routing.v2.ComputeRouteMatrixRequest.ExtraComputation}
188 return com.google.maps.routing.v2.ComputeRouteMatrixRequest.getDescriptor() in getDescriptor()
[all …]
/aosp_15_r20/external/google-cloud-java/java-maps-mapsplatformdatasets/grpc-google-maps-mapsplatformdatasets-v1alpha/src/main/java/com/google/maps/mapsplatformdatasets/v1alpha/
H A DMapsPlatformDatasetsV1AlphaGrpc.java16 package com.google.maps.mapsplatformdatasets.v1alpha;
24 * Service definition for the Maps Platform Datasets API.
30 … "Source: google/maps/mapsplatformdatasets/v1alpha/maps_platform_datasets_alpha_service.proto")
37 "google.maps.mapsplatformdatasets.v1alpha.MapsPlatformDatasetsV1Alpha";
41 com.google.maps.mapsplatformdatasets.v1alpha.CreateDatasetRequest,
42 com.google.maps.mapsplatformdatasets.v1alpha.Dataset>
47 requestType = com.google.maps.mapsplatformdatasets.v1alpha.CreateDatasetRequest.class,
48 responseType = com.google.maps.mapsplatformdatasets.v1alpha.Dataset.class,
51 com.google.maps.mapsplatformdatasets.v1alpha.CreateDatasetRequest,
52 com.google.maps.mapsplatformdatasets.v1alpha.Dataset>
[all …]
/aosp_15_r20/external/googleapis/google/cloud/paymentgateway/issuerswitch/v1/
H A Dresolutions.proto135 // The reason for raising the complaint. This maps adjustment flag
147 // resolving and for already resolved complaints. This maps adjustment flag
150 // Resolve Complaint API otherwise maps to `respAdjFlag` and `respAdjCode` in
189 // The reason for raising the dispute. This maps adjustment flag
201 // resolving and for already resolved disputes. This maps adjustment flag
230 // Required. Uniquely identifies the original transaction. This maps to the
253 // maps to `reqAdjAmount` in complaint request.
268 // The status of the complaint or dispute transaction. This maps to `result`
285 // The adjustment amount of the response. This maps to `adjAmt` in
289 // The adjustment flag in response to the complaint. This maps adjustment flag
[all …]
H A Dcommon_fields.proto51 // UPI, this maps to the approval reference number. This value will be
57 // In UPI, this maps to the response code.
61 // settlement. In UPI, this maps to the reversal response code.
275 // Balance API. Maps to UPI's `BalEnq` API. This is a metadata
279 // Check transaction status API. Maps to UPI's `ChkTxn` API. This is a
283 // Complaint API. Maps to UPI's `Complaint` API. This is a dispute and issue
287 // Heart beat API. Maps to UPI's `Hbt` API. This is a metadata transaction
291 // Initiate registration API. Maps to UPI's `Otp` API. This is a metadata
295 // List accounts API. Maps to UPI's `ListAccount` API. This is a metadata
299 // Mandate API. Maps to UPI's `Mandate` API. This is a metadata transaction
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/reflect/dynamic/
Dmap.rs16 enum Maps { enum
25 impl fmt::Debug for Maps { implementation
28 Maps::U32(map) => fmt::Debug::fmt(map, f), in fmt()
29 Maps::I32(map) => fmt::Debug::fmt(map, f), in fmt()
30 Maps::U64(map) => fmt::Debug::fmt(map, f), in fmt()
31 Maps::I64(map) => fmt::Debug::fmt(map, f), in fmt()
32 Maps::Bool(map) => fmt::Debug::fmt(map, f), in fmt()
33 Maps::String(map) => fmt::Debug::fmt(map, f), in fmt()
38 impl Maps { impl
41 Maps::U32(m) => m.len(), in len()
[all …]
/aosp_15_r20/external/google-cloud-java/java-maps-mapsplatformdatasets/proto-google-maps-mapsplatformdatasets-v1alpha/src/main/java/com/google/maps/mapsplatformdatasets/v1alpha/
H A DListDatasetsResponse.java17 // source: google/maps/mapsplatformdatasets/v1alpha/maps_platform_datasets.proto
19 package com.google.maps.mapsplatformdatasets.v1alpha;
28 * Protobuf type {@code google.maps.mapsplatformdatasets.v1alpha.ListDatasetsResponse}
32 …// @@protoc_insertion_point(message_implements:google.maps.mapsplatformdatasets.v1alpha.ListDatase…
57 return com.google.maps.mapsplatformdatasets.v1alpha.MapsPlatformDatasetsProto in getDescriptor()
64 return com.google.maps.mapsplatformdatasets.v1alpha.MapsPlatformDatasetsProto in internalGetFieldAccessorTable()
67 com.google.maps.mapsplatformdatasets.v1alpha.ListDatasetsResponse.class, in internalGetFieldAccessorTable()
68 com.google.maps.mapsplatformdatasets.v1alpha.ListDatasetsResponse.Builder.class); in internalGetFieldAccessorTable()
74 private java.util.List<com.google.maps.mapsplatformdatasets.v1alpha.Dataset> datasets_;
82 * <code>repeated .google.maps.mapsplatformdatasets.v1alpha.Dataset datasets = 1;</code>
[all …]
H A DListDatasetVersionsResponse.java17 // source: google/maps/mapsplatformdatasets/v1alpha/maps_platform_datasets.proto
19 package com.google.maps.mapsplatformdatasets.v1alpha;
28 * Protobuf type {@code google.maps.mapsplatformdatasets.v1alpha.ListDatasetVersionsResponse}
32 …// @@protoc_insertion_point(message_implements:google.maps.mapsplatformdatasets.v1alpha.ListDatase…
57 return com.google.maps.mapsplatformdatasets.v1alpha.MapsPlatformDatasetsProto in getDescriptor()
64 return com.google.maps.mapsplatformdatasets.v1alpha.MapsPlatformDatasetsProto in internalGetFieldAccessorTable()
67 com.google.maps.mapsplatformdatasets.v1alpha.ListDatasetVersionsResponse.class, in internalGetFieldAccessorTable()
68 com.google.maps.mapsplatformdatasets.v1alpha.ListDatasetVersionsResponse.Builder.class); in internalGetFieldAccessorTable()
74 private java.util.List<com.google.maps.mapsplatformdatasets.v1alpha.Dataset> datasets_;
82 * <code>repeated .google.maps.mapsplatformdatasets.v1alpha.Dataset datasets = 1;</code>
[all …]
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/
H A DMapsTest.java19 import static com.google.common.collect.Maps.transformEntries;
20 import static com.google.common.collect.Maps.transformValues;
21 import static com.google.common.collect.Maps.unmodifiableNavigableMap;
34 import com.google.common.collect.Maps.EntryTransformer;
35 import com.google.common.collect.Maps.ValueDifferenceImpl;
67 * Unit test for {@code Maps}.
81 HashMap<Integer, Integer> map = Maps.newHashMap(); in testHashMap()
90 HashMap<String, Integer> map = Maps.newHashMap(original); in testHashMapWithInitialMap()
99 HashMap<Object, Object> map = Maps.newHashMap(original); in testHashMapGeneralizesTypes()
105 Maps.capacity(-1); in testCapacityForNegativeSizeFails()
[all …]
/aosp_15_r20/external/clang/test/Modules/
H A Dmacro-hiding.cpp2 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/macro-hidin…
3 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/macro-hidin…
4 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/macro-hidin…
5 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/macro-hidin…
6 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/macro-hidin…
7 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/macro-hidin…
8 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/macro-hidin…
9 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/macro-hidin…
10 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/macro-hidin…
11 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/macro-hidin…
[all …]

12345678910>>...493