Home
last modified time | relevance | path

Searched defs:schedule (Results 1 – 25 of 120) sorted by relevance

12345

/external/guava/guava/src/com/google/common/util/concurrent/
DListeningScheduledExecutorService.java40 ListenableScheduledFuture<?> schedule( in schedule() method
45 <V> ListenableScheduledFuture<V> schedule( in schedule() method
DWrappingScheduledExecutorService.java41 public final ScheduledFuture<?> schedule(Runnable command, long delay, TimeUnit unit) { in schedule() method in WrappingScheduledExecutorService
46 public final <V> ScheduledFuture<V> schedule(Callable<V> task, long delay, TimeUnit unit) { in schedule() method in WrappingScheduledExecutorService
/external/tensorflow/tensorflow/contrib/learn/python/learn/
Dlearn_runner.py34 def _execute_schedule(experiment, schedule): argument
109 def run(experiment_fn, output_dir=None, schedule=None, run_config=None, argument
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_hlo_schedule_test.cc89 auto schedule = BuildGpuHloSchedule(*module, *streams); in TEST_F() local
151 auto schedule = BuildGpuHloSchedule(*module, *streams); in TEST_F() local
219 auto schedule = BuildGpuHloSchedule(*module, *streams); in TEST_F() local
311 auto schedule = BuildGpuHloSchedule(*module, *streams); in TEST_F() local
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowJobScheduler.java25 protected abstract int schedule(JobInfo job); in schedule() method in ShadowJobScheduler
52 public int schedule(JobInfo job) { in schedule() method in ShadowJobScheduler.ShadowJobSchedulerImpl
DShadowRenderNodeAnimator.java88 private void schedule() { in schedule() method in ShadowRenderNodeAnimator
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/schedulers/
Drx-immediate.hpp37 virtual void schedule(const schedulable& scbl) const { in schedule() function
45 virtual void schedule(clock_type::time_point when, const schedulable& scbl) const { in schedule() function
Drx-currentthread.hpp156 virtual void schedule(const schedulable& scbl) const { in schedule() function
160 virtual void schedule(clock_type::time_point when, const schedulable& scbl) const { in schedule() function
182 virtual void schedule(const schedulable& scbl) const { in schedule() function
186 virtual void schedule(clock_type::time_point when, const schedulable& scbl) const { in schedule() function
Drx-eventloop.hpp54 virtual void schedule(const schedulable& scbl) const { in schedule() function
58 virtual void schedule(clock_type::time_point when, const schedulable& scbl) const { in schedule() function
Drx-newthread.hpp129 virtual void schedule(const schedulable& scbl) const { in schedule() function
133 virtual void schedule(clock_type::time_point when, const schedulable& scbl) const { in schedule() function
Drx-runloop.hpp73 virtual void schedule(const schedulable& scbl) const { in schedule() function
77 virtual void schedule(clock_type::time_point when, const schedulable& scbl) const { in schedule() function
/external/junit/src/main/java/org/junit/runners/model/
DRunnerScheduler.java15 void schedule(Runnable childStatement); in schedule() method
/external/guava/guava-testlib/src/com/google/common/util/concurrent/testing/
DTestingExecutors.java130 @Override public <V> ListenableScheduledFuture<V> schedule( in schedule() method in TestingExecutors.NoOpScheduledExecutorService
135 @Override public ListenableScheduledFuture<?> schedule( in schedule() method in TestingExecutors.NoOpScheduledExecutorService
DSameThreadScheduledExecutorService.java138 public ListenableScheduledFuture<?> schedule(Runnable command, long delay, in schedule() method in SameThreadScheduledExecutorService
176 public <V> ListenableScheduledFuture<V> schedule(final Callable<V> callable, in schedule() method in SameThreadScheduledExecutorService
/external/boringssl/src/crypto/fipsmodule/des/
Ddes.c296 void DES_set_key(const DES_cblock *key, DES_key_schedule *schedule) { in DES_set_key()
541 const DES_key_schedule *schedule, int is_encrypt) { in DES_ecb_encrypt()
560 const DES_key_schedule *schedule, DES_cblock *ivec, in DES_ncbc_encrypt()
769 void DES_set_key_unchecked(const DES_cblock *key, DES_key_schedule *schedule) { in DES_set_key_unchecked()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module.h271 const HloSchedule& schedule() const { return *schedule_; } in schedule() function
272 HloSchedule& schedule() { return *schedule_; } in schedule() function
Dhlo_ordering.cc349 SequentialHloOrdering::SequentialHloOrdering(const HloSchedule& schedule) in SequentialHloOrdering()
354 SequentialHloOrdering::SequentialHloOrdering(HloSchedule&& schedule) in SequentialHloOrdering()
Dhlo_schedule.cc40 HloSchedule schedule(module); in CreateFromProto() local
339 std::ostream& operator<<(std::ostream& out, const HloSchedule& schedule) { in operator <<()
/external/v8/tools/link_clicker.extension/
Dcontent.js59 function schedule() { function
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-scheduler.hpp258 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
619 inline void schedule() const { in schedule() function in rxcpp::schedulers::schedulable
625 inline void schedule(clock_type::time_point when) const { in schedule() function in rxcpp::schedulers::schedulable
631 inline void schedule(clock_type::duration when) const { in schedule() function in rxcpp::schedulers::schedulable
801 auto worker::schedule(Arg0&& a0, ArgN&&... an) const in schedule() function in rxcpp::schedulers::worker
820 auto worker::schedule(clock_type::time_point when, Arg0&& a0, ArgN&&... an) const in schedule() function in rxcpp::schedulers::worker
/external/v8/src/compiler/
Dverifier.cc1801 static bool HasDominatingDef(Schedule* schedule, Node* node, in HasDominatingDef()
1819 static bool Dominates(Schedule* schedule, Node* dominator, Node* dominatee) { in Dominates()
1832 static void CheckInputsDominate(Schedule* schedule, BasicBlock* block, in CheckInputsDominate()
1863 void ScheduleVerifier::Run(Schedule* schedule) { in Run()
Dmachine-graph-verifier.cc24 MachineRepresentationInferrer(Schedule const* schedule, Graph const* graph, in MachineRepresentationInferrer()
301 Schedule const* const schedule, in MachineRepresentationChecker()
870 void MachineGraphVerifier::Run(Graph* graph, Schedule const* const schedule, in Run()
Deffect-control-linearizer.h208 Schedule* schedule() const { return schedule_; } in schedule() function
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DWrappingScheduledExecutorServiceTest.java125 @Override public ScheduledFuture<?> schedule(Runnable command, long delay, TimeUnit unit) { in schedule() method in WrappingScheduledExecutorServiceTest.MockExecutor
133 @Override public <V> ScheduledFuture<V> schedule( in schedule() method in WrappingScheduledExecutorServiceTest.MockExecutor
/external/v8/tools/turbolizer/src/
Dgraphmultiview.ts15 schedule: ScheduleView; property in GraphMultiView

12345