Searched refs:process (Results 1 – 10 of 10) sorted by relevance
77 def process(self): member in Generator135 generator.process()
5 TODO: write a script to make this process automated.
4 in a process. The libc library in Android exports two calls that can be5 used to gather this data from a process. This tracking can be enabled using63 if this allocation was created by the Zygote process. This helps to distinguish
112 backtrace capture is toggled when the process receives the signal291 Enable backtrace tracking for a specific process (ls):317 can be used to enable malloc debug for only a very specific process if
5 in the 'bionic/kernel/tools' directory. The tools process the original40 content has changed. You can also process more than one file with -u.
64 Another option would be polling gerrit itself, but we'd have to process each
530 pm_process_t* process; in getPss() local531 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()
165 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