Home
last modified time | relevance | path

Searched refs:process (Results 1 – 10 of 10) sorted by relevance

/bionic/libc/tools/
Dgenlibgcc_compat.py77 def process(self): member in Generator
135 generator.process()
/bionic/libc/upstream-openbsd/
DREADME.txt5 TODO: write a script to make this process automated.
/bionic/libc/upstream-netbsd/
DREADME.txt5 TODO: write a script to make this process automated.
/bionic/libc/upstream-freebsd/
DREADME.txt5 TODO: write a script to make this process automated.
/bionic/libc/malloc_debug/
DREADME_api.md4 in a process. The libc library in Android exports two calls that can be
5 used to gather this data from a process. This tracking can be enabled using
63 if this allocation was created by the Zygote process. This helps to distinguish
DREADME.md112 backtrace capture is toggled when the process receives the signal
291 Enable backtrace tracking for a specific process (ls):
317 can be used to enable malloc debug for only a very specific process if
/bionic/libc/kernel/
DREADME.TXT5 in the 'bionic/kernel/tools' directory. The tools process the original
40 content has changed. You can also process more than one file with -u.
/bionic/tools/bionicbb/
DREADME.md64 Another option would be polling gerrit itself, but we'd have to process each
/bionic/tests/
Ddlext_test.cpp530 pm_process_t* process; in getPss() local
531 ASSERT_EQ(0, pm_process_create(kernel, pid, &process)); in getPss()
535 ASSERT_EQ(0, pm_process_maps(process, &maps, &num_maps)); in getPss()
546 pm_process_destroy(process); in getPss()
/bionic/
DREADME.md165 As mentioned above, this is currently a two-step process:
267 Bionic's test runner will run each test in its own process by default to prevent