Home
last modified time | relevance | path

Searched refs:fork (Results 1 – 25 of 454) sorted by relevance

12345678910>>...19

/external/libmicrohttpd/src/testcurl/
Dgauger.h25 if(!(__gauger_p=fork())){\
26 if(!fork()){ \
53 if(!(__gauger_p=fork())){\
54 if(!fork()){\
Dtest_concurrent_stop.c114 ret = fork (); in do_gets()
120 par[j] = fork (); in do_gets()
/external/ltrace/testsuite/ltrace.minor/
DMakefile.am24 trace-exec.exp trace-fork.c trace-fork.exp \
30 trace-exec1 trace-fork libdl-simple
/external/strace/tests/
Dwait.c51 pid = fork(); in main()
69 pid = fork(); in main()
78 pid = fork(); in main()
/external/skia/include/core/
DSkStream.h131 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/
Datomic_incs.stdout.exp-32bit1 parent, pre-fork
3 parent, pre-fork
Datomic_incs.stdout.exp-64bit1 parent, pre-fork
3 parent, pre-fork
/external/google-breakpad/src/client/linux/handler/
Dexception_handler_unittest.cc225 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/
Dfork.cc69 pid_t pid = fork(); in test()
84 pid_t pid = fork(); in main()
/external/valgrind/none/tests/
DMakefile.am128 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/
Dposix.cc47 pid_t pid = fork(); in RunAsDaemon()
71 pid = fork(); in RunAsDaemon()
/external/compiler-rt/test/asan/TestCases/Posix/
Dlog_path_fork_test.cc.disabled3 // Set verbosity to 1 so that the log files are opened prior to fork().
15 if (fork() == -1) return 1;
/external/ant-glob/
DREADME.txt7 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/
Dminidump_writer_unittest.cc71 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/
Dcvm_atomic_thread.stdout.exp-LE1 parent, pre-fork
3 parent, pre-fork
/external/google-breakpad/src/client/mac/tests/
Dexception_handler_test.cc108 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()
Dcrash_generation_server_test.cc128 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/
Dbusconfig.dtd3 fork |
24 <!ELEMENT fork EMPTY> element
/external/autotest/client/tests/aio_dio_bugs/src/
Daio-dio-invalidate-failure.c113 buffered_pid = fork(); in main()
122 dio_pid = fork(); in main()
/external/valgrind/
Ddarwin10-drd.supp53 fork()
57 fun:fork
/external/v8/tools/testrunner/server/
Ddaemon.py39 pid = os.fork()
54 pid = os.fork()
/external/libbrillo/brillo/
Dprocess_reaper_unittest.cc22 pid_t pid = fork(); in ForkChildAndExit()
31 pid_t pid = fork(); in ForkChildAndKill()
/external/slf4j/
DREADME.md11 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/
Dthreshold.markdown47 …\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/
Dcolors.markdown58 \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]

12345678910>>...19