/aosp_15_r20/external/bcc/tools/ |
H A D | offcputime_example.txt | 18 schedule 34 schedule 42 schedule 57 schedule 80 schedule 96 schedule 106 schedule 114 schedule 129 schedule 144 schedule [all …]
|
H A D | offwaketime_example.txt | 38 ffffffff81785085 schedule 75 ffffffff81785085 schedule 97 ffffffff81785085 schedule 125 ffffffff81785085 schedule 150 ffffffff81785085 schedule 196 svscan;retint_user;prepare_exit_to_usermode;exit_to_usermode_loop;schedule;-;hrtimer_wakeup;__hrtim… 201 sshd;retint_user;prepare_exit_to_usermode;exit_to_usermode_loop;schedule;-; 24 210 chmod;int_ret_from_sys_call;syscall_return_slowpath;exit_to_usermode_loop;schedule;-; 39 217 readproctitle;int_ret_from_sys_call;syscall_return_slowpath;exit_to_usermode_loop;schedule;-; 51 218 mkdir;int_ret_from_sys_call;syscall_return_slowpath;exit_to_usermode_loop;schedule;-; 53 [all …]
|
/aosp_15_r20/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/scanner/ |
D | BackgroundScanSchedulerTest.java | 89 WifiNative.ScanSettings schedule = mScheduler.getSchedule(); in noRequest() local 91 assertEquals(30000, schedule.base_period_ms); in noRequest() 92 assertBuckets(schedule, 0); in noRequest() 103 WifiNative.ScanSettings schedule = mScheduler.getSchedule(); in singleRequest() local 105 assertEquals(30000, schedule.base_period_ms); in singleRequest() 106 assertBuckets(schedule, 1); in singleRequest() 108 assertSettingsSatisfied(schedule, request, false, true); in singleRequest() 120 WifiNative.ScanSettings schedule = mScheduler.getSchedule(); in singleRequestWithoutPredefinedBucket() local 122 assertEquals("base_period_ms", 10000, schedule.base_period_ms); in singleRequestWithoutPredefinedBucket() 123 assertBuckets(schedule, 1); in singleRequestWithoutPredefinedBucket() [all …]
|
/aosp_15_r20/packages/apps/TV/src/com/android/tv/dvr/ |
D | DvrScheduleManager.java | 86 // the boolean value true denotes the schedule is just partially conflicting, which means 124 for (ScheduledRecording schedule : scheduledRecordings) { in DvrScheduleManager() 125 if (!schedule.isNotStarted() && !schedule.isInProgress()) { in DvrScheduleManager() 129 Utils.getTvInputInfoForInputId(mContext, schedule.getInputId()); in DvrScheduleManager() 131 input != null, TAG, "Input was removed for : %s", schedule)) { in DvrScheduleManager() 133 mInputScheduleMap.remove(schedule.getInputId()); in DvrScheduleManager() 134 mInputConflictInfoMap.remove(schedule.getInputId()); in DvrScheduleManager() 143 schedules.add(schedule); in DvrScheduleManager() 155 for (ScheduledRecording schedule : scheduledRecordings) { in DvrScheduleManager() 157 Utils.getTvInputInfoForInputId(mContext, schedule.getInputId()); in DvrScheduleManager() [all …]
|
/aosp_15_r20/external/google-cloud-java/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/ |
H A D | ScheduleServiceClient.java | 52 * Service Description: A service for creating and managing Vertex AI's Schedule resources to 66 * Schedule schedule = Schedule.newBuilder().build(); 67 * Schedule response = scheduleServiceClient.createSchedule(parent, schedule); 194 * Creates a Schedule. 206 * Schedule schedule = Schedule.newBuilder().build(); 207 * Schedule response = scheduleServiceClient.createSchedule(parent, schedule); 211 * @param parent Required. The resource name of the Location to create the Schedule in. Format: 213 * @param schedule Required. The Schedule to create. 216 public final Schedule createSchedule(LocationName parent, Schedule schedule) { in createSchedule() argument 220 .setSchedule(schedule) in createSchedule() [all …]
|
/aosp_15_r20/packages/apps/TV/src/com/android/tv/dvr/recorder/ |
D | InputTaskScheduler.java | 165 ScheduledRecording schedule, in InputTaskScheduler() 173 schedule, in InputTaskScheduler() 185 public void addSchedule(ScheduledRecording schedule) { in addSchedule() argument 186 mHandler.sendMessage(mHandler.obtainMessage(MSG_ADD_SCHEDULED_RECORDING, schedule)); in addSchedule() 190 void handleAddSchedule(ScheduledRecording schedule) { in handleAddSchedule() argument 191 if (mPendingRecordings.get(schedule.getId()) != null in handleAddSchedule() 192 || mWaitingSchedules.containsKey(schedule.getId())) { in handleAddSchedule() 195 mWaitingSchedules.put(schedule.getId(), schedule); in handleAddSchedule() local 201 public void removeSchedule(ScheduledRecording schedule) { in removeSchedule() argument 202 mHandler.sendMessage(mHandler.obtainMessage(MSG_REMOVE_SCHEDULED_RECORDING, schedule)); in removeSchedule() [all …]
|
/aosp_15_r20/external/clang/test/OpenMP/ |
H A D | for_schedule_messages.cpp | 14 #pragma omp for schedule // expected-error {{expected '(' after 'schedule'}} in tmain() 16 …schedule ( // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monoton… in tmain() 18 …schedule () // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monoto… in tmain() 20 …#pragma omp for schedule (auto // expected-error {{expected ')'}} expected-note {{to match this '(… in tmain() 22 …schedule (monotonic // expected-error {{expected ')'}} expected-error {{expected 'static', 'dynami… in tmain() 24 …schedule (auto_dynamic // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtim… in tmain() 26 …schedule (nonmonotonic, // expected-error {{expected ')'}} expected-error {{expected 'simd' in Ope… in tmain() 28 …schedule (simd: // expected-error {{expected ')'}} expected-error {{expected 'static', 'dynamic', … in tmain() 30 …schedule (monotonic, auto // expected-error {{expected ')'}} expected-warning {{missing ':' after … in tmain() 32 …schedule (nonmonotonic: auto, // expected-error {{expected ')'}} expected-error {{'nonmonotonic' m… in tmain() [all …]
|
H A D | target_parallel_for_schedule_messages.cpp | 14 #pragma omp target parallel for schedule // expected-error {{expected '(' after 'schedule'}} in tmain() 16 …schedule ( // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monoton… in tmain() 18 …schedule () // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monoto… in tmain() 20 …#pragma omp target parallel for schedule (auto // expected-error {{expected ')'}} expected-note {{… in tmain() 22 …schedule (auto_dynamic // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtim… in tmain() 24 …#pragma omp target parallel for schedule (auto, // expected-error {{expected ')'}} expected-note … in tmain() 26 …#pragma omp target parallel for schedule (runtime, 3) // expected-error {{expected ')'}} expected… in tmain() 29 #pragma omp target parallel for schedule (guided argc in tmain() 31 // expected-error@+1 2 {{argument to 'schedule' clause must be a strictly positive integer value}} in tmain() 32 …#pragma omp target parallel for schedule (static, ST // expected-error {{expected ')'}} expected-n… in tmain() [all …]
|
H A D | target_parallel_for_simd_schedule_messages.cpp | 14 #pragma omp target parallel for simd schedule // expected-error {{expected '(' after 'schedule'}} in tmain() 16 …schedule ( // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monoton… in tmain() 18 …schedule () // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monoto… in tmain() 20 …#pragma omp target parallel for simd schedule (auto // expected-error {{expected ')'}} expected-no… in tmain() 22 …schedule (auto_dynamic // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtim… in tmain() 24 …#pragma omp target parallel for simd schedule (auto, // expected-error {{expected ')'}} expected-… in tmain() 26 …#pragma omp target parallel for simd schedule (runtime, 3) // expected-error {{expected ')'}} exp… in tmain() 29 #pragma omp target parallel for simd schedule (guided argc in tmain() 31 // expected-error@+1 2 {{argument to 'schedule' clause must be a strictly positive integer value}} in tmain() 32 …#pragma omp target parallel for simd schedule (static, ST // expected-error {{expected ')'}} expec… in tmain() [all …]
|
H A D | parallel_for_schedule_messages.cpp | 14 #pragma omp parallel for schedule // expected-error {{expected '(' after 'schedule'}} in tmain() 16 …schedule ( // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monoton… in tmain() 18 …schedule () // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monoto… in tmain() 20 …#pragma omp parallel for schedule (auto // expected-error {{expected ')'}} expected-note {{to matc… in tmain() 22 …schedule (auto_dynamic // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtim… in tmain() 24 …#pragma omp parallel for schedule (auto, // expected-error {{expected ')'}} expected-note {{to ma… in tmain() 26 …#pragma omp parallel for schedule (runtime, 3) // expected-error {{expected ')'}} expected-note {… in tmain() 29 #pragma omp parallel for schedule (guided argc in tmain() 31 // expected-error@+1 2 {{argument to 'schedule' clause must be a strictly positive integer value}} in tmain() 32 …#pragma omp parallel for schedule (static, ST // expected-error {{expected ')'}} expected-note {{t… in tmain() [all …]
|
H A D | parallel_for_simd_schedule_messages.cpp | 14 #pragma omp parallel for simd schedule // expected-error {{expected '(' after 'schedule'}} in tmain() 16 …schedule ( // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monoton… in tmain() 18 …schedule () // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monoto… in tmain() 20 …#pragma omp parallel for simd schedule (auto // expected-error {{expected ')'}} expected-note {{to… in tmain() 22 …schedule (auto_dynamic // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtim… in tmain() 24 …#pragma omp parallel for simd schedule (auto, // expected-error {{expected ')'}} expected-note {{… in tmain() 26 …#pragma omp parallel for simd schedule (runtime, 3) // expected-error {{expected ')'}} expected-n… in tmain() 29 #pragma omp parallel for simd schedule (guided argc in tmain() 31 // expected-error@+1 2 {{argument to 'schedule' clause must be a strictly positive integer value}} in tmain() 32 …#pragma omp parallel for simd schedule (static, ST // expected-error {{expected ')'}} expected-not… in tmain() [all …]
|
H A D | for_simd_schedule_messages.cpp | 14 #pragma omp for simd schedule // expected-error {{expected '(' after 'schedule'}} in tmain() 16 …schedule ( // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monoton… in tmain() 18 …schedule () // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monoto… in tmain() 20 …#pragma omp for simd schedule (auto // expected-error {{expected ')'}} expected-note {{to match th… in tmain() 22 …schedule (auto_dynamic // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtim… in tmain() 24 …#pragma omp for simd schedule (auto, // expected-error {{expected ')'}} expected-note {{to match … in tmain() 26 …#pragma omp for simd schedule (runtime, 3) // expected-error {{expected ')'}} expected-note {{to … in tmain() 29 #pragma omp for simd schedule (guided argc in tmain() 31 // expected-error@+1 2 {{argument to 'schedule' clause must be a strictly positive integer value}} in tmain() 32 …#pragma omp for simd schedule (static, ST // expected-error {{expected ')'}} expected-note {{to ma… in tmain() [all …]
|
H A D | distribute_parallel_for_simd_schedule_messages.cpp | 16 #pragma omp distribute parallel for simd schedule // expected-error {{expected '(' after 'schedule'… in tmain() 20 …schedule ( // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monoton… in tmain() 24 …schedule () // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monoto… in tmain() 28 #pragma omp distribute parallel for simd schedule (auto // expected-error {{expected ')'}} expected… in tmain() 32 …schedule (auto_dynamic // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtim… in tmain() 36 #pragma omp distribute parallel for simd schedule (auto, // expected-error {{expected ')'}} expect… in tmain() 40 #pragma omp distribute parallel for simd schedule (runtime, 3) // expected-error {{expected ')'}} … in tmain() 45 #pragma omp distribute parallel for simd schedule (guided argc in tmain() 47 // expected-error@+3 2 {{argument to 'schedule' clause must be a strictly positive integer value}} in tmain() 50 #pragma omp distribute parallel for simd schedule (static, ST // expected-error {{expected ')'}} ex… in tmain() [all …]
|
H A D | distribute_parallel_for_schedule_messages.cpp | 16 #pragma omp distribute parallel for schedule // expected-error {{expected '(' after 'schedule'}} in tmain() 20 …schedule ( // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monoton… in tmain() 24 …schedule () // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monoto… in tmain() 28 #pragma omp distribute parallel for schedule (auto // expected-error {{expected ')'}} expected-note… in tmain() 32 …schedule (auto_dynamic // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtim… in tmain() 36 #pragma omp distribute parallel for schedule (auto, // expected-error {{expected ')'}} expected-no… in tmain() 40 #pragma omp distribute parallel for schedule (runtime, 3) // expected-error {{expected ')'}} expec… in tmain() 45 #pragma omp distribute parallel for schedule (guided argc in tmain() 47 // expected-error@+3 2 {{argument to 'schedule' clause must be a strictly positive integer value}} in tmain() 50 #pragma omp distribute parallel for schedule (static, ST // expected-error {{expected ')'}} expecte… in tmain() [all …]
|
/aosp_15_r20/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/ |
H A D | Schedule.java | 17 // source: google/cloud/aiplatform/v1beta1/schedule.proto 25 * An instance of a Schedule periodically schedules runs to make API calls based 29 * Protobuf type {@code google.cloud.aiplatform.v1beta1.Schedule} 31 public final class Schedule extends com.google.protobuf.GeneratedMessageV3 class 33 // @@protoc_insertion_point(message_implements:google.cloud.aiplatform.v1beta1.Schedule) 36 // Use Schedule.newBuilder() to construct. 37 private Schedule(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Schedule() method in Schedule 41 private Schedule() { in Schedule() method in Schedule 50 return new Schedule(); in newInstance() 69 com.google.cloud.aiplatform.v1beta1.Schedule.class, in internalGetFieldAccessorTable() [all …]
|
H A D | ScheduleOrBuilder.java | 17 // source: google/cloud/aiplatform/v1beta1/schedule.proto 23 // @@protoc_insertion_point(interface_extends:google.cloud.aiplatform.v1beta1.Schedule) 30 * Cron schedule (https://en.wikipedia.org/wiki/Cron) to launch scheduled 47 * Cron schedule (https://en.wikipedia.org/wiki/Cron) to launch scheduled 64 * Cron schedule (https://en.wikipedia.org/wiki/Cron) to launch scheduled 133 * Output only. The resource name of the Schedule. 145 * Output only. The resource name of the Schedule. 158 * Required. User provided name of the Schedule. 172 * Required. User provided name of the Schedule. 188 * Default to Schedule create time if not specified. [all …]
|
H A D | CreateScheduleRequest.java | 79 * Required. The resource name of the Location to create the Schedule in. 105 * Required. The resource name of the Location to create the Schedule in. 129 private com.google.cloud.aiplatform.v1beta1.Schedule schedule_; 134 * Required. The Schedule to create. 138 …* .google.cloud.aiplatform.v1beta1.Schedule schedule = 2 [(.google.api.field_behavior) = REQUIRED]; 141 * @return Whether the schedule field is set. 151 * Required. The Schedule to create. 155 …* .google.cloud.aiplatform.v1beta1.Schedule schedule = 2 [(.google.api.field_behavior) = REQUIRED]; 158 * @return The schedule. 161 public com.google.cloud.aiplatform.v1beta1.Schedule getSchedule() { in getSchedule() [all …]
|
/aosp_15_r20/external/google-cloud-java/java-aiplatform/grpc-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/ |
H A D | ScheduleServiceGrpc.java | 24 * A service for creating and managing Vertex AI's Schedule resources to 41 com.google.cloud.aiplatform.v1beta1.Schedule> 47 responseType = com.google.cloud.aiplatform.v1beta1.Schedule.class, 51 com.google.cloud.aiplatform.v1beta1.Schedule> 55 com.google.cloud.aiplatform.v1beta1.Schedule> in getCreateScheduleMethod() 64 com.google.cloud.aiplatform.v1beta1.Schedule> in getCreateScheduleMethod() 75 com.google.cloud.aiplatform.v1beta1.Schedule.getDefaultInstance())) in getCreateScheduleMethod() 133 com.google.cloud.aiplatform.v1beta1.Schedule> 139 responseType = com.google.cloud.aiplatform.v1beta1.Schedule.class, 143 com.google.cloud.aiplatform.v1beta1.Schedule> [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/services/scheduler/src/main/resources/codegen-resources/ |
H A D | service-2.json | 32 "documentation":"<p>Creates the specified schedule.</p>", 39 "requestUri":"/schedule-groups/{Name}", 51 "documentation":"<p>Creates the specified schedule group.</p>", 70 "documentation":"<p>Deletes the specified schedule.</p>", 77 "requestUri":"/schedule-groups/{Name}", 89 …schedule group. Deleting a schedule group results in EventBridge Scheduler deleting all schedules … 107 "documentation":"<p>Retrieves the specified schedule.</p>" 113 "requestUri":"/schedule-groups/{Name}", 124 "documentation":"<p>Retrieves the specified schedule group.</p>" 130 "requestUri":"/schedule-groups", [all …]
|
/aosp_15_r20/external/googleapis/google/cloud/aiplatform/v1beta1/ |
H A D | schedule_service.proto | 24 import "google/cloud/aiplatform/v1beta1/schedule.proto"; 37 // A service for creating and managing Vertex AI's Schedule resources to 44 // Creates a Schedule. 45 rpc CreateSchedule(CreateScheduleRequest) returns (Schedule) { 48 body: "schedule" 50 option (google.api.method_signature) = "parent,schedule"; 53 // Deletes a Schedule. 66 // Gets a Schedule. 67 rpc GetSchedule(GetScheduleRequest) returns (Schedule) { 82 // Pauses a Schedule. Will mark [all …]
|
/aosp_15_r20/external/googleapis/google/cloud/aiplatform/v1/ |
H A D | schedule_service.proto | 24 import "google/cloud/aiplatform/v1/schedule.proto"; 37 // A service for creating and managing Vertex AI's Schedule resources to 44 // Creates a Schedule. 45 rpc CreateSchedule(CreateScheduleRequest) returns (Schedule) { 48 body: "schedule" 50 option (google.api.method_signature) = "parent,schedule"; 53 // Deletes a Schedule. 66 // Gets a Schedule. 67 rpc GetSchedule(GetScheduleRequest) returns (Schedule) { 82 // Pauses a Schedule. Will mark [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/async-task/tests/ |
D | basic.rs | 46 // Creates a schedule function with event counters. 48 // Usage: `schedule!(s, SCHED, DROP)` 50 // The schedule function `s` does nothing. 53 macro_rules! schedule { macro 83 schedule!(s, SCHEDULE, DROP_S); in drop_and_detach() 87 assert_eq!(SCHEDULE.load(Ordering::SeqCst), 0); in drop_and_detach() 93 assert_eq!(SCHEDULE.load(Ordering::SeqCst), 0); in drop_and_detach() 99 assert_eq!(SCHEDULE.load(Ordering::SeqCst), 0); in drop_and_detach() 107 schedule!(s, SCHEDULE, DROP_S); in detach_and_drop() 112 assert_eq!(SCHEDULE.load(Ordering::SeqCst), 0); in detach_and_drop() [all …]
|
/aosp_15_r20/external/google-cloud-java/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/ |
H A D | Trigger.java | 497 // @@protoc_insertion_point(interface_extends:google.cloud.dataplex.v1.Trigger.Schedule) 504 * Required. [Cron](https://en.wikipedia.org/wiki/Cron) schedule for running 513 * This field is required for Schedule scans. 525 * Required. [Cron](https://en.wikipedia.org/wiki/Cron) schedule for running 534 * This field is required for Schedule scans. 550 * Protobuf type {@code google.cloud.dataplex.v1.Trigger.Schedule} 552 public static final class Schedule extends com.google.protobuf.GeneratedMessageV3 class in Trigger 554 // @@protoc_insertion_point(message_implements:google.cloud.dataplex.v1.Trigger.Schedule) 557 // Use Schedule.newBuilder() to construct. 558 private Schedule(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Schedule() method in Trigger.Schedule [all …]
|
/aosp_15_r20/external/google-cloud-java/java-notebooks/proto-google-cloud-notebooks-v1/src/main/java/com/google/cloud/notebooks/v1/ |
H A D | Schedule.java | 17 // source: google/cloud/notebooks/v1/schedule.proto 25 * The definition of a schedule. 28 * Protobuf type {@code google.cloud.notebooks.v1.Schedule} 30 public final class Schedule extends com.google.protobuf.GeneratedMessageV3 class 32 // @@protoc_insertion_point(message_implements:google.cloud.notebooks.v1.Schedule) 35 // Use Schedule.newBuilder() to construct. 36 private Schedule(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Schedule() method in Schedule 40 private Schedule() { in Schedule() method in Schedule 53 return new Schedule(); in newInstance() 72 com.google.cloud.notebooks.v1.Schedule.class, in internalGetFieldAccessorTable() [all …]
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/unittests/ |
H A D | VSyncDispatchTimerQueueTest.cpp | 247 mDispatch->schedule(cb, in TEST_F() 261 mDispatch->schedule(cb, in TEST_F() 281 mDispatch->schedule(cb, in TEST_F() 317 mDispatch->schedule(cb, {.workDuration = 100, .readyDuration = 0, .lastVsync = mPeriod}); in TEST_F() 334 const auto result = mDispatch->schedule(cb, in TEST_F() 349 mDispatch->schedule(cb, in TEST_F() 363 mDispatch->schedule(cb, in TEST_F() 378 mDispatch->schedule(cb, in TEST_F() 400 mDispatch->schedule(cb, in TEST_F() 435 mDispatch->schedule(cb0, {.workDuration = 100, .readyDuration = 0, .lastVsync = mPeriod}); in TEST_F() [all …]
|