HomeSort by relevance Sort by last modified time
    Searched refs:schedule (Results 1 - 25 of 661) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/OpenMP/
schedule_codegen.cpp 17 #pragma omp for schedule(static)
22 #pragma omp for simd schedule(static)
27 #pragma omp for schedule(static, 2)
32 #pragma omp for simd schedule(static, 2)
36 #pragma omp for schedule(auto)
40 #pragma omp for simd schedule(auto)
44 #pragma omp for schedule(runtime)
48 #pragma omp for simd schedule(runtime)
52 #pragma omp for schedule(guided)
56 #pragma omp for simd schedule(guided
    [all...]
for_schedule_messages.cpp 14 #pragma omp for schedule // expected-error {{expected '(' after 'schedule'}}
16 #pragma omp for schedule ( // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monotonic', 'nonmonotonic' or 'simd' in OpenMP clause 'schedule'}} expected-error {{expected ')'}} expected-note {{to match this '('}}
18 #pragma omp for schedule () // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monotonic', 'nonmonotonic' or 'simd' in OpenMP clause 'schedule'}}
20 #pragma omp for schedule (auto // expected-error {{expected ')'}} expected-note {{to match this '('}}
22 #pragma omp for schedule (monotonic // expected-error {{expected ')'}} expected-error {{expected 'static', 'dynamic', 'guided', 'auto' or 'runtime' in OpenMP clause 'schedule'}} expected-warning {{missing ':' after schedule modifier - ignoring}} expected-note {{to match this '('}
    [all...]
for_simd_schedule_messages.cpp 14 #pragma omp for simd schedule // expected-error {{expected '(' after 'schedule'}}
16 #pragma omp for simd schedule ( // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monotonic', 'nonmonotonic' or 'simd' in OpenMP clause 'schedule'}} expected-error {{expected ')'}} expected-note {{to match this '('}}
18 #pragma omp for simd schedule () // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monotonic', 'nonmonotonic' or 'simd' in OpenMP clause 'schedule'}}
20 #pragma omp for simd schedule (auto // expected-error {{expected ')'}} expected-note {{to match this '('}}
22 #pragma omp for simd schedule (auto_dynamic // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monotonic', 'nonmonotonic' or 'simd' in OpenMP clause 'schedule'}} expected-error {{expected ')'}} expected-note {{to match this '('}}
24 #pragma omp for simd schedule (auto, // expected-error {{expected ')'}} expected-note {{to match this '('}
    [all...]
parallel_for_schedule_messages.cpp 14 #pragma omp parallel for schedule // expected-error {{expected '(' after 'schedule'}}
16 #pragma omp parallel for schedule ( // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monotonic', 'nonmonotonic' or 'simd' in OpenMP clause 'schedule'}} expected-error {{expected ')'}} expected-note {{to match this '('}}
18 #pragma omp parallel for schedule () // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monotonic', 'nonmonotonic' or 'simd' in OpenMP clause 'schedule'}}
20 #pragma omp parallel for schedule (auto // expected-error {{expected ')'}} expected-note {{to match this '('}}
22 #pragma omp parallel for schedule (auto_dynamic // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monotonic', 'nonmonotonic' or 'simd' in OpenMP clause 'schedule'}} expected-error {{expected ')'}} expected-note {{to match this '('}}
24 #pragma omp parallel for schedule (auto, // expected-error {{expected ')'}} expected-note {{to match this '('}
    [all...]
parallel_for_simd_schedule_messages.cpp 14 #pragma omp parallel for simd schedule // expected-error {{expected '(' after 'schedule'}}
16 #pragma omp parallel for simd schedule ( // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monotonic', 'nonmonotonic' or 'simd' in OpenMP clause 'schedule'}} expected-error {{expected ')'}} expected-note {{to match this '('}}
18 #pragma omp parallel for simd schedule () // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monotonic', 'nonmonotonic' or 'simd' in OpenMP clause 'schedule'}}
20 #pragma omp parallel for simd schedule (auto // expected-error {{expected ')'}} expected-note {{to match this '('}}
22 #pragma omp parallel for simd schedule (auto_dynamic // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monotonic', 'nonmonotonic' or 'simd' in OpenMP clause 'schedule'}} expected-error {{expected ')'}} expected-note {{to match this '('}}
24 #pragma omp parallel for simd schedule (auto, // expected-error {{expected ')'}} expected-note {{to match this '('}
    [all...]
target_parallel_for_schedule_messages.cpp 14 #pragma omp target parallel for schedule // expected-error {{expected '(' after 'schedule'}}
16 #pragma omp target parallel for schedule ( // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monotonic', 'nonmonotonic' or 'simd' in OpenMP clause 'schedule'}} expected-error {{expected ')'}} expected-note {{to match this '('}}
18 #pragma omp target parallel for schedule () // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monotonic', 'nonmonotonic' or 'simd' in OpenMP clause 'schedule'}}
20 #pragma omp target parallel for schedule (auto // expected-error {{expected ')'}} expected-note {{to match this '('}}
22 #pragma omp target parallel for schedule (auto_dynamic // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monotonic', 'nonmonotonic' or 'simd' in OpenMP clause 'schedule'}} expected-error {{expected ')'}} expected-note {{to match this '('}}
24 #pragma omp target parallel for schedule (auto, // expected-error {{expected ')'}} expected-note {{to match this '('}
    [all...]
distribute_parallel_for_schedule_messages.cpp 16 #pragma omp distribute parallel for schedule // expected-error {{expected '(' after 'schedule'}}
20 #pragma omp distribute parallel for schedule ( // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monotonic', 'nonmonotonic' or 'simd' in OpenMP clause 'schedule'}} expected-error {{expected ')'}} expected-note {{to match this '('}}
24 #pragma omp distribute parallel for schedule () // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monotonic', 'nonmonotonic' or 'simd' in OpenMP clause 'schedule'}}
28 #pragma omp distribute parallel for schedule (auto // expected-error {{expected ')'}} expected-note {{to match this '('}}
32 #pragma omp distribute parallel for schedule (auto_dynamic // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monotonic', 'nonmonotonic' or 'simd' in OpenMP clause 'schedule'}} expected-error {{expected ')'}} expected-note {{to match this '('}}
36 #pragma omp distribute parallel for schedule (auto, // expected-error {{expected ')'}} expected-note {{to match this '('}
    [all...]
distribute_parallel_for_simd_schedule_messages.cpp 16 #pragma omp distribute parallel for simd schedule // expected-error {{expected '(' after 'schedule'}}
20 #pragma omp distribute parallel for simd schedule ( // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monotonic', 'nonmonotonic' or 'simd' in OpenMP clause 'schedule'}} expected-error {{expected ')'}} expected-note {{to match this '('}}
24 #pragma omp distribute parallel for simd schedule () // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monotonic', 'nonmonotonic' or 'simd' in OpenMP clause 'schedule'}}
28 #pragma omp distribute parallel for simd schedule (auto // expected-error {{expected ')'}} expected-note {{to match this '('}}
32 #pragma omp distribute parallel for simd schedule (auto_dynamic // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monotonic', 'nonmonotonic' or 'simd' in OpenMP clause 'schedule'}} expected-error {{expected ')'}} expected-note {{to match this '('}}
36 #pragma omp distribute parallel for simd schedule (auto, // expected-error {{expected ')'}} expected-note {{to match this '('}
    [all...]
target_parallel_for_simd_schedule_messages.cpp 14 #pragma omp target parallel for simd schedule // expected-error {{expected '(' after 'schedule'}}
16 #pragma omp target parallel for simd schedule ( // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monotonic', 'nonmonotonic' or 'simd' in OpenMP clause 'schedule'}} expected-error {{expected ')'}} expected-note {{to match this '('}}
18 #pragma omp target parallel for simd schedule () // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monotonic', 'nonmonotonic' or 'simd' in OpenMP clause 'schedule'}}
20 #pragma omp target parallel for simd schedule (auto // expected-error {{expected ')'}} expected-note {{to match this '('}}
22 #pragma omp target parallel for simd schedule (auto_dynamic // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monotonic', 'nonmonotonic' or 'simd' in OpenMP clause 'schedule'}} expected-error {{expected ')'}} expected-note {{to match this '('}}
24 #pragma omp target parallel for simd schedule (auto, // expected-error {{expected ')'}} expected-note {{to match this '('}
    [all...]
openmp_common.c 12 #pragma omp parallel for private(j) schedule(static) if (tree1->totleaf > 1024) // expected-error {{unexpected OpenMP directive '#pragma omp parallel for'}}
parallel_for_codegen.cpp 25 #pragma omp parallel for schedule(static, char(a))
75 #pragma omp parallel for schedule(static)
118 #pragma omp parallel for schedule(static, 5)
180 #pragma omp parallel for schedule(dynamic)
224 #pragma omp parallel for schedule(guided, 7)
270 #pragma omp parallel for schedule(auto) collapse(2)
318 #pragma omp parallel for collapse(2) schedule(runtime)
366 #pragma omp parallel for schedule(static, 5) private(arr)
382 // Check source line corresponds to "#pragma omp parallel for schedule(static, 5)" above:
  /external/junit/src/main/java/org/junit/runners/model/
RunnerScheduler.java 13 * Schedule a child statement to run
15 void schedule(Runnable childStatement); method in interface:RunnerScheduler
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
BackgroundScanSchedulerTest.java 85 WifiNative.ScanSettings schedule = mScheduler.getSchedule(); local
87 assertEquals(30000, schedule.base_period_ms);
88 assertBuckets(schedule, 0);
99 WifiNative.ScanSettings schedule = mScheduler.getSchedule(); local
101 assertEquals(30000, schedule.base_period_ms);
102 assertBuckets(schedule, 1);
104 assertSettingsSatisfied(schedule, request, false, true);
116 WifiNative.ScanSettings schedule = mScheduler.getSchedule(); local
118 assertEquals("base_period_ms", 10000, schedule.base_period_ms);
119 assertBuckets(schedule, 1)
134 WifiNative.ScanSettings schedule = mScheduler.getSchedule(); local
154 WifiNative.ScanSettings schedule = mScheduler.getSchedule(); local
172 WifiNative.ScanSettings schedule = mScheduler.getSchedule(); local
194 WifiNative.ScanSettings schedule = mScheduler.getSchedule(); local
211 WifiNative.ScanSettings schedule = mScheduler.getSchedule(); local
229 WifiNative.ScanSettings schedule = mScheduler.getSchedule(); local
247 WifiNative.ScanSettings schedule = mScheduler.getSchedule(); local
260 WifiNative.ScanSettings schedule = mScheduler.getSchedule(); local
277 WifiNative.ScanSettings schedule = mScheduler.getSchedule(); local
298 WifiNative.ScanSettings schedule = mScheduler.getSchedule(); local
335 WifiNative.ScanSettings schedule = mScheduler.getSchedule(); local
353 WifiNative.ScanSettings schedule = mScheduler.getSchedule(); local
371 WifiNative.ScanSettings schedule = mScheduler.getSchedule(); local
391 WifiNative.ScanSettings schedule = mScheduler.getSchedule(); local
424 WifiNative.ScanSettings schedule = mScheduler.getSchedule(); local
442 WifiNative.ScanSettings schedule = mScheduler.getSchedule(); local
467 WifiNative.ScanSettings schedule = mScheduler.getSchedule(); local
500 WifiNative.ScanSettings schedule = mScheduler.getSchedule(); local
533 WifiNative.ScanSettings schedule = mScheduler.getSchedule(); local
571 WifiNative.ScanSettings schedule = mScheduler.getSchedule(); local
620 WifiNative.ScanSettings schedule = mScheduler.getSchedule(); local
672 WifiNative.ScanSettings schedule = scheduler.getSchedule(); local
701 WifiNative.ScanSettings schedule = scheduler.getSchedule(); local
736 WifiNative.ScanSettings schedule = scheduler.getSchedule(); local
777 WifiNative.ScanSettings schedule = mScheduler.getSchedule(); local
795 assertNativeScanSettingsEquals(expectedBuilder.build(), schedule); local
    [all...]
  /packages/apps/TV/src/com/android/tv/dvr/recorder/
InputTaskScheduler.java 148 public RecordingTask createRecordingTask(ScheduledRecording schedule, Channel channel,
151 return new RecordingTask(mContext, schedule, channel, mDvrManager, mSessionManager,
161 public void addSchedule(ScheduledRecording schedule) {
162 mHandler.sendMessage(mHandler.obtainMessage(MSG_ADD_SCHEDULED_RECORDING, schedule));
166 void handleAddSchedule(ScheduledRecording schedule) {
167 if (mPendingRecordings.get(schedule.getId()) != null
168 || mWaitingSchedules.containsKey(schedule.getId())) {
171 mWaitingSchedules.put(schedule.getId(), schedule); local
179 public void removeSchedule(ScheduledRecording schedule) {
214 mWaitingSchedules.put(schedule.getId(), schedule); local
221 mWaitingSchedules.put(schedule.getId(), schedule); local
262 ScheduledRecording schedule = iter.next(); local
    [all...]
  /packages/apps/TV/src/com/android/tv/dvr/
DvrScheduleManager.java 92 // the boolean value true denotes the schedule is just partially conflicting, which means
128 for (ScheduledRecording schedule : scheduledRecordings) {
129 if (!schedule.isNotStarted() && !schedule.isInProgress()) {
133 .getTvInputInfoForInputId(mContext, schedule.getInputId());
135 "Input was removed for : " + schedule)) {
137 mInputScheduleMap.remove(schedule.getInputId());
138 mInputConflictInfoMap.remove(schedule.getInputId());
147 schedules.add(schedule);
158 for (ScheduledRecording schedule : scheduledRecordings)
783 ScheduledRecording schedule = iter.next(); local
854 ScheduledRecording schedule = schedulesToCheck.remove(0); local
911 ScheduledRecording schedule = iter.next(); local
974 public ScheduledRecording schedule; field in class:DvrScheduleManager.ConflictInfo
    [all...]
  /external/v8/src/compiler/
basic-block-instrumentor.h 19 class Schedule;
24 Graph* graph, Schedule* schedule);
machine-graph-verifier.h 17 class Schedule;
23 static void Run(Graph* graph, Schedule const* const schedule,
  /packages/apps/TV/src/com/android/tv/dvr/ui/list/
SeriesScheduleRowAdapter.java 46 * An adapter for series schedule row.
101 ScheduledRecording schedule = local
103 if (schedule != null && !willBeKept(schedule)) {
104 schedule = null;
106 rows.add(new EpisodicProgramRow(mInputId, program, schedule, mHeaderRow));
142 public void onScheduledRecordingAdded(ScheduledRecording schedule) {
143 if (DEBUG) Log.d(TAG, "onScheduledRecordingAdded: " + schedule);
144 int index = findRowIndexByProgramId(schedule.getProgramId());
148 setScheduleToRow(row, schedule);
    [all...]
  /libcore/ojluni/src/main/java/java/util/concurrent/
ScheduledExecutorService.java 39 * An {@link ExecutorService} that can schedule commands to run after a given
42 * <p>The {@code schedule} methods create tasks with various delays
51 * periods) are also allowed in {@code schedule} methods, and are
54 * <p>All {@code schedule} methods accept <em>relative</em> delays and
57 * java.util.Date} to the required form. For example, to schedule at
58 * a certain future {@code date}, you can use: {@code schedule(task,
85 * scheduler.schedule(new Runnable() {
110 public ScheduledFuture<?> schedule(Runnable command, method in interface:ScheduledExecutorService
126 public <V> ScheduledFuture<V> schedule(Callable<V> callable, method in interface:ScheduledExecutorService
  /hardware/interfaces/broadcastradio/1.1/tests/
WorkerThread_test.cpp 45 thread.schedule(
64 thread.schedule([&]() { executed2 = true; }, 100ms);
65 thread.schedule([&]() { executed1 = true; }, 25ms);
80 thread.schedule(
87 thread.schedule(
94 thread.schedule(
101 thread.schedule(
108 thread.schedule(
127 thread.schedule([&]() { executed2 = true; }, 100ms);
128 thread.schedule([&]() { executed1 = true; }, 25ms)
    [all...]
  /packages/apps/TV/src/com/android/tv/dialog/
DvrHistoryDialogFragment.java 63 for (ScheduledRecording schedule : dataManager.getAllScheduledRecordings()) {
64 if (!schedule.isInProgress() && !schedule.isNotStarted()) {
65 mSchedules.add(schedule);
76 ScheduledRecording schedule = mSchedules.get(position);
77 setText(view, R.id.state, getStateString(schedule.getState()));
78 setText(view, R.id.schedule_time, getRecordingTimeText(schedule));
80 getContext(), schedule, 0));
81 setText(view, R.id.channel_name, getChannelNameText(schedule));
108 private String getChannelNameText(ScheduledRecording schedule) {
    [all...]
  /packages/apps/TV/src/com/android/tv/dvr/provider/
DvrDbSync.java 115 for (ScheduledRecording schedule : schedules) {
116 addProgramIdToCheckIfNeeded(schedule);
123 for (ScheduledRecording schedule : schedules) {
124 mProgramIdQueue.remove(schedule.getProgramId());
130 for (ScheduledRecording schedule : schedules) {
131 mProgramIdQueue.remove(schedule.getProgramId());
132 addProgramIdToCheckIfNeeded(schedule);
211 for (ScheduledRecording schedule : mDataManager.getAvailableScheduledRecordings()) {
212 addProgramIdToCheckIfNeeded(schedule);
222 private void addProgramIdToCheckIfNeeded(ScheduledRecording schedule) {
258 ScheduledRecording schedule = mDataManager.getScheduledRecordingForProgramId(programId); local
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/job/
PrioritySchedulingTest.java 71 mJobScheduler.schedule(job1);
72 mJobScheduler.schedule(job2);
73 mJobScheduler.schedule(job3);
74 mJobScheduler.schedule(job4);
109 mJobScheduler.schedule(job1);
110 mJobScheduler.schedule(job2);
111 mJobScheduler.schedule(job3);
112 mJobScheduler.schedule(job4);
  /cts/tests/JobScheduler/src/android/jobscheduler/cts/
TimingConstraintsTest.java 39 mJobScheduler.schedule(oneTimeJob);
51 mJobScheduler.schedule(cancelJob);
71 mJobScheduler.schedule(deadlineJob);
90 mJobScheduler.schedule(deadlineJob);
  /external/guava/guava/src/com/google/common/util/concurrent/
WrappingScheduledExecutorService.java 41 public final ScheduledFuture<?> schedule(Runnable command, long delay, TimeUnit unit) { method in class:WrappingScheduledExecutorService
42 return delegate.schedule(wrapTask(command), delay, unit);
46 public final <V> ScheduledFuture<V> schedule(Callable<V> task, long delay, TimeUnit unit) { method in class:WrappingScheduledExecutorService
47 return delegate.schedule(wrapTask(task), delay, unit);

Completed in 548 milliseconds

1 2 3 4 5 6 7 8 91011>>