Searched refs:commands (Results 1 – 6 of 6) sorted by relevance
/bionic/libc/kernel/tools/ |
D | utils.py | 3 import commands 156 commands.getoutput("git add " + " ".join(adds)) 159 commands.getoutput("git rm " + " ".join(deletes)) 164 commands.getoutput("git add " + " ".join(edits))
|
/bionic/libc/kernel/uapi/drm/ |
D | qxl_drm.h | 65 __u64 commands; member
|
D | vmwgfx_drm.h | 116 __u64 commands; member
|
/bionic/docs/ |
D | native_allocator.md | 178 To run the benchmarks with `mallopt(M_DECAY_TIME, 0)`, use these commands: 183 To run the benchmarks with `mallopt(M_DECAY_TIME, 1)`, use these commands: 210 To run the benchmarks with `mallopt(M_DECAY_TIME, 0)`, use these commands: 215 To run the benchmarks with `mallopt(M_DECAY_TIME, 1)`, use these commands: 230 To run the benchmarks with `mallopt(M_DECAY_TIME, 0)`, use these commands: 257 To run the benchmarks with `mallopt(M_DECAY_TIME, 0)`, use these commands: 262 To run the benchmarks with `mallopt(M_DECAY_TIME, 1)`, use these commands: 273 To run the benchmark, use these commands: 286 To run the benchmark, use these commands: 330 these commands:
|
D | libc_assembler.md | 38 and pushed on to the device. The commands below show how to do this. 117 NOTE: It is assumed that these commands are executed in adb as the shell user
|
/bionic/libc/tools/ |
D | gensyscalls.py | 8 import commands
|