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

1 23 4 5 6 7 8 91011>>

  /external/clang/test/OpenMP/
for_codegen.cpp 60 #pragma omp for schedule(static)
101 #pragma omp for schedule(monotonic: static, 5)
161 #pragma omp for schedule(nonmonotonic: dynamic)
202 #pragma omp for schedule(guided, 7)
245 #pragma omp for schedule(auto) collapse(2)
289 #pragma omp for collapse(2) schedule(runtime)
354 #pragma omp for schedule(static, 5)
368 // Check source line corresponds to "#pragma omp for schedule(static, 5)" above:
508 #pragma omp parallel for schedule(static, aa)
distribute_parallel_for_ast_print.cpp 77 #pragma omp distribute parallel for dist_schedule(static, a) schedule(dynamic) default(none) copyin(g) firstprivate(a)
78 // CHECK: #pragma omp distribute parallel for dist_schedule(static, a) schedule(dynamic) default(none) copyin(g)
85 #pragma omp distribute parallel for private(argc, b), firstprivate(c, d), lastprivate(d, f) collapse(N) schedule(static, N) if (parallel :argc) num_threads(N) default(shared) shared(e) reduction(+ : h) dist_schedule(static,N)
97 // CHECK: #pragma omp distribute parallel for private(argc,b) firstprivate(c,d) lastprivate(d,f) collapse(N) schedule(static, N) if(parallel: argc) num_threads(N) default(shared) shared(e) reduction(+: h) dist_schedule(static, N)
120 #pragma omp distribute parallel for schedule(guided, argc) default(none) copyin(g) dist_schedule(static, a) private(a)
121 // CHECK: #pragma omp distribute parallel for schedule(guided, argc) default(none) copyin(g) dist_schedule(static, a) private(a)
128 #pragma omp distribute parallel for private(argc, b), firstprivate(argv, c), lastprivate(d, f) collapse(2) schedule(auto) if (argc) num_threads(a) default(shared) shared(e) reduction(+ : h) dist_schedule(static, b)
132 // CHECK: #pragma omp distribute parallel for private(argc,b) firstprivate(argv,c) lastprivate(d,f) collapse(2) schedule(auto) if(argc) num_threads(a) default(shared) shared(e) reduction(+: h) dist_schedule(static, b)
distribute_parallel_for_simd_ast_print.cpp 77 #pragma omp distribute parallel for simd dist_schedule(static, a) schedule(dynamic) default(none) copyin(g) firstprivate(a)
78 // CHECK: #pragma omp distribute parallel for simd dist_schedule(static, a) schedule(dynamic) default(none) copyin(g)
85 #pragma omp distribute parallel for simd private(argc, b), firstprivate(c, d), lastprivate(d, f) collapse(N) schedule(static, N) if (parallel :argc) num_threads(N) default(shared) shared(e) reduction(+ : h) dist_schedule(static,N)
97 // CHECK: #pragma omp distribute parallel for simd private(argc,b) firstprivate(c,d) lastprivate(d,f) collapse(N) schedule(static, N) if(parallel: argc) num_threads(N) default(shared) shared(e) reduction(+: h) dist_schedule(static, N)
121 #pragma omp distribute parallel for simd schedule(guided, argc) default(none) copyin(g) dist_schedule(static, a) private(a)
122 // CHECK: #pragma omp distribute parallel for simd schedule(guided, argc) default(none) copyin(g) dist_schedule(static, a) private(a)
129 #pragma omp distribute parallel for simd private(argc, b), firstprivate(argv, c), lastprivate(d, f) collapse(2) schedule(auto) if (argc) num_threads(a) default(shared) shared(e) reduction(+ : h) dist_schedule(static, b)
133 // CHECK: #pragma omp distribute parallel for simd private(argc,b) firstprivate(argv,c) lastprivate(d,f) collapse(2) schedule(auto) if(argc) num_threads(a) default(shared) shared(e) reduction(+: h) dist_schedule(static, b)
parallel_for_ast_print.cpp 69 #pragma omp parallel for schedule(dynamic) default(none) copyin(g) linear(a)
70 // CHECK: #pragma omp parallel for schedule(dynamic) default(none) copyin(g) linear(a)
75 #pragma omp parallel for private(argc, b), firstprivate(c, d), lastprivate(d, f) collapse(N) schedule(static, N) ordered(N) if (parallel :argc) num_threads(N) default(shared) shared(e) reduction(+ : h)
87 // CHECK-NEXT: #pragma omp parallel for private(argc,b) firstprivate(c,d) lastprivate(d,f) collapse(N) schedule(static, N) ordered(N) if(parallel: argc) num_threads(N) default(shared) shared(e) reduction(+: h)
108 #pragma omp parallel for schedule(guided, argc) default(none) copyin(g) linear(a)
109 // CHECK: #pragma omp parallel for schedule(guided, argc) default(none) copyin(g) linear(a)
114 #pragma omp parallel for private(argc, b), firstprivate(argv, c), lastprivate(d, f) collapse(2) schedule(auto) ordered if (argc) num_threads(a) default(shared) shared(e) reduction(+ : h) linear(a:-5)
118 // CHECK-NEXT: #pragma omp parallel for private(argc,b) firstprivate(argv,c) lastprivate(d,f) collapse(2) schedule(auto) ordered if(argc) num_threads(a) default(shared) shared(e) reduction(+: h) linear(a: -5)
  /external/jmdns/src/javax/jmdns/impl/
DNSTaskStarter.java 203 * @see java.util.Timer#schedule(java.util.TimerTask, long)
206 public synchronized void schedule(TimerTask task, long delay) { method in class:DNSTaskStarter.DNSTaskStarterImpl.StarterTimer
208 super.schedule(task, delay);
213 * @see java.util.Timer#schedule(java.util.TimerTask, java.util.Date)
216 public synchronized void schedule(TimerTask task, Date time) { method in class:DNSTaskStarter.DNSTaskStarterImpl.StarterTimer
218 super.schedule(task, time);
223 * @see java.util.Timer#schedule(java.util.TimerTask, long, long)
226 public synchronized void schedule(TimerTask task, long delay, long period) { method in class:DNSTaskStarter.DNSTaskStarterImpl.StarterTimer
228 super.schedule(task, delay, period);
233 * @see java.util.Timer#schedule(java.util.TimerTask, java.util.Date, long
236 public synchronized void schedule(TimerTask task, Date firstTime, long period) { method in class:DNSTaskStarter.DNSTaskStarterImpl.StarterTimer
    [all...]
  /external/linux-kselftest/tools/testing/selftests/ftrace/test.d/ftrace/
fgraph-filter.tc 26 # filter something, schedule is always good
27 if ! echo "schedule" > set_ftrace_filter; then
29 if ! echo ".schedule" > set_ftrace_filter; then
30 fail "can not enable schedule filter"
38 # that only the schedule function was found
39 count=`cat trace | grep '()' | grep -v schedule | wc -l`
45 count=`cat trace | grep 'schedule()' | wc -l`
47 fail "No schedule traces found?"
  /frameworks/base/core/java/android/app/
JobSchedulerImpl.java 42 public int schedule(JobInfo job) { method in class:JobSchedulerImpl
44 return mBinder.schedule(job);
  /frameworks/base/core/java/android/app/job/
IJobScheduler.aidl 27 int schedule(in JobInfo job);
  /frameworks/base/services/backup/java/com/android/server/backup/
FullBackupJob.java 37 public static void schedule(Context ctx, long minDelay) { method in class:FullBackupJob
46 js.schedule(builder.build());
  /frameworks/base/services/core/java/com/android/server/
PruneInstantAppsJobService.java 37 public static void schedule(Context context) { method in class:PruneInstantAppsJobService
45 jobScheduler.schedule(pruneJob);
  /frameworks/base/services/core/java/com/android/server/camera/
CameraStatsJobService.java 63 public static void schedule(Context context) { method in class:CameraStatsJobService
70 js.schedule(new JobInfo.Builder(CAMERA_REPORTING_JOB_ID, sCameraStatsJobServiceName)
  /frameworks/base/services/core/java/com/android/server/timezone/
TimeZoneUpdateIdler.java 68 public static void schedule(Context context, long minimumDelayMillis) { method in class:TimeZoneUpdateIdler
85 Slog.d(TAG, "schedule() called: minimumDelayMillis=" + minimumDelayMillis);
86 jobScheduler.schedule(jobInfoBuilder.build());
  /packages/apps/Dialer/java/com/android/voicemail/impl/
StatusCheckJobService.java 39 public static void schedule(Context context) { method in class:StatusCheckJobService
42 VvmLog.i("StatusCheckJobService.schedule", "job already scheduled");
46 jobScheduler.schedule(
  /external/v8/src/compiler/
basic-block-instrumentor.cc 15 #include "src/compiler/schedule.h"
52 CompilationInfo* info, Graph* graph, Schedule* schedule) {
55 size_t n_blocks = static_cast<size_t>(schedule->RpoBlockCount()) - 1;
64 // Capture the schedule string before instrumentation.
67 os << *schedule; local
75 BasicBlockVector* blocks = schedule->rpo_order();
101 schedule->SetBlockForNode(block, to_insert[i]);
  /packages/apps/TV/src/com/android/tv/dvr/ui/
DvrStopRecordingFragment.java 40 * A fragment which asks the user to make a recording schedule for the program.
81 for (ScheduledRecording schedule : schedules) {
82 if (schedule.getId() == mSchedule.getId()) {
91 for (ScheduledRecording schedule : schedules) {
92 if (schedule.getId() == mSchedule.getId()
93 && schedule.getState()
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/util/
RobolectricBackgroundExecutorService.java 43 return schedule(new FutureTask<T>(tCallable));
48 return schedule(new FutureTask<T>(runnable, t));
56 private <T> Future<T> schedule(final FutureTask<T> futureTask) { method in class:RobolectricBackgroundExecutorService
  /art/test/059-finalizer-throw/src/
Main.java 38 new Timer(true).schedule(new TimerTask() {
  /cts/tests/JobScheduler/src/android/jobscheduler/cts/
ClipDataJobTest.java 73 // Schedule the job, the system should now also be holding a URI grant for us.
75 mJobScheduler.schedule(mBuilder.setRequiresStorageNotLow(true)
107 mJobScheduler.schedule(mBuilder.setRequiresStorageNotLow(true)
131 // Schedule the job, the system should now also be holding a URI grant for us.
133 mJobScheduler.schedule(mBuilder.setMinimumLatency(60*60*1000)
147 mJobScheduler.schedule(mBuilder.setMinimumLatency(0)
  /external/boringssl/src/include/openssl/
blowfish.h 85 const BF_KEY *schedule, uint8_t *ivec,
cast.h 89 long length, const CAST_KEY *schedule,
  /external/clang/test/Preprocessor/
openmp-macro-expansion.c 11 #define sched_to_be_expanded(x,s) schedule(x,s)
21 //CHECK: omp parallel for schedule(static,2> >1) reduction(+:reda) reduction(*:redb)
  /external/jmdns/src/javax/jmdns/impl/tasks/
RecordReaper.java 43 timer.schedule(this, DNSConstants.RECORD_REAPER_INTERVAL, DNSConstants.RECORD_REAPER_INTERVAL);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DozePauser.java 44 mPauseTimeout.schedule(mPolicy.proxScreenOffDelayMs,
  /frameworks/base/tools/aapt/
WorkQueue.h 70 status_t schedule(WorkUnit* workUnit, size_t backlog = 2);
  /packages/apps/Camera2/src/com/android/camera/async/
ResettingDelayedExecutor.java 68 mLatestRunRequest = mExecutor.schedule(runnable, mDelay, mDelayUnit);

Completed in 762 milliseconds

1 23 4 5 6 7 8 91011>>