Searched refs:run (Results 1 – 15 of 15) sorted by relevance
/bootable/libbootloader/gbl/libgbl/testdata/ |
D | gen_test_data.py | 68 subprocess.run(["img2simg", "-s", out_file_raw, SCRIPT_DIR / "sparse_test.bin"]) 69 subprocess.run( 90 subprocess.run( 97 subprocess.run( 115 subprocess.run( 133 subprocess.run( 152 subprocess.run(
|
/bootable/libbootloader/gbl/ |
D | README.md | 16 ./tools/bazel run //bootable/libbootloader:gbl_efi_dist --extra_toolchains=@gbl//toolchain:all 21 To run the set of unit tests: 31 If you have a main AOSP checkout and is setup to run 33 run the EFI image directly with: 39 The above uses the same setting as a normal `launch_cvd` run, except that 47 Booting Fuchsia on a Vim3 development board is supported. To run the 56 fastboot stage <path to the EFI binary> && fastboot oem run-staged-efi 70 1. Depending on the target achitecture you want to run:
|
/bootable/libbootloader/gbl/libfastboot/src/ |
D | lib.rs | 700 pub fn run( in run() method 718 self.run(&mut TcpTransport::new_and_handshake(tcp_stream)?, fb_impl) in run_tcp_session() 1169 let _ = fastboot.run(&mut transport, &mut fastboot_impl); in test_non_exist_command() 1180 let _ = fastboot.run(&mut transport, &mut fastboot_impl); in test_non_ascii_command_string() 1191 let _ = fastboot.run(&mut transport, &mut fastboot_impl); in test_get_var_max_download_size() 1217 let _ = fastboot.run(&mut transport, &mut fastboot_impl); in test_get_var() 1247 let _ = fastboot.run(&mut transport, &mut fastboot_impl); in test_get_var_all() 1274 let _ = fastboot.run(&mut transport, &mut fastboot_impl); in test_download() 1289 let _ = fastboot.run(&mut transport, &mut fastboot_impl); in test_download_not_enough_args() 1300 let _ = fastboot.run(&mut transport, &mut fastboot_impl); in test_download_invalid_hex_string() [all …]
|
/bootable/libbootloader/gbl/third_party/libzbi/ |
D | Android.bp | 43 // libzbi unit tests to run on host. 53 // libzbi unit tests to run on devices.
|
/bootable/recovery/updater_sample/tools/ |
D | gen_update_config.py | 78 def run(self): member in GenUpdateConfig 165 gen.run()
|
D | test_gen_update_config.py | 62 gen.run()
|
/bootable/recovery/tools/recovery_l10n/src/com/android/recovery_l10n/ |
D | Main.java | 93 public void run() { in run() method in Main.TextCapture 188 Runnable head = new Runnable() { public void run() { mergeBitmaps(locales); } }; in buildSequence() 196 return new Runnable() { public void run() { startSequence(fhead, floc); } }; in buildSequence()
|
/bootable/libbootloader/gbl/libgbl/ |
D | Cargo.toml | 15 # For now this file is only provided so that `rustfmt` can run, but it may
|
/bootable/recovery/ |
D | README.md | 47 /cache partition. And we need to follow special steps to run tests for them. 52 - Reboot the device immediately and run the test again. The test should save the 97 trigger, and will only re-enable it in debuggable builds (the `on property` rule will always run
|
/bootable/libbootloader/gbl/tools/ |
D | gen_gpt_disk.py | 161 res = subprocess.run(sgdisk_command, check=True, text=True)
|
/bootable/recovery/updater_sample/ |
D | README.md | 159 The commands are expected to be run from `$ANDROID_BUILD_TOP` and for demo 174 To run sample app as a privileged system app, it needs to be installed in `/system/priv-app/`. 177 The recommended way to run the app is to build and install it as a 230 The commands are expected to be run from `$ANDROID_BUILD_TOP`.
|
/bootable/libbootloader/gbl/libefi/ |
D | BUILD | 57 # calling convention according to the UEFI spec at the time of writing. If we do eventually run
|
/bootable/deprecated-ota/edify/ |
D | README.md | 40 - Comments start with "#" and run to the end of the line.
|
/bootable/recovery/etc/ |
D | init.rc | 103 # Restart adbd so it can run as root
|
/bootable/recovery/tests/testdata/ |
D | recovery_body | 1955 …�/bin/shyu:object_r:runas_exec:s0/system/bin/run-as�… 2905 # Restart adbd so it can run as root
|