Home
last modified time | relevance | path

Searched refs:run (Results 1 – 19 of 19) sorted by relevance

/trusty/vendor/google/aosp/ide/vscode/
Dlaunch.json5 * Install this extension to run:
DREADME.md10 Next run the install script:
/trusty/user/app/cast-auth/app/test-app/
DREADME.md1 build-root/build-qemu-generic-arm64-test-debug/run --shell-command \
/trusty/user/app/sample/rust-hello-world/
DREADME.md38 … 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/
Dbuild-config15 # 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"),
Drun_tests.py334 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
Dtest-map15 # 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:
Dlog_processor.py370 def run(self): member in LogProcessor
390 def run(self): member in LogEngine.RepeatTimer
/trusty/device/arm/generic-arm64/project/qemu/
Drun-qemu-helper65 echo Set ANDROID_DIR to run a non-secure android build
74 echo Set KERNEL_DIR to run a non-secure kernel
Drun.py135 results = runner.run(args.boot_test, args.shell_command, args.timeout)
DLLDB_README.md17 ./build-root/build-qemu-generic-arm64-test-debug/run --debug
Dqemu.py947 def run(self, boot_tests: Optional[List] = None, member in Runner
/trusty/device/arm/generic-arm64/project/
Dqemu-inc.mk139 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/
Dbuild-config-usertests19 # These need Android or a similar resource to run, simple RPMB
/trusty/user/base/lib/unittest-rust/src/
Dtypes.rs112 fn run(&self, harness: &mut Bencher); in run() method
/trusty/kernel/app/smptest/
Dsmptest.c117 TEST(smptest, run) { in TEST() argument
/trusty/user/app/storage/
Dbuild-config-usertests49 # These need Android or a similar resource to run, simple RPMB
/trusty/vendor/google/aosp/
Dpylintrc46 # 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/
DREADME.md64 $ ./build-root/build-qemu-generic-arm64-test-debug/run --verbose --headless --boot-test "com.androi…