/external/linux-tools-perf/src/tools/perf/util/ |
D | build-id.c | 52 event->fork.pid, in perf_event__exit_del_thread() 53 event->fork.tid); in perf_event__exit_del_thread() 55 dump_printf("(%d:%d):(%d:%d)\n", event->fork.pid, event->fork.tid, in perf_event__exit_del_thread() 56 event->fork.ppid, event->fork.ptid); in perf_event__exit_del_thread() 71 .fork = perf_event__process_fork,
|
D | session.c | 263 if (tool->fork == NULL) in perf_tool__fill_defaults() 264 tool->fork = process_event_stub; in perf_tool__fill_defaults() 377 event->fork.pid = bswap_32(event->fork.pid); in perf_event__task_swap() 378 event->fork.tid = bswap_32(event->fork.tid); in perf_event__task_swap() 379 event->fork.ppid = bswap_32(event->fork.ppid); in perf_event__task_swap() 380 event->fork.ptid = bswap_32(event->fork.ptid); in perf_event__task_swap() 381 event->fork.time = bswap_64(event->fork.time); in perf_event__task_swap() 384 swap_sample_id_all(event, &event->fork + 1); in perf_event__task_swap() 1017 return tool->fork(tool, event, sample, machine); in perf_session_deliver_event()
|
/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
|
D | trace-fork.c | 21 pid = fork (); in main()
|
/external/google-breakpad/src/client/linux/handler/ |
D | exception_handler_unittest.cc | 221 const pid_t child = fork(); in ChildCrash() 318 const pid_t child = fork(); in TEST() 330 const pid_t child = fork(); in TEST() 342 const pid_t child = fork(); in TEST() 354 const pid_t child = fork(); in TEST() 366 const pid_t child = fork(); in TEST() 382 const pid_t child = fork(); in TEST() 412 const pid_t child = fork(); in TEST() 428 const pid_t child = fork(); in TEST() 444 const pid_t child = fork(); in TEST() [all …]
|
/external/skia/include/core/ |
D | SkStream.h | 130 virtual SkStreamSeekable* fork() const { return NULL; } in fork() function 160 SkStreamSeekable* fork() const override = 0; 167 SkStreamAsset* fork() const override = 0; 177 SkStreamMemory* fork() const override = 0; 271 SkStreamAsset* fork() const override; 344 SkMemoryStream* fork() const override;
|
/external/valgrind/memcheck/tests/ |
D | atomic_incs.stdout.exp-64bit | 1 parent, pre-fork 3 parent, pre-fork
|
D | atomic_incs.stdout.exp-32bit | 1 parent, pre-fork 3 parent, pre-fork
|
D | noisy_child.vgtest | 2 vgopts: --child-silent-after-fork=yes
|
/external/valgrind/none/tests/ |
D | Makefile.am | 111 fork.stderr.exp fork.stdout.exp fork.vgtest \ 173 threaded-fork.stderr.exp threaded-fork.stdout.exp threaded-fork.vgtest \ 192 floored fork fucomip \ program 213 threaded-fork \
|
D | threaded-fork.vgtest | 1 prog: threaded-fork
|
D | fork.vgtest | 1 prog: fork
|
D | fork.c | 11 pid = fork (); in main()
|
/external/compiler-rt/test/msan/ |
D | fork.cc | 69 pid_t pid = fork(); in test() 84 pid_t pid = fork(); in main()
|
/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/v8/tools/testrunner/server/ |
D | daemon.py | 39 pid = os.fork() 54 pid = os.fork()
|
/external/valgrind/ |
D | darwin10-drd.supp | 53 fork() 57 fun:fork
|
/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/valgrind/drd/tests/ |
D | threaded-fork.vgtest | 2 prog: threaded-fork
|
D | threaded-fork-vcs.vgtest | 3 prog: threaded-fork
|