/external/eigen/unsupported/test/ |
D | cxx11_non_blocking_thread_pool.cpp | 33 std::atomic<int> running(0); in test_parallelism() local 42 running++; in test_parallelism() 48 while (running != kThreads) { in test_parallelism() 50 running = 0; in test_parallelism() 56 running++; in test_parallelism() 66 running++; in test_parallelism() 73 running++; in test_parallelism() 83 while (running != kThreads) { in test_parallelism() 85 running = 0; in test_parallelism() 89 running++; in test_parallelism() [all …]
|
/external/valgrind/docs/internals/ |
D | tm-threadstates.dot | 4 running; 12 alive -> running; 15 running -> wait_join [ label="wait for another\nthread termination" ]; 16 wait_join -> running [ label="target thread\nterminates" ]; 18 running -> zombie [ label="non-detached thread\nterminates" ]; 20 running -> dead [ label="detached thread\nterminates" ]; 22 running -> wait_mutex [ label="wait for mutex\nacquisition" ]; 23 wait_mutex -> running [ label="mutex\nacquired" ]; 24 wait_mutex -> running [ label="mutex\ngiven up" ]; 26 running -> wait_condvar [ label="wait for condition variable" ]; [all …]
|
/external/llvm/test/Other/ |
D | opt-bisect-legacy-pass-manager.ll | 25 ; CHECK-SKIP-ALL: BISECT: NOT running pass ({{[0-9]+}}) 26 ; CHECK-SKIP-ALL-NOT: BISECT: running pass ({{[0-9]+}}) 31 ; OPTBISECT-O0-NOT: BISECT: NOT running 55 ; CHECK-DEADARG: BISECT: running pass ({{[0-9]+}}) Dead Argument Elimination on module 59 ; CHECK-NOT-DEADARG: BISECT: NOT running pass ({{[0-9]+}}) Dead Argument Elimination on module 66 ; CHECK-INLINE: BISECT: running pass ({{[0-9]+}}) Function Integration/Inlining on SCC (<<null func… 67 ; CHECK-INLINE: BISECT: running pass ({{[0-9]+}}) Function Integration/Inlining on SCC (g) 68 ; CHECK-INLINE: BISECT: running pass ({{[0-9]+}}) Function Integration/Inlining on SCC (f1) 69 ; CHECK-INLINE: BISECT: running pass ({{[0-9]+}}) Function Integration/Inlining on SCC (f2) 70 ; CHECK-INLINE: BISECT: running pass ({{[0-9]+}}) Function Integration/Inlining on SCC (f3) [all …]
|
/external/ltp/pan/ |
D | ltp-pan.c | 104 static void pids_running(struct tag_pgrp *running, int keep_active); 105 static int check_pids(struct tag_pgrp *running, int *num_active, 110 static void propagate_signal(struct tag_pgrp *running, int keep_active, 118 static void copy_buffered_output(struct tag_pgrp *running); 119 static void write_test_start(struct tag_pgrp *running); 120 static void write_test_end(struct tag_pgrp *running, const char *init_status, 158 struct tag_pgrp *running; in main() local 370 running = in main() 373 if (running == NULL) { in main() 378 memset(running, 0, keep_active * sizeof(struct tag_pgrp)); in main() [all …]
|
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/util/ |
D | LooperExecutor.java | 28 private boolean running = false; field in LooperExecutor 44 if (running) { in requestStart() 47 running = true; in requestStart() 57 running = false; in requestStart() 64 if (!running) { in requestStop() 67 running = false; in requestStop() 84 if (!running) { in execute()
|
/external/linux-kselftest/tools/testing/selftests/powerpc/math/ |
D | fpu_preempt.c | 42 int running; variable 44 extern void preempt_fpu(double *darray, int *threads_starting, int *running); 54 preempt_fpu(darray, &threads_starting, &running); in preempt_fpu_c() 68 running = true; in test_preempt_fpu() 91 running = 0; in test_preempt_fpu()
|
D | vmx_preempt.c | 42 int running; variable 44 extern void preempt_vmx(vector int *varray, int *threads_starting, int *running); 55 preempt_vmx(varray, &threads_starting, &running); in preempt_vmx_c() 68 running = true; in test_preempt_vmx() 91 running = 0; in test_preempt_vmx()
|
D | fpu_signal.c | 40 int running; variable 42 extern long preempt_fpu(double *darray, int *threads_starting, int *running); 74 rc = preempt_fpu(darray, &threads_starting, &running); in signal_fpu_c() 89 running = true; in test_signal_fpu() 112 running = 0; in test_signal_fpu()
|
D | vmx_signal.c | 42 int running; variable 92 rc = preempt_vmx(varray, &threads_starting, &running); in signal_vmx_c() 107 running = true; in test_signal_vmx() 133 running = 0; in test_signal_vmx()
|
/external/syslinux/gpxe/src/net/ |
D | retry.c | 60 if ( ! timer->running ) in start_timer() 63 timer->running = 1; in start_timer() 105 if ( ! timer->running ) in stop_timer() 110 timer->running = 0; in stop_timer() 152 assert ( timer->running ); in timer_expired() 154 timer->running = 0; in timer_expired()
|
/external/valgrind/none/tests/x86/ |
D | yield.c | 14 static volatile int alive, running; variable 24 running++; in spinner() 39 running++; in rep_nopper() 66 while(running < 2) in main()
|
/external/curl/tests/libtest/ |
D | lib504.c | 43 int running; in test() local 71 multi_perform(m, &running); in test() 75 if(!running) { in test() 86 fprintf(stderr, "running == %d\n", running); in test()
|
D | lib573.c | 40 int running = 1; in test() local 68 while(running) { in test() 76 multi_perform(m, &running); in test() 80 if(!running) in test()
|
D | lib555.c | 82 int running=1; in test() local 117 while(running) { in test() 125 multi_perform(m, &running); in test() 133 if(!running) in test()
|
D | lib502.c | 39 int running; in test() local 61 multi_perform(m, &running); in test() 65 if(!running) in test()
|
D | lib564.c | 36 int running; in test() local 64 multi_perform(m, &running); in test() 68 if(!running) in test()
|
D | lib503.c | 43 int running; in test() local 71 multi_perform(m, &running); in test() 75 if(!running) in test()
|
/external/llvm/test/tools/llvm-cov/Inputs/ |
D | README | 6 test.gcno and test.gcda were create by running clang: 9 test.cpp.gcov was created by running gcov 4.2.1: 14 created by running clang and llvm-cov: 18 The 'profdata' files were generated by running an instrumented version of the
|
/external/valgrind/ |
D | README.android | 13 Android 4.0.3 running on a (rooted, AOSP build) Nexus S. 14 Android 4.0.3 running on Motorola Xoom. 15 Android 4.0.3 running on android arm emulator. 16 Android 4.1 running on android emulator. 20 Android 4.0.3 running on android x86 emulator. 23 Android 4.1.2 running on android mips emulator. 24 Android 4.2.2 running on android mips emulator. 25 Android 4.3 running on android mips emulator. 26 Android 4.0.4 running on BROADCOM bcm7425 29 Android 4.5 (?) running on ARM Juno [all …]
|
/external/libmicrohttpd/src/testcurl/ |
D | test_callback.c | 96 int running; in main() local 137 curl_multi_perform (multi, &running); in main() 164 curl_multi_perform (multi, &running); in main() 165 if (running == 0) in main() 167 msg = curl_multi_info_read (multi, &running); in main()
|
/external/compiler-rt/test/tsan/ |
D | debugging.cc | 23 unsigned long *os_id, int *running, 94 int running; in __tsan_on_report() local 98 __tsan_get_report_thread(report, 0, &tid, &os_id, &running, &name, &parent_tid, trace, 16); in __tsan_on_report() 102 __tsan_get_report_thread(report, 1, &tid, &os_id, &running, &name, &parent_tid, trace, 16); in __tsan_on_report()
|
/external/autotest/client/profilers/powertop/src/ |
D | suggestions.c | 104 int value, running = 0; in pick_suggestion() local 124 running += ptr->weight; in pick_suggestion() 126 running += 50; in pick_suggestion() 127 if (running > value) { in pick_suggestion()
|
/external/selinux/python/sepolicy/sepolicy/help/ |
D | lockdown_ptrace.txt | 4 …r processes on the system, including user processes. It can even block processes running as root. 6 …ory of any other process run by them. Meaning the computer game you are running on your desktop c… 8 … a process is running using tools like strace, ptrace and gdb. You can even use gdb (GNU Debugg…
|
/external/autotest/client/site_tests/platform_CheckTLSDateProcesses/ |
D | control | 13 This test has a static list of process names that should be running 14 on a good Chrome OS Core image running with network time support. It 15 fails if any of these are not running at the time of the test.
|
/external/autotest/client/site_tests/platform_KernelVersion/ |
D | control | 7 PURPOSE = "Ensure the running kernel is supported." 8 CRITERIA = "Fails if the running kernel version is older than kernel_version." 17 the running kernel version is older than the variable kernel_version.
|