/external/clang/test/OpenMP/ |
D | schedule_codegen.cpp | 17 #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 …]
|
D | for_schedule_messages.cpp | 14 #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 …]
|
D | parallel_for_schedule_messages.cpp | 14 #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 …]
|
D | for_simd_schedule_messages.cpp | 14 #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 …]
|
D | target_parallel_for_schedule_messages.cpp | 14 #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 …]
|
D | parallel_for_simd_schedule_messages.cpp | 14 #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 …]
|
D | target_parallel_for_simd_schedule_messages.cpp | 14 #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 …]
|
D | distribute_parallel_for_schedule_messages.cpp | 16 #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 …]
|
D | distribute_parallel_for_simd_schedule_messages.cpp | 16 #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 …]
|
D | parallel_for_codegen.cpp | 25 #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()
|
D | for_codegen.cpp | 60 #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()
|
D | ordered_codegen.cpp | 14 #pragma omp for schedule(static) ordered in static_not_chunked() 63 #pragma omp for schedule(dynamic) ordered in dynamic1() 116 #pragma omp for schedule(auto) collapse(2) ordered in test_auto() 169 #pragma omp for collapse(2) schedule(runtime) ordered in runtime()
|
D | parallel_for_ast_print.cpp | 69 #pragma omp parallel for schedule(dynamic) default(none) copyin(g) linear(a) in tmain() 75 …for private(argc, b), firstprivate(c, d), lastprivate(d, f) collapse(N) schedule(static, N) ordere… in tmain() 108 #pragma omp parallel for schedule(guided, argc) default(none) copyin(g) linear(a) in main() 114 … private(argc, b), firstprivate(argv, c), lastprivate(d, f) collapse(2) schedule(auto) ordered if … in main()
|
/external/v8/src/compiler/ |
D | raw-machine-assembler.cc | 27 current_block_(schedule()->start()) { in RawMachineAssembler() 61 Schedule* schedule = schedule_; in Export() local 63 return schedule; in Export() 74 DCHECK(current_block_ != schedule()->end()); in Goto() 75 schedule()->AddGoto(CurrentBlock(), Use(label)); in Goto() 82 DCHECK(current_block_ != schedule()->end()); in Branch() 84 schedule()->AddBranch(CurrentBlock(), branch, Use(true_val), Use(false_val)); in Branch() 92 schedule()->AddCall(CurrentBlock(), call, Use(if_success), Use(if_exception)); in Continuations() 100 DCHECK_NE(schedule()->end(), current_block_); in Switch() 106 BasicBlock* case_block = schedule()->NewBasicBlock(); in Switch() [all …]
|
D | basic-block-instrumentor.cc | 52 CompilationInfo* info, Graph* graph, Schedule* schedule) { in Instrument() argument 55 size_t n_blocks = static_cast<size_t>(schedule->RpoBlockCount()) - 1; in Instrument() 67 os << *schedule; in Instrument() 75 BasicBlockVector* blocks = schedule->rpo_order(); in Instrument() 101 schedule->SetBlockForNode(block, to_insert[i]); in Instrument()
|
D | pipeline.h | 52 Graph* graph, Schedule* schedule, 64 Schedule* schedule = nullptr); 75 Schedule* schedule = nullptr,
|
D | pipeline.cc | 143 Schedule* schedule, SourcePositionTable* source_positions) in PipelineData() argument 151 schedule_(schedule), in PipelineData() 221 Schedule* schedule() const { return schedule_; } in schedule() function in v8::internal::compiler::PipelineData 222 void set_schedule(Schedule* schedule) { in set_schedule() argument 224 schedule_ = schedule; in set_schedule() 288 schedule()); in InitializeInstructionSequence() 431 void TraceSchedule(CompilationInfo* info, Schedule* schedule) { in TraceSchedule() argument 437 schedule_stream << *schedule; in TraceSchedule() 448 os << "-- Schedule --------------------------------------\n" << *schedule; in TraceSchedule() 1077 Schedule* schedule = Scheduler::ComputeSchedule(temp_zone, data->graph(), in Run() local [all …]
|
/external/jmdns/src/javax/jmdns/impl/ |
D | DNSTaskStarter.java | 206 public synchronized void schedule(TimerTask task, long delay) { in schedule() method in DNSTaskStarter.DNSTaskStarterImpl.StarterTimer 208 super.schedule(task, delay); in schedule() 216 public synchronized void schedule(TimerTask task, Date time) { in schedule() method in DNSTaskStarter.DNSTaskStarterImpl.StarterTimer 218 super.schedule(task, time); in schedule() 226 public synchronized void schedule(TimerTask task, long delay, long period) { in schedule() method in DNSTaskStarter.DNSTaskStarterImpl.StarterTimer 228 super.schedule(task, delay, period); in schedule() 236 public synchronized void schedule(TimerTask task, Date firstTime, long period) { in schedule() method in DNSTaskStarter.DNSTaskStarterImpl.StarterTimer 238 super.schedule(task, firstTime, period); in schedule()
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
D | AbstractScheduledService.java | 125 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,
|
D | WrappingScheduledExecutorService.java | 41 public final ScheduledFuture<?> schedule(Runnable command, long delay, TimeUnit unit) { in schedule() method in WrappingScheduledExecutorService 42 return delegate.schedule(wrapTask(command), delay, unit); in schedule() 46 public final <V> ScheduledFuture<V> schedule(Callable<V> task, long delay, TimeUnit unit) { in schedule() method in WrappingScheduledExecutorService 47 return delegate.schedule(wrapTask(task), delay, unit); in schedule()
|
/external/boringssl/ios-arm/crypto/fipsmodule/ |
D | bsaes-armv7.S | 1113 @ allocate the key schedule on the stack 1115 add r12, #96 @ sifze of bit-slices key schedule 1117 @ populate the key schedule 1131 @ populate the key schedule 1135 add r12, r3, #248 @ pass key schedule 1340 Lcbc_dec_bzero:@ wipe key schedule [if any] 1372 @ allocate the key schedule on the stack 1374 add r12, #96 @ size of bit-sliced key schedule 1376 @ populate the key schedule 1397 @ populate the key schedule [all …]
|
/external/boringssl/linux-arm/crypto/fipsmodule/ |
D | bsaes-armv7.S | 1106 @ allocate the key schedule on the stack 1108 add r12, #96 @ sifze of bit-slices key schedule 1110 @ populate the key schedule 1124 @ populate the key schedule 1128 add r12, r3, #248 @ pass key schedule 1333 .Lcbc_dec_bzero:@ wipe key schedule [if any] 1363 @ allocate the key schedule on the stack 1365 add r12, #96 @ size of bit-sliced key schedule 1367 @ populate the key schedule 1388 @ populate the key schedule [all …]
|
/external/boringssl/src/include/openssl/ |
D | des.h | 90 DES_key_schedule *schedule); 100 const DES_key_schedule *schedule, 107 const DES_key_schedule *schedule, 144 DES_key_schedule *schedule);
|
/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() argument 345 schedule->subkeys[i][0] = ROTATE(t2, 30) & 0xffffffffL; in DES_set_key() 348 schedule->subkeys[i][1] = ROTATE(t2, 26) & 0xffffffffL; in DES_set_key() 541 const DES_key_schedule *schedule, int is_encrypt) { in DES_ecb_encrypt() argument 551 DES_encrypt1(ll, schedule, is_encrypt); in DES_ecb_encrypt() 560 const DES_key_schedule *schedule, DES_cblock *ivec, in DES_ncbc_encrypt() argument 579 DES_encrypt1((uint32_t *)tin, schedule, DES_ENCRYPT); in DES_ncbc_encrypt() 591 DES_encrypt1((uint32_t *)tin, schedule, DES_ENCRYPT); in DES_ncbc_encrypt() 608 DES_encrypt1((uint32_t *)tin, schedule, DES_DECRYPT); in DES_ncbc_encrypt() 621 DES_encrypt1((uint32_t *)tin, schedule, DES_DECRYPT); in DES_ncbc_encrypt() [all …]
|
/external/autotest/server/cros/dynamic_suite/ |
D | suite_unittest.py | 372 suite.schedule(recorder.record_entry) 395 suite.schedule(recorder.record_entry) 417 suite.schedule(recorder.record_entry) 437 suite.schedule(recorder.record_entry) 470 suite.schedule(recorder.record_entry) 493 suite.schedule(recorder.record_entry) 519 suite.schedule(recorder.record_entry) 549 suite.schedule(recorder.record_entry) 637 suite.schedule(recorder.record_entry) 657 suite.schedule(recorder.record_entry) [all …]
|