Home
last modified time | relevance | path

Searched refs:schedule (Results 1 – 25 of 526) sorted by relevance

12345678910>>...22

/external/clang/test/OpenMP/
Dschedule_codegen.cpp17 #pragma omp for schedule(static) in main()
22 #pragma omp for simd schedule(static) in main()
27 #pragma omp for schedule(static, 2) in main()
32 #pragma omp for simd schedule(static, 2) in main()
36 #pragma omp for schedule(auto) in main()
40 #pragma omp for simd schedule(auto) in main()
44 #pragma omp for schedule(runtime) in main()
48 #pragma omp for simd schedule(runtime) in main()
52 #pragma omp for schedule(guided) in main()
56 #pragma omp for simd schedule(guided) in main()
[all …]
Dfor_schedule_messages.cpp14 #pragma omp for schedule // expected-error {{expected '(' after 'schedule'}} in tmain()
16 …#pragma omp for schedule ( // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'ru… in tmain()
18 …#pragma omp for schedule () // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'r… in tmain()
20 …#pragma omp for schedule (auto // expected-error {{expected ')'}} expected-note {{to match this '(… in tmain()
22 …#pragma omp for schedule (monotonic // expected-error {{expected ')'}} expected-error {{expected '… in tmain()
24 …#pragma omp for schedule (auto_dynamic // expected-error {{expected 'static', 'dynamic', 'guided',… in tmain()
26 …#pragma omp for schedule (nonmonotonic, // expected-error {{expected ')'}} expected-error {{expect… in tmain()
28 …#pragma omp for schedule (simd: // expected-error {{expected ')'}} expected-error {{expected 'stat… in tmain()
30 …#pragma omp for schedule (monotonic, auto // expected-error {{expected ')'}} expected-warning {{mi… in tmain()
32 …#pragma omp for schedule (nonmonotonic: auto, // expected-error {{expected ')'}} expected-error {{… in tmain()
[all …]
Dfor_simd_schedule_messages.cpp14 #pragma omp for simd schedule // expected-error {{expected '(' after 'schedule'}} in tmain()
16 …#pragma omp for simd schedule ( // expected-error {{expected 'static', 'dynamic', 'guided', 'auto'… in tmain()
18 …#pragma omp for simd schedule () // expected-error {{expected 'static', 'dynamic', 'guided', 'auto… in tmain()
20 …#pragma omp for simd schedule (auto // expected-error {{expected ')'}} expected-note {{to match th… in tmain()
22 …#pragma omp for simd schedule (auto_dynamic // expected-error {{expected 'static', 'dynamic', 'gui… 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()
32 …#pragma omp for simd schedule (static, ST // expected-error {{expected ')'}} expected-note {{to ma… in tmain()
34 …#pragma omp for simd schedule (dynamic, 1)) // expected-warning {{extra tokens at the end of '#pra… in tmain()
[all …]
Dparallel_for_schedule_messages.cpp14 #pragma omp parallel for schedule // expected-error {{expected '(' after 'schedule'}} in tmain()
16 …#pragma omp parallel for schedule ( // expected-error {{expected 'static', 'dynamic', 'guided', 'a… in tmain()
18 …#pragma omp parallel for schedule () // expected-error {{expected 'static', 'dynamic', 'guided', '… in tmain()
20 …#pragma omp parallel for schedule (auto // expected-error {{expected ')'}} expected-note {{to matc… in tmain()
22 …#pragma omp parallel for schedule (auto_dynamic // expected-error {{expected 'static', 'dynamic', … 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()
32 …#pragma omp parallel for schedule (static, ST // expected-error {{expected ')'}} expected-note {{t… in tmain()
34 …#pragma omp parallel for schedule (dynamic, 1)) // expected-warning {{extra tokens at the end of '… in tmain()
[all …]
Dtarget_parallel_for_schedule_messages.cpp14 #pragma omp target parallel for schedule // expected-error {{expected '(' after 'schedule'}} in tmain()
16 …#pragma omp target parallel for schedule ( // expected-error {{expected 'static', 'dynamic', 'guid… in tmain()
18 …#pragma omp target parallel for schedule () // expected-error {{expected 'static', 'dynamic', 'gui… in tmain()
20 …#pragma omp target parallel for schedule (auto // expected-error {{expected ')'}} expected-note {{… in tmain()
22 …#pragma omp target parallel for schedule (auto_dynamic // expected-error {{expected 'static', 'dyn… 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()
32 …#pragma omp target parallel for schedule (static, ST // expected-error {{expected ')'}} expected-n… in tmain()
34 …#pragma omp target parallel for schedule (dynamic, 1)) // expected-warning {{extra tokens at the e… in tmain()
[all …]
Dparallel_for_simd_schedule_messages.cpp14 #pragma omp parallel for simd schedule // expected-error {{expected '(' after 'schedule'}} in tmain()
16 …#pragma omp parallel for simd schedule ( // expected-error {{expected 'static', 'dynamic', 'guided… in tmain()
18 …#pragma omp parallel for simd schedule () // expected-error {{expected 'static', 'dynamic', 'guide… in tmain()
20 …#pragma omp parallel for simd schedule (auto // expected-error {{expected ')'}} expected-note {{to… in tmain()
22 …#pragma omp parallel for simd schedule (auto_dynamic // expected-error {{expected 'static', 'dynam… 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()
32 …#pragma omp parallel for simd schedule (static, ST // expected-error {{expected ')'}} expected-not… in tmain()
34 …#pragma omp parallel for simd schedule (dynamic, 1)) // expected-warning {{extra tokens at the end… in tmain()
[all …]
Dtarget_parallel_for_simd_schedule_messages.cpp14 #pragma omp target parallel for simd schedule // expected-error {{expected '(' after 'schedule'}} in tmain()
16 …#pragma omp target parallel for simd schedule ( // expected-error {{expected 'static', 'dynamic', … in tmain()
18 …#pragma omp target parallel for simd schedule () // expected-error {{expected 'static', 'dynamic',… in tmain()
20 …#pragma omp target parallel for simd schedule (auto // expected-error {{expected ')'}} expected-no… in tmain()
22 …#pragma omp target parallel for simd schedule (auto_dynamic // expected-error {{expected 'static',… 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()
32 …#pragma omp target parallel for simd schedule (static, ST // expected-error {{expected ')'}} expec… in tmain()
34 …#pragma omp target parallel for simd schedule (dynamic, 1)) // expected-warning {{extra tokens at … in tmain()
[all …]
Ddistribute_parallel_for_schedule_messages.cpp16 #pragma omp distribute parallel for schedule // expected-error {{expected '(' after 'schedule'}} in tmain()
20 #pragma omp distribute parallel for schedule ( // expected-error {{expected 'static', 'dynamic', 'g… in tmain()
24 #pragma omp distribute parallel for schedule () // expected-error {{expected 'static', 'dynamic', '… in tmain()
28 #pragma omp distribute parallel for schedule (auto // expected-error {{expected ')'}} expected-note… in tmain()
32 #pragma omp distribute parallel for schedule (auto_dynamic // expected-error {{expected 'static', '… 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()
50 #pragma omp distribute parallel for schedule (static, ST // expected-error {{expected ')'}} expecte… in tmain()
54 #pragma omp distribute parallel for schedule (dynamic, 1)) // expected-warning {{extra tokens at th… in tmain()
[all …]
Ddistribute_parallel_for_simd_schedule_messages.cpp16 #pragma omp distribute parallel for simd schedule // expected-error {{expected '(' after 'schedule'… in tmain()
20 #pragma omp distribute parallel for simd schedule ( // expected-error {{expected 'static', 'dynamic… in tmain()
24 #pragma omp distribute parallel for simd schedule () // expected-error {{expected 'static', 'dynami… in tmain()
28 #pragma omp distribute parallel for simd schedule (auto // expected-error {{expected ')'}} expected… in tmain()
32 #pragma omp distribute parallel for simd schedule (auto_dynamic // expected-error {{expected 'stati… 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()
50 #pragma omp distribute parallel for simd schedule (static, ST // expected-error {{expected ')'}} ex… in tmain()
54 #pragma omp distribute parallel for simd schedule (dynamic, 1)) // expected-warning {{extra tokens … in tmain()
[all …]
Dparallel_for_codegen.cpp25 #pragma omp parallel for schedule(static, char(a)) in with_var_schedule()
75 #pragma omp parallel for schedule(static) in static_not_chunked()
118 #pragma omp parallel for schedule(static, 5) in static_chunked()
180 #pragma omp parallel for schedule(dynamic) in dynamic1()
224 #pragma omp parallel for schedule(guided, 7) in guided7()
270 #pragma omp parallel for schedule(auto) collapse(2) in test_auto()
318 #pragma omp parallel for collapse(2) schedule(runtime) in runtime()
366 #pragma omp parallel for schedule(static, 5) private(arr) in parallel_for()
Dfor_codegen.cpp60 #pragma omp for schedule(static) in static_not_chunked()
101 #pragma omp for schedule(monotonic: static, 5) in static_chunked()
161 #pragma omp for schedule(nonmonotonic: dynamic) in dynamic1()
202 #pragma omp for schedule(guided, 7) in guided7()
245 #pragma omp for schedule(auto) collapse(2) in test_auto()
289 #pragma omp for collapse(2) schedule(runtime) in runtime()
354 #pragma omp for schedule(static, 5) in parallel_for()
508 #pragma omp parallel for schedule(static, aa) in ftemplate()
/external/bcc/tools/
Doffcputime_example.txt18 schedule
34 schedule
42 schedule
57 schedule
80 schedule
96 schedule
106 schedule
114 schedule
129 schedule
144 schedule
[all …]
Doffwaketime_example.txt38 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 …]
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_schedule_test.cc58 HloSchedule schedule, in TEST_F()
63 schedule.sequence(module->entry_computation()).instructions(); in TEST_F()
67 TF_ASSERT_OK(schedule.Update()); in TEST_F()
68 TF_ASSERT_OK(schedule.Verify()); in TEST_F()
71 schedule.sequence(module->entry_computation()).instructions()); in TEST_F()
92 HloSchedule schedule, in TEST_F()
106 return absl::c_linear_search(schedule.sequence(entry).instructions(), hlo); in TEST_F()
109 EXPECT_EQ(schedule.sequence(entry).size(), 6); in TEST_F()
113 ASSERT_IS_NOT_OK(schedule.Verify()); in TEST_F()
114 TF_ASSERT_OK(schedule.Update()); in TEST_F()
[all …]
Dhlo_memory_scheduler_test.cc78 TF_ASSERT_OK(module->schedule().Verify()); in TEST_F()
82 module->schedule().sequence(module->entry_computation()).instructions(); in TEST_F()
89 SequentialHloOrdering ordering(module->schedule()); in TEST_F()
126 HloSchedule schedule, in TEST_F()
130 schedule.sequence(module->entry_computation()).instructions(); in TEST_F()
145 SequentialHloOrdering ordering(schedule); in TEST_F()
177 TF_ASSERT_OK_AND_ASSIGN(HloSchedule schedule, in TEST_F()
188 schedule.sequence(module->entry_computation()).size()); in TEST_F()
189 SequentialHloOrdering ordering(schedule); in TEST_F()
228 TF_ASSERT_OK_AND_ASSIGN(HloSchedule schedule, in TEST_F()
[all …]
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DKeepAliveManagerTest.java75 verify(scheduler, times(1)).schedule(sendPingCaptor.capture(), delayCaptor.capture(), in sendKeepAlivePings()
83 .when(scheduler).schedule(isA(Runnable.class), isA(Long.class), isA(TimeUnit.class)); in sendKeepAlivePings()
88 verify(scheduler, times(2)).schedule(isA(Runnable.class), delayCaptor.capture(), in sendKeepAlivePings()
97 verify(scheduler, times(3)).schedule(isA(Runnable.class), delayCaptor.capture(), in sendKeepAlivePings()
110 .when(scheduler).schedule(isA(Runnable.class), isA(Long.class), isA(TimeUnit.class)); in keepAlivePingDelayedByIncomingData()
115 verify(scheduler, times(1)).schedule(sendPingCaptor.capture(), isA(Long.class), in keepAlivePingDelayedByIncomingData()
129 verify(scheduler, times(2)).schedule(isA(Runnable.class), delayCaptor.capture(), in keepAlivePingDelayedByIncomingData()
173 .schedule(sendPingCaptor.capture(), isA(Long.class), isA(TimeUnit.class)); in onTransportTerminationCancelsShutdownFuture()
178 .when(scheduler).schedule(isA(Runnable.class), isA(Long.class), isA(TimeUnit.class)); in onTransportTerminationCancelsShutdownFuture()
194 verify(scheduler, times(1)).schedule(sendPingCaptor.capture(), isA(Long.class), in keepAlivePingTimesOut()
[all …]
DFakeClockTest.java49 .schedule(newRunnable(), 100L, TimeUnit.NANOSECONDS); in testScheduledExecutorService_isDone()
62 .schedule(newRunnable(), 100L, TimeUnit.NANOSECONDS); in testScheduledExecutorService_cancel()
75 .schedule(newRunnable(), 100L, TimeUnit.NANOSECONDS); in testScheduledExecutorService_getDelay()
85 ScheduledFuture<?> unused = fakeClock.getScheduledExecutorService().schedule( in testScheduledExecutorService_result()
132 scheduledExecutorService.schedule(newRunnable(), 200L, TimeUnit.NANOSECONDS); in testPendingAndDueTasks()
134 scheduledExecutorService.schedule(newRunnable(), 0L, TimeUnit.NANOSECONDS); in testPendingAndDueTasks()
135 scheduledExecutorService.schedule(newRunnable(), 80L, TimeUnit.NANOSECONDS); in testPendingAndDueTasks()
136 scheduledExecutorService.schedule(newRunnable(), 90L, TimeUnit.NANOSECONDS); in testPendingAndDueTasks()
137 scheduledExecutorService.schedule(newRunnable(), 100L, TimeUnit.NANOSECONDS); in testPendingAndDueTasks()
138 scheduledExecutorService.schedule(newRunnable(), 110L, TimeUnit.NANOSECONDS); in testPendingAndDueTasks()
[all …]
/external/tensorflow/tensorflow/contrib/learn/python/learn/
Dlearn_runner.py34 def _execute_schedule(experiment, schedule): argument
36 if not hasattr(experiment, schedule):
37 logging.error('Schedule references non-existent task %s', schedule)
42 raise ValueError('Schedule references non-existent task %s' % schedule)
44 task = getattr(experiment, schedule)
46 logging.error('Schedule references non-callable member %s', schedule)
51 raise TypeError('Schedule references non-callable member %s' % schedule)
109 def run(experiment_fn, output_dir=None, schedule=None, run_config=None, argument
223 schedule = schedule or _get_default_schedule(run_config)
225 return _execute_schedule(experiment, schedule)
Dlearn_runner_test.py153 schedule="simple_task"))
160 schedule="local_run"))
167 schedule="simple_task",
172 learn_runner.run(build_experiment, output_dir="", schedule="simple_task")
184 build_experiment, _MODIR_DIR, schedule="simple_task", hparams=hparams)
215 schedule="simple_task"))
223 schedule="simple_task",
232 schedule="local_run"))
239 schedule="local_run")
246 schedule="local_run")
[all …]
/external/v8/src/compiler/
Draw-machine-assembler.cc29 current_block_(schedule()->start()), in RawMachineAssembler()
75 Schedule* schedule = schedule_; in Export() local
77 return schedule; in Export()
92 DCHECK(current_block_ != schedule()->end()); in Goto()
93 schedule()->AddGoto(CurrentBlock(), Use(label)); in Goto()
100 DCHECK(current_block_ != schedule()->end()); in Branch()
104 schedule()->AddBranch(CurrentBlock(), branch, Use(true_val), Use(false_val)); in Branch()
112 schedule()->AddCall(CurrentBlock(), call, Use(if_success), Use(if_exception)); in Continuations()
120 DCHECK_NE(schedule()->end(), current_block_); in Switch()
126 BasicBlock* case_block = schedule()->NewBasicBlock(); in Switch()
[all …]
/external/Reactive-Extensions/RxCpp/Rx/v2/examples/doxygen/
Dreplay.cpp41 worker.schedule([&](const rxcpp::schedulers::schedulable&){ in __anond4f2187e0602()
48 …worker.schedule(coordination.now() + std::chrono::milliseconds(125), [&](const rxcpp::schedulers::… in __anond4f2187e0902()
55 worker.schedule([&](const rxcpp::schedulers::schedulable&){ in __anond4f2187e0c02()
98 worker.schedule([&](const rxcpp::schedulers::schedulable&){ in __anond4f2187e1202()
105 …worker.schedule(coordination.now() + std::chrono::milliseconds(125), [&](const rxcpp::schedulers::… in __anond4f2187e1502()
112 worker.schedule([&](const rxcpp::schedulers::schedulable&){ in __anond4f2187e1802()
155 worker.schedule([&](const rxcpp::schedulers::schedulable&){ in __anond4f2187e1e02()
162 …worker.schedule(coordination.now() + std::chrono::milliseconds(175), [&](const rxcpp::schedulers::… in __anond4f2187e2102()
169 worker.schedule([&](const rxcpp::schedulers::schedulable&){ in __anond4f2187e2402()
212 worker.schedule([&](const rxcpp::schedulers::schedulable&){ in __anond4f2187e2a02()
[all …]
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowJobSchedulerTest.java42 jobScheduler.schedule(jobInfo); in getAllPendingJobs()
49 jobScheduler.schedule( in cancelAll()
53 jobScheduler.schedule( in cancelAll()
67 jobScheduler.schedule( in cancelSingleJob()
81 jobScheduler.schedule( in cancelNonExistentJob()
96 jobScheduler.schedule( in schedule_success()
108 jobScheduler.schedule( in schedule_fail()
125 jobScheduler.schedule(originalJobInfo); in getPendingJob_withValidId()
142 jobScheduler.schedule(originalJobInfo); in getPendingJob_withInvalidId()
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-scheduler.hpp175 virtual void schedule(const schedulable& scbl) const = 0;
176 virtual void schedule(clock_type::time_point when, const schedulable& scbl) const = 0;
258 inline void schedule(const schedulable& scbl) const { in schedule() function in rxcpp::schedulers::worker
264 inline void schedule(clock_type::time_point when, const schedulable& scbl) const { in schedule() function in rxcpp::schedulers::worker
273 inline void schedule(clock_type::duration when, const schedulable& scbl) const { in schedule() function in rxcpp::schedulers::worker
294 auto schedule(Arg0&& a0, ArgN&&... an) const
305 auto schedule(clock_type::time_point when, Arg0&& a0, ArgN&&... an) const
619 inline void schedule() const { in schedule() function in rxcpp::schedulers::schedulable
621 get_worker().schedule(*this); in schedule()
625 inline void schedule(clock_type::time_point when) const { in schedule() function in rxcpp::schedulers::schedulable
[all …]
/external/guava/guava/src/com/google/common/util/concurrent/
DAbstractScheduledService.java125 public Future<?> schedule(AbstractService service, ScheduledExecutorService executor, in newFixedDelaySchedule()
144 public Future<?> schedule(AbstractService service, ScheduledExecutorService executor, in newFixedRateSchedule()
152 abstract Future<?> schedule(AbstractService service, ScheduledExecutorService executor,
201 runningTask = scheduler().schedule(delegate, executorService, task);
453 final Schedule schedule = CustomScheduler.this.getNextSchedule();
454 currentFuture = executor.schedule(this, schedule.delay, schedule.unit);
488 final Future<?> schedule(AbstractService service, ScheduledExecutorService executor,
/external/grpc-grpc/src/ruby/spec/generic/
Drpc_server_pool_spec.rb56 p.schedule(&job)
73 expect { p.schedule(&job) }.to_not raise_error
81 p.schedule(&job)
108 p.schedule(&job)
121 p.schedule(o, &q.method(:push))

12345678910>>...22