/external/guava/guava/src/com/google/common/util/concurrent/ |
D | ListeningScheduledExecutorService.java | 40 ListenableScheduledFuture<?> schedule( in schedule() method 45 <V> ListenableScheduledFuture<V> schedule( in schedule() method
|
D | WrappingScheduledExecutorService.java | 41 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/ |
D | learn_runner.py | 34 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/ |
D | gpu_hlo_schedule_test.cc | 89 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/ |
D | ShadowJobScheduler.java | 25 protected abstract int schedule(JobInfo job); in schedule() method in ShadowJobScheduler 52 public int schedule(JobInfo job) { in schedule() method in ShadowJobScheduler.ShadowJobSchedulerImpl
|
D | ShadowRenderNodeAnimator.java | 88 private void schedule() { in schedule() method in ShadowRenderNodeAnimator
|
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/schedulers/ |
D | rx-immediate.hpp | 37 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
|
D | rx-currentthread.hpp | 156 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
|
D | rx-eventloop.hpp | 54 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
|
D | rx-newthread.hpp | 129 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
|
D | rx-runloop.hpp | 73 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/ |
D | RunnerScheduler.java | 15 void schedule(Runnable childStatement); in schedule() method
|
/external/guava/guava-testlib/src/com/google/common/util/concurrent/testing/ |
D | TestingExecutors.java | 130 @Override public <V> ListenableScheduledFuture<V> schedule( in schedule() method in TestingExecutors.NoOpScheduledExecutorService 135 @Override public ListenableScheduledFuture<?> schedule( in schedule() method in TestingExecutors.NoOpScheduledExecutorService
|
D | SameThreadScheduledExecutorService.java | 138 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/ |
D | des.c | 296 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/ |
D | hlo_module.h | 271 const HloSchedule& schedule() const { return *schedule_; } in schedule() function 272 HloSchedule& schedule() { return *schedule_; } in schedule() function
|
D | hlo_ordering.cc | 349 SequentialHloOrdering::SequentialHloOrdering(const HloSchedule& schedule) in SequentialHloOrdering() 354 SequentialHloOrdering::SequentialHloOrdering(HloSchedule&& schedule) in SequentialHloOrdering()
|
D | hlo_schedule.cc | 40 HloSchedule schedule(module); in CreateFromProto() local 339 std::ostream& operator<<(std::ostream& out, const HloSchedule& schedule) { in operator <<()
|
/external/v8/tools/link_clicker.extension/ |
D | content.js | 59 function schedule() { function
|
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/ |
D | rx-scheduler.hpp | 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 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/ |
D | verifier.cc | 1801 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()
|
D | machine-graph-verifier.cc | 24 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()
|
D | effect-control-linearizer.h | 208 Schedule* schedule() const { return schedule_; } in schedule() function
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | WrappingScheduledExecutorServiceTest.java | 125 @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/ |
D | graphmultiview.ts | 15 schedule: ScheduleView; property in GraphMultiView
|