Searched refs:run (Results 1 – 14 of 14) sorted by relevance
/bionic/tools/bionicbb/ |
D | gmail.py | 34 from oauth2client.tools import run 47 credentials = run(flow, STORAGE, http=http)
|
D | bionicbb.py | 134 app.run(host='0.0.0.0', debug=True)
|
/bionic/libc/tools/ |
D | genversion-scripts.py | 45 def run(self): member in VersionScriptGenerator 67 generator.run()
|
D | pylintrc | 37 # you want to run only the similarities checker, you can use "--disable=all 38 # --enable=similarities". If you want to run only the classes checker, but have
|
/bionic/benchmarks/ |
D | run-on-host.sh | 3 . $(dirname $0)/../build/run-on-host.sh
|
D | Android.bp | 49 // useful. If you're trying to run the current benchmarks on an older
|
/bionic/ |
D | README.md | 32 The dynamic linker. When you run a dynamically-linked executable, its ELF file 157 run `./libc/tools/genversion-scripts.py`. 188 libc header change), you should run `make checkbuild`. A regular `make` will 221 a non-root user, so the unit tests must also pass when not run as root. 222 Some tests cannot do any useful work unless run as root. In this case, 234 but in cases where you really have to run CTS: 237 $ adb unroot # Because real CTS doesn't run as root. 240 run singleCommand cts --skip-preconditions -m CtsBionicTestCases 249 $ ./tests/run-on-host.sh 32 250 $ ./tests/run-on-host.sh 64 # For x86_64-bit *targets* only. [all …]
|
/bionic/tests/ |
D | run-on-host.sh | 3 . $(dirname $0)/../build/run-on-host.sh
|
D | Android.bp | 429 // Tests to run on the host and linked against glibc. Run with: 430 // cd bionic/tests; mm bionic-unit-tests-glibc-run
|
/bionic/libc/kernel/ |
D | README.TXT | 73 After running lunch, run this command to import the headers into the android 78 Next, run this command to copy the parsed files to bionic/libc/kernel/uapi: 82 Finally, run this command to regenerate the syscalls list:
|
/bionic/libc/malloc_debug/ |
D | README_marshmallow_and_earlier.md | 17 run as root on the device.
|
D | README.md | 15 ability to run as root on the device.
|
/bionic/libc/ |
D | SECCOMP_WHITELIST.TXT | 55 # Syscalls needed to run GFXBenchmark
|
D | Android.bp | 1524 // We can't safely statically link things that can only run
|