/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/ |
H A D | track_event_tracker.cc | 89 const DescriptorTrackReservation& reservation) { in ReserveDescriptorTrack() 155 const auto& reservation = reserved_it->second; in GetDescriptorTrackImpl() local 188 const DescriptorTrackReservation& reservation, in CreateTrackFromResolved() 284 auto& reservation = reservation_it->second; in ResolveDescriptorTrack() local 311 const DescriptorTrackReservation& reservation, in ResolveDescriptorTrackImpl() 488 DescriptorTrackReservation& reservation = reservation_it->second; in ConvertToAbsoluteCounterValue() local 526 DescriptorTrackReservation& reservation = entry.second; in OnIncrementalStateCleared() local 545 const DescriptorTrackReservation& reservation, in AddTrackArgs()
|
/aosp_15_r20/external/google-cloud-java/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/ |
H A D | ReservationsClientTest.java | 170 String reservation = "reservation-4882"; in deleteTest() local 200 String reservation = "reservation-4882"; in deleteExceptionTest() local 231 String reservation = "reservation-4882"; in getTest() local 261 String reservation = "reservation-4882"; in getExceptionTest() local 477 String reservation = "reservation-4882"; in resizeTest() local 510 String reservation = "reservation-4882"; in resizeExceptionTest() local 659 String reservation = "reservation-4882"; in updateTest() local 691 String reservation = "reservation-4882"; in updateExceptionTest() local
|
/aosp_15_r20/external/google-cloud-java/java-bigqueryreservation/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/ |
H A D | ReservationName.java | 38 private final String reservation; field in ReservationName 73 public static ReservationName of(String project, String location, String reservation) { in of() 81 public static String format(String project, String location, String reservation) { in format() 186 private String reservation; field in ReservationName.Builder 212 public Builder setReservation(String reservation) { in setReservation()
|
H A D | AssignmentName.java | 38 private final String reservation; field in AssignmentName 81 String project, String location, String reservation, String assignment) { in of() 91 String project, String location, String reservation, String assignment) { in format() 217 private String reservation; field in AssignmentName.Builder 248 public Builder setReservation(String reservation) { in setReservation()
|
/aosp_15_r20/art/runtime/oat/ |
H A D | oat_file.cc | 223 /*inout*/ MemMap* reservation, in OpenOatFile() 266 /*inout*/ MemMap* reservation, in OpenOatFile() 1165 [[maybe_unused]] /*inout*/ MemMap* reservation, in Load() 1241 /*inout*/MemMap* reservation, // Where to load if not null. in Load() 1302 /*inout*/MemMap* reservation, in Dlopen() 1658 /*inout*/MemMap* reservation, in Load() 1678 /*inout*/MemMap* reservation, in Load() 1703 /*inout*/MemMap* reservation, in ElfFileOpen() 1881 [[maybe_unused]] MemMap* reservation, in Load() 1891 [[maybe_unused]] MemMap* reservation, in Load() [all …]
|
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/service/management/ |
D | DeviceManagementGrpcServerTest.java | 145 ReserveDeviceResponse reservation = mReserveDeviceResponseCaptor.getValue(); in testReserveAndRelease_freeDevice() local 217 ReserveDeviceResponse reservation = mReserveDeviceResponseCaptor.getValue(); in testReserve_allocated() local 234 ReserveDeviceResponse reservation = mReserveDeviceResponseCaptor.getValue(); in testReserve_unavailable() local 251 ReserveDeviceResponse reservation = mReserveDeviceResponseCaptor.getValue(); in testReserve_cancelledBeforeReserved() local
|
/aosp_15_r20/frameworks/libs/binary_translation/runtime_primitives/ |
D | memory_region_reservation_test.cc | 34 Reservation reservation = kTestVal; in TEST() local 86 Reservation reservation = kTestVal1; in TEST() local 114 Reservation reservation = kTestVal1; in TEST() local
|
/aosp_15_r20/external/google-cloud-java/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/ |
H A D | ReservationsClient.java | 340 String project, String zone, String reservation) { in deleteAsync() 470 public final Reservation get(String project, String zone, String reservation) { in get() 952 String reservation, in resizeAsync() 1307 String project, String zone, String reservation, Reservation reservationResource) { in updateAsync()
|
/aosp_15_r20/external/google-cloud-java/java-bigqueryreservation/google-cloud-bigqueryreservation/src/test/java/com/google/cloud/bigquery/reservation/v1/ |
H A D | ReservationServiceClientTest.java | 107 Reservation reservation = Reservation.newBuilder().build(); in createReservationTest() local 133 Reservation reservation = Reservation.newBuilder().build(); in createReservationExceptionTest() local 159 Reservation reservation = Reservation.newBuilder().build(); in createReservationTest2() local 185 Reservation reservation = Reservation.newBuilder().build(); in createReservationExceptionTest2() local 458 Reservation reservation = Reservation.newBuilder().build(); in updateReservationTest() local 482 Reservation reservation = Reservation.newBuilder().build(); in updateReservationExceptionTest() local
|
H A D | ReservationServiceClientHttpJsonTest.java | 104 Reservation reservation = Reservation.newBuilder().build(); in createReservationTest() local 134 Reservation reservation = Reservation.newBuilder().build(); in createReservationExceptionTest() local 160 Reservation reservation = Reservation.newBuilder().build(); in createReservationTest2() local 190 Reservation reservation = Reservation.newBuilder().build(); in createReservationExceptionTest2() local 499 Reservation reservation = in updateReservationTest() local 539 Reservation reservation = in updateReservationExceptionTest() local
|
/aosp_15_r20/art/runtime/gc/collector/ |
H A D | immune_spaces_test.cc | 224 MemMap reservation = ReserveImage(kImageSize + kImageOatSize + kOtherSpaceSize, &error_str); in TEST_F() local 283 MemMap reservation = ReserveImage(kMemorySize, &error_str); in TEST_F() local
|
/aosp_15_r20/external/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/ |
H A D | pvr_srv_bridge.c | 589 void pvr_srv_int_unreserve_addr(int fd, void *reservation) in pvr_srv_int_unreserve_addr() 695 void *reservation, in pvr_srv_int_map_pages() 734 void *reservation, in pvr_srv_int_unmap_pages() 766 void *reservation, in pvr_srv_int_map_pmr()
|
H A D | pvr_srv_bridge.h | 365 void *reservation; member 374 void *reservation; member 424 void *reservation; member 440 void *reservation; member 455 void *reservation; member
|
/aosp_15_r20/external/googleapis/google/cloud/pubsublite/v1/ |
H A D | admin.proto | 539 Reservation reservation = 2 [(google.api.field_behavior) = REQUIRED]; field 599 Reservation reservation = 1 [(google.api.field_behavior) = REQUIRED]; field
|
/aosp_15_r20/art/libartbase/base/ |
H A D | mem_map.cc | 236 const MemMap& reservation, in CheckReservation() 313 /*inout*/MemMap* reservation, in MapAnonymous() 527 /*inout*/MemMap* reservation, in MapFileAtAddress()
|
/aosp_15_r20/external/google-cloud-java/java-bigqueryreservation/proto-google-cloud-bigqueryreservation-v1/src/main/proto/google/cloud/bigquery/reservation/v1/ |
H A D | reservation.proto | 633 Reservation reservation = 3; field 696 Reservation reservation = 1; field
|
/aosp_15_r20/external/googleapis/google/cloud/bigquery/reservation/v1/ |
H A D | reservation.proto | 633 Reservation reservation = 3; field 696 Reservation reservation = 1; field
|
/aosp_15_r20/external/google-cloud-java/java-bigqueryreservation/samples/snippets/generated/com/google/cloud/bigquery/reservation/v1/reservationservice/updatereservation/ |
H A D | SyncUpdateReservationReservationFieldmask.java | 37 Reservation reservation = Reservation.newBuilder().build(); in syncUpdateReservationReservationFieldmask() local
|
/aosp_15_r20/external/google-cloud-java/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/delete/ |
H A D | SyncDeleteStringStringString.java | 38 String reservation = "reservation-1563081780"; in syncDeleteStringStringString() local
|
/aosp_15_r20/external/google-cloud-java/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/get/ |
H A D | SyncGetStringStringString.java | 38 String reservation = "reservation-1563081780"; in syncGetStringStringString() local
|
/aosp_15_r20/external/google-cloud-java/java-bigqueryreservation/samples/snippets/generated/com/google/cloud/bigquery/reservation/v1/reservationservice/createreservation/ |
H A D | SyncCreateReservationLocationnameReservationString.java | 38 Reservation reservation = Reservation.newBuilder().build(); in syncCreateReservationLocationnameReservationString() local
|
H A D | SyncCreateReservationStringReservationString.java | 38 Reservation reservation = Reservation.newBuilder().build(); in syncCreateReservationStringReservationString() local
|
/aosp_15_r20/external/google-cloud-java/java-bigqueryreservation/google-cloud-bigqueryreservation/src/main/java/com/google/cloud/bigquery/reservation/v1/ |
H A D | ReservationServiceClient.java | 224 LocationName parent, Reservation reservation, String reservationId) { in createReservation() 263 String parent, Reservation reservation, String reservationId) { in createReservation() 751 public final Reservation updateReservation(Reservation reservation, FieldMask updateMask) { in updateReservation()
|
/aosp_15_r20/external/google-cloud-java/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/resize/ |
H A D | SyncResizeStringStringStringReservationsresizerequest.java | 39 String reservation = "reservation-1563081780"; in syncResizeStringStringStringReservationsresizerequest() local
|
/aosp_15_r20/external/google-cloud-java/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/reservations/update/ |
H A D | SyncUpdateStringStringStringReservation.java | 39 String reservation = "reservation-1563081780"; in syncUpdateStringStringStringReservation() local
|