Searched refs:run (Results 1 – 22 of 22) sorted by relevance
/bionic/libc/kernel/uapi/asm-x86/asm/ |
D | sgx.h | 49 …andler_t) (long rdi, long rsi, long rdx, long rsp, long r8, long r9, struct sgx_enclave_run * run); 60 …long rdx, unsigned int function, unsigned long r8, unsigned long r9, struct sgx_enclave_run * run);
|
/bionic/benchmarks/ |
D | README.md | 20 `--benchmark_filter=getpid` to run just the benchmarks with "getpid" in their name. 24 See the `benchmarks/run-on-host.sh` script. The host benchmarks can be run with 32-bit or 64-bit 61 Note that benchmarks will run normally if extra arguments are passed in, and it will fail 80 `bionic-benchmarks` also has its own set of unit tests, which can be run from the binary in 106 Google Benchmark uses two settings to control how many times to run each benchmark, "iterations" and 110 Google Benchmark can optionally run a benchmark run repeatedly and report statistics (median, mean, 142 or at least allow some cores to run at higher frequencies than others. 186 * run `get_build_var BOARD_PERFSETUP_SCRIPT` 187 * run `m perf-setup` to install the script into `${OUT}/data/local/tmp/perf-setup.sh`
|
D | run-on-host.sh | 3 . $(dirname $0)/../build/run-on-host.sh
|
/bionic/docs/ |
D | native_allocator.md | 4 A small minor upgrade might not need to run all of the benchmarks, however, 8 [Performance Trace Benchmarks](#performance-trace-benchmarks) should be run. 11 to run in on Android. The first is the normal allocator, the second is 12 called the svelte config, which is designed to run on memory constrained 73 made by default. The idea is that it allows application frees to run a 86 These are the tests that should be run to verify an allocator is 95 To run all of the compliance tests: 101 that a native allocator will have its own set of tests that can be run. 107 To run all of the tests: 152 This will run the benchmark XX times and then give a mean, median, and stddev [all …]
|
D | libc_assembler.md | 7 * Update the routine, run the bionic unit tests to verify the routine doesn't 69 It can take a long time to run these tests since it attempts to test a 100 benchmarks. To avoid this, you can run the device in a cool environment, 102 of issues, you can run a subset of the tests again. At the very least, it's 106 If you want to verify a single benchmark result, you can run a single test 113 guarantee that you only run the single benchmark, you can execute the benchmark 119 on device. If you are trying to run this using adb directly from a host
|
D | elf-tls.md | 21 At run-time, TLS variables are allocated on a module-by-module basis, where a module is a shared 326 * GCC can select the design at run-time using `-mtls-dialect=<dialect>` (`trad`-vs-`desc` on arm64, 470 rather than experience memory corruption at run-time. 565 > In addition the run-time support should avoid creating the thread-local storage if it is not 570 > alternative to stopping all threads and allocating storage for all threads before letting them run 732 run on the host](http://b/31559095))
|
D | status.md | 352 check can't be guaranteed at compile-time, a call to a run-time `_chk`
|
/bionic/ |
D | README.md | 41 The dynamic linker. When you run a dynamically-linked executable, its ELF file 201 libc header change), you should run `make checkbuild`. A regular `make` will 233 a non-root user, so the unit tests must also pass when not run as root. 234 Some tests cannot do any useful work unless run as root. In this case, 246 but in cases where you really have to run CTS: 249 $ adb unroot # Because real CTS doesn't run as root. 252 run singleCommand cts --skip-preconditions -m CtsBionicTestCases 261 $ ./tests/run-on-host.sh 32 262 $ ./tests/run-on-host.sh 64 # For x86_64-bit *targets* only. 269 just the behavior we think is correct), it is possible to run the tests against [all …]
|
D | android-changes-for-ndk-developers.md | 453 the dynamic linker to choose optimized assembler routines at run time
|
/bionic/benchmarks/linker_relocation/ |
D | README.md | 9 To run the benchmark, build the `linker-reloc-bench` target, sync `data`, and 10 run the benchmark from `/data/benchmarktest[64]/linker-reloc-bench`.
|
D | run_bench_with_ninja.sh | 44 --multitime N Use multitime to run the benchmark N iterations
|
/bionic/tests/ |
D | run-on-host.sh | 3 . $(dirname $0)/../build/run-on-host.sh
|
D | Android.bp | 303 // just want to run '-Xclang -verify', which will fail if the diagnostics don't 592 // Ensures that FORTIFY checks aren't run when ASAN is on. 1039 // For now, these tests run forever, so do not use the isolation framework. 1109 // Tests to run on the host and linked against glibc. Run with: 1110 // cd bionic/tests; mm bionic-unit-tests-glibc-run
|
/bionic/libc/malloc_debug/tests/ |
D | malloc_debug_system_tests.cpp | 499 std::atomic_bool run; in TEST() local 513 std::thread malloc_thread([&thread_mask, &run, &allocs, i] { in TEST() 515 while (!run) in TEST() 527 run = true; in TEST()
|
/bionic/libc/malloc_hooks/ |
D | README.md | 9 property, or set a special environment variable and run your app/program. 101 Any process spawned from this shell will run with malloc hooks enabled.
|
/bionic/libc/kernel/ |
D | README.md | 93 After running lunch, run this command to import the headers into the Android 105 Next, run this command to copy the parsed files to bionic/libc/kernel/uapi:
|
/bionic/benchmarks/linker_relocation/regen/ |
D | dump_relocs.py | 62 out = subprocess.run(cmdline, check=True, stdout=PIPE).stdout.decode()
|
D | gen_bench.py | 321 subprocess.run(['ninja', '-C', str(out), lib_names.name(root)], check=True)
|
/bionic/libc/malloc_debug/ |
D | README_marshmallow_and_earlier.md | 17 run as root on the device.
|
D | README.md | 121 used with native only executables that run for a while since these processes 165 that is extra thorough and can unwind through Java frames. This will run 628 Any process spawned from this shell will run with malloc debug enabled 698 To analyze the data produced by the dumpheap command, run
|
/bionic/libc/ |
D | SYSCALLS.TXT | 26 # This file is processed by a python script named gensyscalls.py, run via
|
D | Android.bp | 1371 // We can't safely statically link things that can only run 1780 // Sorting bss symbols by size usually results in less dirty pages at run
|