/external/libmicrohttpd/src/testcurl/ |
D | gauger.h | 25 if(!(__gauger_p=fork())){\ 26 if(!fork()){ \ 53 if(!(__gauger_p=fork())){\ 54 if(!fork()){\
|
D | test_concurrent_stop.c | 114 ret = fork (); in do_gets() 120 par[j] = fork (); in do_gets()
|
/external/ltrace/testsuite/ltrace.minor/ |
D | Makefile.am | 24 trace-exec.exp trace-fork.c trace-fork.exp \ 30 trace-exec1 trace-fork libdl-simple
|
/external/strace/tests/ |
D | wait.c | 51 pid = fork(); in main() 69 pid = fork(); in main() 78 pid = fork(); in main()
|
/external/skia/include/core/ |
D | SkStream.h | 131 virtual SkStreamSeekable* fork() const { return NULL; } in fork() function 161 SkStreamSeekable* fork() const override = 0; 168 SkStreamAsset* fork() const override = 0; 178 SkStreamMemory* fork() const override = 0; 266 SkStreamAsset* fork() const override; 337 SkMemoryStream* fork() const override;
|
/external/valgrind/memcheck/tests/ |
D | atomic_incs.stdout.exp-32bit | 1 parent, pre-fork 3 parent, pre-fork
|
D | atomic_incs.stdout.exp-64bit | 1 parent, pre-fork 3 parent, pre-fork
|
/external/google-breakpad/src/client/linux/handler/ |
D | exception_handler_unittest.cc | 225 const pid_t child = fork(); in ChildCrash() 322 const pid_t child = fork(); in TEST() 334 const pid_t child = fork(); in TEST() 346 const pid_t child = fork(); in TEST() 358 const pid_t child = fork(); in TEST() 370 const pid_t child = fork(); in TEST() 386 const pid_t child = fork(); in TEST() 416 const pid_t child = fork(); in TEST() 432 const pid_t child = fork(); in TEST() 448 const pid_t child = fork(); in TEST() [all …]
|
/external/compiler-rt/test/msan/ |
D | fork.cc | 69 pid_t pid = fork(); in test() 84 pid_t pid = fork(); in main()
|
/external/valgrind/none/tests/ |
D | Makefile.am | 128 fork.stderr.exp fork.stdout.exp fork.vgtest \ 191 threaded-fork.stderr.exp threaded-fork.stdout.exp threaded-fork.vgtest \ 210 floored fork fucomip \ program 231 threaded-fork \
|
/external/webrtc/webrtc/base/ |
D | posix.cc | 47 pid_t pid = fork(); in RunAsDaemon() 71 pid = fork(); in RunAsDaemon()
|
/external/compiler-rt/test/asan/TestCases/Posix/ |
D | log_path_fork_test.cc.disabled | 3 // Set verbosity to 1 so that the log files are opened prior to fork(). 15 if (fork() == -1) return 1;
|
/external/ant-glob/ |
D | README.txt | 7 This project is a fork of a subset of Ant 1.8.3: 13 The fork was modified as follows:
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | minidump_writer_unittest.cc | 71 const pid_t child = fork(); in TEST() 100 const pid_t child = fork(); in TEST() 165 const pid_t child = fork(); in TEST() 286 const pid_t child = fork(); in TEST() 358 pid_t child_pid = fork(); in TEST() 452 const pid_t child = fork(); in TEST() 510 const pid_t child = fork(); in TEST() 600 pid_t child_pid = fork(); in TEST()
|
/external/valgrind/none/tests/mips64/ |
D | cvm_atomic_thread.stdout.exp-LE | 1 parent, pre-fork 3 parent, pre-fork
|
/external/google-breakpad/src/client/mac/tests/ |
D | exception_handler_test.cc | 108 pid_t pid = fork(); in InProcessCrash() 248 pid_t pid = fork(); in TEST_F() 319 pid_t pid = fork(); in TEST_F() 418 pid_t pid = fork(); in TEST_F() 517 pid_t pid = fork(); in TEST_F() 607 pid_t pid = fork(); in TEST_F() 664 pid_t pid = fork(); in TEST_F()
|
D | crash_generation_server_test.cc | 128 pid_t pid = fork(); in TEST_F() 180 pid_t pid = fork(); in TEST_F() 230 pid_t pid = fork(); in TEST_F() 378 pid_t pid = fork(); in TEST_F()
|
/external/dbus/doc/ |
D | busconfig.dtd | 3 fork | 24 <!ELEMENT fork EMPTY> element
|
/external/autotest/client/tests/aio_dio_bugs/src/ |
D | aio-dio-invalidate-failure.c | 113 buffered_pid = fork(); in main() 122 dio_pid = fork(); in main()
|
/external/valgrind/ |
D | darwin10-drd.supp | 53 fork() 57 fun:fork
|
/external/v8/tools/testrunner/server/ |
D | daemon.py | 39 pid = os.fork() 54 pid = os.fork()
|
/external/libbrillo/brillo/ |
D | process_reaper_unittest.cc | 22 pid_t pid = fork(); in ForkChildAndExit() 31 pid_t pid = fork(); in ForkChildAndKill()
|
/external/slf4j/ |
D | README.md | 11 2. Fork qos-ch/slf4j. Ideally, create a new branch from your fork for your contribution to make it … 13 4. Push your changes to your fork/branch in github. Don't push it to your master! If you do it will…
|
/external/opencv3/doc/tutorials/imgproc/threshold/ |
D | threshold.markdown | 47 …\f[\texttt{dst} (x,y) = \fork{\texttt{maxVal}}{if \(\texttt{src}(x,y) > \texttt{thresh}\)}{0}{oth… 58 …\f[\texttt{dst} (x,y) = \fork{0}{if \(\texttt{src}(x,y) > \texttt{thresh}\)}{\texttt{maxVal}}{oth… 69 …\f[\texttt{dst} (x,y) = \fork{\texttt{threshold}}{if \(\texttt{src}(x,y) > \texttt{thresh}\)}{\te… 80 …\f[\texttt{dst} (x,y) = \fork{\texttt{src}(x,y)}{if \(\texttt{src}(x,y) > \texttt{thresh}\)}{0}{o… 90 …\f[\texttt{dst} (x,y) = \fork{0}{if \(\texttt{src}(x,y) > \texttt{thresh}\)}{\texttt{src}(x,y)}{o…
|
/external/opencv3/modules/imgproc/doc/ |
D | colors.markdown | 58 \f[S \leftarrow \fork{\frac{V-min(R,G,B)}{V}}{if \(V \neq 0\)}{0}{otherwise}\f] 79 \f[S \leftarrow \fork { \frac{V_{max} - V_{min}}{V_{max} + V_{min}} }{if \(L < 0.5\) } 103 \f[L \leftarrow \fork{116*Y^{1/3}-16}{for \(Y>0.008856\)}{903.3*Y}{for \(Y \le 0.008856\)}\f] 107 \f[f(t)= \fork{t^{1/3}}{for \(t>0.008856\)}{7.787 t+16/116}{for \(t\leq 0.008856\)}\f] 109 \f[delta = \fork{128}{for 8-bit images}{0}{for floating-point images}\f] 126 \f[L \leftarrow \fork{116 Y^{1/3}}{for \(Y>0.008856\)}{903.3 Y}{for \(Y\leq 0.008856\)}\f]
|