/trusty/vendor/google/aosp/ide/vscode/ |
D | launch.json | 5 * Install this extension to run:
|
D | README.md | 10 Next run the install script:
|
/trusty/user/app/cast-auth/app/test-app/ |
D | README.md | 1 build-root/build-qemu-generic-arm64-test-debug/run --shell-command \
|
/trusty/user/app/sample/rust-hello-world/ |
D | README.md | 38 … apps to connect onto. In addition, it contains the unit tests that can be run to emulate `test-ap… 42 …- `rules.mk` - This is the makefile for the library app. In order to run our unit tests in Rust,… 45 * `MODULE_RUST_TESTS := true` allows us to run tests in this TA. 82 Next, you run a boot test, with the crate name that was provided in the library TA's `manifest.json… 85 $ ./build-root/build-qemu-generic-arm64-test-debug/run --headless --boot-test "com.android.trus… 88 It should run two tests, and pass both! 106 Now, you should be able to run the boot test. This will use the unit test in the original C `test-a… 109 $ ./build-root/build-qemu-generic-arm64-test-debug/run \
|
/trusty/vendor/google/aosp/scripts/ |
D | build-config | 15 # This file lists projects with optional hosttests and unittests to run for 33 # # Specify tests to run for specific projects. 40 # # List of host-tests to run. Optional 49 # androidtest(name="test_name", command="command to run"),
|
D | run_tests.py | 334 if run := sys.modules.get("run"): 335 if not run.__file__.startswith(project_root): 338 run = importlib.reload(run) 343 run = importlib.import_module("run") 348 return run
|
D | test-map | 15 # This file lists projects with optional hosttests and unittests to run for 33 # # Specify tests to run for specific projects. 40 # # List of host-tests to run. Optional 44 # # Run test on device or in emulator. Porttests run in one of two 53 # androidtest(name="test_name", command="command to run"), 187 # Each test run takes up to 4 arguments:
|
D | log_processor.py | 370 def run(self): member in LogProcessor 390 def run(self): member in LogEngine.RepeatTimer
|
/trusty/device/arm/generic-arm64/project/qemu/ |
D | run-qemu-helper | 65 echo Set ANDROID_DIR to run a non-secure android build 74 echo Set KERNEL_DIR to run a non-secure kernel
|
D | run.py | 135 results = runner.run(args.boot_test, args.shell_command, args.timeout)
|
D | LLDB_README.md | 17 ./build-root/build-qemu-generic-arm64-test-debug/run --debug
|
D | qemu.py | 947 def run(self, boot_tests: Optional[List] = None, member in Runner
|
/trusty/device/arm/generic-arm64/project/ |
D | qemu-inc.mk | 139 RUN_QEMU_SCRIPT := $(BUILDDIR)/run-qemu 140 RUN_SCRIPT := $(BUILDDIR)/run 149 RUN_PY := $(BUILDDIR)/run.py 167 $(ATF_OUT_DIR)/run-qemu-helper \ 218 $(RUN_PY): $(PROJECT_QEMU_INC_LOCAL_DIR)/qemu/run.py
|
/trusty/user/app/cast-auth/ |
D | build-config-usertests | 19 # These need Android or a similar resource to run, simple RPMB
|
/trusty/user/base/lib/unittest-rust/src/ |
D | types.rs | 112 fn run(&self, harness: &mut Bencher); in run() method
|
/trusty/kernel/app/smptest/ |
D | smptest.c | 117 TEST(smptest, run) { in TEST() argument
|
/trusty/user/app/storage/ |
D | build-config-usertests | 49 # These need Android or a similar resource to run, simple RPMB
|
/trusty/vendor/google/aosp/ |
D | pylintrc | 46 # active Python interpreter and may run arbitrary code. 51 # run arbitrary code 71 # you want to run only the similarities checker, you can use "--disable=all 72 # --enable=similarities". If you want to run only the classes checker, but have
|
/trusty/user/app/sample/stats-test/ |
D | README.md | 64 $ ./build-root/build-qemu-generic-arm64-test-debug/run --verbose --headless --boot-test "com.androi…
|